[Python-checkins] bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)

Miss Islington (bot) webhook-mailer at python.org
Tue Dec 11 00:43:22 EST 2018


https://github.com/python/cpython/commit/c37923ece75721c21b06f7e3645d2838c2452e18
commit: c37923ece75721c21b06f7e3645d2838c2452e18
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-12-10T21:43:17-08:00
summary:

bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)


https://bugs.python.org/issue35401
(cherry picked from commit 3ec982640f89f6ce56dd2699a81e0bd834ae0c95)

Co-authored-by: Ned Deily <nad at python.org>

files:
A Misc/NEWS.d/next/macOS/2018-12-09-13-56-49.bpo-35401.n8B7X1.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 15488780327e..d55020883928 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.0i",
-              url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz",
-              checksum='9495126aafd2659d357ea66a969c3fe1',
+              name="OpenSSL 1.1.0j",
+              url="https://www.openssl.org/source/openssl-1.1.0j.tar.gz",
+              checksum='b4ca5b78ae6ae79da80790b30dbedbdc',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-12-09-13-56-49.bpo-35401.n8B7X1.rst b/Misc/NEWS.d/next/macOS/2018-12-09-13-56-49.bpo-35401.n8B7X1.rst
new file mode 100644
index 000000000000..bfe41bd67ff6
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2018-12-09-13-56-49.bpo-35401.n8B7X1.rst
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 1.1.0j.



More information about the Python-checkins mailing list