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 Update to 0.40. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad76c0067b44
branches:  trunk
changeset: 635697:ad76c0067b44
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 19:23:04 2014 +0000

description:
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.

diffstat:

 mail/p5-Mail-DKIM/Makefile |  5 ++---
 mail/p5-Mail-DKIM/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 182e65e47515 -r ad76c0067b44 mail/p5-Mail-DKIM/Makefile
--- a/mail/p5-Mail-DKIM/Makefile        Mon Jun 09 19:11:41 2014 +0000
+++ b/mail/p5-Mail-DKIM/Makefile        Mon Jun 09 19:23:04 2014 +0000
@@ -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 -r 182e65e47515 -r ad76c0067b44 mail/p5-Mail-DKIM/distinfo
--- a/mail/p5-Mail-DKIM/distinfo        Mon Jun 09 19:11:41 2014 +0000
+++ b/mail/p5-Mail-DKIM/distinfo        Mon Jun 09 19:23:04 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index