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:
parent
114c74b817
commit
11aa8ce78a
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/Mail-SPF-v2.007.tar.gz
|
||||
/Mail-SPF-v2.8.0.tar.gz
|
||||
/Mail-SPF-v[0-9.]*.tar.gz
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user