0.74 bump, fixes the server crash on malformed queries

This commit is contained in:
Petr Šabata 2014-01-20 19:26:44 +01:00
parent 55968d7a79
commit 086f458a24
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -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@redhat.com> - 0.74-1
- 0.74 bump, fixes the server crash on malformed queries
* Fri Nov 29 2013 Paul Wouters <pwouters@redhat.com> - 0.73-1
- Updated to 0.73

View File

@ -1 +1 @@
06d107032a0e6b7fd7ec69bcfb0b7577 Net-DNS-0.73.tar.gz
d3d074ba95314fa9627252653a4242b7 Net-DNS-0.74.tar.gz