./security/p5-Digest-SHA, Perl module for SHA-1/224/256/384/512 algorithms

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q4, Version: 5.81, Package name: p5-Digest-SHA-5.81, Maintainer: heinz

The Perl 5 module Digest::SHA is a complete implementation of the
NIST Secure Hash Standard. It gives Perl programmers a convenient
way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512
message digests. The module can handle all types of input, including
partial-byte data.


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: 341fd50ef766d7ef8af6b7de4d0c8cd4bd09745c
RMD160: f38290f7e3e3d6d9a27e71bd7e10301f0db2d724
Filesize: 41.947 KB

Version history: (Expand)


CVS history: (Expand)


   2013-01-16 12:50:12 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4017 - requested by wiz
security/p5-Digest-SHA: security update

Revisions pulled up:
- security/p5-Digest-SHA/Makefile                               1.25
- security/p5-Digest-SHA/distinfo                               1.14

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Jan 15 10:47:16 UTC 2013

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

   Log message:
   Update to 5.81:

   5.81  Mon Jan 14 05:17:08 MST 2013
   	- corrected load subroutine (SHA.pm) to prevent double-free
   		-- Bug #82655: Security issue - segfault
   		-- thanks to Victor Efimov and Nicholas Clark
   			for technical expertise and suggestions

   5.80  Mon Dec 10 14:15:26 MST 2012
   	- obtained noticeable speedup on Intel/gcc
   		-- by setting -O1 and -fomit-frame-pointer
   		-- SHA-1 about 63% faster, SHA-2 improves 11-20%

   5.74  Sat Nov 24 03:10:18 MST 2012
   	- handle wide-string input by converting to bytes first
   		-- viz. use SvPVbyte instead of SvPV in SHA.xs
   		-- thanks to Eric Brine for summary and code

   5.73  Wed Oct 31 04:32:44 MST 2012
   	- provided workaround for DEC compiler bug (ref. Makefile.PL)