to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- 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.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
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>.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
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.