[or-cvs] Tweak openssl version

Nick Mathewson nickm at seul.org
Sun Nov 14 00:09:54 UTC 2004


Update of /home/or/cvsroot/contrib
In directory moria.mit.edu:/tmp/cvs-serv20723/contrib

Modified Files:
	tor.nsi 
Log Message:
Tweak openssl version

Index: tor.nsi
===================================================================
RCS file: /home/or/cvsroot/contrib/tor.nsi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tor.nsi	13 Nov 2004 23:26:53 -0000	1.3
+++ tor.nsi	14 Nov 2004 00:09:51 -0000	1.4
@@ -6,7 +6,8 @@
 ; How to make an installer:
 ;   Step 0. If you are a Tor maintainer, make sure that tor.nsi and
 ;           src/win32/orconfig.h all have the correct version number.
-;   Step 1. Download and install OpenSSL.
+;   Step 1. Download and install OpenSSL.  Make sure that the OpenSSL
+;           version listed below matches the one you downloaded.
 ;   Step 2. Download and install NSIS (http://nsis.sourceforge.net)
 ;   Step 3. Make a directory under the main tor directory called "bin".
 ;   Step 4. Copy ssleay32.dll and libeay32.dll from OpenSSL into "bin".
@@ -31,7 +32,6 @@
 ;       all privoxy documents.)
 ;   - The filename should probably have a revision number.
 
-
 !include "MUI.nsh"
 
 !define VERSION "0.0.9pre6-cvs"
@@ -110,7 +110,7 @@
    File /oname=$configfile "..\src\config\torrc.sample"
 SectionEnd
 
-Section "OpenSSL 0.9.7d" OpenSSL
+Section "OpenSSL 0.9.7e" OpenSSL
    SetOutPath $INSTDIR
    File "${BIN}\libeay32.dll"
    File "${BIN}\ssleay32.dll"



More information about the tor-commits mailing list