Hello,

Small diff to update PostgreSQL to it's latest version (11.3).
Release note is here : https://www.postgresql.org/about/news/1939/

2 CVE fixed in this release:
+ CVE-2019-10129: Memory disclosure in partition routing
+ CVE-2019-10130: Selectivity estimators bypass row security policies

The same diff applies for -stable too.

Ok to commit for both -current and -stable ?
Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.251
diff -u -p -u -p -r1.251 Makefile
--- Makefile	11 Apr 2019 15:18:39 -0000	1.251
+++ Makefile	10 May 2019 18:42:33 -0000
@@ -7,9 +7,8 @@ COMMENT-contrib=PostgreSQL RDBMS contrib
 COMMENT-plpython=Python procedural language for PostgreSQL
 COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
 
-VERSION=	11.2
+VERSION=	11.3
 PREV_MAJOR=	10
-REVISION-server=1
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-main=	postgresql-client-${VERSION}
 PKGNAME-server=	postgresql-server-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.77
diff -u -p -u -p -r1.77 distinfo
--- distinfo	19 Feb 2019 16:45:46 -0000	1.77
+++ distinfo	10 May 2019 18:42:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-11.2.tar.gz) = y6vmZns4FrQVbaIHGe05lcj/Q4WLef+KZFhPRWX9CWY=
-SIZE (postgresql-11.2.tar.gz) = 25779561
+SHA256 (postgresql-11.3.tar.gz) = Kp/zZZ4yekNpkpR4IABGlCcQ/WvCX+VsctawHuixl0o=
+SIZE (postgresql-11.3.tar.gz) = 25868246
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.89
diff -u -p -u -p -r1.89 PLIST-docs
--- pkg/PLIST-docs	19 Feb 2019 16:45:46 -0000	1.89
+++ pkg/PLIST-docs	10 May 2019 18:42:33 -0000
@@ -672,6 +672,7 @@ share/doc/postgresql/html/regress-varian
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-11-1.html
 share/doc/postgresql/html/release-11-2.html
+share/doc/postgresql/html/release-11-3.html
 share/doc/postgresql/html/release-11.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Reply via email to