a3097226b3
- Ensure to create the required dir or sym link in /var/run; (bnc#738156). - Cache lookup could return RRSIG data associated with nonexistent records, leading to an assertion failure. CVE-2011-4313; (bnc#730995). OBS-URL: https://build.opensuse.org/request/show/98618 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=80
14 lines
389 B
Diff
14 lines
389 B
Diff
Index: bind-9.8.1-P1/configure.in
|
|
===================================================================
|
|
--- bind-9.8.1-P1.orig/configure.in
|
|
+++ bind-9.8.1-P1/configure.in
|
|
@@ -2907,7 +2907,7 @@ AC_SUBST(DOXYGEN)
|
|
# empty). The variable VARIABLE will be substituted into output files.
|
|
#
|
|
|
|
-AC_DEFUN(NOM_PATH_FILE, [
|
|
+AC_DEFUN([NOM_PATH_FILE], [
|
|
$1=""
|
|
AC_MSG_CHECKING(for $2)
|
|
for d in $3
|