diff options
author | girgen <girgen@FreeBSD.org> | 2019-06-28 05:28:00 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2019-06-28 05:28:00 +0800 |
commit | 2ff6535c553836edbb25d5b7fe681c0100e2fb7c (patch) | |
tree | b45e6b29c40c8ae5c95d65c66cd6310b621ee6a3 /databases | |
parent | 1755fcc925aa3f05140a329ff78268d5d53982b6 (diff) | |
download | freebsd-ports-gnome-2ff6535c553836edbb25d5b7fe681c0100e2fb7c.tar.gz freebsd-ports-gnome-2ff6535c553836edbb25d5b7fe681c0100e2fb7c.tar.zst freebsd-ports-gnome-2ff6535c553836edbb25d5b7fe681c0100e2fb7c.zip |
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
Diffstat (limited to 'databases')
22 files changed, 32 insertions, 31 deletions
diff --git a/databases/postgresql10-client/Makefile b/databases/postgresql10-client/Makefile index f42982ce007b..1aa7c3203c07 100644 --- a/databases/postgresql10-client/Makefile +++ b/databases/postgresql10-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 3 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) diff --git a/databases/postgresql10-contrib/Makefile b/databases/postgresql10-contrib/Makefile index 007495aab2fe..d2d5002b6b2b 100644 --- a/databases/postgresql10-contrib/Makefile +++ b/databases/postgresql10-contrib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql10-pgtcl/Makefile b/databases/postgresql10-pgtcl/Makefile index a88bfe2d8ce6..9f66e61ef73c 100644 --- a/databases/postgresql10-pgtcl/Makefile +++ b/databases/postgresql10-pgtcl/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -postgresql10 CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index b2ff3687aea7..6adeb5a351fe 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@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 diff --git a/databases/postgresql10-server/distinfo b/databases/postgresql10-server/distinfo index 15db182a4fb7..27f5a399608e 100644 --- a/databases/postgresql10-server/distinfo +++ b/databases/postgresql10-server/distinfo @@ -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 diff --git a/databases/postgresql11-client/Makefile b/databases/postgresql11-client/Makefile index 25915a3a90eb..89146c4867bc 100644 --- a/databases/postgresql11-client/Makefile +++ b/databases/postgresql11-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile index 76e858004a2a..47c264edd737 100644 --- a/databases/postgresql11-server/Makefile +++ b/databases/postgresql11-server/Makefile @@ -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 diff --git a/databases/postgresql11-server/distinfo b/databases/postgresql11-server/distinfo index 81b04d20d3a1..2d4af53d7c18 100644 --- a/databases/postgresql11-server/distinfo +++ b/databases/postgresql11-server/distinfo @@ -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 diff --git a/databases/postgresql11-server/pkg-plist-server b/databases/postgresql11-server/pkg-plist-server index 7060c7b66838..ba2b28c28797 100644 --- a/databases/postgresql11-server/pkg-plist-server +++ b/databases/postgresql11-server/pkg-plist-server @@ -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 diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index 07c2500bc549..ada2eb52da8e 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@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 diff --git a/databases/postgresql94-server/distinfo b/databases/postgresql94-server/distinfo index c53bbaeb40da..0c34032d17fb 100644 --- a/databases/postgresql94-server/distinfo +++ b/databases/postgresql94-server/distinfo @@ -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 diff --git a/databases/postgresql95-client/Makefile b/databases/postgresql95-client/Makefile index 434668191256..f0f66f5e2a15 100644 --- a/databases/postgresql95-client/Makefile +++ b/databases/postgresql95-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) diff --git a/databases/postgresql95-plperl/Makefile b/databases/postgresql95-plperl/Makefile index b135f01e26ac..c70eefbd69cf 100644 --- a/databases/postgresql95-plperl/Makefile +++ b/databases/postgresql95-plperl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases perl5 PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT} diff --git a/databases/postgresql95-server/Makefile b/databases/postgresql95-server/Makefile index a7587bb3ed41..6f4407c411cd 100644 --- a/databases/postgresql95-server/Makefile +++ b/databases/postgresql95-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@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 diff --git a/databases/postgresql95-server/distinfo b/databases/postgresql95-server/distinfo index 88a7a1ebdb75..70b1cd6cba26 100644 --- a/databases/postgresql95-server/distinfo +++ b/databases/postgresql95-server/distinfo @@ -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 diff --git a/databases/postgresql96-client/Makefile b/databases/postgresql96-client/Makefile index 1821aa99f126..2257e41420c9 100644 --- a/databases/postgresql96-client/Makefile +++ b/databases/postgresql96-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PostgreSQL database (client) diff --git a/databases/postgresql96-contrib/Makefile b/databases/postgresql96-contrib/Makefile index 2673dcadf645..30313169e20b 100644 --- a/databases/postgresql96-contrib/Makefile +++ b/databases/postgresql96-contrib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql96-docs/Makefile b/databases/postgresql96-docs/Makefile index f2e32ce2877f..ca3611c60bd7 100644 --- a/databases/postgresql96-docs/Makefile +++ b/databases/postgresql96-docs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S,.,,}-docs MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql96-pgtcl/Makefile b/databases/postgresql96-pgtcl/Makefile index f4c831dc774e..1d2675b9c9d5 100644 --- a/databases/postgresql96-pgtcl/Makefile +++ b/databases/postgresql96-pgtcl/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -postgresql96 CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]* diff --git a/databases/postgresql96-pltcl/Makefile b/databases/postgresql96-pltcl/Makefile index baa5b5f6d64e..4ded6de77ded 100644 --- a/databases/postgresql96-pltcl/Makefile +++ b/databases/postgresql96-pltcl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases tcl PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT} diff --git a/databases/postgresql96-server/Makefile b/databases/postgresql96-server/Makefile index 36a2f605b3d1..afcfe7014c7e 100644 --- a/databases/postgresql96-server/Makefile +++ b/databases/postgresql96-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@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 diff --git a/databases/postgresql96-server/distinfo b/databases/postgresql96-server/distinfo index b95dbf73bd32..f593dd2576cf 100644 --- a/databases/postgresql96-server/distinfo +++ b/databases/postgresql96-server/distinfo @@ -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 |