This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Digest-SHA to CPAN version 6.00
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 18 Dec 2017 13:15:34 +0000 (13:15 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 18 Dec 2017 13:15:34 +0000 (13:15 +0000)
commit99324e305b608b891d48b7a583cd9bb16a4d0a7c
treea049022b9b9e11c1606f5227a99acfbdebece4b5
parent5a736967cf2e79570d400232dbe0c1915cc64d07
Update Digest-SHA to CPAN version 6.00

  [DELTA]

6.00  Fri Dec  8 22:44:44 MST 2017
  - added "tag" option (BSD-style checksums) to shasum
    -- consistent with GNU sha1sum, sha224sum, etc.
    -- thanks to Christopher Tubbs for suggestion
  - modified SHA.pm to use XSLoader
    -- falls back to DynaLoader if necessary
  - decoupled Digest::SHA and Digest::SHA::PurePerl
    -- scripts/tests in each module now fully independent
    -- Digest::SHA::PurePerl to be phased out eventually
      -- past versions will remain available
31 files changed:
Porting/Maintainers.pl
cpan/Digest-SHA/SHA.xs
cpan/Digest-SHA/lib/Digest/SHA.pm
cpan/Digest-SHA/shasum
cpan/Digest-SHA/src/sha.c
cpan/Digest-SHA/src/sha.h
cpan/Digest-SHA/src/sha64bit.c
cpan/Digest-SHA/src/sha64bit.h
cpan/Digest-SHA/t/allfcns.t
cpan/Digest-SHA/t/base64.t
cpan/Digest-SHA/t/bitbuf.t
cpan/Digest-SHA/t/bitorder.t
cpan/Digest-SHA/t/fips180-4.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/inheritance.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/state.t
cpan/Digest-SHA/t/unicode.t
cpan/Digest-SHA/t/woodbury.t