diff --git a/.gitignore b/.gitignore index c06c0db..665ee88 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ Net-DNS-0.65.tar.gz /Net-DNS-0.78.tar.gz /Net-DNS-0.79.tar.gz /Net-DNS-0.80.tar.gz +/Net-DNS-0.81.tar.gz diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index 5eab282..472cb52 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,5 +1,5 @@ Name: perl-Net-DNS -Version: 0.80 +Version: 0.81 Release: 1%{?dist} Summary: DNS resolver modules for Perl # lib/Net/DNS/RR/OPT.pm: MIT @@ -125,6 +125,9 @@ make test %{_mandir}/man3/Net::DNS::Nameserver* %changelog +* Wed Oct 29 2014 Paul Wouters - 0.81-1 +- Updated to 0.81, Fixes AXFR BADSIG and infinite recursion in Net::DNS::Resolver + * Mon Sep 22 2014 Paul Wouters - 0.80-1 - Updated to 0.80 with "Too late to run INIT block" fix and new force_v6 option diff --git a/sources b/sources index 299f10e..31e2c35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -035632d787c037e8cf8cd2beba71c684 Net-DNS-0.80.tar.gz +26375d4310beb108b0e2b3bf30403ee5 Net-DNS-0.81.tar.gz