[or-cvs] r19738: {torbrowser} Ship openssl 0.9.8kk dll instead of rely on the system ssl d (in torbrowser/trunk: . build-scripts)

phobos at seul.org phobos at seul.org
Thu Jun 18 03:39:55 UTC 2009


Author: phobos
Date: 2009-06-17 23:39:54 -0400 (Wed, 17 Jun 2009)
New Revision: 19738

Modified:
   torbrowser/trunk/README
   torbrowser/trunk/build-scripts/Makefile
Log:
Ship openssl 0.9.8kk dll instead of rely on the system ssl dll


Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README	2009-06-18 03:20:13 UTC (rev 19737)
+++ torbrowser/trunk/README	2009-06-18 03:39:54 UTC (rev 19738)
@@ -186,3 +186,4 @@
     Better updates to Firefox to stop scanning for plugins on start
     Update Pidgin to 2.5.6r2
     Update Firefox to 3.0.11
+    Include OpenSSL 0.9.8k DLL and stop using the system ssl dll

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2009-06-18 03:20:13 UTC (rev 19737)
+++ torbrowser/trunk/build-scripts/Makefile	2009-06-18 03:39:54 UTC (rev 19738)
@@ -14,6 +14,7 @@
 ## Location of required libraries
 MING=/c/MinGW/bin
 QT=/c/Qt/4.5.1/bin
+OPENSSL=/c/OpenSSL/bin
 
 ## Location of bundle components
 VIDALIA=/c/build/vidalia-0.1.13
@@ -162,6 +163,7 @@
 	cp $(MING)/libgnurx-0.dll $(APPDIR)
 	cp $(QT)/QtCore4.dll $(QT)/QtGui4.dll \
            $(QT)/QtNetwork4.dll $(QT)/QtXml4.dll $(APPDIR) 
+	cp $(OPENSSL)/ssleay32.dll $(APPDIR)
 	cp $(VIDALIA)/src/vidalia/vidalia.exe $(APPDIR)
 	cp $(POLIPO)/polipo.exe $(APPDIR)
 	cp $(TOR)/src/or/tor.exe $(TOR)/src/tools/tor-resolve.exe $(APPDIR)



More information about the tor-commits mailing list