aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql92-client
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2015-10-09 05:25:01 +0800
committergirgen <girgen@FreeBSD.org>2015-10-09 05:25:01 +0800
commitdeab7603ebb9ab447f6aa72de944202acfd16b60 (patch)
tree03273031419ebea7a1a676dbe1f96c3e5fd15ebe /databases/postgresql92-client
parent22c0c8bbbeb894798e2856a61c0435b80cf4f626 (diff)
downloadfreebsd-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/postgresql92-client')
-rw-r--r--databases/postgresql92-client/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/postgresql92-client/Makefile b/databases/postgresql92-client/Makefile
index 2158be7b38f7..f1d5352b8e37 100644
--- a/databases/postgresql92-client/Makefile
+++ b/databases/postgresql92-client/Makefile
@@ -3,7 +3,6 @@
PORTNAME= postgresql
COMMENT= PostgreSQL database (client)
-PORTREVISION= 0
MASTERDIR= ${.CURDIR}/../postgresql92-server