Kaydet (Commit) 3ec98264 authored tarafından Ned Deily's avatar Ned Deily Kaydeden (comit) Miss Islington (bot)

bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)



https://bugs.python.org/issue35401
üst d5a6a389
...@@ -215,9 +215,9 @@ def library_recipes(): ...@@ -215,9 +215,9 @@ def library_recipes():
result.extend([ result.extend([
dict( dict(
name="OpenSSL 1.1.0i", name="OpenSSL 1.1.0j",
url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz", url="https://www.openssl.org/source/openssl-1.1.0j.tar.gz",
checksum='9495126aafd2659d357ea66a969c3fe1', checksum='b4ca5b78ae6ae79da80790b30dbedbdc',
buildrecipe=build_universal_openssl, buildrecipe=build_universal_openssl,
configure=None, configure=None,
install=None, install=None,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment