Browse Source
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
pull/16190/head
Steve Dower
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
4 deletions
-
Misc/NEWS.d/next/Windows/2019-09-16-14-07-11.bpo-38117.hJVf0C.rst
-
PCbuild/get_externals.bat
-
PCbuild/python.props
|
|
|
@ -0,0 +1 @@ |
|
|
|
Update bundled OpenSSL to 1.1.1d |
|
|
|
@ -53,7 +53,7 @@ echo.Fetching external libraries... |
|
|
|
set libraries= |
|
|
|
set libraries=%libraries% bzip2-1.0.6 |
|
|
|
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.3.0-rc0-r1 |
|
|
|
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1c |
|
|
|
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1d |
|
|
|
set libraries=%libraries% sqlite-3.28.0.0 |
|
|
|
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.9.0 |
|
|
|
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.9.0 |
|
|
|
@ -77,7 +77,7 @@ echo.Fetching external binaries... |
|
|
|
|
|
|
|
set binaries= |
|
|
|
if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi |
|
|
|
if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1c |
|
|
|
if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1d |
|
|
|
if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.9.0 |
|
|
|
if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06 |
|
|
|
|
|
|
|
|
|
|
|
@ -62,8 +62,8 @@ |
|
|
|
<libffiDir>$(ExternalsDir)libffi\</libffiDir> |
|
|
|
<libffiOutDir>$(ExternalsDir)libffi\$(ArchName)\</libffiOutDir> |
|
|
|
<libffiIncludeDir>$(libffiOutDir)include</libffiIncludeDir> |
|
|
|
<opensslDir>$(ExternalsDir)openssl-1.1.1c\</opensslDir> |
|
|
|
<opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1c\$(ArchName)\</opensslOutDir> |
|
|
|
<opensslDir>$(ExternalsDir)openssl-1.1.1d\</opensslDir> |
|
|
|
<opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1d\$(ArchName)\</opensslOutDir> |
|
|
|
<opensslIncludeDir>$(opensslOutDir)include</opensslIncludeDir> |
|
|
|
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir> |
|
|
|
<zlibDir>$(ExternalsDir)\zlib-1.2.11\</zlibDir> |
|
|
|
|