summaryrefslogtreecommitdiff
path: root/Mac/BuildScript/build-installer.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-07-24 16:21:18 -0700
committerNed Deily <nad@acm.org>2015-07-24 16:21:18 -0700
commit61c7413dd6db740b29d2d7c6b8a56f2c8487da63 (patch)
tree2e90786cde93371a9dc310e7a55d7ab97188c042 /Mac/BuildScript/build-installer.py
parentccfb28ab3462eaca81996ef65d150e76b47a96a2 (diff)
downloadcpython-61c7413dd6db740b29d2d7c6b8a56f2c8487da63.tar.gz
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-rwxr-xr-xMac/BuildScript/build-installer.py6
1 files changed, 3 insertions, 3 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",
],