summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-04 17:21:21 -0700
committerNed Deily <nad@python.org>2016-06-04 17:21:21 -0700
commitd6ab1cc05b21b3803014c6dae71a1604da703229 (patch)
tree05a5fae24b49fd2c3646b298c3669c226ae7f5e8 /Mac
parent80175d028d8420dc93c39e0d572b5518439763a3 (diff)
downloadcpython-d6ab1cc05b21b3803014c6dae71a1604da703229.tar.gz
Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.
Diffstat (limited to 'Mac')
-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 4e15f2dc8a..d09da2f2f3 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.2g",
- url="https://www.openssl.org/source/openssl-1.0.2g.tar.gz",
- checksum='f3c710c045cdee5fd114feb69feba7aa',
+ name="OpenSSL 1.0.2h",
+ url="https://www.openssl.org/source/openssl-1.0.2h.tar.gz",
+ checksum='9392e65072ce4b614c1392eefc1f23d0',
patches=[
"openssl_sdk_makedepend.patch",
],