mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)
This commit is contained in:
parent
a378254186
commit
3102e24d83
@ -215,9 +215,9 @@ def library_recipes():
|
|||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.1.0h",
|
name="OpenSSL 1.1.0i",
|
||||||
url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz",
|
||||||
checksum='5271477e4d93f4ea032b665ef095ff24',
|
checksum='9495126aafd2659d357ea66a969c3fe1',
|
||||||
buildrecipe=build_universal_openssl,
|
buildrecipe=build_universal_openssl,
|
||||||
configure=None,
|
configure=None,
|
||||||
install=None,
|
install=None,
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
Update to OpenSSL 1.1.0i for macOS installer builds.
|
Loading…
Reference in New Issue
Block a user