diff options
author | wen <wen@pkgsrc.org> | 2017-07-09 07:44:57 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-07-09 07:44:57 +0000 |
commit | 6b892e09a93bb80dabc7d870ff8cd6c6febd5a7b (patch) | |
tree | 7687040f45f67113cd2474fcb2300330e4769d4b /mail | |
parent | 7a455c1ee42d8e5ace6e20a9883a3b938ce7c992 (diff) | |
download | pkgsrc-6b892e09a93bb80dabc7d870ff8cd6c6febd5a7b.tar.gz |
Update to 0.41
Upstream changes:
2017-04-14: Marc Bradshaw <marc@marcbradshaw.net>
* commit aac893fdbaa7f8ccd5d37fa7f20d1785406cda51
Author: Marc Bradshaw <marc@marcbradshaw.net>
Date: Fri Mar 17 14:53:53 2017 +1100
Avoid use of $_ in read loop
RT 106485: Mail::DKIM::PrivateKey->load tampering $_ and <FILE>
* commit 06934f259e392b2a3cf94560e6051d9e522d0bf3
Author: Marc Bradshaw <marc@marcbradshaw.net>
Date: Fri Mar 17 14:44:44 2017 +1100
Ensure PrivateKey file is closed properly.
Store PrivateKey file handle in lexical variable and close it
once we are done.
RT 120638: Mail::DKIM::PrivateKey does not close FILE
* commit 9e7c1c4cb78a6cb1cf396ece4379c7ed2c44c974
Author: Marc Bradshaw <marc@marcbradshaw.net>
Date: Fri Feb 27 12:08:11 2015 +1100
Allow greater control over signed headers
* commit 8291c034dc7db4394e9df80e70b8cbe8428a38c2
Author: Marc Bradshaw <marc@marcbradshaw.net>
Date: Fri Jan 23 09:54:02 2015 +1100
Allow greater control over which headers are signed by Signer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index 17a14e40d0f..69606591d3a 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2017/06/05 14:24:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2017/07/09 07:44:57 wen Exp $ # -DISTNAME= Mail-DKIM-0.40 +DISTNAME= Mail-DKIM-0.41 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 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 84dd364574a..916f59fbc41 100644 --- a/mail/p5-Mail-DKIM/distinfo +++ b/mail/p5-Mail-DKIM/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2015/11/03 23:27:14 agc Exp $ +$NetBSD: distinfo,v 1.16 2017/07/09 07:44:57 wen Exp $ -SHA1 (Mail-DKIM-0.40.tar.gz) = 992fa0e37527eea83803ce8ec39d5a3ef9326278 -RMD160 (Mail-DKIM-0.40.tar.gz) = da7b03e2fbf0e45633d553711bfba02ad2d4e9c8 -SHA512 (Mail-DKIM-0.40.tar.gz) = 27f10a96f70e56e69f55e5077fb93f29f66d8e7a21846c8fb518403af915f85ac06f0968e6002fa2dc7090746e14a5a7bd973e46bb1d52e4200c3c120cd2e924 -Size (Mail-DKIM-0.40.tar.gz) = 95186 bytes +SHA1 (Mail-DKIM-0.41.tar.gz) = 00893648065a7fdcab127426e04b8cc3d89ac498 +RMD160 (Mail-DKIM-0.41.tar.gz) = d725e756b59c947b6d123c35df47ded3fac3f6d1 +SHA512 (Mail-DKIM-0.41.tar.gz) = f16a818b058b405ee3ffc0962091e7d47268321b35dcd6ca42e1e37ed1ad5b1b3c1e32655f6f0643e046c53f1247a4b9bb9c0202eca7adce4f14d9b38b414f2e +Size (Mail-DKIM-0.41.tar.gz) = 100564 bytes |