diff options
author | wen <wen@pkgsrc.org> | 2013-03-13 14:56:35 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-03-13 14:56:35 +0000 |
commit | 5c853d1363330c88890d1794009b610dd6ab32fa (patch) | |
tree | 80b1899590d1bb31bcb4a178f31c175460ccdd1f /security/p5-Digest-SHA | |
parent | 78bf93a6b95fd7dae26e0b66143b88e36926886d (diff) | |
download | pkgsrc-5c853d1363330c88890d1794009b610dd6ab32fa.tar.gz |
Updated to 5.84
Upstream changes:
5.84 Sat Mar 9 17:36:08 MST 2013
- untweaked Makefile.PL to remove dependencies of SHA.c
-- dependencies were breaking builds on VMS
-- retaining dependencies provides too little benefit
for cost of portable workaround
5.83 Mon Mar 4 08:12:00 MST 2013
- removed code for standalone C operation (no longer used)
-- eliminates need for external symbols
-- consolidates SHA and HMAC code
-- reduces size of object files
-- thanks to Marc Lehmann for suggestions
- tweaked Makefile.PL to show dependencies of SHA.c
5.82 Thu Jan 24 04:54:12 MST 2013
- introduced workaround to SvPVbyte bug in Perl 5.6
-- module behavior now consistent under all Perls 5.6+
-- ref: new test script t/unicode.t
-- SHA routines now always croak on wide chars (5.6+)
- removed "static" message schedules from C code
-- default "auto" is now just as fast
-- thread-safe option (-t) no longer necessary
-- still allowed, but ignored
-- simplifies source and header files
-- eliminates SHA_STO_CLASS and SHA_THREAD_SAFE
-- ref. Bug #82784
-- thanks to Steve Hay for initial patch
- provided documentation to describe Unicode handling
-- ref: Bug #82378
- updated documentation of NIST statement on SHA-1
Diffstat (limited to 'security/p5-Digest-SHA')
-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 a70a0e131fa..291be821eb1 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2013/03/02 10:44:42 tron Exp $ +# $NetBSD: Makefile,v 1.27 2013/03/13 14:56:35 wen Exp $ -DISTNAME= Digest-SHA-5.81 +DISTNAME= Digest-SHA-5.84 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 f347185e325..c69ce5d82c8 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2013/01/15 10:47:16 wiz Exp $ +$NetBSD: distinfo,v 1.15 2013/03/13 14:56:35 wen Exp $ -SHA1 (Digest-SHA-5.81.tar.gz) = 341fd50ef766d7ef8af6b7de4d0c8cd4bd09745c -RMD160 (Digest-SHA-5.81.tar.gz) = f38290f7e3e3d6d9a27e71bd7e10301f0db2d724 -Size (Digest-SHA-5.81.tar.gz) = 42954 bytes +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 |