]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Include root trust anchor id 20326 in unbound-anchor.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 7 Feb 2017 15:22:31 +0000 (15:22 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 7 Feb 2017 15:22:31 +0000 (15:22 +0000)
git-svn-id: file:///svn/unbound/trunk@4000 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
smallapp/unbound-anchor.c

index 6564b8e12f658694215ac30b25001a7dc82fb2a5..9831607ec696026a6da93c967cf38de15ee83d5d 100644 (file)
@@ -1,3 +1,6 @@
+7 February 2017: Wouter
+       - Include root trust anchor id 20326 in unbound-anchor.
+
 6 February 2017: Wouter
        - Fix compile on solaris of the fix to use $host detect.
 
index 68ff3ccc7b22988d3d21ca5b3a74b699e66875da..2828088d9fd67c8e00524a9a69a6f2d7765efd6c 100644 (file)
@@ -241,7 +241,10 @@ static const char*
 get_builtin_ds(void)
 {
        return
-". IN DS 19036 8 2 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5\n";
+/* anchor 19036 is from 2010 */
+/* anchor 20326 is from 2017 */
+". IN DS 19036 8 2 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5\n"
+". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D\n";
 }
 
 /** print hex data */