Author: des Date: Sat Dec 10 20:23:16 2016 New Revision: 309829 URL: https://svnweb.freebsd.org/changeset/base/309829
Log: MFH (r296659): the IPv6 address of the L root changed earlier this year Modified: stable/10/contrib/unbound/iterator/iter_hints.c Directory Properties: stable/10/ (props changed) Modified: stable/10/contrib/unbound/iterator/iter_hints.c ============================================================================== --- stable/10/contrib/unbound/iterator/iter_hints.c Sat Dec 10 20:20:33 2016 (r309828) +++ stable/10/contrib/unbound/iterator/iter_hints.c Sat Dec 10 20:23:16 2016 (r309829) @@ -152,7 +152,7 @@ compile_time_root_prime(int do_ip4, int if(!ah(dp, "I.ROOT-SERVERS.NET.", "2001:7fe::53")) goto failed; if(!ah(dp, "J.ROOT-SERVERS.NET.", "2001:503:c27::2:30")) goto failed; if(!ah(dp, "K.ROOT-SERVERS.NET.", "2001:7fd::1")) goto failed; - if(!ah(dp, "L.ROOT-SERVERS.NET.", "2001:500:3::42")) goto failed; + if(!ah(dp, "L.ROOT-SERVERS.NET.", "2001:500:9f::42")) goto failed; if(!ah(dp, "M.ROOT-SERVERS.NET.", "2001:dc3::35")) goto failed; } return dp; _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"