summaryrefslogtreecommitdiff
path: root/security/p5-Digest
AgeCommit message (Collapse)AuthorFilesLines
2006-01-01Update to 1.14:wiz2-6/+6
2005-11-26 Gisle Aas Release 1.14 Documentation tweaks.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+1
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-23Update to 1.13:wiz2-6/+6
2005-10-18 Gisle Aas Release 1.13 Fixed documentation typo.
2005-10-02Updated to version 1.12.heinz2-7/+7
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>.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-3/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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.
2004-12-05Update p5-Digest from version 1.08 to 1.10.he2-5/+5
Change log: 2004-11-08 Gisle Aas <gisle@ActiveState.com> Release 1.10 Added Digest::file module which provide convenience functions that calculate digests of files. 2004-11-05 Gisle Aas <gisle@ActiveState.com> Release 1.09 Fix trivial documentation typo.
2004-05-02Update to version 1.08.heinz2-6/+6
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.
2004-03-31This package compiles nothing, so set USE_LANGUAGES to the empty value.jlam1-2/+3
2004-01-12bl3ifyjlam1-2/+4
2003-12-16Depend on p5-MIME-Base64 (patch sent to upstream provider) and PKGREVISION++heinz1-1/+4
2003-12-10Initial import of Digest-1.05heinz4-0/+26
A simple frontend module for autoloading of various Digest:: modules. It also provide documentation of the interface that all Digest:: modules should provide.