[Python-checkins] bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)

miss-islington webhook-mailer at python.org
Mon Mar 1 03:00:17 EST 2021


https://github.com/python/cpython/commit/e2f6ed89aeaa0b723f45f914dba92e1b42518395
commit: e2f6ed89aeaa0b723f45f914dba92e1b42518395
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-03-01T00:00:08-08:00
summary:

bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)

(cherry picked from commit 0242494a156970186cbc4121ccf03aefbddea716)

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

files:
A Misc/NEWS.d/next/macOS/2021-02-28-22-49-46.bpo-41837.9fqyXC.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index d25c86bf7b453..f2717b614a74a 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -209,9 +209,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.1.1i",
-              url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
-              checksum='08987c3cf125202e2b0840035efb392c',
+              name="OpenSSL 1.1.1j",
+              url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz",
+              checksum='cccaa064ed860a2b4d1303811bf5c682',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2021-02-28-22-49-46.bpo-41837.9fqyXC.rst b/Misc/NEWS.d/next/macOS/2021-02-28-22-49-46.bpo-41837.9fqyXC.rst
new file mode 100644
index 0000000000000..5d32d87a5a97d
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2021-02-28-22-49-46.bpo-41837.9fqyXC.rst
@@ -0,0 +1 @@
+Update macOS installer build to use OpenSSL 1.1.1j.



More information about the Python-checkins mailing list