diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-17 10:00:45 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-17 10:00:45 +0000 |
commit | 8071ec05957a0e60fef3e59d4c45f7f5897c27b1 (patch) | |
tree | 96e40ff90ea17b914dac2aeb2b322a7b6b18b1d1 | |
parent | c49f36087d5179c32eba2de609a8a49eee832390 (diff) | |
download | pkgsrc-8071ec05957a0e60fef3e59d4c45f7f5897c27b1.tar.gz |
Updated to version 0.25.
Pkgsrc changes:
- Software does not accept any version of p5-Crypt-OpenSSL-RSA anymore.
Changes since version 0.24:
===========================
* we now only sign headers that IETF recommends for signing
* it's now possible to "prettify" outgoing signatures, but this feature
is not enabled by default. To enable, do a "use Mail::DKIM::TextWrap"
in your program that signs messages. (This may change in a future
release.)
-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 b593dd37ea2..0bc94dd79d1 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2007/04/22 09:00:21 heinz Exp $ +# $NetBSD: Makefile,v 1.7 2007/05/17 10:00:45 heinz Exp $ # -DISTNAME= Mail-DKIM-0.24 +DISTNAME= Mail-DKIM-0.25 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-9]*:../../security/p5-Crypt-OpenSSL-RSA +DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.22:../../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 7159299b841..68aa763820b 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/03/24 19:08:38 heinz Exp $ +$NetBSD: distinfo,v 1.6 2007/05/17 10:00:45 heinz Exp $ -SHA1 (Mail-DKIM-0.24.tar.gz) = 8165538545c1d22681585554a60cc8cae0cb71d4 -RMD160 (Mail-DKIM-0.24.tar.gz) = 9a3630e15e00952767b284e46e1170ffd6418acd -Size (Mail-DKIM-0.24.tar.gz) = 44325 bytes +SHA1 (Mail-DKIM-0.25.tar.gz) = 821cd66fe1d9b392fa10bfd290c2e2f0d280cd70 +RMD160 (Mail-DKIM-0.25.tar.gz) = 4d32146862fdc7070876822b0f4ec4e45b01dbec +Size (Mail-DKIM-0.25.tar.gz) = 47549 bytes |