diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-12-30 10:39:29 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-30 14:54:10 +0100 |
commit | 07c1ad4647b6a8e60338fc01ddcb2d629de0ad14 (patch) | |
tree | 5a9c8683cf5a9b585482b046318885f8304d199c /package/bind/0001-disable-tests.patch | |
parent | 4e841b2a7ff8b2752e74316bea78b115b79324b7 (diff) | |
download | buildroot-07c1ad4647b6a8e60338fc01ddcb2d629de0ad14.tar.gz buildroot-07c1ad4647b6a8e60338fc01ddcb2d629de0ad14.zip |
bind: bump to version 9.10.3-P2
Leave the LTS series for the latest stable version for libressl
compatibility.
Unfortunately this means threads are now required, but this shouldn't be
a problem for a fully-featured resolver.
Drop 0001-disable-tests.patch since it's no longer required, genrandom
isn't run unless the tests are called upon.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bind/0001-disable-tests.patch')
-rw-r--r-- | package/bind/0001-disable-tests.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/bind/0001-disable-tests.patch b/package/bind/0001-disable-tests.patch deleted file mode 100644 index 181b229d9a..0000000000 --- a/package/bind/0001-disable-tests.patch +++ /dev/null @@ -1,28 +0,0 @@ -Disable tests to avoid cross-compilation issues (tries to run genrandom). - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -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 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@ |