diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-07-21 23:16:51 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-07-21 23:16:51 -0500 |
commit | 68773f3100a6fb2472526db61afeb60d9f7d81b1 (patch) | |
tree | 02a2e9e69a18459039bbbc064f8353d3b17f9392 /PCbuild | |
parent | Issue #24680: Remove random backslash. Patch by cdz. (diff) | |
download | cpython-68773f3100a6fb2472526db61afeb60d9f7d81b1.tar.gz cpython-68773f3100a6fb2472526db61afeb60d9f7d81b1.tar.bz2 cpython-68773f3100a6fb2472526db61afeb60d9f7d81b1.zip |
Issue #24603: Update Windows build to use OpenSSL 1.0.2d
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/get_externals.bat | 2 | ||||
-rw-r--r-- | PCbuild/python.props | 2 | ||||
-rw-r--r-- | PCbuild/readme.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index 59403eff7c4..a2aea9d0dfe 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -58,7 +58,7 @@ for %%e in ( bzip2-1.0.6
db-4.7.25.0
nasm-2.11.06
- openssl-1.0.2c
+ openssl-1.0.2d
tcl-8.5.15.0
tk-8.5.15.0
tix-8.4.3.5
diff --git a/PCbuild/python.props b/PCbuild/python.props index 5727c595a9c..f7965c33571 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -30,7 +30,7 @@ <sqlite3Dir>$(ExternalsDir)sqlite-3.6.21\</sqlite3Dir> <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir> <bsddbDir>$(ExternalsDir)db-4.7.25.0</bsddbDir> - <opensslDir>$(ExternalsDir)openssl-1.0.2c\</opensslDir> + <opensslDir>$(ExternalsDir)openssl-1.0.2d\</opensslDir> <nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir> <!-- Suffix for all binaries when building for debug --> diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index e5bf746042c..a2f08c94674 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -146,7 +146,7 @@ _ssl Get the source code through
- svn export http://svn.python.org/projects/external/openssl-1.0.2c
+ svn export http://svn.python.org/projects/external/openssl-1.0.2d
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source
|