]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171)
authorNed Deily <nad@python.org>
Mon, 16 Sep 2019 03:35:55 +0000 (04:35 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2019 03:35:55 +0000 (04:35 +0100)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2019-09-15-21-45-15.bpo-38117._U9F2r.rst [new file with mode: 0644]

index e24d28e97e9e7ae6b8e2b12ad5a4a1ae0ea83314..3edd947f0df14f967ad1f8ea31ccbfe2cfe822ac 100755 (executable)
@@ -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 (file)
index 0000000..dd9840d
--- /dev/null
@@ -0,0 +1 @@
+Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x.