mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
[3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>. Co-authored-by: Christian Heimes <christian@python.org>. Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
32ae9ab55f
commit
513911b359
8 changed files with 16 additions and 15 deletions
|
|
@ -244,9 +244,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