diff options
author | heinz <heinz@pkgsrc.org> | 2007-03-24 19:08:38 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-03-24 19:08:38 +0000 |
commit | f38148d5b6b86e79331e81aec63d68531ace9e2f (patch) | |
tree | 3aafdf235d8057c5fa08fed3e536a2e1120fa3b1 /mail | |
parent | 18b256b5d46bcf28a4521adeee51509078291e57 (diff) | |
download | pkgsrc-f38148d5b6b86e79331e81aec63d68531ace9e2f.tar.gz |
Updated to version 0.24.
Pkgsrc changes:
- Enabled DESTDIR support.
- Switched to using PERL5_SUB_INSTALLVENDORLIB (from lang/perl5/vars.mk)
instead of constructing a relative path for CHECK_INTERPRETER_SKIP myself.
Changes since version 0.22:
===========================
-- VERSION 0.24 --
2007-03-09: Jason Long <jlong@messiah.edu>
* lib/Mail/DKIM/PublicKey.pm, lib/Mail/DKIM/Signature.pm,
lib/Mail/DKIM/KeyValueList.pm: fix for linebreaks in public key data;
provided by Mark Martinec.
* lib/Mail/DKIM/Signature.pm: fix default value q=dns/txt; this fixes a bug
for DKIM signatures without q= tags
* t/verifier.t: added six new tests that test problems with the public key
(e.g. revoked, syntax, etc.)
-- VERSION 0.23 --
2007-02-22: Jason Long <jlong@messiah.edu>
* lib/Mail/DKIM/PublicKey.pm: catch certain OpenSSL errors; tweak
diagnostics
* lib/Mail/DKIM/Verifier.pm: changed OpenSSL error catching code to
match that found in PublicKey; document more possible diagnostic codes
* lib/Mail/DKIM/Signature.pm: tweaked diagnostics for missing public key
* Makefile.PL: check for Test::Simple, which is required for `make test'
2007-02-21: Jason Long <jlong@messiah.edu>
* t/signer_policy.t: signature should still work even if no value is
returned from signer policy
* t/signer.t: now uses v=0.5 signature, which changes the signature
* t/verifier.t: added three tests of empty body messages
* lib/Mail/DKIM/Signer.pm: fixed bug where if signer policy was a
sub ref, and didn't return a true value, the message would get skipped
* lib/Mail/DKIM/Canonicalization/simple.pm: argh, hack for handling
empty body
* lib/Mail/DKIM/MessageParser.pm: fixed bug in handling of messages
without bodies
* lib/Mail/DKIM/Signature.pm: output v=0.5 signatures now
* scripts/dkimsign.pl: new --binary option to disable line-ending conversion
2007-02-19: Jason Long <jlong@messiah.edu>
* lib/Mail/DKIM/DkSignature: provide default value for a= tag
(thanks to mark.martinec@ijs.si for the patch)
* t/corpus/good_dk_2.txt: test for missing q= and a= tags on DomainKey
signature
2007-02-09: Jason Long <jlong@messiah.edu>
* lib/Mail/DKIM/Verifier.pm, DkSignature.pm: better diagnostic messages;
allow missing q= tag for domainkey signatures
(thanks to mark.martinec@ijs.si for the patch)
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, 9 insertions, 9 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 45496aa0516..761200fc151 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2007/02/15 21:39:56 heinz Exp $ +# $NetBSD: Makefile,v 1.5 2007/03/24 19:08:38 heinz Exp $ # -DISTNAME= Mail-DKIM-0.22 +DISTNAME= Mail-DKIM-0.24 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mdk CATEGORIES= mail perl5 @@ -20,12 +20,12 @@ 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 -PERL5_INSTALLVENDORLIB_RELPATH=${PERL5_INSTALLVENDORLIB:S/^${LOCALBASE}\///} -CHECK_INTERPRETER_SKIP+=${PERL5_INSTALLVENDORLIB_RELPATH}/Mail/DKIM.pm -CHECK_INTERPRETER_SKIP+=${PERL5_INSTALLVENDORLIB_RELPATH}/Mail/DKIM/* +CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Mail/DKIM.pm +CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/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 f96357169db..7159299b841 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/02/15 21:39:56 heinz Exp $ +$NetBSD: distinfo,v 1.5 2007/03/24 19:08:38 heinz Exp $ -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 +SHA1 (Mail-DKIM-0.24.tar.gz) = 8165538545c1d22681585554a60cc8cae0cb71d4 +RMD160 (Mail-DKIM-0.24.tar.gz) = 9a3630e15e00952767b284e46e1170ffd6418acd +Size (Mail-DKIM-0.24.tar.gz) = 44325 bytes |