From: W.C.A. Wijngaards Date: Fri, 29 May 2026 10:10:40 +0000 (+0200) Subject: - Fix unit test to check for new icannbundle.pem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8c04e1b996cf1f54d5f0970dd352eb2451325f;p=thirdparty%2Funbound.git - Fix unit test to check for new icannbundle.pem. --- diff --git a/doc/Changelog b/doc/Changelog index 628c094b7..0cf9f7b4a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ - iana portlist updated. - Update icannbundle.pem certificates in unbound-anchor. It has the public keys for 2009 to 2029 and for 2025 to 2045. + - Fix unit test to check for new icannbundle.pem. 28 May 2026: Wouter - Fix #1457: race condition causes segfault when starting diff --git a/testdata/root_anchor.tdir/root_anchor.test b/testdata/root_anchor.tdir/root_anchor.test index bbff028be..5fcd0316a 100644 --- a/testdata/root_anchor.tdir/root_anchor.test +++ b/testdata/root_anchor.tdir/root_anchor.test @@ -29,7 +29,7 @@ else fi # use curl to see if the PGP certificate has been updated. -curl --time-cond "20210908 17:00:00" https://data.iana.org/root-anchors/icannbundle.pem > newcert +curl --time-cond "20260529 17:00:00" https://data.iana.org/root-anchors/icannbundle.pem > newcert if test -n "`cat newcert`"; then echo "icannbundle.pem has been updated" cat newcert