From 92b985d284ae4a1edf314c80064c6e67ff7e1e75 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 15 Aug 2018 12:18:57 -0700 Subject: [PATCH] bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. --- .../next/Security/2018-08-15-12-14-03.bpo-34405.R4IZGw.rst | 1 + PCbuild/get_externals.bat | 2 +- PCbuild/python.props | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Misc/NEWS.d/next/Security/2018-08-15-12-14-03.bpo-34405.R4IZGw.rst diff --git a/Misc/NEWS.d/next/Security/2018-08-15-12-14-03.bpo-34405.R4IZGw.rst b/Misc/NEWS.d/next/Security/2018-08-15-12-14-03.bpo-34405.R4IZGw.rst new file mode 100644 index 00000000000000..13aad638096359 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2018-08-15-12-14-03.bpo-34405.R4IZGw.rst @@ -0,0 +1 @@ +Updated to OpenSSL 1.0.2p for Windows builds. diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index cea2068d37b68d..aff44786b706f4 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -41,7 +41,7 @@ echo.Fetching external libraries... set libraries= set libraries=%libraries% bzip2-1.0.6 -if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2o +if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2p set libraries=%libraries% sqlite-3.21.0.0 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0 diff --git a/PCbuild/python.props b/PCbuild/python.props index 8c398a1f5018c3..570f7fa883458a 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -49,7 +49,7 @@ $(ExternalsDir)sqlite-3.21.0.0\ $(ExternalsDir)bzip2-1.0.6\ $(ExternalsDir)xz-5.2.2\ - $(ExternalsDir)openssl-1.0.2o\ + $(ExternalsDir)openssl-1.0.2p\ $(opensslDir)include32 $(opensslDir)include64 $(ExternalsDir)\nasm-2.11.06\