[perl-Net-DNS] 0.74 bump, fixes the server crash on malformed queries

Petr Šabata psabata at fedoraproject.org
Mon Jan 20 18:26:30 UTC 2014


commit 086f458a24962b270c62a1009e9832bb4a3821f9
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jan 20 19:26:44 2014 +0100

    0.74 bump, fixes the server crash on malformed queries

 .gitignore        |    1 +
 perl-Net-DNS.spec |    5 ++++-
 sources           |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7a0aa8..54b70ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Net-DNS-0.65.tar.gz
 /Net-DNS-0.71.tar.gz
 /Net-DNS-0.72.tar.gz
 /Net-DNS-0.73.tar.gz
+/Net-DNS-0.74.tar.gz
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index de1f9c9..1375d8f 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -1,5 +1,5 @@
 Name:          perl-Net-DNS
-Version:       0.73
+Version:       0.74
 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
+* Mon Jan 20 2014 Petr Šabata <contyk at redhat.com> - 0.74-1
+- 0.74 bump, fixes the server crash on malformed queries
+
 * Fri Nov 29 2013 Paul Wouters <pwouters at redhat.com> - 0.73-1
 - Updated to 0.73
 
diff --git a/sources b/sources
index c58db8f..33b340c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06d107032a0e6b7fd7ec69bcfb0b7577  Net-DNS-0.73.tar.gz
+d3d074ba95314fa9627252653a4242b7  Net-DNS-0.74.tar.gz


More information about the scm-commits mailing list