Hello,

Small diff to update PostgreSQL to it's latest version 11.4.
Changelog here: https://www.postgresql.org/docs/11/release-11-4.html
CVE fixed: CVE-2019-10164

Tested on @amd64.

Comments, ok ?
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.252
diff -u -p -u -p -r1.252 Makefile
--- Makefile	11 May 2019 06:59:58 -0000	1.252
+++ Makefile	21 Jun 2019 15:55:29 -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=	11.3
+VERSION=	11.4
 PREV_MAJOR=	10
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-main=	postgresql-client-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.78
diff -u -p -u -p -r1.78 distinfo
--- distinfo	11 May 2019 06:59:58 -0000	1.78
+++ distinfo	21 Jun 2019 15:55:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-11.3.tar.gz) = Kp/zZZ4yekNpkpR4IABGlCcQ/WvCX+VsctawHuixl0o=
-SIZE (postgresql-11.3.tar.gz) = 25868246
+SHA256 (postgresql-11.4.tar.gz) = IEOrcfKkNanne0QZ+ARSWguewe830ZwcLkAT3ByuAac=
+SIZE (postgresql-11.4.tar.gz) = 25915738
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.90
diff -u -p -u -p -r1.90 PLIST-docs
--- pkg/PLIST-docs	11 May 2019 06:59:58 -0000	1.90
+++ pkg/PLIST-docs	21 Jun 2019 15:55:29 -0000
@@ -673,6 +673,7 @@ 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-4.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