diff options
author | wen <wen@pkgsrc.org> | 2014-04-13 09:01:45 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-04-13 09:01:45 +0000 |
commit | 8366643a86d0037d84aa572ae8dd505ba24c2f23 (patch) | |
tree | bf5888c33af316d0e8ef9be1ab0c435914f5f9d1 | |
parent | 2e14b1383c09d2caa09aa25ad7281eb3f0743fe7 (diff) | |
download | pkgsrc-8366643a86d0037d84aa572ae8dd505ba24c2f23.tar.gz |
Update to 5.88
Upstream changes:
5.88 Mon Mar 17 08:46:10 MST 2014
- added OUTPUT clause in SHA.xs to silence compiler warning
-- ref. shaclose()
- changed text file test (-T) to act on filehandles
-- ref. addfile portable mode
-- improves consistency when reading from STDIN
-- still acts on filenames for early Perls (< 5.6)
- added -M and -V options to shasum
-- undocumented: for development and testing use only
5.87 Mon Feb 17 16:42:02 MST 2014
- simplified capture of intermediate SHA states
-- can now be done via strings (ref. getstate/putstate)
-- substantially reduces size of src/sha.c
- tightened code in SHA.xs
-- added sv_isa checks when invoking methods
5.86 Thu Jan 30 08:24:28 MST 2014
- improved the performance of hexadecimal output functions
-- ref. 'shahex' in src/sha.c
-- thanks to Thomas Drugeon for ideas and test script
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 5f9e518c648..62bccb17542 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2013/07/14 01:24:06 wen Exp $ +# $NetBSD: Makefile,v 1.30 2014/04/13 09:01:45 wen Exp $ -DISTNAME= Digest-SHA-5.85 +DISTNAME= Digest-SHA-5.88 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} diff --git a/security/p5-Digest-SHA/distinfo b/security/p5-Digest-SHA/distinfo index da0e355cc6f..af5c802489b 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2013/07/14 01:24:06 wen Exp $ +$NetBSD: distinfo,v 1.17 2014/04/13 09:01:45 wen Exp $ -SHA1 (Digest-SHA-5.85.tar.gz) = a603cfba95afcd0266c9482c0c93e84241fe0ce0 -RMD160 (Digest-SHA-5.85.tar.gz) = 47948703deccb34a4bc3dc80fa4fc01ec31e8860 -Size (Digest-SHA-5.85.tar.gz) = 42316 bytes +SHA1 (Digest-SHA-5.88.tar.gz) = 27195da32194531bfe13d7cd4f06b69e7aebbdc8 +RMD160 (Digest-SHA-5.88.tar.gz) = 2f679847830a22a1db9e47f21e8fcb38d3abeb12 +Size (Digest-SHA-5.88.tar.gz) = 42494 bytes |