bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443) (#3445) · python/cpython@092db6c (original) (raw)

4 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1 +Update Windows build and OS X installers to use OpenSSL 1.0.2k.
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ echo.Fetching external libraries...
54 54 for %%e in (
55 55 bzip2-1.0.6
56 56 nasm-2.11.06
57 - openssl-1.0.2j
57 + openssl-1.0.2k
58 58 tcl-8.6.1.0
59 59 tk-8.6.1.0
60 60 tix-8.4.3.4
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
5 5 <OutDir>$(SolutionDir)</OutDir>
6 6 <IntDir>$(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\</IntDir>
7 7 <LinkIncremental>false</LinkIncremental>
8 - </PropertyGroup>
8 + </PropertyGroup>
9 9 <PropertyGroup Condition="'$(Platform)'=='x64'">
10 10 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
11 11 <_PropertySheetDisplayName>amd64</_PropertySheetDisplayName>
@@ -20,7 +20,7 @@
20 20 <sqlite3Dir>$(externalsDir)\sqlite-3.8.11.0</sqlite3Dir>
21 21 <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
22 22 <lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
23 - <opensslDir>$(externalsDir)\openssl-1.0.2j</opensslDir>
23 + <opensslDir>$(externalsDir)\openssl-1.0.2k</opensslDir>
24 24 <tcltkDir>$(externalsDir)\tcltk</tcltkDir>
25 25 <tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
26 26 <tcltkLib>$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib>
Original file line number Diff line number Diff line change
@@ -171,7 +171,7 @@ _lzma
171 171 Homepage:
172 172 http://tukaani.org/xz/
173 173 _ssl
174 - Python wrapper for version 1.0.2j of the OpenSSL secure sockets
174 + Python wrapper for version 1.0.2k of the OpenSSL secure sockets
175 175 library, which is built by ssl.vcxproj
176 176 Homepage:
177 177 http://www.openssl.org/