summaryrefslogtreecommitdiff
path: root/databases/postgresql94/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2015-10-10 10:22:20 +0000
committeradam <adam>2015-10-10 10:22:20 +0000
commit3bd4f73f711b70c0a33163a7b645afb5261508e9 (patch)
tree0e96c5e21e834eb8c413e1bb4d82c4a492f5a810 /databases/postgresql94/Makefile.common
parenteeffa937832c98ff3bc47af533735c70705f514e (diff)
downloadpkgsrc-3bd4f73f711b70c0a33163a7b645afb5261508e9.tar.gz
Changes 9.4.5:
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.
Diffstat (limited to 'databases/postgresql94/Makefile.common')
-rw-r--r--databases/postgresql94/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common
index e5d98370fe9..e3243dbb228 100644
--- a/databases/postgresql94/Makefile.common
+++ b/databases/postgresql94/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2015/06/18 14:46:14 adam Exp $
+# $NetBSD: Makefile.common,v 1.6 2015/10/10 10:22:20 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -23,7 +23,7 @@
# used by databases/postgresql94-server/Makefile
# used by databases/postgresql94-upgrade/Makefile
-DISTNAME= postgresql-9.4.4
+DISTNAME= postgresql-9.4.5
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2