[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r18344: {torvm} Upgrade OpenSSL sources used for windows builds to 0.9.8j. (in torvm/trunk/build/win32: . files)



Author: coderman
Date: 2009-01-30 10:38:46 -0500 (Fri, 30 Jan 2009)
New Revision: 18344

Modified:
   torvm/trunk/build/win32/Makefile
   torvm/trunk/build/win32/files/buildall.sh
Log:
Upgrade OpenSSL sources used for windows builds to 0.9.8j.

Modified: torvm/trunk/build/win32/Makefile
===================================================================
--- torvm/trunk/build/win32/Makefile	2009-01-30 15:27:33 UTC (rev 18343)
+++ torvm/trunk/build/win32/Makefile	2009-01-30 15:38:46 UTC (rev 18344)
@@ -130,9 +130,9 @@
 CMAKE_URL=http://www.cmake.org/files/v2.6/cmake-2.6.2.tar.gz
 CMAKE_SUM=48d33afaf23d40f2ea9aa2f5018c7213983222c2
 
-SSLSRC_F=openssl-0.9.8i.tar.gz
-SSLSRC_URL=http://www.openssl.org/source/openssl-0.9.8i.tar.gz
-SSLSRC_SUM=b2e029cfb68bf32eae997d60317a40945db5a65f
+SSLSRC_F=openssl-0.9.8j.tar.gz
+SSLSRC_URL=http://www.openssl.org/source/openssl-0.9.8j.tar.gz
+SSLSRC_SUM=f70f7127a26e951e8a0d854c0c9e6b4c24df78e4
 
 PY2EXE_F=py2exe-0.6.9.zip
 PY2EXE_TGZ=py2exe.tar.gz

Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh	2009-01-30 15:27:33 UTC (rev 18343)
+++ torvm/trunk/build/win32/files/buildall.sh	2009-01-30 15:38:46 UTC (rev 18344)
@@ -22,7 +22,7 @@
 export TORSVN_FILE="tor-latest.tar.gz"
 
 
-export OPENSSL_VER="0.9.8i"
+export OPENSSL_VER="0.9.8j"
 export OPENSSL_DIR="openssl-${OPENSSL_VER}"
 export OPENSSL_FILE="openssl-${OPENSSL_VER}.tar.gz"