diff --git a/CHANGES b/CHANGES index 9d82d6e8ba..87a65018d2 100644 --- 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 diff --git a/bin/tests/system/conf.sh.common b/bin/tests/system/conf.sh.common index 8aabea4e62..2a8d658678 100644 --- a/bin/tests/system/conf.sh.common +++ b/bin/tests/system/conf.sh.common @@ -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 #