svn commit: r296658 - vendor/unbound/dist/iterator
Dag-Erling Smørgrav
des at FreeBSD.org
Fri Mar 11 14:56:44 UTC 2016
Author: des
Date: Fri Mar 11 14:56:42 2016
New Revision: 296658
URL: https://svnweb.freebsd.org/changeset/base/296658
Log:
Apply upstream r3651: the IPv6 address of the L root has changed.
Modified:
vendor/unbound/dist/iterator/iter_hints.c
Modified: vendor/unbound/dist/iterator/iter_hints.c
==============================================================================
--- vendor/unbound/dist/iterator/iter_hints.c Fri Mar 11 14:47:14 2016 (r296657)
+++ vendor/unbound/dist/iterator/iter_hints.c Fri Mar 11 14:56:42 2016 (r296658)
@@ -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;
More information about the svn-src-all
mailing list