Skip to content

Commit a09ef03

Browse files
committed
Issue python#24432: Update Windows builds to use OpenSSL 1.0.2c.
1 parent 09e6058 commit a09ef03

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ Build
343343
- Issue #23686: Update OS X 10.5 installer and Windows builds to use
344344
OpenSSL 1.0.2a.
345345

346+
- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
347+
346348
C API
347349
-----
348350

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.2a
57+
openssl-1.0.2c
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.3.1</sqlite3Dir>
2121
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
2222
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
23-
<opensslDir>$(externalsDir)\openssl-1.0.2a</opensslDir>
23+
<opensslDir>$(externalsDir)\openssl-1.0.2c</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.2a of the OpenSSL secure sockets
174+
Python wrapper for version 1.0.2c 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)