Update to 2.9.0

- New upstream release 2.9.0
  - Default to querying only TXT type RRs
    (query_rr_types = Mail::SPF::Server->query_rr_type_txt); experience has
    shown that querying SPF type RRs is impractical
This commit is contained in:
Paul Howarth 2013-07-22 11:49:19 +01:00
parent 114c74b817
commit 11aa8ce78a
3 changed files with 11 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/Mail-SPF-v2.007.tar.gz
/Mail-SPF-v2.8.0.tar.gz
/Mail-SPF-v[0-9.]*.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Mail-SPF
Version: 2.8.0
Release: 3%{?dist}
Version: 2.9.0
Release: 1%{?dist}
Summary: Object-oriented implementation of Sender Policy Framework
License: BSD
Group: Development/Libraries
@ -17,7 +17,7 @@ BuildRequires: perl(Module::Build)
BuildRequires: perl(NetAddr::IP) >= 4
BuildRequires: perl(Net::DNS) >= 0.62
BuildRequires: perl(Net::DNS::Resolver)
BuildRequires: perl(Net::DNS::Resolver::Programmable)
BuildRequires: perl(Net::DNS::Resolver::Programmable) >= 0.003
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(URI) >= 1.13
@ -69,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Mon Jul 22 2013 Paul Howarth <paul@city-fan.org> - 2.9.0-1
- Update to 2.9.0
- Default to querying only TXT type RRs
(query_rr_types = Mail::SPF::Server->query_rr_type_txt); experience has
shown that querying SPF type RRs is impractical
* Fri Jun 28 2013 Paul Howarth <paul@city-fan.org> - 2.8.0-3
- Fix broken POD (CPAN RT#86060)
- Work around test suite failures with Net::DNS 0.68 (CPAN RT#78214)

View File

@ -1 +1 @@
4f5bbd59058da680bfd9ff18e31489b7 Mail-SPF-v2.8.0.tar.gz
664e20d79c87fa505080f362e827dace Mail-SPF-v2.9.0.tar.gz