2280b862ef
* Fixes named crash when handling malformed NSEC3-signed zones (CVE-2014-0591, bnc#858639) * Obsoletes workaround-compile-problem.diff - Replace rpz2+rl-9.9.3-P1.patch by rpz2-9.9.4.patch, rl is now supported upstream (--enable-rrl). OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=134
14 lines
442 B
Diff
14 lines
442 B
Diff
Index: bind-9.9.4-P2/configure.in
|
|
===================================================================
|
|
--- bind-9.9.4-P2.orig/configure.in 2013-12-20 01:28:28.000000000 +0100
|
|
+++ bind-9.9.4-P2/configure.in 2014-01-21 17:55:51.063395215 +0100
|
|
@@ -3142,7 +3142,7 @@
|
|
# 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
|