mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
This commit is contained in:
parent
099f756141
commit
af0a50de4b
8 changed files with 17 additions and 16 deletions
|
|
@ -246,9 +246,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.1m",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1m.tar.gz",
|
||||
checksum='8ec70f665c145c3103f6e330f538a9db',
|
||||
name="OpenSSL 1.1.1n",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1n.tar.gz",
|
||||
checksum='2aad5635f9bb338bc2c6b7d19cbc9676',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue