diff options
author | mycroft <mycroft> | 2003-01-09 15:52:04 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2003-01-09 15:52:04 +0000 |
commit | 55966fcb5d32586ca6499e8b696cda52ae775c60 (patch) | |
tree | 3c374b3732622e4afe4be1bee11426e8bfc75448 /security | |
parent | 594249ed5f28cee2c963a46c7e822f50c6a5bfe9 (diff) | |
download | pkgsrc-55966fcb5d32586ca6499e8b696cda52ae775c60.tar.gz |
Update from 2.20 to 2.22.
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 7acc05fa5e9..3d19f632f81 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2002/10/20 15:05:09 seb Exp $ +# $NetBSD: Makefile,v 1.15 2003/01/09 15:52:04 mycroft Exp $ # -DISTNAME= Digest-MD5-2.20 +DISTNAME= Digest-MD5-2.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5md5 CATEGORIES= security perl5 diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index 53986973f07..7b44d4f7bb8 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/05/16 21:28:23 mjl Exp $ +$NetBSD: distinfo,v 1.6 2003/01/09 15:52:04 mycroft Exp $ -SHA1 (Digest-MD5-2.20.tar.gz) = a19489b8c88d50bf4d6b045e71b47781eb115e52 -Size (Digest-MD5-2.20.tar.gz) = 41113 bytes +SHA1 (Digest-MD5-2.22.tar.gz) = 9d1b94d1a1ff3d7ae32988387bf254e875beb678 +Size (Digest-MD5-2.22.tar.gz) = 42057 bytes |