Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2016 14:57:40 +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-head@freebsd.org
Subject:   svn commit: r296659 - head/contrib/unbound/iterator
Message-ID:  <201603111457.u2BEveOu048726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Fri Mar 11 14:57:40 2016
New Revision: 296659
URL: https://svnweb.freebsd.org/changeset/base/296659

Log:
  Apply upstream r3651: the IPv6 address of the L root has changed.

Modified:
  head/contrib/unbound/iterator/iter_hints.c
Directory Properties:
  head/contrib/unbound/   (props changed)

Modified: head/contrib/unbound/iterator/iter_hints.c
==============================================================================
--- head/contrib/unbound/iterator/iter_hints.c	Fri Mar 11 14:56:42 2016	(r296658)
+++ head/contrib/unbound/iterator/iter_hints.c	Fri Mar 11 14:57:40 2016	(r296659)
@@ -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?201603111457.u2BEveOu048726>