[Python-checkins] bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)

Ned Deily webhook-mailer at python.org
Tue Sep 11 11:52:43 EDT 2018


https://github.com/python/cpython/commit/3102e24d83315eee42a94c460956fbcb92ac510f
commit: 3102e24d83315eee42a94c460956fbcb92ac510f
branch: master
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2018-09-11T08:52:40-07:00
summary:

bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)

files:
A Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index d2b04d163ab4..15488780327e 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -215,9 +215,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.1.0h",
-              url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
-              checksum='5271477e4d93f4ea032b665ef095ff24',
+              name="OpenSSL 1.1.0i",
+              url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz",
+              checksum='9495126aafd2659d357ea66a969c3fe1',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst b/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst
new file mode 100644
index 000000000000..3bc9c4c2a037
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst
@@ -0,0 +1 @@
+Update to OpenSSL 1.1.0i for macOS installer builds.



More information about the Python-checkins mailing list