Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: pu hi, i'd like to upload unbound 1.4.6-1+squeeze3 to stable to fix #697351. since the release of squeeze D.ROOT-SERVERS.NET has had its IPv4 address changed, and an IPv6 address added. (i believe there is precedent for an updated package in stable to update DNS root server hints in [0].) the debdiff is attached. [0] http://packages.debian.org/changelogs/pool/main/b/bind9/current/changelog#version1:9.3.4-2etch2 -- Robert Edmonds edmonds@debian.org
diff -u unbound-1.4.6/debian/changelog unbound-1.4.6/debian/changelog
--- unbound-1.4.6/debian/changelog
+++ unbound-1.4.6/debian/changelog
@@ -1,3 +1,9 @@
+unbound (1.4.6-1+squeeze3) stable; urgency=low
+
+ * Update IP address hints for D.ROOT-SERVERS.NET.
+
+ -- Robert S. Edmonds <edmonds@debian.org> Mon, 11 Feb 2013 21:52:49 -0500
+
unbound (1.4.6-1+squeeze2) squeeze-security; urgency=high
* Apply patch from upstream to fix DNSSEC-related crashes
diff -u unbound-1.4.6/debian/patches/series unbound-1.4.6/debian/patches/series
--- unbound-1.4.6/debian/patches/series
+++ unbound-1.4.6/debian/patches/series
@@ -4,0 +5 @@
+40_D_root
only in patch2:
unchanged:
--- unbound-1.4.6.orig/debian/patches/40_D_root
+++ unbound-1.4.6/debian/patches/40_D_root
@@ -0,0 +1,34 @@
+From 32f138fdd0ed569c324a6c4f1f7d6a796407f4bd Mon Sep 17 00:00:00 2001
+From: "Robert S. Edmonds" <edmonds@debian.org>
+Date: Mon, 11 Feb 2013 21:49:08 -0500
+Subject: [PATCH] iterator/iter_hints.c: update hint addresses for
+ D.ROOT-SERVERS.NET
+
+---
+ iterator/iter_hints.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/iterator/iter_hints.c b/iterator/iter_hints.c
+index d896d68..38c1fb9 100644
+--- a/iterator/iter_hints.c
++++ b/iterator/iter_hints.c
+@@ -119,7 +119,7 @@ compile_time_root_prime(struct regional* r, int do_ip4, int do_ip6)
+ if(!ah(dp, r, "A.ROOT-SERVERS.NET.", "198.41.0.4")) return 0;
+ if(!ah(dp, r, "B.ROOT-SERVERS.NET.", "192.228.79.201")) return 0;
+ if(!ah(dp, r, "C.ROOT-SERVERS.NET.", "192.33.4.12")) return 0;
+- if(!ah(dp, r, "D.ROOT-SERVERS.NET.", "128.8.10.90")) return 0;
++ if(!ah(dp, r, "D.ROOT-SERVERS.NET.", "199.7.91.13")) return 0;
+ if(!ah(dp, r, "E.ROOT-SERVERS.NET.", "192.203.230.10")) return 0;
+ if(!ah(dp, r, "F.ROOT-SERVERS.NET.", "192.5.5.241")) return 0;
+ if(!ah(dp, r, "G.ROOT-SERVERS.NET.", "192.112.36.4")) return 0;
+@@ -132,6 +132,7 @@ compile_time_root_prime(struct regional* r, int do_ip4, int do_ip6)
+ }
+ if(do_ip6) {
+ if(!ah(dp, r, "A.ROOT-SERVERS.NET.", "2001:503:ba3e::2:30")) return 0;
++ if(!ah(dp, r, "D.ROOT-SERVERS.NET.", "2001:500:2d::d")) return 0;
+ if(!ah(dp, r, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) return 0;
+ if(!ah(dp, r, "H.ROOT-SERVERS.NET.", "2001:500:1::803f:235")) return 0;
+ if(!ah(dp, r, "I.ROOT-SERVERS.NET.", "2001:7fe::53")) return 0;
+--
+1.7.10.4
+
Attachment:
signature.asc
Description: Digital signature