From 3c8bd22b8f0d7f57261b9d3c90e56447cd5acf94 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 10 Dec 2018 20:26:33 -0800 Subject: bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089) --- Misc/NEWS.d/next/Windows/2018-12-10-15-01-13.bpo-35401.9L1onG.rst | 1 + PCbuild/get_externals.bat | 2 +- PCbuild/libeay.vcxproj | 3 +-- PCbuild/python.props | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 Misc/NEWS.d/next/Windows/2018-12-10-15-01-13.bpo-35401.9L1onG.rst diff --git a/Misc/NEWS.d/next/Windows/2018-12-10-15-01-13.bpo-35401.9L1onG.rst b/Misc/NEWS.d/next/Windows/2018-12-10-15-01-13.bpo-35401.9L1onG.rst new file mode 100644 index 0000000000..a804473fd6 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2018-12-10-15-01-13.bpo-35401.9L1onG.rst @@ -0,0 +1 @@ +Updates Windows build to OpenSSL 1.0.2q diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index 8bc19e678c..bda243fe2e 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -47,7 +47,7 @@ rem files in both this dir and PC\VS9.0 set libraries= set libraries=%libraries% bzip2-1.0.6 if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% bsddb-4.7.25.0 -if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2p +if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2q set libraries=%libraries% sqlite-3.14.2.0 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.19.0 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.19.0 diff --git a/PCbuild/libeay.vcxproj b/PCbuild/libeay.vcxproj index 68ef936db8..b0994e12f0 100644 --- a/PCbuild/libeay.vcxproj +++ b/PCbuild/libeay.vcxproj @@ -533,6 +533,7 @@ + @@ -725,9 +726,7 @@ - diff --git a/PCbuild/python.props b/PCbuild/python.props index cebb86f147..6673ff3136 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -35,7 +35,7 @@ $(ExternalsDir)sqlite-3.14.2.0\ $(ExternalsDir)bzip2-1.0.6\ $(ExternalsDir)bsddb-4.7.25.0 - $(ExternalsDir)openssl-1.0.2p\ + $(ExternalsDir)openssl-1.0.2q\ $(opensslDir)include32 $(opensslDir)include64 $(ExternalsDir)\nasm-2.11.06\ -- cgit v1.2.1