bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)

This commit is contained in:
Ned Deily 2020-04-21 22:41:33 -04:00 committed by GitHub
parent 75bedbe2ed
commit 783a673f23
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.1d",
url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
checksum='3be209000dbc7e1b95bcdf47980a3baa',
name="OpenSSL 1.1.1g",
url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
checksum='76766e98997660138cdaf13a187bd234',
buildrecipe=build_universal_openssl,
configure=None,
install=None,

View File

@ -0,0 +1 @@
Update macOS installer builds to use OpenSSL 1.1.1g.