diff options
author | Ned Deily <nad@python.org> | 2016-06-04 17:24:01 -0700 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-06-04 17:24:01 -0700 |
commit | f39571ed64ebcedf1b27c7453aef8680ef8a2b23 (patch) | |
tree | 2429ccc0616e0bfb9ec98e8f57093e90cd2cb824 /Mac | |
parent | ae683657b708b38b6ddff4afeb1d21fc908d67d0 (diff) | |
parent | 92b4b5a863bcdc09150bf3668092e4ceb7abec44 (diff) | |
download | cpython-git-f39571ed64ebcedf1b27c7453aef8680ef8a2b23.tar.gz |
Issue #26930: merge from 3.5
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 |
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", ], |