]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add CHANGES and release notes entries.
authorMark Andrews <marka@isc.org>
Fri, 23 Nov 2018 04:41:30 +0000 (15:41 +1100)
committerMark Andrews <marka@isc.org>
Fri, 7 Dec 2018 00:21:47 +0000 (11:21 +1100)
CHANGES
doc/arm/notes.xml

diff --git a/CHANGES b/CHANGES
index f3398644824b5d3bd1e18d37283932bd9f3fe8fc..909168b35151d179782f8a3565e24e2897dae17c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5108.  [bug]           Named could fail to determine bottom of zone when
+                       removing out of date keys leading to invalid NSEC
+                       and NSEC3 records being added to the zone. [GL #771]
+
 5107.  [bug]           'host -U' did not work. [GL #769]
 
 5106.  [experimental]  A new "plugin" mechanism has been added to allow
index 8d707fb2e023e1e064604b5371ef2763d1244e9b..beb8ca1e17a85291e47b967f6d261fe7a86a93f3 100644 (file)
          in use. This flaw is disclosed in CVE-2018-5740. [GL #387]
        </para>
       </listitem>
+      <listitem>
+       <para>
+         Code change #4964, intended to prevent double signatures
+         when deleting an inactive zone DNSKEY in some situations,
+         introduced a new problem during zone processing in which
+         some delegation glue RRsets are incorrectly identified
+         as needing RRSIGs, which are then created for them using
+         the current active ZSK for the zone. In some, but not all
+         cases, the newly-signed RRsets are added to the zone's
+         NSEC/NSEC3 chain, but incompletely -- this can result in
+         a broken chain, affecting validation of proof of nonexistence
+         for records in the zone. [GL #771]
+       </para>
+      </listitem>
     </itemizedlist>
   </section>