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

https://bugs.python.org/issue35401
(cherry picked from commit 3ec982640f)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Islington (bot) 2018-12-10 21:43:17 -08:00 committed by GitHub
parent 9bb306d586
commit c37923ece7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

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

View File

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