diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-09 07:37:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-09 07:37:32 +0000 |
commit | b117b894249db61709883bd59fdb79c0ea33daba (patch) | |
tree | b3c08d449abde09a4190ff5be9893107eabd2c49 /security | |
parent | 636f8cd1bcb6fcae9fd55e241e6bdc19451966d4 (diff) | |
download | pkgsrc-b117b894249db61709883bd59fdb79c0ea33daba.tar.gz |
p5-Digest-SHA3: update to 0.27.
0.27 Wed Oct 4 00:40:04 MST 2017
- removed "portable" mode from sha3sum and addfile
-- rarely used, mostly in outdated systems
-- potentially confusing features (e.g. \r\r\n -> \n)
-- Universal Newlines mode (-U) a much cleaner approach
-- mimics Universal Newlines in Python
- sha3sum now depends explicitly on Digest::SHA3
-- eliminates runtime loading of modules
-- no future plans to write Digest::SHA3::PurePerl
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA3/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA3/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-Digest-SHA3/Makefile b/security/p5-Digest-SHA3/Makefile index 8ae38efa126..54f0f6c6d1d 100644 --- a/security/p5-Digest-SHA3/Makefile +++ b/security/p5-Digest-SHA3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/09/06 13:32:27 wen Exp $ +# $NetBSD: Makefile,v 1.10 2017/10/09 07:37:32 wiz Exp $ -DISTNAME= Digest-SHA3-0.26 +DISTNAME= Digest-SHA3-0.27 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} diff --git a/security/p5-Digest-SHA3/distinfo b/security/p5-Digest-SHA3/distinfo index 0a97b9bd58d..0679cfb3d5a 100644 --- a/security/p5-Digest-SHA3/distinfo +++ b/security/p5-Digest-SHA3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/09/06 13:32:27 wen Exp $ +$NetBSD: distinfo,v 1.7 2017/10/09 07:37:32 wiz Exp $ -SHA1 (Digest-SHA3-0.26.tar.gz) = 7d29da29706837fce3940a3bb8074787c0608643 -RMD160 (Digest-SHA3-0.26.tar.gz) = 29a3f1e0b90891523a4002812bb0909b386b1b4a -SHA512 (Digest-SHA3-0.26.tar.gz) = e591e666b01cdf701f00410ec01d72d5f5fe99f65000db8f1d9eec2bf4e8cf4353ae2aa216e863fa80fe0de03558a8d7696750fbd2d3d40d1cef5d318c70cf29 -Size (Digest-SHA3-0.26.tar.gz) = 28370 bytes +SHA1 (Digest-SHA3-0.27.tar.gz) = 85288ff8595cde0008676153a17542f2c654021b +RMD160 (Digest-SHA3-0.27.tar.gz) = fc6da9bf51868fd58cfb888754c066d8df211de3 +SHA512 (Digest-SHA3-0.27.tar.gz) = 5cf4e7054fc71e04b7b6fcce510201da54652442dc09d003d5517ec2515b643115cbe675f4cc18727eb8d81e6c17c50ed89b9bbb21d8a67a9342eba4128269af +Size (Digest-SHA3-0.27.tar.gz) = 28108 bytes |