]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Merge tag 'v9_18_5' into v9_18
authorMichal Nowak <mnowak@isc.org>
Thu, 21 Jul 2022 10:31:03 +0000 (12:31 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 21 Jul 2022 10:31:03 +0000 (12:31 +0200)
BIND 9.18.5

1  2 
CHANGES
doc/arm/notes.rst

diff --cc CHANGES
index 90c91df30d2b847390bebbf6c348d23c5eeaeb1c,be499b18284d3daab018e3551c4eb0d1c6aeca98..fedf0a0a7b829a181d9f01ba46b20f11d1fc2c31
+++ b/CHANGES
@@@ -1,28 -1,5 +1,30 @@@
 +5927. [bug]           A race was possible in dns_dispatch_connect()
 +                      that could trigger an assertion failure if two
 +                      threads called it near-simultaneously. [GL #3456]
 +
 +5926. [func]          Handle transient TCP connect() EADDRINUSE failures
 +                      on FreeBSD (and possibly other BSDs) by trying three
 +                      times before giving up. [GL #3451]
 +
 +5925. [bug]           With a forwarder configured for all queries, resolution
 +                      failures encountered during DS chasing could trigger
 +                      assertion failures due to a logic bug in
 +                      resume_dslookup() that caused it to call
 +                      dns_resolver_createfetch() with an invalid name.
 +                      [GL #3439]
 +
 +5924. [func]          When it's necessary to use AXFR to respond to an
 +                      IXFR request, a message explaining the reason
 +                      is now logged at level info. [GL #2683]
 +
 +5923. [bug]           Fix inheritance for dnssec-policy when checking for
 +                      inline-signing. [GL #3438]
 +
 +5922. [bug]           Forwarding of UPDATE message could fail with the
 +                      introduction of netmgr. This has been fixed. [GL #3389]
 +
+       --- 9.18.5 released ---
  5917. [bug]           Update ifconfig.sh script as is miscomputed interface
                        identifiers when destroying interfaces. [GL #3061]
  
index eadf71562ffb9215e09f6ea0dfbf4f4d6b2a267a,e2ce58302abc573f38b274ccc36460b1189bcd9e..e6b5968302021e09c11d2fa7a279ca71ef071e3d
@@@ -33,7 -33,7 +33,8 @@@ The latest versions of BIND 9 software 
  https://www.isc.org/download/. There you will find additional
  information about each release, and source code.
  
 +.. include:: ../notes/notes-current.rst
+ .. include:: ../notes/notes-9.18.5.rst
  .. include:: ../notes/notes-9.18.4.rst
  .. include:: ../notes/notes-9.18.3.rst
  .. include:: ../notes/notes-9.18.2.rst