Re: [Security] PostgreSQL 9.5.4

2016-08-12 Thread Robert Nagy
Seems fine. ok.

On (2016-08-12 14:54), Pierre-Emmanuel André wrote:
> On Fri, Aug 12, 2016 at 09:56:26AM +0200, Pierre-Emmanuel André wrote:
> > 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 ?
> > 
> 
> 
> And the diff for 5.9.
> Tested on @amd64.
> 
> Comments, ok ?
> 
> Regards,

> Index: Makefile
> ===
> RCS file: /cvs/ports/databases/postgresql/Makefile,v
> retrieving revision 1.209.2.1
> diff -u -p -u -p -r1.209.2.1 Makefile
> --- Makefile  1 Apr 2016 14:23:59 -   1.209.2.1
> +++ Makefile  12 Aug 2016 12:52:41 -
> @@ -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.4.7
> +VERSION= 9.4.8
>  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.59.2.1
> diff -u -p -u -p -r1.59.2.1 distinfo
> --- distinfo  1 Apr 2016 14:23:59 -   1.59.2.1
> +++ distinfo  12 Aug 2016 12:52:41 -
> @@ -1,2 +1,2 @@
> -SHA256 (postgresql-9.4.7.tar.gz) = 
> c3pKOeB69YlXMZKnlJI7f5dMSs9OTQd2VNGlWFLRv9w=
> -SIZE (postgresql-9.4.7.tar.gz) = 23288560
> +SHA256 (postgresql-9.4.8.tar.gz) = 
> lVjS3acQKvEoNdcqJosfH1x3djEjmxUrZcmNAhjv7N8=
> +SIZE (postgresql-9.4.8.tar.gz) = 23310530
> Index: pkg/PLIST-docs
> ===
> RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
> retrieving revision 1.71.2.1
> diff -u -p -u -p -r1.71.2.1 PLIST-docs
> --- pkg/PLIST-docs1 Apr 2016 14:23:59 -   1.71.2.1
> +++ pkg/PLIST-docs12 Aug 2016 12:52:41 -
> @@ -850,6 +850,7 @@ share/doc/postgresql/html/release-9-1-19
>  share/doc/postgresql/html/release-9-1-2.html
>  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-3.html
>  share/doc/postgresql/html/release-9-1-4.html
>  share/doc/postgresql/html/release-9-1-5.html
> @@ -866,6 +867,7 @@ share/doc/postgresql/html/release-9-2-13
>  share/doc/postgresql/html/release-9-2-14.html
>  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-2.html
>  share/doc/postgresql/html/release-9-2-3.html
>  share/doc/postgresql/html/release-9-2-4.html
> @@ -879,6 +881,7 @@ share/doc/postgresql/html/release-9-3-1.
>  share/doc/postgresql/html/release-9-3-10.html
>  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-2.html
>  share/doc/postgresql/html/release-9-3-3.html
>  share/doc/postgresql/html/release-9-3-4.html
> @@ -895,6 +898,7 @@ share/doc/postgresql/html/release-9-4-4.
>  share/doc/postgresql/html/release-9-4-5.html
>  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.html
>  share/doc/postgresql/html/release.html
>  share/doc/postgresql/html/resources.html



Re: [Security] PostgreSQL 9.5.4

2016-08-12 Thread Pierre-Emmanuel André
On Fri, Aug 12, 2016 at 09:56:26AM +0200, Pierre-Emmanuel André wrote:
> 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 ?
> 


And the diff for 5.9.
Tested on @amd64.

Comments, ok ?

Regards,
Index: Makefile
===
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.209.2.1
diff -u -p -u -p -r1.209.2.1 Makefile
--- Makefile	1 Apr 2016 14:23:59 -	1.209.2.1
+++ Makefile	12 Aug 2016 12:52:41 -
@@ -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.4.7
+VERSION=	9.4.8
 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.59.2.1
diff -u -p -u -p -r1.59.2.1 distinfo
--- distinfo	1 Apr 2016 14:23:59 -	1.59.2.1
+++ distinfo	12 Aug 2016 12:52:41 -
@@ -1,2 +1,2 @@
-SHA256 (postgresql-9.4.7.tar.gz) = c3pKOeB69YlXMZKnlJI7f5dMSs9OTQd2VNGlWFLRv9w=
-SIZE (postgresql-9.4.7.tar.gz) = 23288560
+SHA256 (postgresql-9.4.8.tar.gz) = lVjS3acQKvEoNdcqJosfH1x3djEjmxUrZcmNAhjv7N8=
+SIZE (postgresql-9.4.8.tar.gz) = 23310530
Index: pkg/PLIST-docs
===
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.71.2.1
diff -u -p -u -p -r1.71.2.1 PLIST-docs
--- pkg/PLIST-docs	1 Apr 2016 14:23:59 -	1.71.2.1
+++ pkg/PLIST-docs	12 Aug 2016 12:52:41 -
@@ -850,6 +850,7 @@ share/doc/postgresql/html/release-9-1-19
 share/doc/postgresql/html/release-9-1-2.html
 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-3.html
 share/doc/postgresql/html/release-9-1-4.html
 share/doc/postgresql/html/release-9-1-5.html
@@ -866,6 +867,7 @@ share/doc/postgresql/html/release-9-2-13
 share/doc/postgresql/html/release-9-2-14.html
 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-2.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
@@ -879,6 +881,7 @@ share/doc/postgresql/html/release-9-3-1.
 share/doc/postgresql/html/release-9-3-10.html
 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-2.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
@@ -895,6 +898,7 @@ share/doc/postgresql/html/release-9-4-4.
 share/doc/postgresql/html/release-9-4-5.html
 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.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/resources.html


[Security] PostgreSQL 9.5.4

2016-08-12 Thread Pierre-Emmanuel André
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 -	1.215
+++ Makefile	12 Aug 2016 07:51:08 -
@@ -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 -	1.62
+++ distinfo	12 Aug 2016 07:51:08 -
@@ -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 -	1.14
+++ pkg/PLIST-contrib	12 Aug 2016 07:51:08 -
@@ -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 -	1.74
+++ pkg/PLIST-docs	12 Aug 2016 07:51:08 -
@@ -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