diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2017-11-09 16:11:21 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2017-11-09 16:11:21 +0000 |
commit | c007195e816a28e3cf09eb0e3d1863ab200265a2 (patch) | |
tree | 12072c8e9a286a2e809428b869a857fc3ff517da /databases/postgresql92-server | |
parent | Update to 3.2.0 (diff) |
Update to latest versions of PostgreSQL
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20,
and 9.2.24. This release fixes three security issues. This release also fixes
issues found in BRIN indexing, logical replication and other bugs reported over
the past three months.
Please note that the CVE-2017-12172 does not affect the FreeBSD port unless you
decided to not use the contrib/startscript instead of the startscript
distributed with the FreeBSD port/package.
Security: CVE-2017-12172, CVE-2017-15099, CVE-2017-15098
URL: https://www.postgresql.org/about/news/1801/
Notes
Notes:
svn path=/head/; revision=453847
Diffstat (limited to 'databases/postgresql92-server')
-rw-r--r-- | databases/postgresql92-server/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql92-server/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql92-server/pkg-plist-server | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 2ccf122a59a3..368d92c8ffac 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.2.23 -PORTREVISION?= 2 +DISTVERSION?= 9.2.24 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} diff --git a/databases/postgresql92-server/distinfo b/databases/postgresql92-server/distinfo index 3878a0f0acfc..c21134035a0a 100644 --- a/databases/postgresql92-server/distinfo +++ b/databases/postgresql92-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1503997923 -SHA256 (postgresql/postgresql-9.2.23.tar.bz2) = 0e6ecdfeed69030dac8d219ecd4c350ce45e9f2caa9d73e166e407e87afec450 -SIZE (postgresql/postgresql-9.2.23.tar.bz2) = 16531436 +TIMESTAMP = 1510172181 +SHA256 (postgresql/postgresql-9.2.24.tar.bz2) = a754c02f7051c2f21e52f8669a421b50485afcde9a581674d6106326b189d126 +SIZE (postgresql/postgresql-9.2.24.tar.bz2) = 16552576 SHA256 (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 2f9c831b3dff866f0b2f6f2a9ef771a4045486bc252a851aadc73c50d376319d SIZE (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 5587 diff --git a/databases/postgresql92-server/pkg-plist-server b/databases/postgresql92-server/pkg-plist-server index fb1965d9a177..74dc735f3c10 100644 --- a/databases/postgresql92-server/pkg-plist-server +++ b/databases/postgresql92-server/pkg-plist-server @@ -513,7 +513,6 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/CST6CDT %%TZDATA%%%%DATADIR%%/timezone/Canada/Atlantic %%TZDATA%%%%DATADIR%%/timezone/Canada/Central -%%TZDATA%%%%DATADIR%%/timezone/Canada/East-Saskatchewan %%TZDATA%%%%DATADIR%%/timezone/Canada/Eastern %%TZDATA%%%%DATADIR%%/timezone/Canada/Mountain %%TZDATA%%%%DATADIR%%/timezone/Canada/Newfoundland |