Skip to content

Commit f92673c

Browse files
committed
Issue python#24432: Update Windows builds to use OpenSSL 1.0.2c.
2 parents ac2bd5b + a09ef03 commit f92673c

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ Documentation
100100
- Issue #24351: Clarify what is meant by "identifier" in the context of
101101
string.Template instances.
102102

103+
Build
104+
-----
105+
106+
- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
107+
103108

104109
What's New in Python 3.5.0 beta 2?
105110
==================================

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-core-8.6.4.1
5959
tk-8.6.4.1
6060
tix-8.4.3.4

PCbuild/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.3.1\</sqlite3Dir>
3535
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
3636
<lzmaDir>$(ExternalsDir)xz-5.0.5\</lzmaDir>
37-
<opensslDir>$(ExternalsDir)openssl-1.0.2a\</opensslDir>
37+
<opensslDir>$(ExternalsDir)openssl-1.0.2c\</opensslDir>
3838
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
3939

4040
<!-- Suffix for all binaries when building for debug -->

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ _lzma
197197
Homepage:
198198
http://tukaani.org/xz/
199199
_ssl
200-
Python wrapper for version 1.0.1j of the OpenSSL secure sockets
200+
Python wrapper for version 1.0.2c of the OpenSSL secure sockets
201201
library, which is built by ssl.vcxproj
202202
Homepage:
203203
http://www.openssl.org/

0 commit comments

Comments
 (0)