Package: libnet-dns-perl / 0.66-2

Metadata

Package Version Patches format
libnet-dns-perl 0.66-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dnswalk readme note.patch | (download)

contrib/dnswalk.README | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 add note to dnswalk.readme about dnswalk being available as a debian package.
perl path examples.patch | (download)

contrib/check_zone | 2 1 + 1 - 0 !
contrib/loc2earth.fcgi | 2 1 + 1 - 0 !
demo/axfr | 2 1 + 1 - 0 !
demo/check_soa | 2 1 + 1 - 0 !
demo/check_zone | 2 1 + 1 - 0 !
demo/example_recurse.pl | 2 1 + 1 - 0 !
demo/mresolv | 2 1 + 1 - 0 !
demo/mx | 2 1 + 1 - 0 !
demo/perldig | 2 1 + 1 - 0 !
demo/trace_dns.pl | 2 1 + 1 - 0 !
10 files changed, 10 insertions(+), 10 deletions(-)

 change path of perl to /usr/bin/perl for contrib/examples.
 Upstream uses /usr/local/bin/perl, but I like the contrib scripts to be 
 executable with just chmod +x on Debian systems.
manpages typos.patch | (download)

lib/Net/DNS/FAQ.pod | 2 1 + 1 - 0 !
lib/Net/DNS/Nameserver.pm | 4 2 + 2 - 0 !
lib/Net/DNS/Resolver.pm | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 correct small typos inside manual pages respective pod
 Lintian found some common spelling errors, which are corrected with this patch.
Bug: https://rt.cpan.org/Ticket/Display.html?id=55586
do not fail make test offline.patch | (download)

t/01-resolver.t | 27 14 + 13 - 0 !
1 file changed, 14 insertions(+), 13 deletions(-)

 make tests succeed without network access
 make test checks for online connection and disables online tests when there is no connection.
 One test tried to check for a private IP by opening a socket even without online connection.
 This patch makes that test check for disabled online tests first and test the ip afterwards.
Bug: https://rt.cpan.org/Ticket/Display.html?id=55682