mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-18 12:42:54 -05:00
- Fix root_anchor test to check with new icannbundle date.
This commit is contained in:
parent
829f3c932e
commit
f976fdee28
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
testdata/root_anchor.tdir/root_anchor.test
vendored
2
testdata/root_anchor.tdir/root_anchor.test
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue