[Orca-checkins] rev 256 - in trunk/orca: . packages/Digest-MD5-2.27 packages/Digest-MD5-2.29 packages/Digest-MD5-2.29/t

Blair Zajac blair at orcaware.com
Mon Oct 6 15:11:43 PDT 2003


Author: blair
Date: Mon Oct  6 15:10:33 2003
New Revision: 256

Added:
   trunk/orca/packages/Digest-MD5-2.29/
      - copied from rev 255, trunk/orca/packages/Digest-MD5-2.27/
Removed:
   trunk/orca/packages/Digest-MD5-2.27/
Modified:
   trunk/orca/INSTALL
   trunk/orca/configure.in
   trunk/orca/packages/Digest-MD5-2.29/Changes
   trunk/orca/packages/Digest-MD5-2.29/MD5.pm
   trunk/orca/packages/Digest-MD5-2.29/t/files.t
Log:
Upgrade Digest::MD5 from 2.27 to 2.29 and require the new version for
Orca.

* INSTALL:
  Update all references to Digest::MD5's version number from 2.27 to
  2.29.

* configure.in:
  Bump Digest::MD5's version number to 2.29.

* packages/Digest-MD5-2.29:
  Renamed from packages/Digest-MD5-2.27.  Directory contents updated
  from Digest-MD5-2.29.tar.gz.


Modified: trunk/orca/INSTALL
==============================================================================
--- trunk/orca/INSTALL	(original)
+++ trunk/orca/INSTALL	Mon Oct  6 15:10:33 2003
@@ -173,7 +173,7 @@
     Data::Dumper            >= 2.101       >= 2.101     2.101
     Date::Parse             Not required by Orca        2.24
     Devel::DProf            Not required by Orca        19990108
-    Digest::MD5             >= 2.27        >= 2.27      2.27
+    Digest::MD5             >= 2.29        >= 2.29      2.29
     Math::IntervalSearch    >= 1.05        >= 1.05      1.05
     RRDs                    >= 1.000451    >= 1.0.45    1.0.45
     Storable                >= 2.07        >= 2.07      2.07
@@ -227,10 +227,10 @@
 
     Digest::MD5
 
-      http://www.perl.com/CPAN/authors/id/G/GA/GAAS/Digest-MD5-2.27.tar.gz
+      http://www.perl.com/CPAN/authors/id/G/GA/GAAS/Digest-MD5-2.29.tar.gz
 
-      % gunzip -c Digest-MD5-2.27.tar.gz | tar xvf -
-      % cd Digest-MD5-2.27
+      % gunzip -c Digest-MD5-2.29.tar.gz | tar xvf -
+      % cd Digest-MD5-2.29
       % perl Makefile.PL
       % make
       % make test

Modified: trunk/orca/configure.in
==============================================================================
--- trunk/orca/configure.in	(original)
+++ trunk/orca/configure.in	Mon Oct  6 15:10:33 2003
@@ -33,8 +33,8 @@
 DATE_PARSE_VER=2.24
 DEVEL_DPROF_DIR=DProf-19990108
 DEVEL_DPROF_VER=19990108
-DIGEST_MD5_DIR=Digest-MD5-2.27
-DIGEST_MD5_VER=2.27
+DIGEST_MD5_DIR=Digest-MD5-2.29
+DIGEST_MD5_VER=2.29
 MATH_INTERVALSEARCH_DIR=Math-Interpolate-1.05
 MATH_INTERVALSEARCH_VER=1.05
 RRDTOOL_DIR=rrdtool-1.0.45

Modified: trunk/orca/packages/Digest-MD5-2.29/Changes
==============================================================================
--- trunk/orca/packages/Digest-MD5-2.27/Changes	(original)
+++ trunk/orca/packages/Digest-MD5-2.29/Changes	Mon Oct  6 15:10:33 2003
@@ -1,3 +1,19 @@
+2003-10-06   Gisle Aas <gisle at ActiveState.com>
+
+   Release 2.29
+
+   Another try.  Forgot to update the test checksums.
+
+
+
+2003-10-06   Gisle Aas <gisle at ActiveState.com>
+
+   Release 2.28
+
+   Fix minor documentation typo.
+
+
+
 2003-08-04   Gisle Aas <gisle at ActiveState.com>
 
    Release 2.27
@@ -131,7 +147,7 @@
    Release 2.16
 
    Sync up with the bleadperl version:
-      - use SvPVbyte() if avaiable
+      - use SvPVbyte() if available
       - fixes to make the code 'gcc -Wall'-clean
 
 
@@ -140,7 +156,7 @@
 
    Release 2.15
 
-   Avoid exit() in Makefile.PL and bleedperls redefinition of printf
+   Avoid exit() in Makefile.PL and bleadperl redefinition of printf
    in the alignment test program.
    Patch by Doug MacEachern <dougm at covalent.net>.
 
