From: Steve Peters Date: Mon, 5 Dec 2005 16:29:46 +0000 (+0000) Subject: Upgrade to Digest-MD5-2.36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=efbeba86dae4ab20f44e1bc2ab7c3bb617949a07;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Digest-MD5-2.36 p4raw-id: //depot/perl@26261 --- diff --git a/ext/Digest/MD5/Changes b/ext/Digest/MD5/Changes index 394843e..ce6b699 100644 --- a/ext/Digest/MD5/Changes +++ b/ext/Digest/MD5/Changes @@ -1,3 +1,11 @@ +2005-11-30 Gisle Aas + + Release 2.36 + + Fix documentation typo. + + + 2005-11-26 Gisle Aas Release 2.35 diff --git a/ext/Digest/MD5/MD5.pm b/ext/Digest/MD5/MD5.pm index 985aa4f..17fb11d 100644 --- a/ext/Digest/MD5/MD5.pm +++ b/ext/Digest/MD5/MD5.pm @@ -3,7 +3,7 @@ package Digest::MD5; use strict; use vars qw($VERSION @ISA @EXPORT_OK); -$VERSION = '2.35'; # $Date: 2005/11/26 11:09:06 $ +$VERSION = '2.36'; # $Date: 2005/11/30 13:46:47 $ require Exporter; *import = \&Exporter::import; @@ -80,7 +80,7 @@ Note that the MD5 algorithm is not as strong as it used to be. It has since 2005 been easy to generate different messages that produce the same MD5 digest. It still seems hard to generate messages that produce a given digest, but it is probably wise to move to stronger -algorithms for application depends on the digest to uniquely identify +algorithms for applications that depend on the digest to uniquely identify a message. The C module provide a procedural interface for simple @@ -317,7 +317,7 @@ L RFC 1321 -http://en.wikipedia.org/wiki/Md5 +http://en.wikipedia.org/wiki/MD5 The paper "How to Break MD5 and Other Hash Functions" by Xiaoyun Wang and Hongbo Yu. diff --git a/ext/Digest/MD5/README b/ext/Digest/MD5/README index d0297ec..3c48079 100644 --- a/ext/Digest/MD5/README +++ b/ext/Digest/MD5/README @@ -4,7 +4,7 @@ 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. -You will need perl version 5.004 or better to install this module. +You will need perl version 5.6 or better to install this module. Copyright 1998-2003 Gisle Aas. Copyright 1995-1996 Neil Winton. diff --git a/ext/Digest/MD5/t/files.t b/ext/Digest/MD5/t/files.t index c507483..1cec9b5 100644 --- a/ext/Digest/MD5/t/files.t +++ b/ext/Digest/MD5/t/files.t @@ -20,26 +20,26 @@ use Digest::MD5 qw(md5 md5_hex md5_base64); my $EXPECT; if (ord "A" == 193) { # EBCDIC $EXPECT = <