svn commit: r505245 - in head/databases: postgresql10-client postgresql10-contrib postgresql10-pgtcl postgresql10-server postgresql11-client postgresql11-server postgresql94-server postgresql95-cli...
Palle Girgensohn
girgen at FreeBSD.org
Thu Jun 27 21:28:06 UTC 2019
Author: girgen
Date: Thu Jun 27 21:28:00 2019
New Revision: 505245
URL: https://svnweb.freebsd.org/changeset/ports/505245
Log:
Upgrade PostgreSQL to latest version
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 11.4, 10.9, 9.6.14, 9.5.18, and
9.4.23, as well as the second beta of PostgreSQL 12. This release fixes one
security issue and over 25 bugs since the previous cumulative update in May.
This release is made outside of the normal update release schedule as the
security vulnerability was determined to be critical enough to distribute the
fix as quickly as possible. Users who are running PostgreSQL 10, PostgreSQL 11,
or the PostgreSQL 12 beta should upgrade as soon as possible.
All other users should plan to apply this update at the next scheduled
downtime.
Release notes: https://www.postgresql.org/about/news/1949/
Security: 245629d4-991e-11e9-82aa-6cc21735f730
Modified:
head/databases/postgresql10-client/Makefile
head/databases/postgresql10-contrib/Makefile
head/databases/postgresql10-pgtcl/Makefile
head/databases/postgresql10-server/Makefile
head/databases/postgresql10-server/distinfo
head/databases/postgresql11-client/Makefile
head/databases/postgresql11-server/Makefile
head/databases/postgresql11-server/distinfo
head/databases/postgresql11-server/pkg-plist-server
head/databases/postgresql94-server/Makefile
head/databases/postgresql94-server/distinfo
head/databases/postgresql95-client/Makefile
head/databases/postgresql95-plperl/Makefile
head/databases/postgresql95-server/Makefile
head/databases/postgresql95-server/distinfo
head/databases/postgresql96-client/Makefile
head/databases/postgresql96-contrib/Makefile
head/databases/postgresql96-docs/Makefile
head/databases/postgresql96-pgtcl/Makefile
head/databases/postgresql96-pltcl/Makefile
head/databases/postgresql96-server/Makefile
head/databases/postgresql96-server/distinfo
Modified: head/databases/postgresql10-client/Makefile
==============================================================================
--- head/databases/postgresql10-client/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql10-client/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 3
+PORTREVISION= 0
COMMENT= PostgreSQL database (client)
Modified: head/databases/postgresql10-contrib/Makefile
==============================================================================
--- head/databases/postgresql10-contrib/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql10-contrib/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 2
+PORTREVISION= 0
CATEGORIES= databases
MAINTAINER= pgsql at FreeBSD.org
Modified: head/databases/postgresql10-pgtcl/Makefile
==============================================================================
--- head/databases/postgresql10-pgtcl/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql10-pgtcl/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 2
+PORTREVISION= 0
PKGNAMESUFFIX= -postgresql10
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]*
Modified: head/databases/postgresql10-server/Makefile
==============================================================================
--- head/databases/postgresql10-server/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql10-server/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy at FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 10.8
+DISTVERSION?= 10.9
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 0
Modified: head/databases/postgresql10-server/distinfo
==============================================================================
--- head/databases/postgresql10-server/distinfo Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql10-server/distinfo Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557217826
-SHA256 (postgresql/postgresql-10.8.tar.bz2) = b198c2aadf1d68308127a0f5b51dbe798958ffe60dd999134f6495c489afcd5d
-SIZE (postgresql/postgresql-10.8.tar.bz2) = 18958913
+TIMESTAMP = 1561409430
+SHA256 (postgresql/postgresql-10.9.tar.bz2) = 958b317fb007e94f3bef7e2a6641875db8f7f9d73db9f283324f3d6e8f5b0f54
+SIZE (postgresql/postgresql-10.9.tar.bz2) = 18981395
Modified: head/databases/postgresql11-client/Makefile
==============================================================================
--- head/databases/postgresql11-client/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql11-client/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 2
+PORTREVISION= 0
COMMENT= PostgreSQL database (client)
Modified: head/databases/postgresql11-server/Makefile
==============================================================================
--- head/databases/postgresql11-server/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql11-server/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME?= postgresql
-DISTVERSION?= 11.3
+DISTVERSION?= 11.4
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 0
Modified: head/databases/postgresql11-server/distinfo
==============================================================================
--- head/databases/postgresql11-server/distinfo Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql11-server/distinfo Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557217836
-SHA256 (postgresql/postgresql-11.3.tar.bz2) = 2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d
-SIZE (postgresql/postgresql-11.3.tar.bz2) = 19718775
+TIMESTAMP = 1561409449
+SHA256 (postgresql/postgresql-11.4.tar.bz2) = 02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
+SIZE (postgresql/postgresql-11.4.tar.bz2) = 19759635
Modified: head/databases/postgresql11-server/pkg-plist-server
==============================================================================
--- head/databases/postgresql11-server/pkg-plist-server Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql11-server/pkg-plist-server Thu Jun 27 21:28:00 2019 (r505245)
@@ -877,6 +877,7 @@ lib/libpgcommon.a
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_fsync-11.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_timing-11.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_upgrade-11.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_waldump-11.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-11.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-11.mo
%%DATADIR%%/snowball_create.sql
Modified: head/databases/postgresql94-server/Makefile
==============================================================================
--- head/databases/postgresql94-server/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql94-server/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy at FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 9.4.22
+DISTVERSION?= 9.4.23
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 0
Modified: head/databases/postgresql94-server/distinfo
==============================================================================
--- head/databases/postgresql94-server/distinfo Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql94-server/distinfo Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1557217847
-SHA256 (postgresql/postgresql-9.4.22.tar.bz2) = d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
-SIZE (postgresql/postgresql-9.4.22.tar.bz2) = 16848787
+TIMESTAMP = 1561409461
+SHA256 (postgresql/postgresql-9.4.23.tar.bz2) = 0d009c08b0c82b12484950bba10ae8bfd6f0c7bafd8f086ab756c483dd231d9b
+SIZE (postgresql/postgresql-9.4.23.tar.bz2) = 16848808
SHA256 (postgresql/pg-949-icu-2016-10-02.diff.gz) = 34612e685a79874db04bc6b66c700bfc6412042840c532eef0da7832d1f70d43
SIZE (postgresql/pg-949-icu-2016-10-02.diff.gz) = 5289
Modified: head/databases/postgresql95-client/Makefile
==============================================================================
--- head/databases/postgresql95-client/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql95-client/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 0
COMMENT= PostgreSQL database (client)
Modified: head/databases/postgresql95-plperl/Makefile
==============================================================================
--- head/databases/postgresql95-plperl/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql95-plperl/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= databases perl5
PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
Modified: head/databases/postgresql95-server/Makefile
==============================================================================
--- head/databases/postgresql95-server/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql95-server/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy at FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 9.5.17
+DISTVERSION?= 9.5.18
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 0
Modified: head/databases/postgresql95-server/distinfo
==============================================================================
--- head/databases/postgresql95-server/distinfo Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql95-server/distinfo Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1557217857
-SHA256 (postgresql/postgresql-9.5.17.tar.bz2) = 88f9e37a0069f2fd4442d1d0d5d811d3121cac685514435b0248d0674723f705
-SIZE (postgresql/postgresql-9.5.17.tar.bz2) = 17563469
+TIMESTAMP = 1561409472
+SHA256 (postgresql/postgresql-9.5.18.tar.bz2) = dfc940487ed5acd5f657d6d02d53a18f9699888d4b0f820071e4564ed2f9f3dd
+SIZE (postgresql/postgresql-9.5.18.tar.bz2) = 17570161
SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365
SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952
Modified: head/databases/postgresql96-client/Makefile
==============================================================================
--- head/databases/postgresql96-client/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql96-client/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 0
COMMENT= PostgreSQL database (client)
Modified: head/databases/postgresql96-contrib/Makefile
==============================================================================
--- head/databases/postgresql96-contrib/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql96-contrib/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= databases
MAINTAINER= pgsql at FreeBSD.org
Modified: head/databases/postgresql96-docs/Makefile
==============================================================================
--- head/databases/postgresql96-docs/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql96-docs/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 0
PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S,.,,}-docs
MAINTAINER= pgsql at FreeBSD.org
Modified: head/databases/postgresql96-pgtcl/Makefile
==============================================================================
--- head/databases/postgresql96-pgtcl/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql96-pgtcl/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 0
PKGNAMESUFFIX= -postgresql96
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]*
Modified: head/databases/postgresql96-pltcl/Makefile
==============================================================================
--- head/databases/postgresql96-pltcl/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql96-pltcl/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= databases tcl
PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
Modified: head/databases/postgresql96-server/Makefile
==============================================================================
--- head/databases/postgresql96-server/Makefile Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql96-server/Makefile Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy at FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 9.6.13
+DISTVERSION?= 9.6.14
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 0
Modified: head/databases/postgresql96-server/distinfo
==============================================================================
--- head/databases/postgresql96-server/distinfo Thu Jun 27 21:05:55 2019 (r505244)
+++ head/databases/postgresql96-server/distinfo Thu Jun 27 21:28:00 2019 (r505245)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1557217617
-SHA256 (postgresql/postgresql-9.6.13.tar.bz2) = ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
-SIZE (postgresql/postgresql-9.6.13.tar.bz2) = 18767279
+TIMESTAMP = 1561409286
+SHA256 (postgresql/postgresql-9.6.14.tar.bz2) = 3f08c265c9ae814f727461408ab24fdf3d954c4f7ae42d9c97b3c7e03fc31a22
+SIZE (postgresql/postgresql-9.6.14.tar.bz2) = 18787744
SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 85f81baa0fc8f692bcf802c8645196d9e3afdef4f760cef712d940b87655486e
SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 5998
More information about the svn-ports-head
mailing list