Changelog for
perl-Digest-SHA-PurePerl-6.40.0-1.4.noarch.rpm :
* Sun Feb 26 2023 Tina Müller
- updated to 6.04 see /usr/share/doc/packages/perl-Digest-SHA-PurePerl/Changes 6.04 Sat Feb 25 12:00:50 PM MST 2023 - no substantive changes over previous version
* Tue Aug 09 2022 Tina Müller - updated to 6.03 see /usr/share/doc/packages/perl-Digest-SHA-PurePerl/Changes 6.03 Mon 08 Aug 2022 11:30:32 AM MST - corrected addfile to report error when stdin is a directory - - ref. rt.cpan.org #143899 - - thanks to Gregor Herrmann for pointing this out
* Sun Apr 22 2018 cooloAATTsuse.com- updated to 6.02 see /usr/share/doc/packages/perl-Digest-SHA-PurePerl/Changes
* Tue Dec 26 2017 cooloAATTsuse.com- updated to 6.01 see /usr/share/doc/packages/perl-Digest-SHA-PurePerl/Changes 6.01 Mon Dec 25 00:08:08 MST 2017 - added \"--ignore-missing\" and \"--strict\" options to shasumpp - - consistent with GNU coreutils - - ref. rt.cpan.org #123897
* Sun Dec 10 2017 cooloAATTsuse.com- updated to 6.00 see /usr/share/doc/packages/perl-Digest-SHA-PurePerl/Changes 6.00 Fri Dec 8 22:44:44 MST 2017 - added \"tag\" option (BSD-style checksums) to shasumpp - - consistent with GNU sha1sum, sha224sum, etc. - - thanks to Christopher Tubbs for suggestion - decoupled Digest::SHA::PurePerl and Digest::SHA - - scripts/tests in each module now fully independent - - Digest::SHA::PurePerl to be phased out eventually - - past versions will remain available
* Thu Oct 05 2017 cooloAATTsuse.com- updated to 5.98 see /usr/share/doc/packages/perl-Digest-SHA-PurePerl/Changes 5.98 Wed Oct 4 00:40:02 MST 2017 - Digest::SHA::PurePerl now has its own shasum - - renamed to shasumpp - - depends explicitly on Digest::SHA::PurePerl - - no longer makes use of Digest::SHA if present - - hence no need for -R option - removed \"portable\" mode from shasumpp and addfile - - rarely used, mostly in outdated systems - - potentially confusing features (e.g. - > ) - - Universal Newlines mode (-U) a much cleaner approach - - mimics Universal Newlines in Python
* Thu Sep 07 2017 cooloAATTsuse.com- updated to 5.97 see /usr/share/doc/packages/perl-Digest-SHA-PurePerl/Changes 5.97 Wed Sep 6 02:23:02 MST 2017 - added \'quiet\' option to shasum - - thanks to Chris David for suggestion and initial patch - - ref. rt.cpan.org #122750 - expanded shasum --help message - - to explain use of escaped FILE names
* Fri Jul 29 2016 cooloAATTsuse.com- updated to 5.96 see /usr/share/doc/packages/perl-Digest-SHA-PurePerl/Changes 5.96 Wed Jul 27 20:04:34 MST 2016 - prevented shasum from possibly running malicious code - - remove \'.\' from AATTINC before module loading - - ref. rt.cpan.org #116513 - namespace cleanup (ref. rt.cpan.org #105371 and #105372)
* Tue Feb 10 2015 tuukka.pasanenAATTilmi.fi- New version 5.95
* Sun Apr 03 2011 cooloAATTnovell.com- updated to 5.61 - modified dump/load methods to match behavior of Digest::SHA - - in the case of I/O to STDIN/STDOUT - addressed minor documentation oversights - added new SHA-512/224 and SHA-512/256 transforms - - ref. NIST Draft FIPS 180-4 (February 2011) - simplified shasum by removing duplicative text - improved efficiency of Addfile - - expensive -T test now occurs only in portable mode