[or-cvs] r19249: {tor} backport 19248, update to openssl 0.9.8k (tor/branches/tor-0_2_0-patches/doc)

phobos at seul.org phobos at seul.org
Thu Apr 9 04:12:10 UTC 2009


Author: phobos
Date: 2009-04-09 00:12:10 -0400 (Thu, 09 Apr 2009)
New Revision: 19249

Modified:
   tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt
Log:
backport 19248, update to openssl 0.9.8k


Modified: tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt	2009-04-09 04:11:13 UTC (rev 19248)
+++ tor/branches/tor-0_2_0-patches/doc/tor-win32-mingw-creation.txt	2009-04-09 04:12:10 UTC (rev 19249)
@@ -27,17 +27,17 @@
 ----------------------------------------------
 
 Download openssl:
-http://www.openssl.org/source/openssl-0.9.8j.tar.gz
+http://www.openssl.org/source/openssl-0.9.8k.tar.gz
 
 Extract openssl:
 Copy the openssl tarball into the "tor-mingw" directory.
 Type "cd tor-mingw/"
-Type "tar zxf openssl-0.9.8j.tar.gz"
+Type "tar zxf openssl-0.9.8k.tar.gz"
 (Note:  There are many symlink errors because Windows doesn't support
 symlinks.  You can ignore these errors.)
 
 Make openssl libraries:
-Type "cd tor-mingw/openssl-0.9.8j/"
+Type "cd tor-mingw/openssl-0.9.8k/"
 Type "./Configure -no-idea -no-rc5 -no-mdc2 mingw"
 Edit Makefile and remove the "test:" and "tests:" sections.
 Type "rm -rf ./test"



More information about the tor-commits mailing list