diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-07-19 16:41:20 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-19 23:24:02 +0200 |
commit | 98463e6f87ee6a8369accd0ab4c34d70afe422c4 (patch) | |
tree | 84c57dfbb9ae7b7f1a59b1a8524290da6a22091b /package/bind/bind-01-disable-tests.patch | |
parent | 717ac057500fb149dcff2d9d8216e75000b7661b (diff) | |
download | buildroot-98463e6f87ee6a8369accd0ab4c34d70afe422c4.tar.gz buildroot-98463e6f87ee6a8369accd0ab4c34d70afe422c4.zip |
bind: security bump to version 9.6-ESV-R9-P1
Fixes CVE-2013-3919
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bind/bind-01-disable-tests.patch')
-rw-r--r-- | package/bind/bind-01-disable-tests.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/bind/bind-01-disable-tests.patch b/package/bind/bind-01-disable-tests.patch new file mode 100644 index 0000000000..9c3d52ed7d --- /dev/null +++ b/package/bind/bind-01-disable-tests.patch @@ -0,0 +1,16 @@ +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 +@@ -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 + TARGETS = + + @BIND9_MAKE_RULES@ |