diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-01 22:29:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-01 22:29:57 +0000 |
commit | 8aeccee461d6fc9e717fd58a42a086cab10c3772 (patch) | |
tree | b4a722224409c75614b8f84315a881584ad111de /security | |
parent | 5bb2f3a2ab5e88e685bd91c6fac8dd6ed4ce2345 (diff) | |
download | pkgsrc-8aeccee461d6fc9e717fd58a42a086cab10c3772.tar.gz |
Update to 2.36:
2005-11-30 Gisle Aas
Release 2.36
Fix documentation typo.
2005-11-26 Gisle Aas
Release 2.35
Forgot to incorporate fixes already applied to bleadperl :-(
- doc typo
- consting
- unused my_na
- USE_HEAP_INSTEAD_OF_STACK for Symbian
2005-11-26 Gisle Aas
Release 2.34
Document that it is now easy to generate different messages that produce the
same MD5 digest.
Use XSLoader; perl-5.6 is now required.
Tweaks to the processing of $? after running the test program.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index fca2a06d834..659854540cb 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2005/08/06 06:19:30 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/01/01 22:29:57 wiz Exp $ # -DISTNAME= Digest-MD5-2.33 +DISTNAME= Digest-MD5-2.36 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5md5 -PKGREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index f50af4b902c..e833a23364d 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/02/24 13:10:10 agc Exp $ +$NetBSD: distinfo,v 1.12 2006/01/01 22:29:57 wiz Exp $ -SHA1 (Digest-MD5-2.33.tar.gz) = 77b6c4552181402fa2bb437102864ce438c8df37 -RMD160 (Digest-MD5-2.33.tar.gz) = dd2c6a524268f1563d1957c87b91fc15a644558a -Size (Digest-MD5-2.33.tar.gz) = 44224 bytes +SHA1 (Digest-MD5-2.36.tar.gz) = ec27cd80b16ba6f4c05bb82b0de184c8f2d8e4a6 +RMD160 (Digest-MD5-2.36.tar.gz) = 984508551054ca6f83830689c9d78fa032cb159e +Size (Digest-MD5-2.36.tar.gz) = 44687 bytes |