summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-04-07 06:36:02 (GMT)
committerGitHub <noreply@github.com>2018-04-07 06:36:02 (GMT)
commitb405752dab95fa5dc65a19d94e798844d0378c61 (patch)
treed6b674d5fbb1920b9c1b11c23ef7422ee5b1ee63 /Mac
parentef5ce884a41c8553a7eff66ebace908c1dcc1f89 (diff)
downloadcpython-b405752dab95fa5dc65a19d94e798844d0378c61.zip
cpython-b405752dab95fa5dc65a19d94e798844d0378c61.tar.gz
cpython-b405752dab95fa5dc65a19d94e798844d0378c61.tar.bz2
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)
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 d2e88d8..68868d9 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -215,9 +215,9 @@ def library_recipes():
result.extend([
dict(
- name="OpenSSL 1.1.0g",
- url="https://www.openssl.org/source/openssl-1.1.0g.tar.gz",
- checksum='ba5f1b8b835b88cadbce9b35ed9531a6',
+ name="OpenSSL 1.1.0h",
+ url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
+ checksum='5271477e4d93f4ea032b665ef095ff24',
buildrecipe=build_universal_openssl,
configure=None,
install=None,