File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
104109What's New in Python 3.5.0 beta 2?
105110==================================
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ echo.Fetching external libraries...
5454for %%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
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments