Commit 10229a45 authored by Zachary Ware's avatar Zachary Ware

Issue #22644: Update the Windows build to OpenSSL 1.0.1j

parent 80315664
+++++++++++
+++++++++++
Python News
+++++++++++
......@@ -288,7 +288,7 @@ Build
Windows
-------
- Issue #22160: The bundled version of OpenSSL has been updated to 1.0.1i.
- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
......
......@@ -82,7 +82,7 @@
/>
<UserMacro
Name="opensslDir"
Value="$(externalsDir)\openssl-1.0.1i"
Value="$(externalsDir)\openssl-1.0.1j"
/>
<UserMacro
Name="tcltkDir"
......
......@@ -24,6 +24,7 @@ cd ..
@rem if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
@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
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
@rem bzip
......@@ -37,8 +38,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0
@rem OpenSSL
if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
if not exist openssl-1.0.1i svn export http://svn.python.org/projects/external/openssl-1.0.1i
if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
if not exist openssl-1.0.1j svn export http://svn.python.org/projects/external/openssl-1.0.1j
@rem tcl/tk
if not exist tcl-8.5.15.0 (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment