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

Bug#769920: marked as done (unblock: libnet-dns-perl/0.81-2)



Your message dated Mon, 17 Nov 2014 18:47:01 +0000
with message-id <1416250021.19889.30.camel@adam-barratt.org.uk>
and subject line Re: Bug#769920: unblock: libnet-dns-perl/0.81-2
has caused the Debian Bug report #769920,
regarding unblock: libnet-dns-perl/0.81-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
769920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769920
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Please unblock package libnet-dns-perl

The updated packages fixes RC bug #765327 by adding patch that ignores
IPv6 link-local nameservers.

debdiff attached:

$ diffstat libnet-dns-perl_0.81-2.debdiff
 changelog                                      |    6 ++++++
 patches/ignore-link-local-IPv6-resolvers.patch |   11 +++++++++++
 patches/series                                 |    1 +
 3 files changed, 18 insertions(+)

unblock libnet-dns-perl/0.81-2

- -- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (700, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJUah2IXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsHgwgQAJP/hmg+KDKXMyGmlA/8eVYu
uRgElwIprmfzeEerMQ+OtjHl7BgJ7Uu9jSHsW/2H8dBkJCq5R6zDRpCjgF2mQF5n
dB2YsPFcF3G1RyMGowb2z3CHBWPDEjR+6ix3L3+yEhBkclI5Kr6TrK1jlQtMDTd6
c58+uu9lAOz+bPKdTz2oE6aZ4B2aEOiJiaFuNpk/ayogYEgkHzaNdYQJn1d+Q0bf
B43mliwOTXg6vwWrUx+pvckioDxoI+w3Hfq46mqkaQDJJpwq9zYa9Utjo+RM7cO0
WfC++LnO0oo2E/GfZ2UZ7NANAzWxJg/3MjFD9f5E+5+nxZbgLo2zgbAl8yt612eb
jWYUkF0LuOlSpukldidrzH8FoI5kxRvm3H4Ga4bkLhkqxDhxmz8z3AHfNs3QlDog
iHct1oXrdpixHeLN/8D4+pIT4vwntbatK8WcI3+iekdhlcGCYtHhBW+LeKrd249B
l+kALsmK41GEHFQ3tCeikvAsv3OKfR65cI3QFA0V3crpsTaeyLR8f/Op5Np3yVGT
YqQedf99EeZfsho0qf9ZwoTNhe1o8evujlUPdFGuOMihJGPVE0GBlJAWKHBu/U11
bLkrqatjkDRSwxIifV0liNyNkHPKbqDzh55ZatKNcSB+WA2F0Y2wYrIJxWXbG/Ux
0LzU3bjSkj5mWnNlZSct
=fRUY
-----END PGP SIGNATURE-----
diff -Nru libnet-dns-perl-0.81/debian/changelog libnet-dns-perl-0.81/debian/changelog
--- libnet-dns-perl-0.81/debian/changelog	2014-10-29 15:05:30.000000000 +0100
+++ libnet-dns-perl-0.81/debian/changelog	2014-11-17 16:18:41.000000000 +0100
@@ -1,3 +1,9 @@
+libnet-dns-perl (0.81-2) unstable; urgency=medium
+
+  * Ignore link-local IPv6 resolvers (Closes: #765327)
+
+ -- Ondřej Surý <ondrej@debian.org>  Mon, 17 Nov 2014 16:18:22 +0100
+
 libnet-dns-perl (0.81-1) unstable; urgency=medium
 
   * New upstream version 0.81 (Closes: #766718)
diff -Nru libnet-dns-perl-0.81/debian/patches/ignore-link-local-IPv6-resolvers.patch libnet-dns-perl-0.81/debian/patches/ignore-link-local-IPv6-resolvers.patch
--- libnet-dns-perl-0.81/debian/patches/ignore-link-local-IPv6-resolvers.patch	1970-01-01 01:00:00.000000000 +0100
+++ libnet-dns-perl-0.81/debian/patches/ignore-link-local-IPv6-resolvers.patch	2014-11-17 16:18:41.000000000 +0100
@@ -0,0 +1,11 @@
+--- libnet-dns-perl.orig/lib/Net/DNS/Resolver/Base.pm
++++ libnet-dns-perl/lib/Net/DNS/Resolver/Base.pm
+@@ -249,7 +249,7 @@ sub read_config_file {
+ 
+ 		/^nameserver/ && do {
+ 			my ( $keyword, @ip ) = grep defined, split;
+-			push @ns, map $_ eq '0' ? '0.0.0.0' : $_, @ip;
++			push @ns, map $_ eq '0' ? '0.0.0.0' : $_, grep !/%/, @ip;
+ 			next;
+ 		};
+ 
diff -Nru libnet-dns-perl-0.81/debian/patches/series libnet-dns-perl-0.81/debian/patches/series
--- libnet-dns-perl-0.81/debian/patches/series	2014-10-29 15:05:30.000000000 +0100
+++ libnet-dns-perl-0.81/debian/patches/series	2014-11-17 16:18:41.000000000 +0100
@@ -1 +1,2 @@
 dnswalk-readme-note.patch
+ignore-link-local-IPv6-resolvers.patch

--- End Message ---
--- Begin Message ---
On Mon, 2014-11-17 at 17:08 +0100, Ondřej Surý wrote:
> Please unblock package libnet-dns-perl
> 
> The updated packages fixes RC bug #765327 by adding patch that ignores
> IPv6 link-local nameservers.

Unblocked, thanks.

Regards,

Adam

--- End Message ---

Reply to: