mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
c66fc0fb53
commit
fc54e722a2
9 changed files with 17 additions and 75 deletions
|
@ -246,10 +246,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.1l",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1l.tar.gz",
|
||||
checksum='ac0d4387f3ba0ad741b0580dd45f6ff3',
|
||||
patches=['0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch'],
|
||||
name="OpenSSL 1.1.1m",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1m.tar.gz",
|
||||
checksum='8ec70f665c145c3103f6e330f538a9db',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue