diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-09 21:51:37 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-09 21:51:37 +0000 |
commit | 2ca463cb211f8519a2713dde20d6c40dd5c2694d (patch) | |
tree | 02ec30d56f39fdb0eeeda34da561c7eb22674472 /README.cygwin | |
parent | 2719e44e3c294b9717dbffb981c84b1e16b8f562 (diff) | |
download | perl-2ca463cb211f8519a2713dde20d6c40dd5c2694d.tar.gz |
README.cygwin update from Gerrit P. Haase.
p4raw-id: //depot/perl@13569
Diffstat (limited to 'README.cygwin')
-rw-r--r-- | README.cygwin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.cygwin b/README.cygwin index a99832a21c..b90bdad111 100644 --- a/README.cygwin +++ b/README.cygwin @@ -31,7 +31,7 @@ about this project can be found at: A recent net or commercial release of Cygwin is required. -At the time this document was last updated, Cygwin 1.3.5 was current. +At the time this document was last updated, Cygwin 1.3.6 was current. =head2 Cygwin Configuration @@ -124,14 +124,14 @@ Alternatively, the crypt libraries in GNU libc have been ported to Cygwin. The DES based Ultra Fast Crypt port was done by Alexey Truhan: - ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Okhapkin_Sergey/cw32crypt-dist-0.tgz + ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/porters/Okhapkin_Sergey/cw32crypt-dist-0.tgz NOTE: There are various export restrictions on DES implementations, see the glibc README for more details. The MD5 port was done by Andy Piper: - ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Okhapkin_Sergey/libcrypt.tgz + ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/porters/Okhapkin_Sergey/libcrypt.tgz =item * C<-lgdbm> (C<use GDBM_File>) |