diff options
author | Ned Deily <nad@python.org> | 2016-03-08 01:09:08 -0500 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-03-08 01:09:08 -0500 |
commit | f4d97ce1008e2f27c9b9ca636434d35d42098a2c (patch) | |
tree | 458f7892dd7327579ffc4a4b3bf1de23e46fdaad /Mac | |
parent | bec699e40d7e68d4039d2c1a352dcdb1661e77ef (diff) | |
download | cpython-git-f4d97ce1008e2f27c9b9ca636434d35d42098a2c.tar.gz |
Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.
Diffstat (limited to 'Mac')
-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 9177356bef..4e15f2dc8a 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -242,9 +242,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.0.2f", - url="https://www.openssl.org/source/openssl-1.0.2f.tar.gz", - checksum='b3bf73f507172be9292ea2a8c28b659d', + name="OpenSSL 1.0.2g", + url="https://www.openssl.org/source/openssl-1.0.2g.tar.gz", + checksum='f3c710c045cdee5fd114feb69feba7aa', patches=[ "openssl_sdk_makedepend.patch", ], |