diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-02 12:22:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-02 12:22:58 +0000 |
commit | 2d76d401af7df6600a2baf8192ad4c10fdcd87a8 (patch) | |
tree | 5aa5acd7e8229f64f3f3832d611db39a0944ac8f | |
parent | 198b554dbf696b215abdca370739617266fea258 (diff) | |
download | pkgsrc-2d76d401af7df6600a2baf8192ad4c10fdcd87a8.tar.gz |
Update to 2.51:
2010-09-30 Gisle Aas <gisle@ActiveState.com>
Release 2.51
Florian Ragwitz (1):
Fix compilation with c++ compilers
Gisle Aas (1):
Fix repository specification in META.yml
2010-09-25 Gisle Aas <gisle@ActiveState.com>
Release 2.50
Chris 'BinGOs' Williams (1):
Amended tests to work with perl core.
Florian Ragwitz (3):
Attach context pointers using sv magic
Add failing test for thread cloning
Clone MD5 contexts on thread cloning
get_md5_ctx should never return anything but a valid pointer
Gisle Aas (1):
perl-5.6 no longer supported
Jesse Vincent (1):
Preserve utf8ness of argument [RT#44927]
-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 d7b81a06cbd..cf5283b4df9 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2010/08/21 16:35:43 seb Exp $ +# $NetBSD: Makefile,v 1.35 2010/12/02 12:22:58 wiz Exp $ # -DISTNAME= Digest-MD5-2.40 +DISTNAME= Digest-MD5-2.51 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5md5 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 dcb897ba149..95865eeb41a 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2010/07/31 11:48:37 sno Exp $ +$NetBSD: distinfo,v 1.16 2010/12/02 12:22:58 wiz Exp $ -SHA1 (Digest-MD5-2.40.tar.gz) = 072c149528dc8a3a1eb7fd6f151cb04dedc7f27e -RMD160 (Digest-MD5-2.40.tar.gz) = 0554abeca068cc01f675d6abecb65bbfa5100c64 -Size (Digest-MD5-2.40.tar.gz) = 45686 bytes +SHA1 (Digest-MD5-2.51.tar.gz) = 496994e72a8aa01cb89dde82f0f1b1c85c5a8b39 +RMD160 (Digest-MD5-2.51.tar.gz) = ba81c98130f166380a69dddce886585478dcdcf1 +Size (Digest-MD5-2.51.tar.gz) = 45964 bytes |