summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-07-24 23:21:18 (GMT)
committerNed Deily <nad@acm.org>2015-07-24 23:21:18 (GMT)
commitf05b79dbd286f6723ee717c31766c97551e4e34d (patch)
tree92a77ecc244cbfcc393ac0abfecfc195f389a427 /Mac/BuildScript/build-installer.py
parent178f0b6ddcae040c235188b49c1f6defc76588ca (diff)
downloadcpython-f05b79dbd286f6723ee717c31766c97551e4e34d.zip
cpython-f05b79dbd286f6723ee717c31766c97551e4e34d.tar.gz
cpython-f05b79dbd286f6723ee717c31766c97551e4e34d.tar.bz2
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 7fe5512..74c9cfb 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",
],