From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 22 Apr 2020 03:00:27 +0000 (-0700) Subject: bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) X-Git-Tag: v3.8.3rc1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e51aab37e9af6fa0fe406fd56184a0aded28e11;p=thirdparty%2FPython%2Fcpython.git bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642) (cherry picked from commit 783a673f23c5e9ffafe12fe172e119dc0fa2abda) Co-authored-by: Ned Deily --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 31e80637d8a8..0ad7298e9824 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 000000000000..05c568190e7d --- /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.