bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)

This commit is contained in:
Ned Deily 2019-09-16 03:38:27 +01:00 committed by GitHub
parent c717c73fa3
commit 24d1597e43
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([ result.extend([
dict( dict(
name="OpenSSL 1.1.1c", name="OpenSSL 1.1.1d",
url="https://www.openssl.org/source/openssl-1.1.1c.tar.gz", url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
checksum='15e21da6efe8aa0e0768ffd8cd37a5f6', checksum='3be209000dbc7e1b95bcdf47980a3baa',
buildrecipe=build_universal_openssl, buildrecipe=build_universal_openssl,
configure=None, configure=None,
install=None, install=None,

View File

@ -0,0 +1 @@
Updated OpenSSL to 1.1.1d in macOS installer.