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

Paul Wouters pwouters at fedoraproject.org
Wed Oct 29 14:47:40 UTC 2014


commit 4139f5a64ca15acd715c6ad73aaea278142492d7
Author: Paul Wouters <pwouters at redhat.com>
Date:   Wed Oct 29 10:47:39 2014 -0400

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

 .gitignore        |    1 +
 perl-Net-DNS.spec |    5 ++++-
 sources           |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
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 <pwouters at 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 at redhat.com> - 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



More information about the perl-devel mailing list