summaryrefslogtreecommitdiffstats
path: root/package/bind/bind-01-disable-tests.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-06-10 07:18:25 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-06-10 15:33:15 +0200
commit46b10b01a295e78d1ab8c91af65197763956141d (patch)
tree45cae75529a814e81b45a45ced2529ab7925d403 /package/bind/bind-01-disable-tests.patch
parentf20f48e5e476d279d50d74a4e25bb86e929c1e11 (diff)
downloadbuildroot-46b10b01a295e78d1ab8c91af65197763956141d.tar.gz
buildroot-46b10b01a295e78d1ab8c91af65197763956141d.zip
bind: security bump to version 9.9.5
Fixes CVE-2014-0591 (a crafted query against an NSEC3-signed zone can crash BIND). The 9.9.x series is the new ESV vesion, 9.6.x has been retired. Also cleanup the initscript while at it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bind/bind-01-disable-tests.patch')
-rw-r--r--package/bind/bind-01-disable-tests.patch26
1 files changed, 19 insertions, 7 deletions
diff --git a/package/bind/bind-01-disable-tests.patch b/package/bind/bind-01-disable-tests.patch
index 9c3d52ed7d..181b229d9a 100644
--- a/package/bind/bind-01-disable-tests.patch
+++ b/package/bind/bind-01-disable-tests.patch
@@ -2,15 +2,27 @@ Disable tests to avoid cross-compilation issues (tries to run genrandom).
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-diff -Nura bind-9.6-ESV-R9-P1.orig/bin/Makefile.in bind-9.6-ESV-R9-P1/bin/Makefile.in
---- bind-9.6-ESV-R9-P1.orig/bin/Makefile.in 2013-06-04 15:30:48.000000000 -0300
-+++ bind-9.6-ESV-R9-P1/bin/Makefile.in 2013-07-19 15:32:19.018287733 -0300
+diff -Nura bind-9.9.4-P2.orig/bin/Makefile.in bind-9.9.4-P2/bin/Makefile.in
+--- bind-9.9.4-P2.orig/bin/Makefile.in 2013-12-19 21:28:28.000000000 -0300
++++ bind-9.9.4-P2/bin/Makefile.in 2014-01-17 11:41:25.378784210 -0300
@@ -19,7 +19,7 @@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
-
--SUBDIRS = named rndc dig dnssec tests nsupdate check
-+SUBDIRS = named rndc dig dnssec nsupdate check
+
+-SUBDIRS = named rndc dig dnssec tools tests nsupdate \
++SUBDIRS = named rndc dig dnssec tools nsupdate \
+ check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
TARGETS =
-
+
+diff -Nura bind-9.9.4-P2.orig/lib/Makefile.in bind-9.9.4-P2/lib/Makefile.in
+--- bind-9.9.4-P2.orig/lib/Makefile.in 2013-12-19 21:28:28.000000000 -0300
++++ bind-9.9.4-P2/lib/Makefile.in 2014-01-17 11:41:30.489954861 -0300
+@@ -23,7 +23,7 @@
+ # Attempt to disable parallel processing.
+ .NOTPARALLEL:
+ .NO_PARALLEL:
+-SUBDIRS = isc isccc dns isccfg bind9 lwres tests
++SUBDIRS = isc isccc dns isccfg bind9 lwres
+ TARGETS =
+
@BIND9_MAKE_RULES@
OpenPOWER on IntegriCloud