Jump to letter: [
ABCDEFGHJKLMNPRSTUWX
]
perl-Mail-SPF - Object-oriented implementation of Sender Policy Framework
- Description:
Mail::SPF is an object-oriented implementation of Sender Policy Framework
(SPF). See http://www.openspf.org for more information about SPF.
Packages
| perl-Mail-SPF-2.8.0-1.fc8.noarch
[147 KiB] |
Changelog
by Paul Howarth (2012-01-30):
- Update to 2.8.0
- Sanitize result local_explanation (as well as result object string
representation) by replacing all non-printable or non-ascii characters with
their hex-escaped representation, e.g. "\x00" (bugs.launchpad.net #806926)
- Change openspf.org URLs to openspf.net because openspf.org is unreachable
indefinitely
- Change http://www.ietf.org/rfc/….txt URLs to http://tools.ietf.org/html/…
- META.yml: configure_requires: Module::Build 0.2805
- META.yml: requires: Net::DNS 0.62 (was: 0.52) (CPAN RT#28545)
- META.yml: Revert to flat version numbers for perl and
Net::DNS::Resolver::Programmable build requirements to avoid
Module::Build::Compat/Makefile.PL incompatibilities (CPAN RT#53231)
- Attempt to prevent a cascading failure in t/00.03-class-result.t that seems
to happen under rare, unknown circumstances (CPAN RT#39099)
|