bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171)

This commit is contained in:
Ned Deily 2019-09-16 04:35:55 +01:00 committed by GitHub
parent 4cbcd2f8c4
commit 8dd358caf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -213,9 +213,9 @@ def library_recipes():
result.extend([ result.extend([
dict( dict(
name="OpenSSL 1.0.2s", name="OpenSSL 1.0.2t",
url="https://www.openssl.org/source/openssl-1.0.2s.tar.gz", url="https://www.openssl.org/source/openssl-1.0.2t.tar.gz",
checksum='98ec4e085962689b91d25e1dcdfc14a2', checksum='ef66581b80f06eae42f5268bc0b50c6d',
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.0.2t in macOS installer for 2.7.x.