diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-15 14:08:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-15 14:08:25 +0000 |
commit | 7aae99606c817c04be88d8a8df22f4e6d6011d28 (patch) | |
tree | 9eec3335bc54b224b5e8d9722d9a20dc1a0094c4 /mail/p5-Mail-SPF | |
parent | 7ce47124a27d427c385fc3375c457e2bcb901339 (diff) | |
download | pkgsrc-7aae99606c817c04be88d8a8df22f4e6d6011d28.tar.gz |
Update to 2.9.0:
--- 2.009 (2013-07-21 03:30)
Mail::SPF:
* 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.
--- 2.008 (2012-01-30 08:15)
Mail::SPF:
* 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").
(Addresses: bugs.launchpad.net #806926)
Miscellaneous:
* 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) (Closes: rt.cpan.org #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. (Closes: rt.cpan.org #53231)
* Attempt to prevent a cascading failure in t/00.03-class-result.t that seems
to happen under rare, unknown circumstances. (Closes: rt.cpan.org #39099)
Debian:
* Declare Debian source package format as 3.0.
* Standards-Version: 3.9.2 (was: 3.8.3)
* Bump debhelper compatibility level to 7 (was: 5) and simplify debian/rules
using debhelper 7 features.
* debian/control: Simplify depdendencies under the assumption that package
will be installed on Debian Lenny (oldstable at the time of writing) or
later (or the Ubuntu equivalent).
* debian/watch: Use dist-based URL.
Diffstat (limited to 'mail/p5-Mail-SPF')
-rw-r--r-- | mail/p5-Mail-SPF/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-SPF/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile index ffa33e33ef3..2f36cdfd27e 100644 --- a/mail/p5-Mail-SPF/Makefile +++ b/mail/p5-Mail-SPF/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2014/10/12 08:17:50 tron Exp $ +# $NetBSD: Makefile,v 1.9 2015/04/15 14:08:25 wiz Exp $ -DISTNAME= Mail-SPF-v2.007 +DISTNAME= Mail-SPF-v2.9.0 PKGNAME= p5-${DISTNAME:S/-v/-/} -PKGREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-SPF/distinfo b/mail/p5-Mail-SPF/distinfo index 32d4c9c94b9..141680af0ce 100644 --- a/mail/p5-Mail-SPF/distinfo +++ b/mail/p5-Mail-SPF/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/02/27 12:56:11 obache Exp $ +$NetBSD: distinfo,v 1.2 2015/04/15 14:08:25 wiz Exp $ -SHA1 (Mail-SPF-v2.007.tar.gz) = df53baf018134481591317baf1b5d3a10702d4e7 -RMD160 (Mail-SPF-v2.007.tar.gz) = 343c57f2bb8202838d22bac8162793695ca57f55 -Size (Mail-SPF-v2.007.tar.gz) = 101722 bytes +SHA1 (Mail-SPF-v2.9.0.tar.gz) = 3bda4d67a94465eec3e569b56004de968cad3982 +RMD160 (Mail-SPF-v2.9.0.tar.gz) = 3ec3b3e910fd5fd2d424018c9d8e270131115caf +Size (Mail-SPF-v2.9.0.tar.gz) = 103834 bytes |