Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0475ffa

Browse files
committed
Issue #26930: Merge with 3.5
2 parents 6df108b + f88d83b commit 0475ffa

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
@@ -47,6 +47,8 @@ IDLE
4747
Build
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

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
set libraries=
5555
set libraries=%libraries% bzip2-1.0.6
5656
if 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
5858
set libraries=%libraries% sqlite-3.8.11.0
5959
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.4.2
6060
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.4.2

PCbuild/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)