diff options
author | Ned Deily <nad@acm.org> | 2015-03-19 23:21:10 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-03-19 23:21:10 (GMT) |
commit | f0c6cd3581831cb5f10fe8244bffb9c5f2a754b2 (patch) | |
tree | 505f0ec2020b97312fc922e317ee99011f2c6d1a /Mac/BuildScript/build-installer.py | |
parent | 64c439d3aefc5da807793a204b420fdd39ab060e (diff) | |
download | cpython-f0c6cd3581831cb5f10fe8244bffb9c5f2a754b2.zip cpython-f0c6cd3581831cb5f10fe8244bffb9c5f2a754b2.tar.gz cpython-f0c6cd3581831cb5f10fe8244bffb9c5f2a754b2.tar.bz2 |
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
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 0ae1cb6..8728289 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.2", - url="https://www.openssl.org/source/openssl-1.0.2.tar.gz", - checksum='38373013fc85c790aabf8837969c5eba', + name="OpenSSL 1.0.2a", + url="https://www.openssl.org/source/openssl-1.0.2a.tar.gz", + checksum='a06c547dac9044161a477211049f60ef', patches=[ "openssl_sdk_makedepend.patch", ], |