]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prep 9.16.6
authorTinderbox User <tbox@isc.org>
Thu, 6 Aug 2020 08:14:40 +0000 (08:14 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 6 Aug 2020 08:14:40 +0000 (08:14 +0000)
CHANGES
config.h.in
configure
lib/bind9/api
lib/dns/api
lib/isc/api
lib/isccfg/api
lib/ns/api
version

diff --git a/CHANGES b/CHANGES
index e0e2e1604d89e9370b7b4e615a796a80bf6928a3..1f7e84bbfe7d8aef13b369aaa9ebb9250cc2518b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,11 @@
+       --- 9.16.6 released ---
+
 5484.  [func]          Expire zero TTL records quickly rather than using them
                        for stale answers. [GL #1829]
 
 5483.  [func]          A new configuration option "stale-cache-enable" has been
-                       introduced to enable or disable the keeping of stale
-                       answers in cache. [GL #1712]
+                       introduced to enable or disable keeping stale answers in
+                       cache. [GL #1712]
 
 5482.  [bug]           If the Duplicate Address Detection (DAD) mechanism had
                        not yet finished after adding a new IPv6 address to the
index a280e6dafc79821bd1a5ca87f63bfb1c17cc2657..e789acda6709b170d3b1a8852a31ab1f72b69673 100644 (file)
 /* define if OpenSSL supports Ed448 */
 #undef HAVE_OPENSSL_ED448
 
-/* define if OpenSSL supports SipHash */
-#undef HAVE_OPENSSL_SIPHASH
-
 /* Define to 1 if you have the `processor_bind' function. */
 #undef HAVE_PROCESSOR_BIND
 
index bf98339e2f0c28dd2763681df4e5ede680d1125e..7374fc4584a815cb07677c7da235c600267b8701 100755 (executable)
--- a/configure
+++ b/configure
@@ -16950,36 +16950,6 @@ $as_echo "no" >&6; }
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SipHash support" >&5
-$as_echo_n "checking for SipHash support... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <openssl/evp.h>
-                      #include <openssl/opensslv.h>
-int
-main ()
-{
-#if OPENSSL_VERSION_NUMBER < 0x10101010L
-                      #error OpenSSL >= 1.1.1a required for working SipHash initialization
-                      #endif
-                      EVP_PKEY *key = EVP_PKEY_new_raw_private_key(
-                          EVP_PKEY_SIPHASH, NULL, NULL, 0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-$as_echo "#define HAVE_OPENSSL_SIPHASH 1" >>confdefs.h
-
-     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
 #
 # Check for OpenSSL SHA-1 support
 #
index 0b1062a7555af0191413180a7d7e3a449430f0b5..909e67f73d420fe3310e383177feb8f764cc7ddc 100644 (file)
@@ -11,5 +11,5 @@
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
 LIBINTERFACE = 1600
-LIBREVISION = 4
+LIBREVISION = 5
 LIBAGE = 0
index 8207cc32401930c27cc5f5b25b44f79b6a2ababf..2f8a0250d0b7e1af60c92adfa5849a5019b5b469 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1605
+LIBINTERFACE = 1606
 LIBREVISION = 0
-LIBAGE = 0
+LIBAGE = 1
index 8207cc32401930c27cc5f5b25b44f79b6a2ababf..5adfb9c8ffa3f7daf5640a0adbc6e6ccb8d707f0 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1605
+LIBINTERFACE = 1606
 LIBREVISION = 0
 LIBAGE = 0
index 425e431aad2b8157cdbbdf3c07f434c7b3fa1805..0b1062a7555af0191413180a7d7e3a449430f0b5 100644 (file)
@@ -11,5 +11,5 @@
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
 LIBINTERFACE = 1600
-LIBREVISION = 3
+LIBREVISION = 4
 LIBAGE = 0
index ea448d1898b054e4838cafa6345a35578249ad6c..b556d2246959f93414d8c5a8e1782834a75ea77a 100644 (file)
@@ -11,5 +11,5 @@
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
 LIBINTERFACE = 1604
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
diff --git a/version b/version
index c8e1985b844710dfdf4febc6131498a207f46aee..a2e4bd589272033e5a896031ad099cd714fc41cf 100644 (file)
--- a/version
+++ b/version
@@ -5,7 +5,7 @@ PRODUCT=BIND
 DESCRIPTION="(Stable Release)"
 MAJORVER=9
 MINORVER=16
-PATCHVER=5
+PATCHVER=6
 RELEASETYPE=
 RELEASEVER=
 EXTENSIONS=