diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2015-10-08 21:25:01 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2015-10-08 21:25:01 +0000 |
commit | 0642ae4b77cc7e0c9aa0ffaa0045771924380dc5 (patch) | |
tree | 03273031419ebea7a1a676dbe1f96c3e5fd15ebe /databases/postgresql91-server | |
parent | Add entry for two security problems in PostgreSQL (diff) |
Update PostgreSQL port to latest version.
Two security issues have been fixed in this release which affect users
of specific PostgreSQL features:
CVE-2015-5289: json or jsonb input values constructed from arbitrary
user input can crash the PostgreSQL server and cause a denial of
service.
CVE-2015-5288: The crypt( function included with the optional pgCrypto
extension could be exploited to read a few additional bytes of memory.
No working exploit for this issue has been developed.
This update will also disable SSL renegotiation by default;
previously, it was enabled by default. SSL renegotiation will be
removed entirely in PostgreSQL versions 9.5 and later.
URL: http://www.postgresql.org/about/news/1615/
Security: CVE-2015-5288 CVE-2015-5289
Notes
Notes:
svn path=/head/; revision=398895
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r-- | databases/postgresql91-server/Makefile | 11 | ||||
-rw-r--r-- | databases/postgresql91-server/distinfo | 4 | ||||
-rw-r--r-- | databases/postgresql91-server/pkg-plist-server | 1 |
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 2268a74fe11f..9b4da145d648 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.1.18 -PORTREVISION?= 1 +DISTVERSION?= 9.1.19 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} @@ -11,10 +10,10 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -#CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ -# ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ -# ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ -# ${PORTNAME}${COMPONENT}-9.[^${PORTVERSION:R:E}].* +CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ + ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ + ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ + ${PORTNAME}${COMPONENT}-9.[^${PORTVERSION:R:E}].* WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} DIST_SUBDIR= postgresql diff --git a/databases/postgresql91-server/distinfo b/databases/postgresql91-server/distinfo index 9b0f186512c3..614fd925f4af 100644 --- a/databases/postgresql91-server/distinfo +++ b/databases/postgresql91-server/distinfo @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.1.18.tar.bz2) = 2726d526666904b454f87fe2ae54357c2ab9eb8aba299a4c904829b7598584a8 -SIZE (postgresql/postgresql-9.1.18.tar.bz2) = 15822081 +SHA256 (postgresql/postgresql-9.1.19.tar.bz2) = cbd5057451147dd63a1e764176a4e17a7795773be1e4266ea9faa951064c0ec6 +SIZE (postgresql/postgresql-9.1.19.tar.bz2) = 15843978 SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 diff --git a/databases/postgresql91-server/pkg-plist-server b/databases/postgresql91-server/pkg-plist-server index b7d831bfa074..92be2750b252 100644 --- a/databases/postgresql91-server/pkg-plist-server +++ b/databases/postgresql91-server/pkg-plist-server @@ -253,6 +253,7 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/America/Eirunepe %%TZDATA%%%%DATADIR%%/timezone/America/El_Salvador %%TZDATA%%%%DATADIR%%/timezone/America/Ensenada +%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Nelson %%TZDATA%%%%DATADIR%%/timezone/America/Fort_Wayne %%TZDATA%%%%DATADIR%%/timezone/America/Fortaleza %%TZDATA%%%%DATADIR%%/timezone/America/Glace_Bay |