[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#750222: wheezy-pu: package unbound (NMU)



Helmut Grohne wrote:
> On Mon, Jun 02, 2014 at 04:21:03PM -0400, Robert Edmonds wrote:
> > I've built test binaries from tag debian/1.4.17-3+deb7u1 and they are
> > available here:
> > 
> > http://people.debian.org/~edmonds/build/unbound/1.4.17-3+deb7u1/
> > 
> > If this looks good to the release team, I will be happy to upload to
> > -pu, no NMU required.
> 
> Can you explain why the actual package uploaded to wheezy-pu reverts
> 
>   "* Update IPv4 address hint for D.ROOT-SERVERS.NET"?
> 
> The debdiff showing the reversion can be found at
> 
> https://release.debian.org/proposed-updates/stable_diffs/unbound_1.4.17-3+deb7u1.debdiff
> 
> Helmut

This change was not reverted.  The debdiff shows that the same hunk is
still present.

[...line 59...]
    ---- unbound-1.4.17.orig/iterator/iter_hints.c
    -+++ unbound-1.4.17/iterator/iter_hints.c
    -@@ -129,7 +129,7 @@ compile_time_root_prime(int do_ip4, int
    -   if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4"))    return 0;
    -   if(!ah(dp, "B.ROOT-SERVERS.NET.", "192.228.79.201")) return 0;
    -   if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12"))   return 0;
    --  if(!ah(dp, "D.ROOT-SERVERS.NET.", "128.8.10.90"))   return 0;
    -+  if(!ah(dp, "D.ROOT-SERVERS.NET.", "199.7.91.13"))   return 0;
    -   if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) return 0;
    -   if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241"))   return 0;
    -   if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4"))  return 0;
[...line 100...]
    +--- unbound-1.4.17.orig/iterator/iter_hints.c
    ++++ unbound-1.4.17/iterator/iter_hints.c
    +@@ -129,7 +129,7 @@ compile_time_root_prime(int do_ip4, int
    +   if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4"))    return 0;
    +   if(!ah(dp, "B.ROOT-SERVERS.NET.", "192.228.79.201")) return 0;
    +   if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12"))   return 0;
    +-  if(!ah(dp, "D.ROOT-SERVERS.NET.", "128.8.10.90"))   return 0;
    ++  if(!ah(dp, "D.ROOT-SERVERS.NET.", "199.7.91.13"))   return 0;
    +   if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) return 0;
    +   if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241"))   return 0;
    +   if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4"))  return 0;
[...]

This package is maintained in git, in the "3.0 (quilt)" format with the
"single-debian-patch" option.  I guess the ordering of hunks in the
debian-changes patch is not guaranteed in that case.

-- 
Robert Edmonds
edmonds@debian.org


Reply to: