- Updating package of p5 module Digest from 1.15nb1 to 1.16
- Adjusting license according to documentation of Digest
Upstream changes:
2009-06-09 - Release 1.16: Gisle Aas <gisle@ActiveState.com>.
Gisle Aas (3):
For SHA-1 try Digest::SHA before tryign Digest::SHA1 as suggested by Adam Trickett
Support Digest->new("RIPEMD-160") as suggested by Zefram
Use 3-arg open for fewer surprises
Jarkko Hietaniemi (1):
Sync up with EBCDIC changes from core perl.
No pkgsrc changes.
Changes since version 1.10:
===========================
Release 1.12
Fix documentation typo. Patch by <steve@fisharerojo.org>.
Release 1.11
Make Digest->new("SHA-224") work. Patch by Mark Shelor
<shelor@cpan.org>.
Changes since 1.06
==================
2004-04-29 Gisle Aas <gisle@ActiveState.com>
Release 1.08
Make Digest->new("CRC-16"), Digest->new("CRC-32") and
Digest->new("CRC-CCITT") work.
Patch by Oliver Maul <oliver@maul.tv>.
Release 1.07
Updated benchmark.
A simple frontend module for autoloading of various Digest:: modules.
It also provide documentation of the interface that all Digest:: modules
should provide.