From e2e2122b53cd8e54adabc277e2e4ffd8e4428474 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 21 Apr 2020 19:47:29 -0400 Subject: [PATCH] bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. --- Mac/BuildScript/build-installer.py | 6 +++--- .../next/macOS/2020-04-21-19-46-35.bpo-40164.6HA6IC.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Misc/NEWS.d/next/macOS/2020-04-21-19-46-35.bpo-40164.6HA6IC.rst diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 0d69c04ba26b24..956d94407a18ec 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, diff --git a/Misc/NEWS.d/next/macOS/2020-04-21-19-46-35.bpo-40164.6HA6IC.rst b/Misc/NEWS.d/next/macOS/2020-04-21-19-46-35.bpo-40164.6HA6IC.rst new file mode 100644 index 00000000000000..05c568190e7d8d --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2020-04-21-19-46-35.bpo-40164.6HA6IC.rst @@ -0,0 +1 @@ +Update macOS installer builds to use OpenSSL 1.1.1g.