[Python-checkins] cpython (2.7): Issue #23212: Update Windows copy of OpenSSL to 1.0.1l

steve.dower python-checkins at python.org
Sat Jan 31 21:29:00 CET 2015


https://hg.python.org/cpython/rev/c8d7df3cb854
changeset:   94419:c8d7df3cb854
branch:      2.7
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sat Jan 31 12:18:33 2015 -0800
summary:
  Issue #23212: Update Windows copy of OpenSSL to 1.0.1l

files:
  PCbuild/pyproject.vsprops          |  2 +-
  Tools/buildbot/external-common.bat |  5 +++--
  2 files changed, 4 insertions(+), 3 deletions(-)


diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops
--- a/PCbuild/pyproject.vsprops
+++ b/PCbuild/pyproject.vsprops
@@ -82,7 +82,7 @@
 	/>
 	<UserMacro
 		Name="opensslDir"
-		Value="$(externalsDir)\openssl-1.0.1j"
+		Value="$(externalsDir)\openssl-1.0.1l"
 	/>
 	<UserMacro
 		Name="tcltkDir"
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat
--- a/Tools/buildbot/external-common.bat
+++ b/Tools/buildbot/external-common.bat
@@ -28,6 +28,7 @@
 @rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
 @rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
 @rem if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
+ at rem if exist openssl-1.0.1l rd /s/q openssl-1.0.1l
 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
 
 @rem bzip
@@ -45,8 +46,8 @@
 if not exist nasm-2.11.06 svn export %SVNROOT%nasm-2.11.06
 
 @rem OpenSSL
-if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
-if not exist openssl-1.0.1j svn export %SVNROOT%openssl-1.0.1j
+if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
+if not exist openssl-1.0.1l svn export %SVNROOT%openssl-1.0.1l
 
 @rem tcl/tk
 if not exist tcl-8.5.15.0 (

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list