diff options
author | wen <wen> | 2013-07-14 01:24:06 +0000 |
---|---|---|
committer | wen <wen> | 2013-07-14 01:24:06 +0000 |
commit | 366918df8cf445016ed731854fdb19794a235888 (patch) | |
tree | 180d120de308b954190b123e2499cf06ffae870a /security | |
parent | a5daaafeefe7d5ea4709fd69a68a8cf0481760c9 (diff) | |
download | pkgsrc-366918df8cf445016ed731854fdb19794a235888.tar.gz |
Update to 5.85
Upstream changes:
5.85 Wed Jun 26 04:05:26 MST 2013
- workaround for repeated calls to shaclose (ref. Bug #86295)
-- need to explicitly reset internal pointer to NULL
ref. shaclose() in SHA.xs
- corrected typos in shasum script
-- ref. Bug #85430
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 9f91b34a42b..5f9e518c648 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2013/05/31 12:41:56 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/07/14 01:24:06 wen Exp $ -DISTNAME= Digest-SHA-5.84 +DISTNAME= Digest-SHA-5.85 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 c69ce5d82c8..da0e355cc6f 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2013/03/13 14:56:35 wen Exp $ +$NetBSD: distinfo,v 1.16 2013/07/14 01:24:06 wen Exp $ -SHA1 (Digest-SHA-5.84.tar.gz) = 474b2979de5dd044d0977db7ff3d9ae9659bc851 -RMD160 (Digest-SHA-5.84.tar.gz) = df47755f8d4f9eaede86b3129e49f4aed0c6b441 -Size (Digest-SHA-5.84.tar.gz) = 42166 bytes +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 |