[Pkg-dns-devel] Bug#815517: jessie-pu: package unbound/1.4.22-3+deb8u1

Robert Edmonds edmonds at debian.org
Mon Feb 22 00:09:44 UTC 2016


Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org at packages.debian.org
Usertags: pu

Hi,

The unbound package in jessie has outdated root DNS server address hints
for h.root-servers.net, see #815370. I'd like to upload a new version to
jessie with the following changes.

Thanks!

diff --git a/debian/changelog b/debian/changelog
index af91f28..2c6d115 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+unbound (1.4.22-3+deb8u1) jessie; urgency=medium
+
+  * iterator/iter_hints.c: Update hints for H.ROOT-SERVERS.NET
+    (Closes: #815370)
+
+ -- Robert Edmonds <edmonds at debian.org>  Sun, 21 Feb 2016 18:36:43 -0500
+
 unbound (1.4.22-3) unstable; urgency=medium
 
   * Fix CVE-2014-8602: denial of service by making resolver chase endless
diff --git a/iterator/iter_hints.c b/iterator/iter_hints.c
index 7fa07a7..8e51424 100644
--- a/iterator/iter_hints.c
+++ b/iterator/iter_hints.c
@@ -135,7 +135,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
 	if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) goto failed;
 	if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241"))	goto failed;
 	if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4"))	goto failed;
-	if(!ah(dp, "H.ROOT-SERVERS.NET.", "128.63.2.53"))	goto failed;
+	if(!ah(dp, "H.ROOT-SERVERS.NET.", "198.97.190.53"))	goto failed;
 	if(!ah(dp, "I.ROOT-SERVERS.NET.", "192.36.148.17"))	goto failed;
 	if(!ah(dp, "J.ROOT-SERVERS.NET.", "192.58.128.30"))	goto failed;
 	if(!ah(dp, "K.ROOT-SERVERS.NET.", "193.0.14.129"))	goto failed;
@@ -146,7 +146,7 @@ compile_time_root_prime(int do_ip4, int do_ip6)
 	if(!ah(dp, "A.ROOT-SERVERS.NET.", "2001:503:ba3e::2:30")) goto failed;
 	if(!ah(dp, "D.ROOT-SERVERS.NET.", "2001:500:2d::d")) goto failed;
 	if(!ah(dp, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) goto failed;
-	if(!ah(dp, "H.ROOT-SERVERS.NET.", "2001:500:1::803f:235")) goto failed;
+	if(!ah(dp, "H.ROOT-SERVERS.NET.", "2001:500:1::53")) goto failed;
 	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;

-- 
Robert Edmonds
edmonds at debian.org



More information about the pkg-dns-devel mailing list