Files
perl-Digest-SHA/perl-Digest-SHA.changes

125 lines
5.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Feb 1 14:31:22 UTC 2013 - lars@linux-schulserver.de
- updated to 5.82 (fixes bnc #798544)
- introduced workaround to SvPVbyte bug in Perl 5.6 module behavior
now consistent under all Perls 5.6+
- 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
- provided documentation to describe Unicode handling
- updated documentation of NIST statement on SHA-1
- corrected load subroutine (SHA.pm) to prevent double-free
Bug #82655: Security issue - segfaul
- obtained noticeable speedup on Intel/gcc by setting -O1 and
-fomit-frame-pointer
- handle wide-string input by converting to bytes first
- provided workaround for DEC compiler bug (ref. Makefile.PL)
- prevented $! from getting clobbered in _bail() routine
- added example of BITS mode usage to shasum documentation
-------------------------------------------------------------------
Wed Feb 15 20:53:05 UTC 2012 - coolo@suse.com
- updated to 5.70
- added BITS mode to addfile method and shasum
-- partial-byte inputs now possible via files/STDIN
-- allows shasum to check all 8074 NIST Msg vectors
-- previously required special programming
-------------------------------------------------------------------
Wed Feb 15 20:52:19 UTC 2012 - coolo@suse.com
- update to 5.63
- added code to allow very large data inputs all at once
-- previously limited to several hundred MB at a time
-- many thanks to Thomas Drugeon for his elegant patch
- removed outdated reference URLs from several test scripts
-- these URLs aren't essential, and often go stale
-- thanks to Leon Brocard for spotting this
-------------------------------------------------------------------
Tue May 17 23:08:07 UTC 2011 - pascal.bleser@opensuse.org
- update to 5.62:
- removed unnecessary loading of MIME::Base64 module
-------------------------------------------------------------------
Fri Apr 22 07:25:39 UTC 2011 - coolo@opensuse.org
- updated to 5.61
- corrected bug in 'algorithm' method
- fixed -x option in Makefile.PL
-- not often used since it deliberately excludes
all 64-bit SHA transforms
- 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
- adopted convention that '-' always means STDIN
-- actual filename '-' accessed as './-'
-- accords with behavior of sha1sum/md5sum
- corrected undefined subroutine oversight in shasum
-- inadvertent migration of _bail() from SHA.pm
- modified Addfile to accept all POSIX filenames
-- standard allows all characters except NUL and '/'
- updated shasum to more closely mimic sha1sum/md5sum
-- added "backslash processing" to handle newlines
and backslashes in filenames
-- now accepts all POSIX filenames via Addfile
-- thanks to Sean Burke for identifying edge cases
- 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
-------------------------------------------------------------------
Wed Dec 1 13:32:07 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Sat Jul 25 19:37:22 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Sun Jun 21 15:33:51 CEST 2009 - chris@computersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
- spec mods
o added header
o fixed deps
-------------------------------------------------------------------
Tue May 6 19:58:39 CEST 2008 - lars@linux-schulserver.de
- update to 5.47:
- modified Makefile.PL to install in core for Perls >= 5.10
- changed from #include <> to #include "" in SHA.xs
- moved .pm file to appropriate lib directory
- minor addition to META.yml
- modified Addfile to recognize leading and trailing
whitespace in filenames (ref. rt.cpan.org #34690)
- minor C source code modification (ref. hmac.c)
- use const in sha.c for clean builds with -Wwrite-strings
-------------------------------------------------------------------
Sat Jan 5 01:03:33 CET 2008 - lars@linux-schulserver.de
- initial version 5.45