mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
bind: Update to 9.11.5
This includes the fix for CVE-2018-5738: When recursion is enabled but the allow-recursion and allow-query-cache ACLs are not specified, they should be limited to local networks, but they were inadvertently set to match the default allow-query, thus allowing remote queries. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
This commit is contained in:
@@ -1,26 +1,13 @@
|
||||
Index: bind-9.10.4-P3/bin/Makefile.in
|
||||
Index: bind-9.11.5/bin/Makefile.in
|
||||
===================================================================
|
||||
--- bind-9.10.4-P3.orig/bin/Makefile.in
|
||||
+++ bind-9.10.4-P3/bin/Makefile.in
|
||||
@@ -10,7 +10,7 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
--- bind-9.11.5.orig/bin/Makefile.in
|
||||
+++ bind-9.11.5/bin/Makefile.in
|
||||
@@ -12,7 +12,7 @@ VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
-SUBDIRS = named rndc dig delv dnssec tools tests nsupdate \
|
||||
+SUBDIRS = named rndc dig delv dnssec tools nsupdate \
|
||||
check confgen @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@
|
||||
TARGETS =
|
||||
|
||||
Index: bind-9.10.4-P3/lib/Makefile.in
|
||||
===================================================================
|
||||
--- bind-9.10.4-P3.orig/lib/Makefile.in
|
||||
+++ bind-9.10.4-P3/lib/Makefile.in
|
||||
@@ -14,7 +14,7 @@ top_srcdir = @top_srcdir@
|
||||
# Attempt to disable parallel processing.
|
||||
.NOTPARALLEL:
|
||||
.NO_PARALLEL:
|
||||
-SUBDIRS = isc isccc dns isccfg bind9 lwres irs tests samples
|
||||
+SUBDIRS = isc isccc dns isccfg bind9 lwres irs samples
|
||||
SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen \
|
||||
- @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ tests
|
||||
+ @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@
|
||||
TARGETS =
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Index: bind-9.10.4-P3/configure.in
|
||||
Index: bind-9.11.5/configure.in
|
||||
===================================================================
|
||||
--- bind-9.10.4-P3.orig/configure.in
|
||||
+++ bind-9.10.4-P3/configure.in
|
||||
@@ -157,26 +157,11 @@ esac
|
||||
--- bind-9.11.5.orig/configure.in
|
||||
+++ bind-9.11.5/configure.in
|
||||
@@ -181,26 +181,11 @@ esac
|
||||
#
|
||||
AC_CONFIG_FILES([make/rules make/includes])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user