From: Ned Deily Date: Mon, 16 Sep 2019 03:35:55 +0000 (+0100) Subject: bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171) X-Git-Tag: v2.7.17rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd358caf0d3f300ee64799812a020fe0de53637;p=thirdparty%2FPython%2Fcpython.git bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index e24d28e97e9e..3edd947f0df1 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 000000000000..dd9840da084d --- /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.