From: Steve Dower Date: Sat, 14 Apr 2018 00:31:16 +0000 (-0700) Subject: bpo-33184: Update Windows installer to OpenSSL 1.0.2o (GH-6464) X-Git-Tag: v3.6.6rc1~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1672c2fbae6128ee4717e08c4e65a0ab99a02a02;p=thirdparty%2FPython%2Fcpython.git bpo-33184: Update Windows installer to OpenSSL 1.0.2o (GH-6464) --- diff --git a/Misc/NEWS.d/next/Windows/2018-04-13-11-39-28.bpo-33184.aEohx0.rst b/Misc/NEWS.d/next/Windows/2018-04-13-11-39-28.bpo-33184.aEohx0.rst new file mode 100644 index 000000000000..e754155610a6 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2018-04-13-11-39-28.bpo-33184.aEohx0.rst @@ -0,0 +1 @@ +Update Windows installer to OpenSSL 1.0.2o. diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index 7c1ed2750a2f..cea2068d37b6 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.2k +if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2o 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 6589a23c7ad7..8c398a1f5018 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.2k\ + $(ExternalsDir)openssl-1.0.2o\ $(opensslDir)include32 $(opensslDir)include64 $(ExternalsDir)\nasm-2.11.06\ diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 6f9b9a215c48..04a38672ff9b 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -177,7 +177,7 @@ _lzma Homepage: http://tukaani.org/xz/ _ssl - Python wrapper for version 1.0.2k of the OpenSSL secure sockets + Python wrapper for version 1.0.2o of the OpenSSL secure sockets library, which is built by ssl.vcxproj Homepage: http://www.openssl.org/