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

https://bugs.python.org/issue35401
This commit is contained in:
Ned Deily 2018-12-11 00:24:06 -05:00 committed by Miss Islington (bot)
parent d5a6a389d4
commit 3ec982640f
2 changed files with 4 additions and 3 deletions

View File

@ -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,

View File

@ -0,0 +1 @@
Update macOS installer to use OpenSSL 1.1.0j.