File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ Library
32
32
- Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
33
33
Patch by Mark Williams.
34
34
35
+ Build
36
+ -----
37
+
38
+ - Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
39
+
35
40
Tests
36
41
-----
37
42
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.2d
57
+ openssl-1.0.2j
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 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.2d </opensslDir >
23
+ <opensslDir >$(externalsDir)\openssl-1.0.2j </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.2d of the OpenSSL secure sockets
174
+ Python wrapper for version 1.0.2j of the OpenSSL secure sockets
175
175
library, which is built by ssl.vcxproj
176
176
Homepage:
177
177
http://www.openssl.org/
You can’t perform that action at this time.
0 commit comments