diff options
author | Ned Deily <nad@acm.org> | 2015-07-04 06:43:22 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-04 06:43:22 (GMT) |
commit | 704dde196c9cfe327bd6c40c576158d5c09545cd (patch) | |
tree | b9135f9ea02e1991adde3bf227bb4a4b8aa44f44 /Mac/BuildScript/build-installer.py | |
parent | f92673c25419d85e96b2aac084682bc109b68635 (diff) | |
parent | 0454d48e0213d0187e63f78673b31639e3ea94ea (diff) | |
download | cpython-704dde196c9cfe327bd6c40c576158d5c09545cd.zip cpython-704dde196c9cfe327bd6c40c576158d5c09545cd.tar.gz cpython-704dde196c9cfe327bd6c40c576158d5c09545cd.tar.bz2 |
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-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 47cbe3d..46ce84f 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -237,9 +237,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.0.2a", - url="https://www.openssl.org/source/openssl-1.0.2a.tar.gz", - checksum='a06c547dac9044161a477211049f60ef', + name="OpenSSL 1.0.2c", + url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz", + checksum='8c8d81a9ae7005276e486702edbcd4b6', patches=[ "openssl_sdk_makedepend.patch", ], |