diff options
| author | Ned Deily <nad@python.org> | 2016-02-15 05:44:38 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2016-02-15 05:44:38 (GMT) |
| commit | 203ce927f529a2f72e7c4cca574abd8ef1605b52 (patch) | |
| tree | 38469bb11e03afcf296921a8afe7e9471aacd663 /Mac/BuildScript/build-installer.py | |
| parent | 4177e7c38e06fb9feec76d1cdc7db4899eb20615 (diff) | |
| download | cpython-203ce927f529a2f72e7c4cca574abd8ef1605b52.zip cpython-203ce927f529a2f72e7c4cca574abd8ef1605b52.tar.gz cpython-203ce927f529a2f72e7c4cca574abd8ef1605b52.tar.bz2 | |
Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.
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 8baa8c3..609aaf2 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.2e", - url="https://www.openssl.org/source/openssl-1.0.2e.tar.gz", - checksum='5262bfa25b60ed9de9f28d5d52d77fc5', + name="OpenSSL 1.0.2f", + url="https://www.openssl.org/source/openssl-1.0.2f.tar.gz", + checksum='b3bf73f507172be9292ea2a8c28b659d', patches=[ "openssl_sdk_makedepend.patch", ], |
