Date: Sat, 10 Dec 2016 20:23:17 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r309829 - stable/10/contrib/unbound/iterator Message-ID: <201612102023.uBAKNH0s035746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612102023.uBAKNH0s035746>