diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-06-09 19:23:04 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-06-09 19:23:04 +0000 |
commit | 11079576c13183ddd3c8256894eb005ad95e4ef4 (patch) | |
tree | 3c7666499c8851c02107e1c5c20720e91ded68d3 | |
parent | f9e67c1636a552145999d03810b1646fc5197711 (diff) | |
download | pkgsrc-11079576c13183ddd3c8256894eb005ad95e4ef4.tar.gz |
Update to 0.40. From the changelog:
* New/changed functionality:
* a single DNS resolver is created for the lifetime of the program,
rather than reinitializing the resolver for each new query.
* bugfixes:
* fix the error message given when an invalid algorithm is
specified in the construction of Mail::DKIM::Signer.
* avoid Perl warning about use of an undefined value in several
places (rt.cpan.org issue #82913).
* speed- improved performance of parsing the message into lines
(rt.cpan.org issue #77902). Patch by Mark Martinec.
* fix DNS queries to use the correct method (txtdata) of Net::DNS
(rt.cpan.org issue #83170). Patch by Mark Martinec.
* fix issue with getting wrong error codes when q= tag is empty
(issue #3011005)
* anti-abuse- prevent a message with thousands of signatures from
thrashing the whole computer (issue #3010997)
* memory usage- significantly reduced memory footprint for
processing a message with a large header and many signatures
* fix error message given when no KeyFile has been specified
(issue #1889690)
* API changes:
* global subroutines resolver() or enable_EDNS0() in module
Mail::DKIM::DNS can be called to specify non-default options
to Net::DNS::Resolver (see also rt.cpan.org issue #80425).
* the Canonicalization::finish_header() method now expects a
argument to be passed to it. In the unusual case that you are
using this method from your own code, please update your code.
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 6575a575bb8..10246c5ec8a 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2014/05/29 23:36:49 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/06/09 19:23:04 schmonz Exp $ # -DISTNAME= Mail-DKIM-0.38 +DISTNAME= Mail-DKIM-0.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 SVR4_PKGNAME= p5mdk CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo index 29122215bd4..381773c587b 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2010/10/20 19:57:35 pettai Exp $ +$NetBSD: distinfo,v 1.14 2014/06/09 19:23:04 schmonz Exp $ -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 +SHA1 (Mail-DKIM-0.40.tar.gz) = 992fa0e37527eea83803ce8ec39d5a3ef9326278 +RMD160 (Mail-DKIM-0.40.tar.gz) = da7b03e2fbf0e45633d553711bfba02ad2d4e9c8 +Size (Mail-DKIM-0.40.tar.gz) = 95186 bytes |