diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-14 13:13:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-14 13:13:05 +0000 |
commit | 168051e296c5619c639f6d4c3962f2d9ce71f26f (patch) | |
tree | 306b6e5dd1a5b68b1027d27a8474fb9ae7718261 | |
parent | cf2fe319363a132e3e4455287af299d0bbee6341 (diff) | |
download | pkgsrc-168051e296c5619c639f6d4c3962f2d9ce71f26f.tar.gz |
Update to 2.54:
2015-01-12 Gisle Aas <gisle@ActiveState.com>
Release 2.54
David Mitchell: silence some compiler warnings
Jonathan Hall: Add ->context() feature
Steve Hay: Sync with blead
bulk88: const the vtable
zefram: 5.6 threads test fix
-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 d3f0c8f9982..876f0c5387e 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2014/10/09 14:06:55 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2015/01/14 13:13:05 wiz Exp $ -DISTNAME= Digest-MD5-2.53 +DISTNAME= Digest-MD5-2.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 534e85b76ee..e40d0af2e4a 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2013/07/14 06:37:19 wen Exp $ +$NetBSD: distinfo,v 1.19 2015/01/14 13:13:05 wiz Exp $ -SHA1 (Digest-MD5-2.53.tar.gz) = 949487c6ecaa218bd0b7e617a4a087fde4d85bfb -RMD160 (Digest-MD5-2.53.tar.gz) = 7dd8152e1e68ffeed2fa87395a42368992deb55c -Size (Digest-MD5-2.53.tar.gz) = 47476 bytes +SHA1 (Digest-MD5-2.54.tar.gz) = 18530083941bcb817ec34799a03878ac6dc9dde2 +RMD160 (Digest-MD5-2.54.tar.gz) = 2b777c1744e53ea0b8b537f974b537e81c230a49 +Size (Digest-MD5-2.54.tar.gz) = 48699 bytes |