summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-01-13 17:28:22 +0000
committertaca <taca@pkgsrc.org>2014-01-13 17:28:22 +0000
commitbaf3ae3baa9f11834456bcea36c0bc69091c8e9f (patch)
tree99a8b9b222fa0a76ab01247ebc877acbd6311149 /net
parentba54051a2a98bd3a719d69c43fee8f045d8a3374 (diff)
downloadpkgsrc-baf3ae3baa9f11834456bcea36c0bc69091c8e9f.tar.gz
Update bind98 to 9.8.6pl2, (BIND 9.8.6-P2), security fix for CVE-2014-0591.
--- 9.8.6-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]
Diffstat (limited to 'net')
-rw-r--r--net/bind98/Makefile4
-rw-r--r--net/bind98/distinfo10
-rw-r--r--net/bind98/patches/patch-configure6
3 files changed, 10 insertions, 10 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile
index 2b4006556a7..c28d42a2f73 100644
--- a/net/bind98/Makefile
+++ b/net/bind98/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2013/11/07 04:22:22 taca Exp $
+# $NetBSD: Makefile,v 1.35 2014/01/13 17:28:22 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.8.6-P1
+BIND_VERSION= 9.8.6-P2
.include "../../mk/bsd.prefs.mk"
diff --git a/net/bind98/distinfo b/net/bind98/distinfo
index 144c6e1d676..d5f3b2d418b 100644
--- a/net/bind98/distinfo
+++ b/net/bind98/distinfo
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.25 2013/11/07 04:22:22 taca Exp $
+$NetBSD: distinfo,v 1.26 2014/01/13 17:28:22 taca Exp $
-SHA1 (bind-9.8.6-P1.tar.gz) = 8655bf0c40a423248999ba9f36a7133164b0cc65
-RMD160 (bind-9.8.6-P1.tar.gz) = b5ff3a24376025dadfc0e8ae7cb8a9ac4deaacc8
-Size (bind-9.8.6-P1.tar.gz) = 7275757 bytes
+SHA1 (bind-9.8.6-P2.tar.gz) = c2c513621019d14fd9e13caad86a4e13198d5e77
+RMD160 (bind-9.8.6-P2.tar.gz) = 11384ed47a19d9bfd32b1f00f0d5e879c76d396c
+Size (bind-9.8.6-P2.tar.gz) = 7275835 bytes
SHA1 (rl-9.8.6rc1.patch) = cacea695ab57cc44f0b79bef1e42ba4f787ca96f
RMD160 (rl-9.8.6rc1.patch) = 13ac5bb0c5b0129b560026861dd4be5d17801055
Size (rl-9.8.6rc1.patch) = 103557 bytes
SHA1 (patch-bin_dig_dighost.c) = f76d4a3a3e521a9ff691e12b9f7c63299b15c74d
SHA1 (patch-bin_tests_system_Makefile.in) = 650ac962464e23f6c4278e7025f55f282789f9c9
SHA1 (patch-config.threads.in) = 045531d8378a88c654ab98ba6ea65786c8cf4e2b
-SHA1 (patch-configure) = 5d16cc851b425805e97c4a14770529ced57a5374
+SHA1 (patch-configure) = f811ac49b3d94903eb3abf887e0613decd4e8344
SHA1 (patch-lib_dns_rbt.c) = 29fb5c24ff3558f1621e93ea16419e32dbc695b7
SHA1 (patch-lib_lwres_getaddrinfo.c) = 9585a26a376d32f80ac8266eb7967c00b433f14d
SHA1 (patch-lib_lwres_getnameinfo.c) = 1224033e3c1ca14f1508542e5d41c899060d4d9c
diff --git a/net/bind98/patches/patch-configure b/net/bind98/patches/patch-configure
index 281fc037904..c27b431fac0 100644
--- a/net/bind98/patches/patch-configure
+++ b/net/bind98/patches/patch-configure
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.4 2013/09/21 15:59:01 taca Exp $
+$NetBSD: patch-configure,v 1.5 2014/01/13 17:28:22 taca Exp $
---- configure.orig 2013-09-05 05:19:53.000000000 +0000
+--- configure.orig 2013-12-20 00:30:37.000000000 +0000
+++ configure
@@ -14682,6 +14682,8 @@ case $host in
use_threads=false ;;
@@ -11,7 +11,7 @@ $NetBSD: patch-configure,v 1.4 2013/09/21 15:59:01 taca Exp $
*-bsdi[234]*)
# Thread signals do not work reliably on some versions of BSD/OS.
use_threads=false ;;
-@@ -19672,7 +19674,7 @@ $as_echo "no" >&6; }
+@@ -19683,7 +19685,7 @@ $as_echo "no" >&6; }
fi
if test -n "-L$use_dlz_postgres_lib -lpq"
then