bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)

This commit is contained in:
Ned Deily 2018-09-11 08:52:40 -07:00 committed by GitHub
parent a378254186
commit 3102e24d83
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.0h",
url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
checksum='5271477e4d93f4ea032b665ef095ff24',
name="OpenSSL 1.1.0i",
url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz",
checksum='9495126aafd2659d357ea66a969c3fe1',
buildrecipe=build_universal_openssl,
configure=None,
install=None,

View file

@ -0,0 +1 @@
Update to OpenSSL 1.1.0i for macOS installer builds.