diff options
author | 2018-12-11 00:24:06 -0500 | |
---|---|---|
committer | 2018-12-10 21:24:06 -0800 | |
commit | 3ec982640f89f6ce56dd2699a81e0bd834ae0c95 (patch) | |
tree | e88ede06a56a75151b86cdb4447f52d31e366f18 /Mac | |
parent | bpo-34977: Remove unused preprocessor definition (GH-11092) (diff) | |
download | cpython-3ec982640f89f6ce56dd2699a81e0bd834ae0c95.tar.gz cpython-3ec982640f89f6ce56dd2699a81e0bd834ae0c95.tar.bz2 cpython-3ec982640f89f6ce56dd2699a81e0bd834ae0c95.zip |
bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)
https://bugs.python.org/issue35401
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 15488780327..d5502088392 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -215,9 +215,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.1.0i", - url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz", - checksum='9495126aafd2659d357ea66a969c3fe1', + name="OpenSSL 1.1.0j", + url="https://www.openssl.org/source/openssl-1.1.0j.tar.gz", + checksum='b4ca5b78ae6ae79da80790b30dbedbdc', buildrecipe=build_universal_openssl, configure=None, install=None, |