]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update CHANGES
authorMatthijs Mekking <matthijs@isc.org>
Wed, 16 Jan 2019 14:26:42 +0000 (15:26 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 19 Mar 2019 16:14:18 +0000 (17:14 +0100)
CHANGES
bin/tests/system/conf.sh.common

diff --git a/CHANGES b/CHANGES
index 9d82d6e8ba044457fc63c56a38ce9fce9800e2d8..87a65018d2b7aa4e3652976d5d8eb70d0f06f3fc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5190.  [bug]           Ignore trust anchors using disabled algorithms.
+                       [GL #806]
+
 5189.  [cleanup]       Remove revoked root DNSKEY from bind.keys. [GL #945]
 
 5188.  [func]          The "dnssec-enable" option is deprecated and no
index 8aabea4e6233228546d126147b6c0c5fc8ba3c0c..2a8d6586787d97ad2d6b3d7945b92dc5ac2186f2 100644 (file)
@@ -302,6 +302,7 @@ get_named_xfer_stats() {
        echo "messages=`grep "${PEER}" "${LOGFILE}" | sed -n "s/.*${ZONE}.* \([0-9][0-9]*\) messages.*/\1/p" | tail -1`"
        echo "records=`grep "${PEER}" "${LOGFILE}" | sed -n "s/.*${ZONE}.* \([0-9][0-9]*\) records.*/\1/p" | tail -1`"
        echo "bytes=`grep "${PEER}" "${LOGFILE}" | sed -n "s/.*${ZONE}.* \([0-9][0-9]*\) bytes.*/\1/p" | tail -1`"
+}
 
 # copy_setports - Copy Configuration File and Replace Ports
 #