summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-04-22 03:00:27 (GMT)
committerGitHub <noreply@github.com>2020-04-22 03:00:27 (GMT)
commit9e51aab37e9af6fa0fe406fd56184a0aded28e11 (patch)
tree1b947b1d7a9263507af22958f49bf41bd9d71fc5 /Mac
parent7d65c045dec90d6632b90d82dd4fb5913135ac6e (diff)
downloadcpython-9e51aab37e9af6fa0fe406fd56184a0aded28e11.zip
cpython-9e51aab37e9af6fa0fe406fd56184a0aded28e11.tar.gz
cpython-9e51aab37e9af6fa0fe406fd56184a0aded28e11.tar.bz2
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
(cherry picked from commit 783a673f23c5e9ffafe12fe172e119dc0fa2abda) 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 31e8063..0ad7298 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.1d",
- url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
- checksum='3be209000dbc7e1b95bcdf47980a3baa',
+ name="OpenSSL 1.1.1g",
+ url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
+ checksum='76766e98997660138cdaf13a187bd234',
buildrecipe=build_universal_openssl,
configure=None,
install=None,