Hi,

This diff updates PostgreSQL to it's latest version: 9.5.4.
Release note here: https://www.postgresql.org/docs/9.5/static/release-9-5-4.html

This version fixes 2 CVE: CVE-2016-5423 and CVE-2016-5424

This diff applies to OpenBSD -current and OpenBSD 6.0.
Diff for 5.9 is coming.

Comments, ok ?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.215
diff -u -p -u -p -r1.215 Makefile
--- Makefile	3 Jun 2016 07:28:07 -0000	1.215
+++ Makefile	12 Aug 2016 07:51:08 -0000
@@ -11,7 +11,7 @@ BROKEN-sparc=	Requires v9|v9a|v9b; reque
 # DO NOT FORGET to also change the @ask-update entry in pkg/PLIST-server
 # in case a dump before / restore after pkg_add -u is required!
 
-VERSION=	9.5.3
+VERSION=	9.5.4
 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.62
diff -u -p -u -p -r1.62 distinfo
--- distinfo	13 May 2016 17:15:55 -0000	1.62
+++ distinfo	12 Aug 2016 07:51:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-9.5.3.tar.gz) = HwcKjoDOdJ5ofSFi5KJxB+LMFwOkcVQOCBEbv7WFP54=
-SIZE (postgresql-9.5.3.tar.gz) = 24134415
+SHA256 (postgresql-9.5.4.tar.gz) = McKqi23g52egR6WFo97HYrEFHQBBUlSX3RV5ulqGHmg=
+SIZE (postgresql-9.5.4.tar.gz) = 24139834
Index: pkg/PLIST-contrib
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-contrib,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 PLIST-contrib
--- pkg/PLIST-contrib	13 May 2016 14:27:48 -0000	1.14
+++ pkg/PLIST-contrib	12 Aug 2016 07:51:08 -0000
@@ -64,7 +64,6 @@ lib/postgresql/uuid-ossp.so
 @man man/man1/pg_upgrade.1
 @man man/man1/pgbench.1
 @man man/man1/vacuumlo.1
-share/postgresql/extension/
 share/postgresql/extension/adminpack--1.0.sql
 share/postgresql/extension/adminpack.control
 share/postgresql/extension/autoinc--1.0.sql
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.74
diff -u -p -u -p -r1.74 PLIST-docs
--- pkg/PLIST-docs	13 May 2016 17:15:55 -0000	1.74
+++ pkg/PLIST-docs	12 Aug 2016 07:51:08 -0000
@@ -865,6 +865,7 @@ share/doc/postgresql/html/release-9-1-2.
 share/doc/postgresql/html/release-9-1-20.html
 share/doc/postgresql/html/release-9-1-21.html
 share/doc/postgresql/html/release-9-1-22.html
+share/doc/postgresql/html/release-9-1-23.html
 share/doc/postgresql/html/release-9-1-3.html
 share/doc/postgresql/html/release-9-1-4.html
 share/doc/postgresql/html/release-9-1-5.html
@@ -882,6 +883,7 @@ share/doc/postgresql/html/release-9-2-14
 share/doc/postgresql/html/release-9-2-15.html
 share/doc/postgresql/html/release-9-2-16.html
 share/doc/postgresql/html/release-9-2-17.html
+share/doc/postgresql/html/release-9-2-18.html
 share/doc/postgresql/html/release-9-2-2.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
@@ -896,6 +898,7 @@ share/doc/postgresql/html/release-9-3-10
 share/doc/postgresql/html/release-9-3-11.html
 share/doc/postgresql/html/release-9-3-12.html
 share/doc/postgresql/html/release-9-3-13.html
+share/doc/postgresql/html/release-9-3-14.html
 share/doc/postgresql/html/release-9-3-2.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
@@ -913,10 +916,12 @@ share/doc/postgresql/html/release-9-4-5.
 share/doc/postgresql/html/release-9-4-6.html
 share/doc/postgresql/html/release-9-4-7.html
 share/doc/postgresql/html/release-9-4-8.html
+share/doc/postgresql/html/release-9-4-9.html
 share/doc/postgresql/html/release-9-4.html
 share/doc/postgresql/html/release-9-5-1.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
 share/doc/postgresql/html/release-9-5.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html

Reply via email to