I found an error in the package manager in CVS. Index: SHA1.pm =================================================================== RCS file: /cvsroot/fink/fink/perlmod/Fink/Checksum/SHA1.pm,v retrieving revision 1.4 diff -u -r1.4 SHA1.pm --- SHA1.pm 18 Mar 2006 21:24:40 -0000 1.4 +++ SHA1.pm 24 Jun 2006 06:07:29 -0000 @@ -54,7 +54,7 @@ $sha1cmd = "$basepath/bin/sha1deep"; } elsif (-x "/usr/bin/openssl") { $sha1cmd = '/usr/bin/openssl sha1'; - $match = /SHA1\([^\)]+\)\s*=\s*(\S+)/ + $match = 'SHA1\([^\)]+\)\s*=\s*(\S+)'; } elsif (-e "$basepath/bin/sha1sum") { $sha1cmd = "$basepath/bin/sha1sum"; }
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel