]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use archived version of draft-icann-dnssec-keymgmt-01.txt
authorMichal Nowak <mnowak@isc.org>
Tue, 28 Jan 2025 11:13:57 +0000 (12:13 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 28 Jan 2025 13:41:05 +0000 (13:41 +0000)
The iana.org link is gone.

(cherry picked from commit 5dbc87730edb89bd5fbbf63d1da3b1c1d3e148cb)

doc/changelog/changelog-9.20.2.rst
doc/notes/notes-9.20.2.rst
lib/dns/include/dns/skr.h

index 6cb670d2608c71d5c4de67a8d930b3294343b68a..acce365c08387ef9c45fac8393b9a3d0cf9eba0e 100644 (file)
@@ -25,7 +25,7 @@ New Features
   are loaded from the currently active bundle from the imported SKR.
 
   The implementation is loosely based on:
-  https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt
+  https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt
   :gl:`#1128` :gl:`!9119`
 
 - Print the full path of the working directory in startup log messages.
index 229cb886c1d731bf422dfe81fa2bf093f4811b9d..c86d61c27ab1c65faa93e4b24a01203977b2cddb 100644 (file)
@@ -27,7 +27,7 @@ New Features
 
   The implementation is loosely based on
   `draft-icann-dnssec-keymgmt-01.txt
-  <https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt>`_.
+  <https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt>`_.
   :gl:`#1128`
 
 - Print the full path of the working directory in startup log messages.
index 6b2c3c71f92742a7c37f82a89b42038d794ce01f..8b343f4284838a6d54ae67dc9786b42b91851525 100644 (file)
@@ -18,7 +18,7 @@
  * A skr is a convenience type representing a Signed Key Response (SKR),
  * determining which DNSKEY, CDS, CDNSKEY and corresponding signatures
  * should be published at a given time. It is based on terminology used in
- * https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt
+ * https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt
  */
 
 #include <isc/stdtime.h>