Marcus Meissner
ed559646e6
- Package dnssec-checkds and dnssec-coverage binaries and man pages only on post-11.1 systems. - Update to version 9.9.5P1 Various bugfixes and some feature fixes. (see CHANGES files) Security and maintenance issues: - [bug] Don't call qsort with a null pointer. [RT #35968] - [bug] Disable GCC 4.9 "delete null pointer check". [RT #35968] - [port] linux: libcap support: declare curval at start of block. [RT #35387] - Update to version 9.9.5 Various bugfixes and some feature fixes. (see CHANGES files) - Updated to current rpz patch from·http://ss.vix.su/~vjs/rrlrpz.html - rpz2-9.9.4.patch + rpz2+rl-9.9.5.patch OBS-URL: https://build.opensuse.org/request/show/243329 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=144
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
|
|
@@ -3172,7 +3172,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
|