summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-01-13 17:27:09 +0000
committertaca <taca@pkgsrc.org>2014-01-13 17:27:09 +0000
commitba54051a2a98bd3a719d69c43fee8f045d8a3374 (patch)
treee90cd39378bbffef8308b169fddaa8a5e592941b
parent065452de1b2e420ac475afb31132ff52a9e2b6e9 (diff)
downloadpkgsrc-ba54051a2a98bd3a719d69c43fee8f045d8a3374.tar.gz
Update bind96 to bind-9.6.3.1.ESV.10pl2 (BIND 9.6-ESV-R10-P2), security
fix for CVE-2014-0591. --- 9.6-ESV-R10-P2 released --- 3693. [security] memcpy was incorrectly called with overlapping ranges resulting in malformed names being generated on some platforms. This could cause INSIST failures when serving NSEC3 signed zones. [RT #35120] 3658. [port] linux: Address platform specific compilation issue when libcap-devel is installed. [RT #34838]
-rw-r--r--net/bind96/Makefile4
-rw-r--r--net/bind96/distinfo10
-rw-r--r--net/bind96/patches/patch-ad6
3 files changed, 10 insertions, 10 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile
index ce0536520f5..da7959aa948 100644
--- a/net/bind96/Makefile
+++ b/net/bind96/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2013/11/07 04:20:33 taca Exp $
+# $NetBSD: Makefile,v 1.44 2014/01/13 17:27:09 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./:S/-P/pl/}
@@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.6-ESV-R10-P1
+BIND_VERSION= 9.6-ESV-R10-P2
.include "../../mk/bsd.prefs.mk"
diff --git a/net/bind96/distinfo b/net/bind96/distinfo
index 9d992d5c348..bf0eefc1a1f 100644
--- a/net/bind96/distinfo
+++ b/net/bind96/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.24 2013/11/07 04:20:33 taca Exp $
+$NetBSD: distinfo,v 1.25 2014/01/13 17:27:09 taca Exp $
-SHA1 (bind-9.6-ESV-R10-P1.tar.gz) = da23b40a8c166a8e3df0520e03000f1690c35552
-RMD160 (bind-9.6-ESV-R10-P1.tar.gz) = 08f72196aa3305b66d1345c78954595901c74782
-Size (bind-9.6-ESV-R10-P1.tar.gz) = 6421317 bytes
+SHA1 (bind-9.6-ESV-R10-P2.tar.gz) = 0774c8ba8e2a251914130223dc1288a297b58c98
+RMD160 (bind-9.6-ESV-R10-P2.tar.gz) = accaa85b96f8aa7c01b155111b7df0e2ee413e59
+Size (bind-9.6-ESV-R10-P2.tar.gz) = 6421474 bytes
SHA1 (patch-ab) = 33a515cd29cd7a534d65d34facb69fd4dca92180
SHA1 (patch-ac) = 074649e1514870a3154c623a5f6d1507b72b5b05
-SHA1 (patch-ad) = 767e98199b26695c1f41d724879771e6806d6b45
+SHA1 (patch-ad) = d473825feb7df6b2270f6bc08151c7c6ef18c893
SHA1 (patch-ag) = ffc547b444f01f51a12a01cfa884916a9a411a88
SHA1 (patch-am) = a52d847354cd83b2474d5420925925e4614c966f
diff --git a/net/bind96/patches/patch-ad b/net/bind96/patches/patch-ad
index 8cdb20acc03..6edf9d5f7ab 100644
--- a/net/bind96/patches/patch-ad
+++ b/net/bind96/patches/patch-ad
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.7 2013/09/21 15:57:50 taca Exp $
+$NetBSD: patch-ad,v 1.8 2014/01/13 17:27:09 taca Exp $
---- configure.orig 2013-09-05 05:40:13.000000000 +0000
+--- configure.orig 2013-12-20 00:31:35.000000000 +0000
+++ configure
@@ -14354,6 +14354,8 @@ case $host in
use_threads=false ;;
@@ -23,7 +23,7 @@ $NetBSD: patch-ad,v 1.7 2013/09/21 15:57:50 taca Exp $
case "$host" in
*) LIBTOOL_ALLOW_UNDEFINED= ;;
esac
-@@ -18892,7 +18894,7 @@ $as_echo "no" >&6; }
+@@ -18903,7 +18905,7 @@ $as_echo "no" >&6; }
fi
if test -n "-L$use_dlz_postgres_lib -lpq"
then