]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-33184: Update Windows installer to OpenSSL 1.0.2o (GH-6464)
authorSteve Dower <steve.dower@microsoft.com>
Sat, 14 Apr 2018 00:31:16 +0000 (17:31 -0700)
committerGitHub <noreply@github.com>
Sat, 14 Apr 2018 00:31:16 +0000 (17:31 -0700)
Misc/NEWS.d/next/Windows/2018-04-13-11-39-28.bpo-33184.aEohx0.rst [new file with mode: 0644]
PCbuild/get_externals.bat
PCbuild/python.props
PCbuild/readme.txt

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 (file)
index 0000000..e754155
--- /dev/null
@@ -0,0 +1 @@
+Update Windows installer to OpenSSL 1.0.2o.
index 7c1ed2750a2fd1280b4316940bef10417ea072e8..cea2068d37b68da442e08fd8bee4c41fb7d61e62 100644 (file)
@@ -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
index 6589a23c7ad7f4222918b8ed7e866c2195e0a2bb..8c398a1f5018c3e31ffb275b47ac9462f0cb350e 100644 (file)
@@ -49,7 +49,7 @@
     <sqlite3Dir>$(ExternalsDir)sqlite-3.21.0.0\</sqlite3Dir>
     <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
     <lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
-    <opensslDir>$(ExternalsDir)openssl-1.0.2k\</opensslDir>
+    <opensslDir>$(ExternalsDir)openssl-1.0.2o\</opensslDir>
     <opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
     <opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
     <nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
index 6f9b9a215c48ce85b6cbc55f2aaa83164e9d4c59..04a38672ff9bdec9bb20461f884bb3c5117e2bbb 100644 (file)
@@ -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/