Browse Source
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
pull/24682/head
Ned Deily
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
3 deletions
-
Mac/BuildScript/build-installer.py
-
Misc/NEWS.d/next/macOS/2021-02-28-22-49-46.bpo-41837.9fqyXC.rst
|
|
|
@ -242,9 +242,9 @@ def library_recipes(): |
|
|
|
|
|
|
|
result.extend([ |
|
|
|
dict( |
|
|
|
name="OpenSSL 1.1.1i", |
|
|
|
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz", |
|
|
|
checksum='08987c3cf125202e2b0840035efb392c', |
|
|
|
name="OpenSSL 1.1.1j", |
|
|
|
url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz", |
|
|
|
checksum='cccaa064ed860a2b4d1303811bf5c682', |
|
|
|
buildrecipe=build_universal_openssl, |
|
|
|
configure=None, |
|
|
|
install=None, |
|
|
|
|
|
|
|
@ -0,0 +1 @@ |
|
|
|
Update macOS installer build to use OpenSSL 1.1.1j. |