]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #2895]
authorAram Sargsyan <aram@isc.org>
Mon, 31 Oct 2022 13:03:47 +0000 (13:03 +0000)
committerAram Sargsyan <aram@isc.org>
Tue, 1 Nov 2022 09:51:28 +0000 (09:51 +0000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index d912b2f55a20ebd5617c2d3a4edabb704b90090d..4b45bd2792cbc4e90dd003f70592a2f4a5671da7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6009.  [bug]           Don't trust a placeholder KEYDATA from the managed-keys
+                       zone by adding it into secroots. [GL #2895]
+
 6008.  [bug]           Fixed a race condition that could cause a crash
                        in dns_zone_synckeyzone(). [GL #3617]
 
index 2289c72e19c62bc5abc2c5fc02b033af63322755..0114bf583f41f3907d30f0c4da63cd636aabfe4f 100644 (file)
@@ -54,3 +54,9 @@ Bug Fixes
 - The port in remote servers such as in :any:`primaries` and
   :any:`parental-agents` could be wrongly configured because of an inheritance
   bug. :gl:`#3627`
+
+- When having Internet connectivity issues during the initial startup of
+  ``named``, BIND resolver with :any:`dnssec-validation` set to ``auto`` could
+  enter into a state where it would not recover without stopping ``named``,
+  manually deleting ``managed-keys.bind`` and ``managed-keys.bind.jnl`` files,
+  and starting ``named`` again. :gl:`#2895`