diff options
author | Ned Deily <nad@acm.org> | 2015-07-04 06:32:44 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-04 06:32:44 (GMT) |
commit | 14f233e64ada4e5007c75bc08fcb4c612bdbeba8 (patch) | |
tree | 72fded55f129391f34352cb9a0ca9d217c4d9611 /Mac/BuildScript/build-installer.py | |
parent | e07993624117e7f722ee167138728ec54eaaaac0 (diff) | |
download | cpython-14f233e64ada4e5007c75bc08fcb4c612bdbeba8.zip cpython-14f233e64ada4e5007c75bc08fcb4c612bdbeba8.tar.gz cpython-14f233e64ada4e5007c75bc08fcb4c612bdbeba8.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", ], |