bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)
https://bugs.python.org/issue35401
This commit is contained in:
parent
d5a6a389d4
commit
3ec982640f
|
@ -215,9 +215,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.0i",
|
||||
url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz",
|
||||
checksum='9495126aafd2659d357ea66a969c3fe1',
|
||||
name="OpenSSL 1.1.0j",
|
||||
url="https://www.openssl.org/source/openssl-1.1.0j.tar.gz",
|
||||
checksum='b4ca5b78ae6ae79da80790b30dbedbdc',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to use OpenSSL 1.1.0j.
|
Loading…
Reference in New Issue