Hi,

Small diff to update PostgreSQL to it's latest version.
Release note : https://www.postgresql.org/about/news/1851/
There is a CVE fix : CVE-2018-1115: Too-permissive access control list on
function pg_logfile_rotate()

Comments, ok ?

Regards,

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.236
diff -u -p -u -p -r1.236 Makefile
--- Makefile	8 Mar 2018 13:24:25 -0000	1.236
+++ Makefile	13 May 2018 17:49:11 -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=	10.3
+VERSION=	10.4
 PREV_MAJOR=	9.6
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-main=	postgresql-client-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.72
diff -u -p -u -p -r1.72 distinfo
--- distinfo	8 Mar 2018 13:24:25 -0000	1.72
+++ distinfo	13 May 2018 17:49:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-10.3.tar.gz) = h1hCha+MX9blmbTZeJ9FX4zVV1ntganldeuuvHoD55Y=
-SIZE (postgresql-10.3.tar.gz) = 26357593
+SHA256 (postgresql-10.4.tar.gz) = YBkrx1zXPmiFAOg1DqBlzKAy4hq+V+ctT1VuC/hPzxc=
+SIZE (postgresql-10.4.tar.gz) = 26652442
Index: pkg/PLIST-contrib
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-contrib,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 PLIST-contrib
--- pkg/PLIST-contrib	30 Nov 2017 16:13:12 -0000	1.17
+++ pkg/PLIST-contrib	13 May 2018 17:49:11 -0000
@@ -64,6 +64,7 @@ lib/postgresql/uuid-ossp.so
 @man man/man1/vacuumlo.1
 share/postgresql/extension/
 share/postgresql/extension/adminpack--1.0.sql
+share/postgresql/extension/adminpack--1.0--1.1.sql
 share/postgresql/extension/adminpack.control
 share/postgresql/extension/amcheck--1.0.sql
 share/postgresql/extension/amcheck.control
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.84
diff -u -p -u -p -r1.84 PLIST-docs
--- pkg/PLIST-docs	8 Mar 2018 13:24:25 -0000	1.84
+++ pkg/PLIST-docs	13 May 2018 17:49:11 -0000
@@ -655,6 +655,7 @@ share/doc/postgresql/html/release-1-09.h
 share/doc/postgresql/html/release-10-1.html
 share/doc/postgresql/html/release-10-2.html
 share/doc/postgresql/html/release-10-3.html
+share/doc/postgresql/html/release-10-4.html
 share/doc/postgresql/html/release-10.html
 share/doc/postgresql/html/release-6-0.html
 share/doc/postgresql/html/release-6-1-1.html
@@ -952,6 +953,7 @@ share/doc/postgresql/html/release-9-3-2.
 share/doc/postgresql/html/release-9-3-20.html
 share/doc/postgresql/html/release-9-3-21.html
 share/doc/postgresql/html/release-9-3-22.html
+share/doc/postgresql/html/release-9-3-23.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -969,6 +971,7 @@ share/doc/postgresql/html/release-9-4-14
 share/doc/postgresql/html/release-9-4-15.html
 share/doc/postgresql/html/release-9-4-16.html
 share/doc/postgresql/html/release-9-4-17.html
+share/doc/postgresql/html/release-9-4-18.html
 share/doc/postgresql/html/release-9-4-2.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
@@ -982,6 +985,7 @@ share/doc/postgresql/html/release-9-5-1.
 share/doc/postgresql/html/release-9-5-10.html
 share/doc/postgresql/html/release-9-5-11.html
 share/doc/postgresql/html/release-9-5-12.html
+share/doc/postgresql/html/release-9-5-13.html
 share/doc/postgresql/html/release-9-5-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html
@@ -999,6 +1003,7 @@ share/doc/postgresql/html/release-9-6-5.
 share/doc/postgresql/html/release-9-6-6.html
 share/doc/postgresql/html/release-9-6-7.html
 share/doc/postgresql/html/release-9-6-8.html
+share/doc/postgresql/html/release-9-6-9.html
 share/doc/postgresql/html/release-9-6.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html

Reply via email to