Hello,
Small diff to update PostgreSQL to version 13.5.
It fixes 2 CVEs:
https://www.postgresql.org/about/news/postgresql-141-135-129-1114-1019-and-9624-released-2349/
Tested on @amd64.
Comments, ok ?
Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.278
diff -u -p -u -p -r1.278 Makefile
--- Makefile 7 Nov 2021 14:27:44 -0000 1.278
+++ Makefile 11 Nov 2021 18:11:37 -0000
@@ -7,10 +7,7 @@ COMMENT-contrib=PostgreSQL RDBMS contrib
COMMENT-plpython=Python procedural language for PostgreSQL
COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
-VERSION= 13.4
-REVISION= 0
-REVISION-server= 1
-REVISION-plpython= 1
+VERSION= 13.5
PREV_MAJOR= 12
DISTNAME= postgresql-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.90
diff -u -p -u -p -r1.90 distinfo
--- distinfo 10 Sep 2021 14:07:45 -0000 1.90
+++ distinfo 11 Nov 2021 18:11:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-13.4.tar.gz) = Wde8Uj54VwxUmHb+0pfsPkbdMH6Q9bHSL0kYEZHPID4=
-SIZE (postgresql-13.4.tar.gz) = 27687091
+SHA256 (postgresql-13.5.tar.gz) = YW7Wos7NHKjvMaGHJqR3T/zsil8THsif7FYPP95F75I=
+SIZE (postgresql-13.5.tar.gz) = 27767272
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.102
diff -u -p -u -p -r1.102 PLIST-docs
--- pkg/PLIST-docs 10 Sep 2021 14:07:45 -0000 1.102
+++ pkg/PLIST-docs 11 Nov 2021 18:11:37 -0000
@@ -695,6 +695,7 @@ share/doc/postgresql/html/release-13-1.h
share/doc/postgresql/html/release-13-2.html
share/doc/postgresql/html/release-13-3.html
share/doc/postgresql/html/release-13-4.html
+share/doc/postgresql/html/release-13-5.html
share/doc/postgresql/html/release-13.html
share/doc/postgresql/html/release-prior.html
share/doc/postgresql/html/release.html
Index: pkg/PLIST-server
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-server,v
retrieving revision 1.42
diff -u -p -u -p -r1.42 PLIST-server
--- pkg/PLIST-server 1 Mar 2021 13:40:08 -0000 1.42
+++ pkg/PLIST-server 11 Nov 2021 18:11:37 -0000
@@ -103,6 +103,7 @@ include/postgresql/server/access/twophas
include/postgresql/server/access/twophase_rmgr.h
include/postgresql/server/access/valid.h
include/postgresql/server/access/visibilitymap.h
+include/postgresql/server/access/visibilitymapdefs.h
include/postgresql/server/access/xact.h
include/postgresql/server/access/xlog.h
include/postgresql/server/access/xlog_internal.h