Bug#815517: jessie-pu: package unbound/1.4.22-3+deb8u1

2016-02-25 Thread Adam D. Barratt

Control: tags -1 + pending

On 2016-02-22 19:11, Robert Edmonds wrote:

Adam D. Barratt wrote:

On 2016-02-22 0:09, Robert Edmonds wrote:
>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)

Please go ahead.


Uploaded, thanks!


Flagged for acceptance.

Regards,

Adam



Processed: Re: Bug#815517: jessie-pu: package unbound/1.4.22-3+deb8u1

2016-02-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #815517 [release.debian.org] jessie-pu: package unbound/1.4.22-3+deb8u1
Added tag(s) pending.

-- 
815517: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815517
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#815517: jessie-pu: package unbound/1.4.22-3+deb8u1

2016-02-22 Thread Robert Edmonds
Adam D. Barratt wrote:
> On 2016-02-22 0:09, Robert Edmonds wrote:
> >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)
> 
> Please go ahead.

Uploaded, thanks!

-- 
Robert Edmonds
edmo...@debian.org



Processed: Re: Bug#815517: jessie-pu: package unbound/1.4.22-3+deb8u1

2016-02-22 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #815517 [release.debian.org] jessie-pu: package unbound/1.4.22-3+deb8u1
Added tag(s) confirmed.

-- 
815517: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815517
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#815517: jessie-pu: package unbound/1.4.22-3+deb8u1

2016-02-22 Thread Adam D. Barratt

Control: tags -1 + confirmed

On 2016-02-22 0:09, Robert Edmonds wrote:
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)


Please go ahead.

Regards,

Adam



Bug#815517: jessie-pu: package unbound/1.4.22-3+deb8u1

2016-02-21 Thread Robert Edmonds
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@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   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
edmo...@debian.org