From 346b7c928b82d9da8f6654391e9cfe55625dcfac Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 15 Sep 2019 19:57:28 -0700 Subject: [PATCH] bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) (cherry picked from commit 24d1597e430498ebe2d3d18fba2cacb3957b494d) Co-authored-by: Ned Deily --- Mac/BuildScript/build-installer.py | 6 +++--- .../next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Misc/NEWS.d/next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst 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, diff --git a/Misc/NEWS.d/next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst b/Misc/NEWS.d/next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst new file mode 100644 index 0000000000..644f147c95 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst @@ -0,0 +1 @@ +Updated OpenSSL to 1.1.1d in macOS installer. -- 2.50.1