[Python-checkins] bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171)

Ned Deily webhook-mailer at python.org
Sun Sep 15 23:36:05 EDT 2019


https://github.com/python/cpython/commit/8dd358caf0d3f300ee64799812a020fe0de53637
commit: 8dd358caf0d3f300ee64799812a020fe0de53637
branch: 2.7
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2019-09-16T04:35:55+01:00
summary:

bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171)

files:
A Misc/NEWS.d/next/macOS/2019-09-15-21-45-15.bpo-38117._U9F2r.rst
M Mac/BuildScript/build-installer.py

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.



More information about the Python-checkins mailing list