From: W.C.A. Wijngaards Date: Wed, 8 Sep 2021 15:26:30 +0000 (+0200) Subject: - Fix root_anchor test to check with new icannbundle date. X-Git-Tag: release-1.14.0rc1~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f976fdee28e062e70e623bf7d0b809b0a83da2e1;p=thirdparty%2Funbound.git - Fix root_anchor test to check with new icannbundle date. --- diff --git a/doc/Changelog b/doc/Changelog index 2bd68409d..135c879ed 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -7,6 +7,7 @@ and some whitespace style, to make it similar to the rest. - Fix for #41: change outbound retry to int to fix signed comparison warnings. + - Fix root_anchor test to check with new icannbundle date. 3 September 2021: Wouter - Fix #538: Fix subnetcache statistics. diff --git a/testdata/root_anchor.tdir/root_anchor.test b/testdata/root_anchor.tdir/root_anchor.test index 8be248ab9..9b8454c7b 100644 --- a/testdata/root_anchor.tdir/root_anchor.test +++ b/testdata/root_anchor.tdir/root_anchor.test @@ -38,7 +38,7 @@ else fi # use curl to see if the PGP certificate has been updated. -curl --time-cond "20170203 10:00:00" https://data.iana.org/root-anchors/icannbundle.pem > newcert +curl --time-cond "20210908 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