From: Ned Deily Date: Tue, 11 Sep 2018 15:52:40 +0000 (-0700) Subject: bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) X-Git-Tag: v3.8.0a1~1059 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3102e24d83315eee42a94c460956fbcb92ac510f;p=thirdparty%2FPython%2Fcpython.git bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index d2b04d163ab4..15488780327e 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 000000000000..3bc9c4c2a037 --- /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.