diff options
author | girgen <girgen@FreeBSD.org> | 2015-10-09 05:25:01 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2015-10-09 05:25:01 +0800 |
commit | deab7603ebb9ab447f6aa72de944202acfd16b60 (patch) | |
tree | 03273031419ebea7a1a676dbe1f96c3e5fd15ebe /databases/postgresql94-contrib | |
parent | 22c0c8bbbeb894798e2856a61c0435b80cf4f626 (diff) | |
download | freebsd-ports-gnome-deab7603ebb9ab447f6aa72de944202acfd16b60.tar.gz freebsd-ports-gnome-deab7603ebb9ab447f6aa72de944202acfd16b60.tar.zst freebsd-ports-gnome-deab7603ebb9ab447f6aa72de944202acfd16b60.zip |
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
Diffstat (limited to 'databases/postgresql94-contrib')
-rw-r--r-- | databases/postgresql94-contrib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/postgresql94-contrib/Makefile b/databases/postgresql94-contrib/Makefile index 034665938024..7fa9b0e4575b 100644 --- a/databases/postgresql94-contrib/Makefile +++ b/databases/postgresql94-contrib/Makefile @@ -3,7 +3,6 @@ PORTNAME= postgresql CATEGORIES= databases -PORTREVISION= 1 MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution |