[Box Backup-commit] COMMIT r2865 - box/trunk/docs/api-notes

subversion at boxbackup.org subversion at boxbackup.org
Sun Feb 27 23:09:18 GMT 2011


Author: chris
Date: 2011-02-27 23:09:18 +0000 (Sun, 27 Feb 2011)
New Revision: 2865

Modified:
   box/trunk/docs/api-notes/win32_build_on_cygwin_using_mingw.txt
Log:
Update to OpenSSL 1.0.0d and PCRE 8.12.


Modified: box/trunk/docs/api-notes/win32_build_on_cygwin_using_mingw.txt
===================================================================
--- box/trunk/docs/api-notes/win32_build_on_cygwin_using_mingw.txt	2011-02-27 23:07:54 UTC (rev 2864)
+++ box/trunk/docs/api-notes/win32_build_on_cygwin_using_mingw.txt	2011-02-27 23:09:18 UTC (rev 2865)
@@ -41,15 +41,15 @@
 
 == OpenSSL ==
 
-Download OpenSSL from [http://www.openssl.org/source/openssl-1.0.0c.tar.gz]
+Download OpenSSL from [http://www.openssl.org/source/openssl-1.0.0d.tar.gz]
 
 Open a Cygwin shell, go to the base directory, and unpack OpenSSL:
 
-	tar xzvf openssl-1.0.0c.tar.gz
+	tar xzvf openssl-1.0.0d.tar.gz
 
 Configure OpenSSL for MinGW compilation, and build and install it:
 
-	cd openssl-1.0.0c
+	cd openssl-1.0.0d
 	./Configure --prefix=/usr/i686-pc-mingw32/ mingw
 	make
 	make install
@@ -59,15 +59,13 @@
 This step is only required to support regular expressions in including/excluding files from backups. However, this is a very useful feature.
 
 Download PCRE from 
-[http://prdownloads.sourceforge.net/pcre/pcre-8.11.tar.bz2?download].
+[http://prdownloads.sourceforge.net/pcre/pcre-8.12.tar.bz2?download].
 
-Open a Cygwin shell, go to the base directory, and unpack PCRE:
+Open a Cygwin shell, go to the base directory, and unpack, build and
+install PCRE:
 
-	tar xjvf pcre-8.11.tar.bz2
-
-Configure PCRE for MinGW compilation, and build and install it:
-	
-	cd pcre-8.11
+	tar xjvf pcre-8.12.tar.bz2
+	cd pcre-8.12
 	export CFLAGS="-mno-cygwin"
 	export CXXFLAGS="-mno-cygwin"
 	./configure --prefix=/usr/i686-pc-mingw32




More information about the Boxbackup-commit mailing list