summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2014-01-13 17:31:00 +0000
committertaca <taca>2014-01-13 17:31:00 +0000
commit0ca30069a26bc953db31196eadb5e27e725805ac (patch)
treef33ce25522d6fbc149ffc6d5234b1ee1c94f039a
parent438921cecae1a149a82532013b90bf589335475c (diff)
downloadpkgsrc-0ca30069a26bc953db31196eadb5e27e725805ac.tar.gz
Update bind99 to 9.9.4pl2 (BIND 9.9.4-P2), securify fix for CVE-2014-0591.
pkgsrc change: remove patches/patch-configure.in. --- 9.9.4-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/bind99/Makefile4
-rw-r--r--net/bind99/distinfo11
-rw-r--r--net/bind99/patches/patch-configure6
-rw-r--r--net/bind99/patches/patch-configure.in15
4 files changed, 10 insertions, 26 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile
index 8bed14ca764..57a553a8513 100644
--- a/net/bind99/Makefile
+++ b/net/bind99/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2013/11/07 04:23:58 taca Exp $
+# $NetBSD: Makefile,v 1.31 2014/01/13 17:31:00 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.9.4-P1
+BIND_VERSION= 9.9.4-P2
.include "../../mk/bsd.prefs.mk"
diff --git a/net/bind99/distinfo b/net/bind99/distinfo
index 1ef6bf13c29..9eef25c56d0 100644
--- a/net/bind99/distinfo
+++ b/net/bind99/distinfo
@@ -1,13 +1,12 @@
-$NetBSD: distinfo,v 1.21 2013/11/07 04:23:58 taca Exp $
+$NetBSD: distinfo,v 1.22 2014/01/13 17:31:00 taca Exp $
-SHA1 (bind-9.9.4-P1.tar.gz) = 35dd28de21626fd6327230c38d0f164dd2263bed
-RMD160 (bind-9.9.4-P1.tar.gz) = 892895d0b6eaf9c9a3ef56f61c1004ea5409f5c7
-Size (bind-9.9.4-P1.tar.gz) = 7512868 bytes
+SHA1 (bind-9.9.4-P2.tar.gz) = 9471a6df92732da1a879115e0416e23b9369544a
+RMD160 (bind-9.9.4-P2.tar.gz) = 29aca8c971deb626aa119d773263e8508b31f09e
+Size (bind-9.9.4-P2.tar.gz) = 7513077 bytes
SHA1 (patch-bin_dig_dighost.c) = d53f6ebbc878b21ba1415d974341340f56b69cb0
SHA1 (patch-bin_tests_system_Makefile.in) = 5701c49d7177fccae6c08a2176988e30a3cf58a0
SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2
-SHA1 (patch-configure) = aab1289f008a4fdcaf21c2f0fa29c3eb1f1c6da3
-SHA1 (patch-configure.in) = 6f8b620f71e494f91a35102140113a5621fd4a61
+SHA1 (patch-configure) = 937b505923539ad655646fa9411f38742255650c
SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f
SHA1 (patch-lib_bind9_Makefile.in) = 4d6c592646015c37a8c47dda8056fa01c9636dcd
SHA1 (patch-lib_dns_Makefile.in) = eab413fb2708b275ea944c6309bd3448e9ddec26
diff --git a/net/bind99/patches/patch-configure b/net/bind99/patches/patch-configure
index 55feb165dea..bc23c28375a 100644
--- a/net/bind99/patches/patch-configure
+++ b/net/bind99/patches/patch-configure
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.6 2013/09/21 16:00:34 taca Exp $
+$NetBSD: patch-configure,v 1.7 2014/01/13 17:31:00 taca Exp $
* Add DragonFly support.
* Link proper postgresql library.
* Avoid using "==" for argument of test(1).
---- configure.orig 2013-09-05 05:09:08.000000000 +0000
+--- configure.orig 2013-12-20 00:28:28.000000000 +0000
+++ configure
@@ -12187,7 +12187,7 @@ done
@@ -24,7 +24,7 @@ $NetBSD: patch-configure,v 1.6 2013/09/21 16:00:34 taca Exp $
*-bsdi[234]*)
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;
-@@ -19944,7 +19946,7 @@ $as_echo "no" >&6; }
+@@ -19955,7 +19957,7 @@ $as_echo "no" >&6; }
fi
if test -n "-L$use_dlz_postgres_lib -lpq"
then
diff --git a/net/bind99/patches/patch-configure.in b/net/bind99/patches/patch-configure.in
deleted file mode 100644
index fcb1cd2b30d..00000000000
--- a/net/bind99/patches/patch-configure.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure.in,v 1.4 2013/09/21 16:00:34 taca Exp $
-
-* Avoid using "==" for argument of test(1).
-
---- configure.in.orig 2013-09-05 05:09:08.000000000 +0000
-+++ configure.in
-@@ -160,7 +160,7 @@ case "$use_python" in
- AC_PATH_PROGS(PYTHON, $use_python)
- ;;
- esac
-- if test "X$PYTHON" == "X"
-+ if test "X$PYTHON" = "X"
- then
- case "$use_python" in
- unspec)