diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2021-12-22 07:50:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 21:20:16 -0500 |
commit | fc54e722a2e66971f1a8e16cff24c844bf9c5ac4 (patch) | |
tree | 90836b2ddd64dacdadfbaf7dadd73439a4d67be1 /Mac/BuildScript/build-installer.py | |
parent | c66fc0fb53b5316dc325fde3bc738890515d38a4 (diff) | |
download | cpython-git-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.tar.gz |
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 5365f62bf3..0f8924bb72 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -246,10 +246,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.1.1l", - url="https://www.openssl.org/source/openssl-1.1.1l.tar.gz", - checksum='ac0d4387f3ba0ad741b0580dd45f6ff3', - patches=['0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch'], + name="OpenSSL 1.1.1m", + url="https://www.openssl.org/source/openssl-1.1.1m.tar.gz", + checksum='8ec70f665c145c3103f6e330f538a9db', buildrecipe=build_universal_openssl, configure=None, install=None, |