mirror of
https://github.com/python/cpython.git
synced 2026-06-28 03:41:13 +00:00
[3.15] gh-151159: Update Windows builds to use OpenSSL 3.5.7 (GH-151189)
(cherry picked from commit 6688b0c715)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
427790ffbd
commit
f1ca289fbf
4 changed files with 9 additions and 8 deletions
|
|
@ -0,0 +1 @@
|
|||
Updated bundled version of OpenSSL to 3.5.7.
|
||||
|
|
@ -70,21 +70,21 @@
|
|||
"checksums": [
|
||||
{
|
||||
"algorithm": "SHA256",
|
||||
"checksumValue": "cf01946f3a61ba45a08c1e35b223d41d23963e3df5ac98cbad6c8fa5a81070ca"
|
||||
"checksumValue": "ca94e7c6c223d9caf77bb51aac5949186379608ea2a0cad3aa8bdf31856912e9"
|
||||
}
|
||||
],
|
||||
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/openssl-3.5.6.tar.gz",
|
||||
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/openssl-3.5.7.tar.gz",
|
||||
"externalRefs": [
|
||||
{
|
||||
"referenceCategory": "SECURITY",
|
||||
"referenceLocator": "cpe:2.3:a:openssl:openssl:3.5.6:*:*:*:*:*:*:*",
|
||||
"referenceLocator": "cpe:2.3:a:openssl:openssl:3.5.7:*:*:*:*:*:*:*",
|
||||
"referenceType": "cpe23Type"
|
||||
}
|
||||
],
|
||||
"licenseConcluded": "NOASSERTION",
|
||||
"name": "openssl",
|
||||
"primaryPackagePurpose": "SOURCE",
|
||||
"versionInfo": "3.5.6"
|
||||
"versionInfo": "3.5.7"
|
||||
},
|
||||
{
|
||||
"SPDXID": "SPDXRef-PACKAGE-sqlite",
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ echo.Fetching external libraries...
|
|||
set libraries=
|
||||
set libraries=%libraries% bzip2-1.0.8
|
||||
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4
|
||||
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-3.5.6
|
||||
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-3.5.7
|
||||
set libraries=%libraries% mpdecimal-4.0.0
|
||||
set libraries=%libraries% sqlite-3.53.1.0
|
||||
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-9.0.3.0
|
||||
|
|
@ -79,7 +79,7 @@ echo.Fetching external binaries...
|
|||
|
||||
set binaries=
|
||||
if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi-3.4.4
|
||||
if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-3.5.6
|
||||
if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-3.5.7
|
||||
if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-9.0.3.0
|
||||
if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06
|
||||
if NOT "%IncludeLLVM%"=="false" set binaries=%binaries% llvm-21.1.4.0
|
||||
|
|
|
|||
|
|
@ -105,8 +105,8 @@
|
|||
<libffiOutDir Condition="$(libffiOutDir) == ''">$(libffiDir)$(ArchName)\</libffiOutDir>
|
||||
<libffiIncludeDir Condition="$(libffiIncludeDir) == ''">$(libffiOutDir)include</libffiIncludeDir>
|
||||
<mpdecimalDir Condition="$(mpdecimalDir) == ''">$(ExternalsDir)\mpdecimal-4.0.0\</mpdecimalDir>
|
||||
<opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.5.6\</opensslDir>
|
||||
<opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.5.6\$(ArchName)\</opensslOutDir>
|
||||
<opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.5.7\</opensslDir>
|
||||
<opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.5.7\$(ArchName)\</opensslOutDir>
|
||||
<opensslIncludeDir Condition="$(opensslIncludeDir) == ''">$(opensslOutDir)include</opensslIncludeDir>
|
||||
<nasmDir Condition="$(nasmDir) == ''">$(ExternalsDir)\nasm-2.11.06\</nasmDir>
|
||||
<zlibDir Condition="$(zlibDir) == ''">$(ExternalsDir)\zlib-1.3.1\</zlibDir>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue