summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-04 17:19:54 -0700
committerNed Deily <nad@python.org>2016-06-04 17:19:54 -0700
commit966d2991739731fbe68a3964a5ea058a612abf22 (patch)
tree62e918f0542d82feea437be9fd942687de9fd24f /Mac
parent75c6b9bdf6defdb80e69abe6c38a069225393af6 (diff)
downloadcpython-git-966d2991739731fbe68a3964a5ea058a612abf22.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 2304fef3ab..553d64e597 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",
],