mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
This commit is contained in:
parent
75bedbe2ed
commit
783a673f23
2 changed files with 4 additions and 3 deletions
|
@ -215,9 +215,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.1d",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
|
||||
checksum='3be209000dbc7e1b95bcdf47980a3baa',
|
||||
name="OpenSSL 1.1.1g",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
|
||||
checksum='76766e98997660138cdaf13a187bd234',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue