diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-11 20:12:24 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-11 20:12:24 +0000 |
commit | 473c4b427f0e3f6927c03bd4ae7eeea6d555455e (patch) | |
tree | 0c6e8bd1671c5e1fb1d444abf1bf02cf997bc752 /mail/p5-Mail-DKIM | |
parent | a62fee8095deeeb103d56c7f48a41f7743ab4c04 (diff) | |
download | pkgsrc-473c4b427f0e3f6927c03bd4ae7eeea6d555455e.tar.gz |
Updated to version 0.30.
Pkgsrc changes:
- none
Changes since version 0.29:
===========================
Version 0.30 - released 2008-01-10
* includes speed-up optimizations by Mark Martinec
* DomainKeys, implement proper identity matching...
a DomainKey-Signature's domain should match the From/Sender address
* several more test cases
* API improvements:
* accept additional arguments when creating Signer/Signature
* bugfixes:
* DomainKey-Signature headers were not "prettified"
* granularity ending with '*' was not checked correctly
* DomainKey-Signature granularity was checked against the wrong value
Diffstat (limited to 'mail/p5-Mail-DKIM')
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index d573a19e2e5..f2c784b1231 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2008/01/08 19:47:16 heinz Exp $ +# $NetBSD: Makefile,v 1.11 2008/01/11 20:12:24 heinz Exp $ # -DISTNAME= Mail-DKIM-0.29 +DISTNAME= Mail-DKIM-0.30 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mdk CATEGORIES= mail perl5 diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo index 49fc1de538a..7f0e40e5c4d 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/01/08 19:47:16 heinz Exp $ +$NetBSD: distinfo,v 1.10 2008/01/11 20:12:24 heinz Exp $ -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 +SHA1 (Mail-DKIM-0.30.tar.gz) = 7da083fe06455c6cc6ecc6fd237e2110d3f4202e +RMD160 (Mail-DKIM-0.30.tar.gz) = d4198fd05abfa7d8e9a91a9909118842ae403390 +Size (Mail-DKIM-0.30.tar.gz) = 64996 bytes |