Skip to content

Commit 092db6c

Browse files
vstinnerlarryhastings
authored andcommitted
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443) (#3445)
(cherry picked from commit dd2000c)
1 parent 6c004b4 commit 092db6c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Windows build and OS X installers to use OpenSSL 1.0.2k.

PCbuild/get_externals.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ echo.Fetching external libraries...
5454
for %%e in (
5555
bzip2-1.0.6
5656
nasm-2.11.06
57-
openssl-1.0.2j
57+
openssl-1.0.2k
5858
tcl-8.6.1.0
5959
tk-8.6.1.0
6060
tix-8.4.3.4

PCbuild/pyproject.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutDir>$(SolutionDir)</OutDir>
66
<IntDir>$(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\</IntDir>
77
<LinkIncremental>false</LinkIncremental>
8-
</PropertyGroup>
8+
</PropertyGroup>
99
<PropertyGroup Condition="'$(Platform)'=='x64'">
1010
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
1111
<_PropertySheetDisplayName>amd64</_PropertySheetDisplayName>
@@ -20,7 +20,7 @@
2020
<sqlite3Dir>$(externalsDir)\sqlite-3.8.11.0</sqlite3Dir>
2121
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
2222
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
23-
<opensslDir>$(externalsDir)\openssl-1.0.2j</opensslDir>
23+
<opensslDir>$(externalsDir)\openssl-1.0.2k</opensslDir>
2424
<tcltkDir>$(externalsDir)\tcltk</tcltkDir>
2525
<tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
2626
<tcltkLib>$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib>

PCbuild/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ _lzma
171171
Homepage:
172172
http://tukaani.org/xz/
173173
_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
175175
library, which is built by ssl.vcxproj
176176
Homepage:
177177
http://www.openssl.org/

0 commit comments

Comments
 (0)