]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix root_anchor test to check with new icannbundle date.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Sep 2021 15:26:30 +0000 (17:26 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Sep 2021 15:26:30 +0000 (17:26 +0200)
doc/Changelog
testdata/root_anchor.tdir/root_anchor.test

index 2bd68409d462487a4312aae74e02a71756f49866..135c879ed654f15046436ea22b5c5dcedcef7913 100644 (file)
@@ -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.
index 8be248ab9e129c9e70d57e4d11258db248b6c5c0..9b8454c7b5857b6b6ee8921476a5c49b4fbe5af5 100644 (file)
@@ -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