diff options
author | Ned Deily <nad@python.org> | 2019-09-16 02:38:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-16 02:38:27 (GMT) |
commit | 24d1597e430498ebe2d3d18fba2cacb3957b494d (patch) | |
tree | cafa9e87678def0748d2e442755590319d4ab049 /Mac | |
parent | c717c73fa33a2f3591442059eaf6e7a673e2c725 (diff) | |
download | cpython-24d1597e430498ebe2d3d18fba2cacb3957b494d.zip cpython-24d1597e430498ebe2d3d18fba2cacb3957b494d.tar.gz cpython-24d1597e430498ebe2d3d18fba2cacb3957b494d.tar.bz2 |
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
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 88e3432..0dd5364 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, |