summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-10-11 02:57:20 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-10-11 02:57:20 (GMT)
commit068534ab037236aa80d489383aded87c28553eb0 (patch)
treee9127d0b27769a13fc83efb5da4214af5018ef15 /PCbuild
parentcb9424f6435cf02ba913d0263d69524bcc294095 (diff)
downloadcpython-068534ab037236aa80d489383aded87c28553eb0.zip
cpython-068534ab037236aa80d489383aded87c28553eb0.tar.gz
cpython-068534ab037236aa80d489383aded87c28553eb0.tar.bz2
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/get_externals.bat2
-rw-r--r--PCbuild/pyproject.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 0b8f0b8..808d623 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -54,7 +54,7 @@ echo.Fetching external libraries...
for %%e in (
bzip2-1.0.6
nasm-2.11.06
- openssl-1.0.2d
+ openssl-1.0.2j
tcl-8.6.1.0
tk-8.6.1.0
tix-8.4.3.4
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index 0341368..79b4952 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -20,7 +20,7 @@
<sqlite3Dir>$(externalsDir)\sqlite-3.8.11.0</sqlite3Dir>
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
- <opensslDir>$(externalsDir)\openssl-1.0.2d</opensslDir>
+ <opensslDir>$(externalsDir)\openssl-1.0.2j</opensslDir>
<tcltkDir>$(externalsDir)\tcltk</tcltkDir>
<tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
<tcltkLib>$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib>
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index e0c6685..148a305 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -171,7 +171,7 @@ _lzma
Homepage:
http://tukaani.org/xz/
_ssl
- Python wrapper for version 1.0.2d of the OpenSSL secure sockets
+ Python wrapper for version 1.0.2j of the OpenSSL secure sockets
library, which is built by ssl.vcxproj
Homepage:
http://www.openssl.org/