diff options
author | Ned Deily <nad@acm.org> | 2015-07-24 16:21:18 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-24 16:21:18 -0700 |
commit | 61c7413dd6db740b29d2d7c6b8a56f2c8487da63 (patch) | |
tree | 2e90786cde93371a9dc310e7a55d7ab97188c042 /Mac | |
parent | ccfb28ab3462eaca81996ef65d150e76b47a96a2 (diff) | |
download | cpython-61c7413dd6db740b29d2d7c6b8a56f2c8487da63.tar.gz |
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 | ||||
-rw-r--r-- | Mac/BuildScript/openssl_sdk_makedepend.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 7fe5512af5..74c9cfb9e7 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.2c", - url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz", - checksum='8c8d81a9ae7005276e486702edbcd4b6', + name="OpenSSL 1.0.2d", + url="https://www.openssl.org/source/openssl-1.0.2d.tar.gz", + checksum='38dd619b2e77cbac69b99f52a053d25a', patches=[ "openssl_sdk_makedepend.patch", ], diff --git a/Mac/BuildScript/openssl_sdk_makedepend.patch b/Mac/BuildScript/openssl_sdk_makedepend.patch index 74d712115b..86a0f2f4d5 100644 --- a/Mac/BuildScript/openssl_sdk_makedepend.patch +++ b/Mac/BuildScript/openssl_sdk_makedepend.patch @@ -2,7 +2,7 @@ # Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43 # openssl_sdk_makedepend.patch # -# using openssl 1.0.2c +# using openssl 1.0.2d # # - support building with an OS X SDK # - allow "make depend" to use compilers with names other than "gcc" |