mirror of
https://github.com/python/cpython.git
synced 2025-10-04 06:06:44 +00:00
[3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)
Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran.
(cherry picked from commit a54fc683f2
)
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
f79577ddbd
commit
cd82d59206
11 changed files with 18 additions and 17 deletions
|
@ -242,9 +242,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.1j",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz",
|
||||
checksum='cccaa064ed860a2b4d1303811bf5c682',
|
||||
name="OpenSSL 1.1.1k",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1k.tar.gz",
|
||||
checksum='c4e7d95f782b08116afa27b30393dd27',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue