diff options
author | Christian Heimes <christian@python.org> | 2021-03-30 08:58:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 08:58:06 (GMT) |
commit | cd82d592063aa03dcc238dcc5222bd47ee0eb438 (patch) | |
tree | 1044fc67129d5c4934a782da47bf4c3aaecd5b09 /Mac | |
parent | f79577ddbd7c87b6cc1810e98ee4eaca7ae50699 (diff) | |
download | cpython-cd82d592063aa03dcc238dcc5222bd47ee0eb438.zip cpython-cd82d592063aa03dcc238dcc5222bd47ee0eb438.tar.gz cpython-cd82d592063aa03dcc238dcc5222bd47ee0eb438.tar.bz2 |
[3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)
Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran.
(cherry picked from commit a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef)
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 864661e..25a6a24 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -242,9 +242,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.1.1j", - url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz", - checksum='cccaa064ed860a2b4d1303811bf5c682', + name="OpenSSL 1.1.1k", + url="https://www.openssl.org/source/openssl-1.1.1k.tar.gz", + checksum='c4e7d95f782b08116afa27b30393dd27', buildrecipe=build_universal_openssl, configure=None, install=None, |