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
This commit is contained in:
parent
78bf93a6b9
commit
5c853d1363
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue