diff options
author | pettai <pettai@pkgsrc.org> | 2010-10-20 19:57:35 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-10-20 19:57:35 +0000 |
commit | 49b97b88e661d3ead49e1036d721899946c1fb77 (patch) | |
tree | f4d9e5c922e1073bcf2e9d5ea6448c918c6d6f0d /mail | |
parent | 5f1b5c5ab691c5eecc9304f4e6b0231d54ee37be (diff) | |
download | pkgsrc-49b97b88e661d3ead49e1036d721899946c1fb77.tar.gz |
-- VERSION 0.38 --
* lib/Mail/DKIM/DkSignature.pm, Signature.pm: avoid calling lc() on
an undefined value (this generates warnings in Perl 5.12.x).
* lib/Mail/DKIM/PrivateKey.pm (load): fix bug where a private key file
named '0' could not be loaded
* lib/Mail/DKIM/DkSignature.pm (new): accept Key parameter when
constructing a DomainKey signature object
* t/external_signer.t: test use of an alternate object for Key
during a "sign" operation
* lib/Mail/DKIM/Signer.pm: document use of an alternate object for
PrivateKey objects
* lib/Mail/DKIM/Signer.pm: import PrivateKey.pm in this module,
rather than in the Algorithm modules
* lib/Mail/DKIM/PrivateKey.pm: document the sign_digest() method
* lib/Mail/DKIM/Algorithm/*: use sign_digest() rather than
sign_sha1_digest()
* t/public_key.t: test that DNS failure reason is given, when
DNS returns no results
* lib/Mail/DKIM/DNS.pm: bugfix (introduced by async_dns branch):
preserve $@ in case of no error
* lib/Mail/DKIM/{DNS,Signature,PublicKey,Policy}.pm: merged my
"async dns" branch
* lib/Mail/DKIM/Policy.pm: new fetch_async method, seems to work
* lib/Mail/DKIM/Signature.pm: new fetch_public_key method,
which starts an asynchronous query for the public key
referenced by this signature; redesign get_public_key to
know how to complete the query
* lib/Mail/DKIM/PublicKey.pm: new fetch_async method: starts a
query and returns a subref that when called will complete the
query
* lib/Mail/DKIM/DNS.pm: new query_async method: starts a query and
returns a subref that when called will complete the query
* MANIFEST: include sample_mime_lite.pl script in tarball
* lib/Mail/DKIM/DNS.pm: restart timer after a DNS lookup
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 1a59bdd9890..c275011d1ad 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2010/08/21 16:35:06 seb Exp $ +# $NetBSD: Makefile,v 1.16 2010/10/20 19:57:35 pettai Exp $ # -DISTNAME= Mail-DKIM-0.37 +DISTNAME= Mail-DKIM-0.38 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5mdk CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -29,6 +28,7 @@ REPLACE_PERL+= lib/Mail/DKIM.pm REPLACE_PERL+= lib/Mail/DKIM/*.pm REPLACE_PERL+= lib/Mail/DKIM/Algorithm/*.pm REPLACE_PERL+= lib/Mail/DKIM/Canonicalization/*.pm +REPLACE_PERL+= sample_mime_lite.pl .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 34424ec631d..29122215bd4 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2009/11/05 22:53:12 heinz Exp $ +$NetBSD: distinfo,v 1.13 2010/10/20 19:57:35 pettai Exp $ -SHA1 (Mail-DKIM-0.37.tar.gz) = 0b1fe2e277285ddd49cb862428a4b1da1c3febe8 -RMD160 (Mail-DKIM-0.37.tar.gz) = 829f61fc156ffe09bc12a98374198dd1a33ec80b -Size (Mail-DKIM-0.37.tar.gz) = 85996 bytes +SHA1 (Mail-DKIM-0.38.tar.gz) = 913e836b30eca64b5e16400a68ab99e410b3df96 +RMD160 (Mail-DKIM-0.38.tar.gz) = 343ce00bbd093b8bfb44bd5e7e13f37b57f29372 +Size (Mail-DKIM-0.38.tar.gz) = 90411 bytes |