diff options
author | shell <shell@pkgsrc.org> | 2002-04-27 19:07:35 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-27 19:07:35 +0000 |
commit | a55ab75bd01dd6e57f7ece9115f982a4b9622057 (patch) | |
tree | 7df1af4c96caec709bc2eef988711783b4eb142d /security/p5-Digest-MD5 | |
parent | 870bd27d66ecd538f990a9db7e7ebde6bcc19e8c (diff) | |
download | pkgsrc-a55ab75bd01dd6e57f7ece9115f982a4b9622057.tar.gz |
Updated p5-Digest-MD5 to 2.17
- 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().
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/DESCR | 29 | ||||
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 6 |
3 files changed, 11 insertions, 30 deletions
diff --git a/security/p5-Digest-MD5/DESCR b/security/p5-Digest-MD5/DESCR index 96e3c61c5a2..fce73674773 100644 --- a/security/p5-Digest-MD5/DESCR +++ b/security/p5-Digest-MD5/DESCR @@ -1,24 +1,5 @@ - This package contains Perl extension interfaces for the following -message digest algorithms: - - - RSA Data Security Inc. MD5 (RFC 1321) - - RSA Data Security Inc. MD2 (RFC 1319) - - NIST SHA-1 (FIPS PUB 180-1) - - Modules to calculate HMAC (RFC 2104) digests are also provided. - - To build the extensions, unpack this distribution somewhere, create -the Makefile by running 'perl Makefile.PL' and do a 'make', 'make -test', and if successful 'make install'. - -You will need perl version 5.004 or better to install these modules. -Further documentation is embedded in the individual modules. - -Copyright 1998-1999 Gisle Aas. -Copyright 1998 Graham Barr. -Copyright 1997 Uwe Hollerbach. -Copyright 1995-1996 Neil Winton. -Copyright 1990-1992 RSA Data Security, Inc. - -This library is free software; you can redistribute it and/or -modify it under the same terms as Perl itself. +The Digest::MD5 module allows you to use the RSA Data Security Inc. +MD5 Message Digest algorithm from within Perl programs. The algorithm +takes as input a message of arbitrary length and produces as output +a 128-bit "fingerprint" or "message digest" of the input. MD5 is +described in RFC 1321. diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index bb308cca1a8..b47d2a601a8 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2001/11/26 06:50:17 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/04/27 19:07:35 shell Exp $ # -DISTNAME= Digest-MD5-2.16 +DISTNAME= Digest-MD5-2.17 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5md5 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} MAINTAINER= packages@netbsd.org -COMMENT= Perl5 extension interface for various message digest algorithms +COMMENT= Perl5 extension interface for MD5 algorithm CONFLICTS+= p5-MD5-[0-9]* diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index d01be8be5df..75f6fc7af35 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/09/19 03:43:52 mjl Exp $ +$NetBSD: distinfo,v 1.4 2002/04/27 19:07:35 shell Exp $ -SHA1 (Digest-MD5-2.16.tar.gz) = ac7ba99ffe5c73dded10d0943f7acffa1094828a -Size (Digest-MD5-2.16.tar.gz) = 33970 bytes +SHA1 (Digest-MD5-2.17.tar.gz) = 84edd6600bf0e5a11433e4817ef1bab7a2b1a2d9 +Size (Digest-MD5-2.17.tar.gz) = 33893 bytes |