pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-DKIM Updated to version 0.22.
details: https://anonhg.NetBSD.org/pkgsrc/rev/73fbd250ca7d
branches: trunk
changeset: 525325:73fbd250ca7d
user: heinz <heinz%pkgsrc.org@localhost>
date: Thu Feb 15 21:39:56 2007 +0000
description:
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:
mail/p5-Mail-DKIM/Makefile | 9 +++++----
mail/p5-Mail-DKIM/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r 412325d700d3 -r 73fbd250ca7d mail/p5-Mail-DKIM/Makefile
--- a/mail/p5-Mail-DKIM/Makefile Thu Feb 15 21:39:21 2007 +0000
+++ b/mail/p5-Mail-DKIM/Makefile Thu Feb 15 21:39:56 2007 +0000
@@ -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 @@
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 -r 412325d700d3 -r 73fbd250ca7d mail/p5-Mail-DKIM/distinfo
--- a/mail/p5-Mail-DKIM/distinfo Thu Feb 15 21:39:21 2007 +0000
+++ b/mail/p5-Mail-DKIM/distinfo Thu Feb 15 21:39:56 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index