]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword recent CHANGES entries
authorMichał Kępień <michal@isc.org>
Thu, 6 Aug 2020 08:46:53 +0000 (10:46 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 6 Aug 2020 08:46:53 +0000 (10:46 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 22ccae55bfb279434f424d1f055e7f64bf45a57c..7db2a0fa9160d44913a0c830cf23fc481c25349f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        verifying the response to a TSIG-signed request.
                        (CVE-2020-8622) [GL #2028]
 
+5475.  [bug]           Wildcard RPZ passthru rules could incorrectly be
+                       overridden by other rules that were loaded from RPZ
+                       zones which appeared later in the "response-policy"
+                       statement. This has been fixed. [GL #1619]
+
 5474.  [bug]           dns_rdata_hip_next() failed to return ISC_R_NOMORE
                        when it should have. [GL !3880]
 
-5466.  [bug]           Fix RPZ wildcard passthru ignored when a rejection
-                       file would overwrite a passthru action matching some
-                       rule in a previously loaded passthru rpz zone.
-                       [GL #1619]
-
-5465.  [func]          Fallback to built in trust-anchors, managed-keys, or
-                       trusted-keys if the bindkeys-file (bind.keys) cannot
+5465.  [func]          Added fallback to built-in trust-anchors, managed-keys,
+                       or trusted-keys if the bindkeys-file (bind.keys) cannot
                        be parsed. [GL #1235]
 
-5463.  [bug]           Address potential NULL pointer dereference on out of
+5463.  [bug]           Address a potential NULL pointer dereference when out of
                        memory in dnstap.c. [GL #2010]
 
 5462.  [bug]           Move LMDB locking from LMDB itself to named. [GL #1976]