[Python-checkins] bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198)

Ned Deily webhook-mailer at python.org
Tue Jun 18 06:48:58 EDT 2019


https://github.com/python/cpython/commit/a5b1b222077870f194ca7c8c0326eeda014f0452
commit: a5b1b222077870f194ca7c8c0326eeda014f0452
branch: 2.7
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2019-06-18T06:48:53-04:00
summary:

bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198)

files:
A Misc/NEWS.d/next/macOS/2019-06-18-05-39-01.bpo-34631.StdZhE.rst
M Mac/BuildScript/build-installer.py

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.



More information about the Python-checkins mailing list