diff options
author | heinz <heinz> | 2007-02-15 21:39:56 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-02-15 21:39:56 +0000 |
commit | 589a5ea7385794554033d465ec842d527d5df1f2 (patch) | |
tree | aca0cfd1e4d792cbd8276c48cf8fd26f5c5f429b /mail | |
parent | 1a0c0bf1b9a2265495e6028deb433f22f33c3c64 (diff) | |
download | pkgsrc-589a5ea7385794554033d465ec842d527d5df1f2.tar.gz |
Updated to version 0.22.
This version (from 0.19 and up) also recognises DomainKeys signatures in
addition to DKIM signatures.
Pkgsrc changes:
- Converted the paths of script files to be skipped during
"check-interpreter" phase from absolute to relative paths, otherwise it
wouldn't work anymore.
Changes since version 0.18:
===========================
Version 0.22 - released 2007-01-19
* fixes a couple very minor bugs
* some cosmetic changes to error messages
Version 0.21 - released 2006-11-29
* fixes two bugs, see ChangeLog for details
Version 0.20 - released 2006-10-24
* now supports verifying multiple signatures (the result returned is based
on the "best" available signature)
* now supports adding multiple signatures in one pass (to use this, you
need to create a "signer policy"; see scripts/dkimsign.pl for an example)
* now supports signing/verifying signatures for the older DomainKeys standard
* now implements Internet Draft draft-ietf-dkim-base-05, including:
* support for the version (v=) tag
* eliminated "control character detected in message" error message
Version 0.19 - released 2006-06-15
* now supports earlier versions of Perl (5.6.1 and up).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index c6bd640556b..45496aa0516 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/07/16 09:46:15 heinz Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/15 21:39:56 heinz Exp $ # -DISTNAME= Mail-DKIM-0.18 +DISTNAME= Mail-DKIM-0.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mdk CATEGORIES= mail perl5 @@ -23,8 +23,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Mail/DKIM/.packlist -CHECK_INTERPRETER_SKIP+=${PERL5_INSTALLVENDORLIB}/Mail/DKIM.pm -CHECK_INTERPRETER_SKIP+=${PERL5_INSTALLVENDORLIB}/Mail/DKIM/* +PERL5_INSTALLVENDORLIB_RELPATH=${PERL5_INSTALLVENDORLIB:S/^${LOCALBASE}\///} +CHECK_INTERPRETER_SKIP+=${PERL5_INSTALLVENDORLIB_RELPATH}/Mail/DKIM.pm +CHECK_INTERPRETER_SKIP+=${PERL5_INSTALLVENDORLIB_RELPATH}/Mail/DKIM/* .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo index 289cb8a92f8..f96357169db 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/07/16 09:46:15 heinz Exp $ +$NetBSD: distinfo,v 1.4 2007/02/15 21:39:56 heinz Exp $ -SHA1 (Mail-DKIM-0.18.tar.gz) = ce78ae507ef4a846475d8a260a8a8268e1098aa0 -RMD160 (Mail-DKIM-0.18.tar.gz) = da0f0a1bc73cc5aa92a3d520408735a239970609 -Size (Mail-DKIM-0.18.tar.gz) = 31142 bytes +SHA1 (Mail-DKIM-0.22.tar.gz) = affa94da9bc3396cf7ce6f256f1cadba8ebd6f28 +RMD160 (Mail-DKIM-0.22.tar.gz) = 14d6fc87f2614ec942d020da7478bbb95e540aa2 +Size (Mail-DKIM-0.22.tar.gz) = 41227 bytes |