mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (GH-105200) (#105204)
Upgrade builds to OpenSSL 1.1.1u. This OpenSSL version addresses a pile if less-urgent CVEs since 1.1.1t. The Mac/BuildScript/build-installer.py was already updated. Also updates _ssl_data_111.h from OpenSSL 1.1.1u, _ssl_data_300.h from 3.0.9. Manual edits to the _ssl_data_300.h file prevent it from removing any existing definitions in case those exist in some peoples builds and were important (avoiding regressions during backporting). (cherry picked from commitede89af
). (cherry picked from commita5d2b546c1
) (cherry picked from commitf90d3f68db
) Co-authored-by: Gregory P. Smith <greg@krypto.org>
This commit is contained in:
parent
f12502b2b3
commit
cb37100bec
11 changed files with 186 additions and 18 deletions
|
@ -47,8 +47,9 @@ OPENSSL_OLD_VERSIONS = [
|
|||
]
|
||||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"1.1.1t",
|
||||
"3.0.8"
|
||||
"1.1.1u",
|
||||
"3.0.9",
|
||||
"3.1.1",
|
||||
]
|
||||
|
||||
LIBRESSL_OLD_VERSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue