diff options
author | Ned Deily <nad@acm.org> | 2015-07-04 06:35:00 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-04 06:35:00 (GMT) |
commit | 0454d48e0213d0187e63f78673b31639e3ea94ea (patch) | |
tree | 923addffccc14d7ff45145aff98b3737687d28db /Mac/BuildScript/build-installer.py | |
parent | a09ef0389badf6646e1d470d722880e6d5d65f33 (diff) | |
download | cpython-0454d48e0213d0187e63f78673b31639e3ea94ea.zip cpython-0454d48e0213d0187e63f78673b31639e3ea94ea.tar.gz cpython-0454d48e0213d0187e63f78673b31639e3ea94ea.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 8728289..7fe5512 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", ], |