Hello

Small diff to upgrade PostgreSQL to 13.2.
This version fixes 2 CVE: 
https://www.postgresql.org/about/news/postgresql-132-126-1111-1016-9621-and-9525-released-2165/

Comments, ok ?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.267
diff -u -p -u -p -r1.267 Makefile
--- Makefile	9 Feb 2021 20:01:36 -0000	1.267
+++ Makefile	11 Feb 2021 15:00:37 -0000
@@ -7,7 +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.1
+VERSION=	13.2
 PREV_MAJOR=	12
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-main=	postgresql-client-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.87
diff -u -p -u -p -r1.87 distinfo
--- distinfo	9 Feb 2021 20:01:36 -0000	1.87
+++ distinfo	11 Feb 2021 15:00:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-13.1.tar.gz) = xHSnD9rLSeWEHpibR/EWCAwsIf90MxL3P00soy/x190=
-SIZE (postgresql-13.1.tar.gz) = 27483946
+SHA256 (postgresql-13.2.tar.gz) = M4akBzYzKs6wVcfJAS7MZlGIU22HTZZ/zFoz55kvgIA=
+SIZE (postgresql-13.2.tar.gz) = 27548921
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.99
diff -u -p -u -p -r1.99 PLIST-docs
--- pkg/PLIST-docs	9 Feb 2021 20:01:36 -0000	1.99
+++ pkg/PLIST-docs	11 Feb 2021 15:00:37 -0000
@@ -682,8 +682,9 @@ share/doc/postgresql/html/regress-run.ht
 share/doc/postgresql/html/regress-tap.html
 share/doc/postgresql/html/regress-variant.html
 share/doc/postgresql/html/regress.html
-share/doc/postgresql/html/release-13.html
 share/doc/postgresql/html/release-13-1.html
+share/doc/postgresql/html/release-13-2.html
+share/doc/postgresql/html/release-13.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html

Reply via email to