]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prep 9.16.8
authorTinderbox User <tbox@isc.org>
Tue, 13 Oct 2020 08:40:06 +0000 (08:40 +0000)
committerMichał Kępień <michal@isc.org>
Thu, 22 Oct 2020 07:09:07 +0000 (09:09 +0200)
CHANGES
configure
lib/dns/api
lib/isc/api
lib/ns/api
version

diff --git a/CHANGES b/CHANGES
index 8db798114cfa278224a8a1b740be164bec821cc9..c8dfff72b28fcf3c0f5da78aa5ec7354e1fcd96d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@
 5517.  [bug]           Handle 'UV_EOF' differently and don't contribute it to
                        the RECVFAIL statistic count. [GL #2208]
 
+       --- 9.16.8 released ---
+
 5516.  [func]          The default EDNS buffer size has been changed from 4096
                        to 1232 bytes. [GL #2183]
 
index ce38d64df25c9d96afbdc918fba555ad12508823..a408f0dcf6159f49da853e9e6841030eebb70daa 100755 (executable)
--- a/configure
+++ b/configure
@@ -22046,12 +22046,18 @@ $as_echo_n "checking for linker support for --wrap option... " >&6; }
 
 
 
-LDFLAGS="-Wl,-wrap,exit"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+LDFLAGS="-Wl,--wrap,exit"
+if test "$cross_compiling" = yes; then :
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run test program while cross compiling
+See \`config.log' for more details" "$LINENO" 5; }
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <stdlib.h>
                       void __real_exit (int status);
-                      void __wrap_exit (int status) { __real_exit (status); }
+                      void __wrap_exit (int status) { __real_exit (0); }
 
 int
 main ()
@@ -22061,7 +22067,7 @@ exit (1);
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+if ac_fn_c_try_run "$LINENO"; then :
   LD_WRAP_TESTS=true
 
 $as_echo "#define LD_WRAP 1" >>confdefs.h
@@ -22072,8 +22078,10 @@ 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_exeext conftest.$ac_ext
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
 
   CCASFLAGS=$CCASFLAGS_wrap_ax_save_flags
 
index b84f7a846a5c68f0cf9067d5d179632f8131e980..9e3c558a5132cc39a2c6814390117e1cb4e35e2d 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1607
+LIBINTERFACE = 1608
 LIBREVISION = 0
 LIBAGE = 0
index 59731781ab8a8a7703cd7d0b01900b0727e3165c..b84f7a846a5c68f0cf9067d5d179632f8131e980 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1606
-LIBREVISION = 1
+LIBINTERFACE = 1607
+LIBREVISION = 0
 LIBAGE = 0
index b556d2246959f93414d8c5a8e1782834a75ea77a..8207cc32401930c27cc5f5b25b44f79b6a2ababf 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1604
-LIBREVISION = 1
+LIBINTERFACE = 1605
+LIBREVISION = 0
 LIBAGE = 0
diff --git a/version b/version
index d80cb5a28884f1d6dd84e510f3259506a073c326..2b62a11971415662a6217cdf69852f3b0da5ba38 100644 (file)
--- a/version
+++ b/version
@@ -5,7 +5,7 @@ PRODUCT=BIND
 DESCRIPTION="(Stable Release)"
 MAJORVER=9
 MINORVER=16
-PATCHVER=7
+PATCHVER=8
 RELEASETYPE=
 RELEASEVER=
 EXTENSIONS=