- Updated to 0.81, Fixes AXFR BADSIG and infinite recursion in Net::DNS::Resolver

This commit is contained in:
Paul Wouters 2014-10-29 10:47:39 -04:00
parent dc8c20aad2
commit 4139f5a64c
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <pwouters@redhat.com> - 0.81-1
- Updated to 0.81, Fixes AXFR BADSIG and infinite recursion in Net::DNS::Resolver
* Mon Sep 22 2014 Paul Wouters <pwouters@redhat.com> - 0.80-1
- Updated to 0.80 with "Too late to run INIT block" fix and new force_v6 option

View File

@ -1 +1 @@
035632d787c037e8cf8cd2beba71c684 Net-DNS-0.80.tar.gz
26375d4310beb108b0e2b3bf30403ee5 Net-DNS-0.81.tar.gz