diff options
author | heinz <heinz@pkgsrc.org> | 2007-08-19 15:39:08 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-08-19 15:39:08 +0000 |
commit | 0ca9360688bbe2779cb1883fa799f68f1c1a1c5b (patch) | |
tree | c5b9c76c2dfbc477156035d8eb90a892bfd4de30 /mail | |
parent | 8c17a6a9e18d22aa12583c5a145c7f8dc942dceb (diff) | |
download | pkgsrc-0ca9360688bbe2779cb1883fa799f68f1c1a1c5b.tar.gz |
Updated to version 0.28.
Pkgsrc changes:
- Required version of p5-Crypt-OpenSSL-RSA changed to >=0.24.
Changes since version 0.26:
=====================================
Version 0.28
* fixed a bug with line-wrapping a signature at the wrong place
Version 0.27 - released 2007-07-25
* Sender signing policies are now better implemented
* Both Yahoo! DomainKeys signing policies and the under-development
IETF DKIM signing policies are supported
* Yahoo! DomainKeys policies can protect the Sender: header
* DKIM signing policies can protect the From: header
Look at Mail::DKIM::Verifier's fetch_author_policy() and
fetch_sender_policy() methods for hints.
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 c0b791b0e39..9e1f1375709 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2007/06/12 15:27:21 heinz Exp $ +# $NetBSD: Makefile,v 1.9 2007/08/19 15:39:08 heinz Exp $ # -DISTNAME= Mail-DKIM-0.26 +DISTNAME= Mail-DKIM-0.28 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mdk CATEGORIES= mail perl5 @@ -11,7 +11,7 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Mail-DKIM/ COMMENT= Perl5 module for DKIM-based mail-signing and -verifying -DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.22:../../security/p5-Crypt-OpenSSL-RSA +DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.24:../../security/p5-Crypt-OpenSSL-RSA DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo index d079e53da9c..96e8c893d10 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/06/12 15:27:22 heinz Exp $ +$NetBSD: distinfo,v 1.8 2007/08/19 15:39:08 heinz Exp $ -SHA1 (Mail-DKIM-0.26.tar.gz) = 348a055dcaa6127f5f566a026a49fa11322f362d -RMD160 (Mail-DKIM-0.26.tar.gz) = e47dc2778d090f500c3c95097603fa9ac92d8567 -Size (Mail-DKIM-0.26.tar.gz) = 47695 bytes +SHA1 (Mail-DKIM-0.28.tar.gz) = 2913dd30b5abba949e6d97ec6597d10053fbd68c +RMD160 (Mail-DKIM-0.28.tar.gz) = 32822214b3cb97952da7822e7fa30f5e77985b9e +Size (Mail-DKIM-0.28.tar.gz) = 51922 bytes |