44ffc351bb
- Handle timeout in legacy system test. [RT #38573] - dns_rdata_freestruct could be called on a uninitialised structure when handling a error. [RT #38568] - Addressed valgrind warnings. [RT #38549] - UDP dispatches could use the wrong pseudorandom number generator context. [RT #38578] - Fixed several small bugs in automatic trust anchor management, including a memory leak and a possible loss of key state information. [RT #38458] - 'dnssec-dsfromkey -T 0' failed to add ttl field. [RT #38565] - Revoking a managed trust anchor and supplying an untrusted replacement could cause named to crash with an assertion failure. (CVE-2015-1349) [RT #38344] - Fix a leak of query fetchlock. [RT #38454] - Fix a leak of pthread_mutexattr_t. [RT #38454] - RPZ could send spurious SERVFAILs in response to duplicate queries. [RT #38510] - CDS and CDNSKEY had the wrong attributes. [RT #38491] - adb hash table was not being grown. [RT #38470] - Update bind.keyring - Update baselibs.conf due to updates to libdns160 and libisc148 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=166
14 lines
461 B
Diff
14 lines
461 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
|
|
@@ -3914,7 +3914,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
|