File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747Build
4848-----
4949
50+ - Issue #26930: Update Windows builds to use OpenSSL 1.0.2h.
51+
5052- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
5153 plat-$(PLATFORM_TRIPLET).
5254 Rename the config directory (LIBPL) from config-$(LDVERSION) to
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ echo.Fetching external libraries...
5454set libraries =
5555set libraries = %libraries% bzip2-1.0.6
5656if NOT " %IncludeSSL% " == " false" set libraries = %libraries% nasm-2.11.06
57- if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2g
57+ if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2h
5858set libraries = %libraries% sqlite-3.8.11.0
5959if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-core-8.6.4.2
6060if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.6.4.2
Original file line number Diff line number Diff line change 4141 <sqlite3Dir >$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir >
4242 <bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
4343 <lzmaDir >$(ExternalsDir)xz-5.0.5\</lzmaDir >
44- <opensslDir >$(ExternalsDir)openssl-1.0.2g \</opensslDir >
44+ <opensslDir >$(ExternalsDir)openssl-1.0.2h \</opensslDir >
4545 <opensslIncludeDir >$(opensslDir)include32</opensslIncludeDir >
4646 <opensslIncludeDir Condition =" '$(ArchName)' == 'amd64'" >$(opensslDir)include64</opensslIncludeDir >
4747 <nasmDir >$(ExternalsDir)\nasm-2.11.06\</nasmDir >
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ _lzma
169169 Homepage:
170170 http://tukaani.org/xz/
171171_ssl
172- Python wrapper for version 1.0.2g of the OpenSSL secure sockets
172+ Python wrapper for version 1.0.2h of the OpenSSL secure sockets
173173 library, which is built by ssl.vcxproj
174174 Homepage:
175175 http://www.openssl.org/
You can’t perform that action at this time.
0 commit comments