From: Wouter Wijngaards Date: Tue, 7 Feb 2017 15:22:31 +0000 (+0000) Subject: - Include root trust anchor id 20326 in unbound-anchor. X-Git-Tag: release-1.6.1rc1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=367c3f034e354a4caa4a750ed8cf4c65a5635f9f;p=thirdparty%2Funbound.git - Include root trust anchor id 20326 in unbound-anchor. git-svn-id: file:///svn/unbound/trunk@4000 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 6564b8e12..9831607ec 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/smallapp/unbound-anchor.c b/smallapp/unbound-anchor.c index 68ff3ccc7..2828088d9 100644 --- a/smallapp/unbound-anchor.c +++ b/smallapp/unbound-anchor.c @@ -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 */