@@ -157,7 +173,7 @@
    Document the missing padding for the base64 digests.
 
    If both XS bootstrap and locating Digest::Perl::MD5 fails
-   reraise the original XS bootstrap exception.
+   re-raise the original XS bootstrap exception.
 
 
 
@@ -400,7 +416,7 @@
    $md5->digest will automatically reset now.
 
    Digest::HMAC methods add() and addfile() did not return the
-   corret object.
+   correct object.
 
    Added Digest.pm loading module.  I am not sure this is a good idea.
 
@@ -543,7 +559,7 @@
 routines is limited to (2^32 - 1) bytes -- that's 4 gigabytes. I'm
 sorry if that's a real problem for you ...
 
-And finally, a minor complilation warning (unsigned char * used with
+And finally, a minor compilation warning (unsigned char * used with
 function having char * prototype) has also been eliminated.
 
 *** 96/04/09 Version 1.6
@@ -565,7 +581,7 @@
 *** 96/03/12 Version 1.5.2
 
 Minor fixes from Christopher J Madsen <madsen at computek.net> to provide
-support for building on OS/2 (and to work arround a perl -w bug).
+support for building on OS/2 (and to work around a perl -w bug).
 
 Remove warning about possible difference between add('foo', 'bar') and
 add('foobar'). This is not true (it may have been true in the earliest

Modified: trunk/orca/packages/Digest-MD5-2.29/MD5.pm
==============================================================================
--- trunk/orca/packages/Digest-MD5-2.27/MD5.pm	(original)
+++ trunk/orca/packages/Digest-MD5-2.29/MD5.pm	Mon Oct  6 15:10:33 2003
@@ -3,7 +3,7 @@
 use strict;
 use vars qw($VERSION @ISA @EXPORT_OK);
 
-$VERSION = '2.27';  # $Date: 2003/08/05 06:08:10 $
+$VERSION = '2.29';  # $Date: 2003/10/06 17:32:18 $
 
 require Exporter;
 *import = \&Exporter::import;
@@ -104,7 +104,7 @@
 Note that the base64 encoded string returned is not padded to be a
 multiple of 4 bytes long.  If you want interoperability with other
 base64 encoded md5 digests you might want to append the redundant
-string redundant "==" to the result.
+string "==" to the result.
 
 =back
 
@@ -247,7 +247,7 @@
     close(FILE);
     print $md5->b64digest, " $file\n";
 
-Or we can use the builtin addfile method for more efficient reading of
+Or we can use the addfile method for more efficient reading of
 the file:
 
     use Digest::MD5;

Modified: trunk/orca/packages/Digest-MD5-2.29/t/files.t
==============================================================================
--- trunk/orca/packages/Digest-MD5-2.27/t/files.t	(original)
+++ trunk/orca/packages/Digest-MD5-2.29/t/files.t	Mon Oct  6 15:10:33 2003
@@ -20,26 +20,26 @@
 my $EXPECT;
 if (ord "A" == 193) { # EBCDIC
     $EXPECT = <<EOT;
-4553104c3c951d43043b3520388b8a1e  Changes
+8f7e7a82cc559b82b7a138903238cb37  Changes
 0565ec21b15c0f23f4c51fb327c8926d  README
-36dc7eba19a0fea92baf68bec5adc56a  MD5.pm
+a20b7f878d6ea7696a60a53b21ea078a  MD5.pm
 45e5e6785b47fb922f33b4a74c29a148  MD5.xs
 276da0aa4e9a08b7fe09430c9c5690aa  rfc1321.txt
 EOT
 } elsif ("\n" eq "\015") { # MacOS
     $EXPECT = <<EOT;
-9ffb101ffaa83f2d04bc5cea6ee0bfb4  Changes
+b99d32fdbef62af6ceea225dc2c3558e  Changes
 6c950a0211a5a28f023bb482037698cd  README
-188b5ab345169e90094165dd32dd7f6b  MD5.pm
+dce59ed79b65ff57ad6803c7290cdd30  MD5.pm
 ca3f8cb317c5d088ed9f97204c6b8cda  MD5.xs
 754b9db19f79dbc4992f7166eb0f37ce  rfc1321.txt
 EOT
 } else {
     # This is the output of: 'md5sum Changes README MD5.pm MD5.xs rfc1321.txt'
     $EXPECT = <<EOT;
-6b0b5e6be6ee9dbbfbb1d77f9a82a87f  Changes
+d78f077f3a4974123c018ef2bfe356d0  Changes
 6c950a0211a5a28f023bb482037698cd  README
-188b5ab345169e90094165dd32dd7f6b  MD5.pm
+dce59ed79b65ff57ad6803c7290cdd30  MD5.pm
 ca3f8cb317c5d088ed9f97204c6b8cda  MD5.xs
 754b9db19f79dbc4992f7166eb0f37ce  rfc1321.txt
 EOT



More information about the Orca-checkins mailing list