summaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5
AgeCommit message (Collapse)AuthorFilesLines
2003-01-09Update from 2.20 to 2.22.mycroft2-5/+5
Release 2.22. Added clone method. Contributed by Holger Smolinski <holger@kunterbunt.bb.bawue.de> Release 2.21 Minor tweaks sync up with bleadperl: - VMS optimizer tweaks to the Makefile.PL - MacOS support - Added alignment test Added example to the MD5 POD that shows how to calculate the digest of Unicode strings.
2002-10-20Use perl5/module.mk.seb1-5/+2
2002-09-21buildlink1 -> buildlink2jlam1-3/+3
2002-05-16Update p5-Digest-MD5 to 2.20mjl2-5/+5
More synchronization with tweaks Jarkko have done to the bleadperl test suite. This time various EBCDIC hacks. Outside PERL_CORE the md5-aaa.t test loaded the wrong version of the module (and would fail if no previous Digest::MD5 was installed). One more test suite update from Jarkko to sync it even better with bleadperl. Changes #12954 and #16173 from bleadperl. Documentation typo fix and some signed/unsigned mismatches that Microsoft's C compiler complained about. The EBCDIC-aware md5-aaa.t from bleadperl.
2002-04-27Updated p5-Digest-MD5 to 2.17shell3-30/+11
- Fixed COMMENT - Updated DESCR Changes : - The SvPVbyte in perl-5.6.1 is buggy. Use the one from 5.7.3 instead. - Give warning if the function interface is used as instance methods: $md5->md5_hex().
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-09-19Update to 2.16, as suggested by Sen Nagata.mjl2-5/+5
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-22CONFLICTS= foo-* --> CONFLICTS= foo-[0-9]*jlam1-2/+2
2000-10-15Update p5-Digest-MD5 to 2.12. Changes from version 2.09:jlam2-4/+4
Digest::MD5 will now try to fallback to the pure perl implementation of Digest::Perl::MD5 if bootstrap fails. Added a bit internal paranoia about casting the IV in the Digest::MD5 object to the MD5_CTX* pointer.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam5-46/+5
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-01-23Use "${MACHINE_ARCH}-${LOWER_OPSYS}" instead of "i386-netbsd" so thattron2-14/+14
this work on all (our at least more) platforms.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-28changed PKGNAME to p5-${DISTNAME}wiz1-3/+3
1999-12-02These two modules cannot peacefully coexist.rh1-1/+3
1999-12-02Import of p5-Digest-MD5-2.09, a perl extension interface for variousrh7-0/+87
message digest algorithms.