diff options
author | Ned Deily <nad@acm.org> | 2015-03-05 17:34:24 -0800 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-03-05 17:34:24 -0800 |
commit | ac677f3fed61bf57252ecbde0094daeaf0af607e (patch) | |
tree | 658b30777194dd745d5d076aed811e814d617902 /Mac/BuildScript/build-installer.py | |
parent | 7bcf9a558817a4fce48b81cd9696aff9b961d978 (diff) | |
download | cpython-git-ac677f3fed61bf57252ecbde0094daeaf0af607e.tar.gz |
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
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 16576d5792..0ae1cb64ae 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.1l", - url="https://www.openssl.org/source/openssl-1.0.1l.tar.gz", - checksum='cdb22925fc9bc97ccbf1e007661f2aa6', + name="OpenSSL 1.0.2", + url="https://www.openssl.org/source/openssl-1.0.2.tar.gz", + checksum='38373013fc85c790aabf8837969c5eba', patches=[ "openssl_sdk_makedepend.patch", ], |