diff options
author | Christian Heimes <christian@python.org> | 2022-03-15 20:34:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 20:34:49 (GMT) |
commit | 513911b359c88df2b32d0bc2776438f52d5e4584 (patch) | |
tree | 653cb97395f950be4d1d779075d5c87f8b20843f /Mac | |
parent | 32ae9ab55f2cd97b5a28d5398c4820d8bc96f30c (diff) | |
download | cpython-513911b359c88df2b32d0bc2776438f52d5e4584.zip cpython-513911b359c88df2b32d0bc2776438f52d5e4584.tar.gz cpython-513911b359c88df2b32d0bc2776438f52d5e4584.tar.bz2 |
[3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>.
Co-authored-by: Christian Heimes <christian@python.org>.
Co-authored-by: Christian Heimes <christian@python.org>
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 47a0105..9909679 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -244,9 +244,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, |