diff options
author | Christian Heimes <christian@python.org> | 2022-03-15 20:03:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 20:03:04 (GMT) |
commit | af0a50de4b77dc774fcfdf5468ec320b08bfb53b (patch) | |
tree | 6fa06a4bda3b96402a50249e3dc92017f8013be7 /Mac | |
parent | 099f75614100e88ed90b68d20a51a8d9c22f81a7 (diff) | |
download | cpython-af0a50de4b77dc774fcfdf5468ec320b08bfb53b.zip cpython-af0a50de4b77dc774fcfdf5468ec320b08bfb53b.tar.gz cpython-af0a50de4b77dc774fcfdf5468ec320b08bfb53b.tar.bz2 |
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 4a115e1..27719b8 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -246,9 +246,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.1.1m", - url="https://www.openssl.org/source/openssl-1.1.1m.tar.gz", - checksum='8ec70f665c145c3103f6e330f538a9db', + name="OpenSSL 1.1.1n", + url="https://www.openssl.org/source/openssl-1.1.1n.tar.gz", + checksum='2aad5635f9bb338bc2c6b7d19cbc9676', buildrecipe=build_universal_openssl, configure=None, install=None, |