pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-Digest-SHA



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  9 07:22:02 UTC 2011

Modified Files:
        pkgsrc/security/p5-Digest-SHA: Makefile distinfo

Log Message:
Changes 5.62:
* removed unnecessary loading of MIME::Base64 module

Changes 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

Changes 5.60:
* 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

Changes 5.50:
* 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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/p5-Digest-SHA/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/p5-Digest-SHA/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index