From 9378442b33aa20e30c3c3accbba21153e882edc4 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 11 Oct 2015 11:24:58 +0000 Subject: Changes 9.1.19: 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. --- databases/postgresql91/Makefile.common | 4 ++-- databases/postgresql91/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/postgresql91') diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 48fed119931..f5c57643b15 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2015/06/18 14:46:14 adam Exp $ +# $NetBSD: Makefile.common,v 1.27 2015/10/11 11:24:58 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/postgresql91-server/Makefile # used by databases/postgresql91-upgrade/Makefile -DISTNAME= postgresql-9.1.18 +DISTNAME= postgresql-9.1.19 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo index 0c1bee788c0..d5b6193f680 100644 --- a/databases/postgresql91/distinfo +++ b/databases/postgresql91/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2015/06/18 14:46:14 adam Exp $ +$NetBSD: distinfo,v 1.25 2015/10/11 11:24:58 adam Exp $ -SHA1 (postgresql-9.1.18.tar.bz2) = f17aa02514bb1a079179e9ca555ac0c19e21c14c -RMD160 (postgresql-9.1.18.tar.bz2) = 4c1b75903149a47e18995a5fe9f87c14bf0e22dc -Size (postgresql-9.1.18.tar.bz2) = 15822081 bytes +SHA1 (postgresql-9.1.19.tar.bz2) = d3a2b031f87f5cb5285cf038df8d91a6e3279d86 +RMD160 (postgresql-9.1.19.tar.bz2) = 49675a3ae61ced65260b9b9f7f78d0b8436c72a3 +Size (postgresql-9.1.19.tar.bz2) = 15843978 bytes SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 -- cgit v1.2.3