diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2019-06-27 21:28:00 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2019-06-27 21:28:00 +0000 |
commit | 50768910f97a5fe4772f60372a744598e997ff82 (patch) | |
tree | b45e6b29c40c8ae5c95d65c66cd6310b621ee6a3 /databases/postgresql11-server | |
parent | Add vuxml entry for postgresql lt 10.9 and lt 11.4 (diff) |
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
Notes
Notes:
svn path=/head/; revision=505245
Diffstat (limited to 'databases/postgresql11-server')
-rw-r--r-- | databases/postgresql11-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql11-server/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql11-server/pkg-plist-server | 1 |
3 files changed, 5 insertions, 4 deletions
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 |