This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Digest-SHA to CPAN version 5.48
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 28 Jun 2010 09:09:36 +0000 (10:09 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 28 Jun 2010 09:09:36 +0000 (10:09 +0100)
commitdfe1edcbf094e46e26b072a330beb773829f8c59
treed360affc4733dc8f485cf556bf6923388d78bf09
parente8cfd41a31e7f719b76a31f47f00377427183159
Update Digest-SHA to CPAN version 5.48

  [DELTA]

  5.48  Mon Jan  4 16:32:52 MST 2010
        - fixed "shasum -a0" option (ref. rt.cpan.org #53319)
                -- incorrectly accepted 0 as a valid algorithm
                        -- thanks to Zefram for patch
        - updated URL for NIST test vectors
                -- ref. files t/nistbit.t, t/nistbyte.t
                        -- thanks to Leon Brocard for patch
30 files changed:
Porting/Maintainers.pl
cpan/Digest-SHA/Changes
cpan/Digest-SHA/Makefile.PL
cpan/Digest-SHA/README
cpan/Digest-SHA/SHA.xs
cpan/Digest-SHA/lib/Digest/SHA.pm
cpan/Digest-SHA/shasum
cpan/Digest-SHA/src/hmac.c
cpan/Digest-SHA/src/hmac.h
cpan/Digest-SHA/src/sha.c
cpan/Digest-SHA/src/sha.h
cpan/Digest-SHA/t/allfcns.t
cpan/Digest-SHA/t/base64.t
cpan/Digest-SHA/t/bitbuf.t
cpan/Digest-SHA/t/dumpload.t
cpan/Digest-SHA/t/fips198.t
cpan/Digest-SHA/t/gg.t
cpan/Digest-SHA/t/gglong.t
cpan/Digest-SHA/t/hmacsha.t
cpan/Digest-SHA/t/ireland.t
cpan/Digest-SHA/t/methods.t
cpan/Digest-SHA/t/nistbit.t
cpan/Digest-SHA/t/nistbyte.t
cpan/Digest-SHA/t/rfc2202.t
cpan/Digest-SHA/t/sha1.t
cpan/Digest-SHA/t/sha224.t
cpan/Digest-SHA/t/sha256.t
cpan/Digest-SHA/t/sha384.t
cpan/Digest-SHA/t/sha512.t
cpan/Digest-SHA/t/woodbury.t