diff options
author | heinz <heinz@pkgsrc.org> | 2006-06-07 21:30:10 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-06-07 21:30:10 +0000 |
commit | 5b87388cae56f0a767fbaa1c0040fc1396681220 (patch) | |
tree | d66748e16be2406f6d919ea3060eb007e05f3357 /mail | |
parent | b3348de431d19a5b1a2393fcc35eb7a0de9f65f4 (diff) | |
download | pkgsrc-5b87388cae56f0a767fbaa1c0040fc1396681220.tar.gz |
Updated to version 0.17.
Pkgsrc changes:
- The module is now available on CPAN, so changed MASTER_SITES accordingly.
- Changed HOMEPAGE to CPAN site because Jason Long's web site seems to
be down occasionally.
- Added Crypt::OpenSSL::Bignum as a requirement (listed in Makefile.PL)
because Mail::DKIM uses objects of that type (returned by
Crypt::OpenSSL::RSA::get_key_parameters).
- New requirement: security/p5-Digest-SHA
Relevant changes since version 0.14:
====================================
* implemented signing and verifying of a SHA-256 digest
* various new tests and a few bug fixes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 05e23131080..5ec6285766d 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/24 23:02:38 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/07 21:30:10 heinz Exp $ # -DISTNAME= Mail-DKIM-0.14 +DISTNAME= Mail-DKIM-0.17 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mdk CATEGORIES= mail perl5 -MASTER_SITES= http://jason.long.name/dkimproxy/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= heinz@NetBSD.org -HOMEPAGE= http://jason.long.name/dkimproxy/ +HOMEPAGE= http://search.cpan.org/dist/Mail-DKIM/ COMMENT= Perl5 module for DKIM-based mail-signing and -verifying +DEPENDS+= p5-Crypt-OpenSSL-Bignum-[0-9]*:../../security/p5-Crypt-OpenSSL-Bignum DEPENDS+= p5-Crypt-OpenSSL-RSA-[0-9]*:../../security/p5-Crypt-OpenSSL-RSA DEPENDS+= p5-Crypt-RSA-[0-9]*:../../security/p5-Crypt-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 DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo index f2adbc70c0c..93106d4614a 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/24 23:02:38 heinz Exp $ +$NetBSD: distinfo,v 1.2 2006/06/07 21:30:10 heinz Exp $ -SHA1 (Mail-DKIM-0.14.tar.gz) = 71f5fc09fde27f3349432806d0a8472aa466470b -RMD160 (Mail-DKIM-0.14.tar.gz) = 7da84f26cfa56813ff71183ff241ab81daf8b84f -Size (Mail-DKIM-0.14.tar.gz) = 24102 bytes +SHA1 (Mail-DKIM-0.17.tar.gz) = b970098ce0d75e2d2aa589a3556db2a007726ff3 +RMD160 (Mail-DKIM-0.17.tar.gz) = 53683f5ab4e3b4e57852331c8db445d2377567bf +Size (Mail-DKIM-0.17.tar.gz) = 31188 bytes |