On Thu, May 11, 2017 at 09:14:05PM +0200, Pierre-Emmanuel André wrote:
> Hi,
>
> The latest version of PostgreSQL fixes 3 CVE (
> https://www.postgresql.org/about/news/1746/ )
> Tested on @amd64.
>
> OK ?
OK, please get this in and thanks!
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/databases/postgresql/Makefile,v
> retrieving revision 1.224
> diff -u -p -u -p -r1.224 Makefile
> --- Makefile 11 May 2017 13:44:15 -0000 1.224
> +++ Makefile 11 May 2017 19:12:07 -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= 9.6.2
> +VERSION= 9.6.3
> PREV_MAJOR= 9.5
> DISTNAME= postgresql-${VERSION}
> PKGNAME-main= postgresql-client-${VERSION}
> @@ -17,7 +17,6 @@ PKGNAME-contrib=postgresql-contrib-${VER
> PKGNAME-plpython=postgresql-plpython-${VERSION}
> PKGNAME-pg_upgrade=postgresql-pg_upgrade-${VERSION}
>
> -REVISION-server= 0
>
> CATEGORIES= databases
> SHARED_LIBS= ecpg 7.8 \
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/databases/postgresql/distinfo,v
> retrieving revision 1.65
> diff -u -p -u -p -r1.65 distinfo
> --- distinfo 10 Feb 2017 14:07:28 -0000 1.65
> +++ distinfo 11 May 2017 19:12:07 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (postgresql-9.6.2.tar.gz) =
> poVgmZWb//fPCImw5jew8EZC6Knoy/o/klVaA+87JEg=
> -SIZE (postgresql-9.6.2.tar.gz) = 25450827
> +SHA256 (postgresql-9.6.3.tar.gz) =
> 3wiDciMLHdIdh7uBaGRxUI9MQglNT08ytdjmhv6mn6Y=
> +SIZE (postgresql-9.6.3.tar.gz) = 25536998
> Index: pkg/PLIST-docs
> ===================================================================
> RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
> retrieving revision 1.77
> diff -u -p -u -p -r1.77 PLIST-docs
> --- pkg/PLIST-docs 10 Feb 2017 14:07:28 -0000 1.77
> +++ pkg/PLIST-docs 11 May 2017 19:12:07 -0000
> @@ -542,6 +542,7 @@ share/doc/postgresql/html/pgvisibility.h
> share/doc/postgresql/html/pgxlogdump.html
> share/doc/postgresql/html/planner-optimizer.html
> share/doc/postgresql/html/planner-stats-details.html
> +share/doc/postgresql/html/planner-stats-security.html
> share/doc/postgresql/html/planner-stats.html
> share/doc/postgresql/html/plhandler.html
> share/doc/postgresql/html/plperl-builtins.html
> @@ -901,6 +902,7 @@ share/doc/postgresql/html/release-9-2-18
> share/doc/postgresql/html/release-9-2-19.html
> share/doc/postgresql/html/release-9-2-2.html
> share/doc/postgresql/html/release-9-2-20.html
> +share/doc/postgresql/html/release-9-2-21.html
> share/doc/postgresql/html/release-9-2-3.html
> share/doc/postgresql/html/release-9-2-4.html
> share/doc/postgresql/html/release-9-2-5.html
> @@ -917,6 +919,7 @@ share/doc/postgresql/html/release-9-3-13
> share/doc/postgresql/html/release-9-3-14.html
> share/doc/postgresql/html/release-9-3-15.html
> share/doc/postgresql/html/release-9-3-16.html
> +share/doc/postgresql/html/release-9-3-17.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
> @@ -929,6 +932,7 @@ share/doc/postgresql/html/release-9-3.ht
> share/doc/postgresql/html/release-9-4-1.html
> share/doc/postgresql/html/release-9-4-10.html
> share/doc/postgresql/html/release-9-4-11.html
> +share/doc/postgresql/html/release-9-4-12.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
> @@ -944,9 +948,11 @@ share/doc/postgresql/html/release-9-5-3.
> share/doc/postgresql/html/release-9-5-4.html
> share/doc/postgresql/html/release-9-5-5.html
> share/doc/postgresql/html/release-9-5-6.html
> +share/doc/postgresql/html/release-9-5-7.html
> share/doc/postgresql/html/release-9-5.html
> share/doc/postgresql/html/release-9-6-1.html
> share/doc/postgresql/html/release-9-6-2.html
> +share/doc/postgresql/html/release-9-6-3.html
> share/doc/postgresql/html/release-9-6.html
> share/doc/postgresql/html/release.html
> share/doc/postgresql/html/replication-origins.html
> Index: pkg/PLIST-server
> ===================================================================
> RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-server,v
> retrieving revision 1.31
> diff -u -p -u -p -r1.31 PLIST-server
> --- pkg/PLIST-server 9 Feb 2017 15:14:11 -0000 1.31
> +++ pkg/PLIST-server 11 May 2017 19:12:07 -0000
> @@ -203,6 +203,7 @@ include/postgresql/server/common/
> include/postgresql/server/common/config_info.h
> include/postgresql/server/common/controldata_utils.h
> include/postgresql/server/common/fe_memutils.h
> +include/postgresql/server/common/int128.h
> include/postgresql/server/common/keywords.h
> include/postgresql/server/common/pg_lzcompress.h
> include/postgresql/server/common/relpath.h