]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix unit test to check for new icannbundle.pem. master
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 29 May 2026 10:10:40 +0000 (12:10 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 29 May 2026 10:10:40 +0000 (12:10 +0200)
doc/Changelog
testdata/root_anchor.tdir/root_anchor.test

index 628c094b7a01683098a3219c111736c514d0fc60..0cf9f7b4a645f3f733130a100a22316ed0f7f311 100644 (file)
@@ -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
index bbff028beb585c1bfee6efdc1f8d43f63a46ff52..5fcd0316a127a6f48149ab97f827bea88d2a616f 100644 (file)
@@ -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