mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)
This commit is contained in:
parent
ef5ce884a4
commit
b405752dab
2 changed files with 4 additions and 3 deletions
|
@ -215,9 +215,9 @@ def library_recipes():
|
||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.1.0g",
|
name="OpenSSL 1.1.0h",
|
||||||
url="https://www.openssl.org/source/openssl-1.1.0g.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
|
||||||
checksum='ba5f1b8b835b88cadbce9b35ed9531a6',
|
checksum='5271477e4d93f4ea032b665ef095ff24',
|
||||||
buildrecipe=build_universal_openssl,
|
buildrecipe=build_universal_openssl,
|
||||||
configure=None,
|
configure=None,
|
||||||
install=None,
|
install=None,
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Update macOS installer build to use OpenSSL 1.1.0h.
|
Loading…
Add table
Add a link
Reference in a new issue