diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2018-08-10 09:25:20 +0000 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2018-08-10 09:25:20 +0000 |
| commit | 0ef5b1677131d55233b49572e4b450a9461718fd (patch) | |
| tree | 493909b35aedfc0791997e6ff623f205fea1bf62 /databases/postgresql94-server | |
| parent | math/cryptominisat: Update to 5.6.3. (diff) | |
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 10.5, 9.6.10, 9.5.14, 9.4.19,
9.3.24. This release fixes two security issues as well as bugs reported over
the last three months.
If you have untrusted users accessing your system and you are either running
PostgreSQL 9.5 or a newer version OR have installed the "dblink" or
"postgres_fdw" extensions, you must apply this update as soon as possible. All
other users can upgrade at the next convenient downtime.
Please note that PostgreSQL changed its versioning scheme with the release of
version 10.0, so updating to version 10.5 from any 10.x release is considered a
minor update.
The PostgreSQL Global Development Group also announces that the third beta
release of PostgreSQL 11 is now available for download. This release contains
previews of all features that will be available in the final release of
PostgreSQL 11 (though some details of the release could change before then) as
well as bug fixes that were reported during the second beta.
This release also changes the default option for the server packages to *not*
include XML support per default. If you need this, please check the XML option
knob and build the port.
Releasenotes: https://www.postgresql.org/about/news/1878/
PR: 229523, 198588
Security: 96eab874-9c79-11e8-b34b-6cc21735f730
Security: CVE-2018-10915, CVE-2018-10925
Diffstat (limited to 'databases/postgresql94-server')
| -rw-r--r-- | databases/postgresql94-server/Makefile | 3 | ||||
| -rw-r--r-- | databases/postgresql94-server/distinfo | 6 | ||||
| -rw-r--r-- | databases/postgresql94-server/pkg-plist-client | 1 | ||||
| -rw-r--r-- | databases/postgresql94-server/pkg-plist-server | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index 55911c83c7cd..f205ea4dec90 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/Makefile @@ -1,8 +1,7 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 9.4.18 -PORTREVISION= 0 +DISTVERSION?= 9.4.19 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql94-server/distinfo b/databases/postgresql94-server/distinfo index 43236066fb5e..ccf5dc7f9be4 100644 --- a/databases/postgresql94-server/distinfo +++ b/databases/postgresql94-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1525980866 -SHA256 (postgresql/postgresql-9.4.18.tar.bz2) = 428337f2b2f5e3ea21b8a44f88eb89c99a07a324559b99aebe777c9abdf4c4c0 -SIZE (postgresql/postgresql-9.4.18.tar.bz2) = 17828085 +TIMESTAMP = 1533847539 +SHA256 (postgresql/postgresql-9.4.19.tar.bz2) = 03776b036b2a05371083558e10c21cc4b90bde9eb3aff60299c4ce7c084c168b +SIZE (postgresql/postgresql-9.4.19.tar.bz2) = 17879273 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/postgresql94-server/pkg-plist-client b/databases/postgresql94-server/pkg-plist-client index 47428471c54d..a4fc0e2c79d5 100644 --- a/databases/postgresql94-server/pkg-plist-client +++ b/databases/postgresql94-server/pkg-plist-client @@ -26,6 +26,7 @@ include/pg_config.h include/pg_config_ext.h include/pg_config_manual.h include/pg_config_os.h +include/pgtypes.h include/pgtypes_date.h include/pgtypes_error.h include/pgtypes_interval.h diff --git a/databases/postgresql94-server/pkg-plist-server b/databases/postgresql94-server/pkg-plist-server index 2445a36db1bf..666e585620bb 100644 --- a/databases/postgresql94-server/pkg-plist-server +++ b/databases/postgresql94-server/pkg-plist-server @@ -54,6 +54,7 @@ lib/libpgcommon.a %%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql %%DATADIR%%/extension/plpgsql.control %%NLS%%share/locale/cs/LC_MESSAGES/initdb-9.4.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_basebackup-9.4.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-9.4.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-9.4.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.4.mo |
