mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.9] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101751)
Fixes CVE-2023-0286 (High) and a couple of Medium security issues. https://www.openssl.org/news/secadv/20230207.txt Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
c25b484e82
commit
bf99e19b99
9 changed files with 37 additions and 26 deletions
|
|
@ -244,9 +244,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.1n",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1n.tar.gz",
|
||||
checksum='2aad5635f9bb338bc2c6b7d19cbc9676',
|
||||
name="OpenSSL 1.1.1t",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1t.tar.gz",
|
||||
checksum='1cfee919e0eac6be62c88c5ae8bcd91e',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue