From: Ned Deily Date: Tue, 18 Jun 2019 10:48:53 +0000 (-0400) Subject: bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198) X-Git-Tag: v2.7.17rc1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b1b222077870f194ca7c8c0326eeda014f0452;p=thirdparty%2FPython%2Fcpython.git bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 58d798476488..e24d28e97e9e 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.2q", - url="https://www.openssl.org/source/openssl-1.0.2q.tar.gz", - checksum='7563e1ce046cb21948eeb6ba1a0eb71c', + name="OpenSSL 1.0.2s", + url="https://www.openssl.org/source/openssl-1.0.2s.tar.gz", + checksum='98ec4e085962689b91d25e1dcdfc14a2', buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/macOS/2019-06-18-05-39-01.bpo-34631.StdZhE.rst b/Misc/NEWS.d/next/macOS/2019-06-18-05-39-01.bpo-34631.StdZhE.rst new file mode 100644 index 000000000000..2b62a469a6c0 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2019-06-18-05-39-01.bpo-34631.StdZhE.rst @@ -0,0 +1 @@ +Updated OpenSSL to 1.0.2s in macOS installer.