From 8dd358caf0d3f300ee64799812a020fe0de53637 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 16 Sep 2019 04:35:55 +0100 Subject: bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171) --- Mac/BuildScript/build-installer.py | 6 +++--- Misc/NEWS.d/next/macOS/2019-09-15-21-45-15.bpo-38117._U9F2r.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Misc/NEWS.d/next/macOS/2019-09-15-21-45-15.bpo-38117._U9F2r.rst diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index e24d28e..3edd947 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -213,9 +213,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.0.2s", - url="https://www.openssl.org/source/openssl-1.0.2s.tar.gz", - checksum='98ec4e085962689b91d25e1dcdfc14a2', + name="OpenSSL 1.0.2t", + url="https://www.openssl.org/source/openssl-1.0.2t.tar.gz", + checksum='ef66581b80f06eae42f5268bc0b50c6d', buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/macOS/2019-09-15-21-45-15.bpo-38117._U9F2r.rst b/Misc/NEWS.d/next/macOS/2019-09-15-21-45-15.bpo-38117._U9F2r.rst new file mode 100644 index 0000000..dd9840d --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2019-09-15-21-45-15.bpo-38117._U9F2r.rst @@ -0,0 +1 @@ +Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. -- cgit v0.12