Skip to content

Commit 068534a

Browse files
committed
Issue python#28248: Update Windows build to use OpenSSL 1.0.2j
1 parent cb9424f commit 068534a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Library
3232
- Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
3333
Patch by Mark Williams.
3434

35+
Build
36+
-----
37+
38+
- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
39+
3540
Tests
3641
-----
3742

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
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.2d
57+
openssl-1.0.2j
5858
tcl-8.6.1.0
5959
tk-8.6.1.0
6060
tix-8.4.3.4

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2d</opensslDir>
23+
<opensslDir>$(externalsDir)\openssl-1.0.2j</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

Lines changed: 1 addition & 1 deletion
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.2d of the OpenSSL secure sockets
174+
Python wrapper for version 1.0.2j 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)