summaryrefslogtreecommitdiff
path: root/databases/postgresql94-plpython
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2015-10-08 21:25:01 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2015-10-08 21:25:01 +0000
commit0642ae4b77cc7e0c9aa0ffaa0045771924380dc5 (patch)
tree03273031419ebea7a1a676dbe1f96c3e5fd15ebe /databases/postgresql94-plpython
parentAdd 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
Diffstat (limited to 'databases/postgresql94-plpython')
-rw-r--r--databases/postgresql94-plpython/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile
index 0a32973197a9..5218ccd471d0 100644
--- a/databases/postgresql94-plpython/Makefile
+++ b/databases/postgresql94-plpython/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-PORTREVISION= 0
WANT_PGSQL_VER= 9.4
.include "${.CURDIR}/../postgresql90-plpython/Makefile"