summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-04-07 00:02:40 -0700
committerNed Deily <nad@python.org>2018-04-07 03:02:40 -0400
commit12d1dcd1f8ec0a2f3d8c325aa8e3f2f05b75b188 (patch)
treec3a2548e8489699f2b58f7d1fbe6e8b5fbc78b90 /Mac
parent98e8ac8d82202aae32961f10b1014641ae1fffbf (diff)
downloadcpython-git-12d1dcd1f8ec0a2f3d8c325aa8e3f2f05b75b188.tar.gz
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407) (GH-6409)
(cherry picked from commit b405752dab95fa5dc65a19d94e798844d0378c61) Co-authored-by: Ned Deily <nad@python.org>
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 d2e88d896c..68868d97a6 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,