summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-07-21 23:16:51 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-07-21 23:16:51 -0500
commit68773f3100a6fb2472526db61afeb60d9f7d81b1 (patch)
tree02a2e9e69a18459039bbbc064f8353d3b17f9392 /PCbuild
parentc6fe4dbea5f7f790e45d75eed0d8984e72dab868 (diff)
downloadcpython-git-68773f3100a6fb2472526db61afeb60d9f7d81b1.tar.gz
Issue #24603: Update Windows build to use OpenSSL 1.0.2d
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/get_externals.bat2
-rw-r--r--PCbuild/python.props2
-rw-r--r--PCbuild/readme.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 59403eff7c..a2aea9d0df 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 5727c595a9..f7965c3357 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 e5bf746042..a2f08c9467 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