diff options
author | heinz <heinz@pkgsrc.org> | 2009-11-05 22:53:12 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2009-11-05 22:53:12 +0000 |
commit | 3dfb88c7da7b4a763bde57789758c2f3e3d28023 (patch) | |
tree | 64648894ffc5dc858e03146361d108b31365052d /mail | |
parent | c879df3279081091bc608f74511f9954f3fe8e11 (diff) | |
download | pkgsrc-3dfb88c7da7b4a763bde57789758c2f3e3d28023.tar.gz |
Updated to version 0.37.
Pkgsrc changes:
- Added LICENSE
Relevant changes since version 0.32:
====================================
Version 0.37 - released 2009-09-08
* New/changed functionality:
* ADSP records now check whether the domain itself exists, in
accordance to the ADSP specification
* bugfixes:
* fixed regexp used to detect header field names (issue #2803465)
* various fixes to ADSP checking
Version 0.36 - released 2009-06-02
* API changes:
* restore the as_string() method which was accidentally removed
in version 0.34
Version 0.35 - released 2009-05-22
* bugfixes:
* fixed a runaway regular expression in the canonicalization
routines (patch provided by Mark Martinec)
Version 0.34 - released 2009-05-20
* New/changed functionality:
* support for ADSP (author-domain-signing-practices) records
* removed support for pre-standardized DKIM signatures (i.e. these
are DKIM signatures without a v= or bh= tag).
* DNS resolver errors are detected and reported as such
* API changes:
* renamed Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Programs using
the former name to create policy objects directly (though it would
be more expected to fetch the objects through
Mail::DKIM::Verifier) should update their code
* new policies() method in Mail::DKIM::Verifier for fetching all
applicable sender/author signing policies
* bugfixes:
* Signer object would die if first line of input wasn't a header
(rt.cpan.org issue #46179)
Version 0.33 - released 2009-03-10
* bugfixes:
* signature wrapping would sometimes cause improper preparation of
DKIM signatures, with "simple" canonicalization (issue #2257046)
* test scripts:
* the included corpus is now verified using a fake-DNS resolver,
which means the test corpus can validate even when your DNS
servers are really slow
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 703a4e0ce81..a993b209642 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2008/10/19 19:18:12 he Exp $ +# $NetBSD: Makefile,v 1.14 2009/11/05 22:53:12 heinz Exp $ # -DISTNAME= Mail-DKIM-0.32 +DISTNAME= Mail-DKIM-0.37 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5mdk CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Mail-DKIM/ COMMENT= Perl5 module for DKIM-based mail-signing and -verifying +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo index bdd94505688..34424ec631d 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2008/07/17 13:56:35 heinz Exp $ +$NetBSD: distinfo,v 1.12 2009/11/05 22:53:12 heinz Exp $ -SHA1 (Mail-DKIM-0.32.tar.gz) = 5c9220754823f4aa7ab219732073f2bcfbb884e8 -RMD160 (Mail-DKIM-0.32.tar.gz) = 4dfa393c3a1abfc212df112cb3aee21f3aaea43b -Size (Mail-DKIM-0.32.tar.gz) = 72248 bytes +SHA1 (Mail-DKIM-0.37.tar.gz) = 0b1fe2e277285ddd49cb862428a4b1da1c3febe8 +RMD160 (Mail-DKIM-0.37.tar.gz) = 829f61fc156ffe09bc12a98374198dd1a33ec80b +Size (Mail-DKIM-0.37.tar.gz) = 85996 bytes |