summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-09-16 03:38:27 +0100
committerGitHub <noreply@github.com>2019-09-16 03:38:27 +0100
commit24d1597e430498ebe2d3d18fba2cacb3957b494d (patch)
treecafa9e87678def0748d2e442755590319d4ab049 /Mac
parentc717c73fa33a2f3591442059eaf6e7a673e2c725 (diff)
downloadcpython-git-24d1597e430498ebe2d3d18fba2cacb3957b494d.tar.gz
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
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 88e3432220..0dd53647dd 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.1c",
- url="https://www.openssl.org/source/openssl-1.1.1c.tar.gz",
- checksum='15e21da6efe8aa0e0768ffd8cd37a5f6',
+ name="OpenSSL 1.1.1d",
+ url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
+ checksum='3be209000dbc7e1b95bcdf47980a3baa',
buildrecipe=build_universal_openssl,
configure=None,
install=None,