From 3102e24d83315eee42a94c460956fbcb92ac510f Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 11 Sep 2018 08:52:40 -0700 Subject: [PATCH] bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) --- Mac/BuildScript/build-installer.py | 6 +++--- .../next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index d2b04d163ab..15488780327 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.0h", - url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz", - checksum='5271477e4d93f4ea032b665ef095ff24', + name="OpenSSL 1.1.0i", + url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz", + checksum='9495126aafd2659d357ea66a969c3fe1', buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst b/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst new file mode 100644 index 00000000000..3bc9c4c2a03 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst @@ -0,0 +1 @@ +Update to OpenSSL 1.1.0i for macOS installer builds.