diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-08 19:47:16 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-08 19:47:16 +0000 |
commit | 53080fd5858ff31af84c53e3246ec641b0917f2f (patch) | |
tree | b538973832a94636890924fede401188fdf96164 /mail/p5-Mail-DKIM | |
parent | c3df777e65716e71c93d1fc6f6b26d969646c2b6 (diff) | |
download | pkgsrc-53080fd5858ff31af84c53e3246ec641b0917f2f.tar.gz |
Updated to version 0.29.
Pkgsrc changes:
- none
Relevant changes since version 0.28:
====================================
Version 0.29 - released 2007-11-08
* verifiers can now access all parsed signatures and their results,
not just signatures that were fully tested
* signer policies can now specify what private key file to use
* some other minor API improvements
* bugfixes:
* for DomainKeys signatures, fixed a compatibility issue handling
the h= tag
* for DKIM, signature expirations had been ignored
* for DKIM, signature identities did not have to match the domain
* for DKIM, public key granularity field had been ignored
Diffstat (limited to 'mail/p5-Mail-DKIM')
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 9e1f1375709..d573a19e2e5 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/08/19 15:39:08 heinz Exp $ +# $NetBSD: Makefile,v 1.10 2008/01/08 19:47:16 heinz Exp $ # -DISTNAME= Mail-DKIM-0.28 +DISTNAME= Mail-DKIM-0.29 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mdk CATEGORIES= mail perl5 @@ -11,6 +11,9 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Mail-DKIM/ COMMENT= Perl5 module for DKIM-based mail-signing and -verifying +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + 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 @@ -19,9 +22,6 @@ DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS -PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Mail/DKIM/.packlist diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo index 96e8c893d10..49fc1de538a 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2007/08/19 15:39:08 heinz Exp $ +$NetBSD: distinfo,v 1.9 2008/01/08 19:47:16 heinz Exp $ -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 +SHA1 (Mail-DKIM-0.29.tar.gz) = 4f41b34da5c4a2164a7e8456a0d0cf68de0f205e +RMD160 (Mail-DKIM-0.29.tar.gz) = b0b2d67cf08e7692cd45ef17867b06b77c469fa3 +Size (Mail-DKIM-0.29.tar.gz) = 59209 bytes |