bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#24084)

(cherry picked from commit 14097a2785)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Islington (bot) 2021-01-04 02:27:15 -08:00 committed by GitHub
parent ed2d3d15b2
commit f24ac45552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -209,9 +209,9 @@ def library_recipes():
result.extend([ result.extend([
dict( dict(
name="OpenSSL 1.1.1g", name="OpenSSL 1.1.1i",
url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz", url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
checksum='76766e98997660138cdaf13a187bd234', checksum='08987c3cf125202e2b0840035efb392c',
buildrecipe=build_universal_openssl, buildrecipe=build_universal_openssl,
configure=None, configure=None,
install=None, install=None,

View File

@ -0,0 +1 @@
Update macOS installer build to use OpenSSL 1.1.1i.