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

ned-deily webhook-mailer at python.org
Mon Mar 1 02:39:21 EST 2021


https://github.com/python/cpython/commit/0242494a156970186cbc4121ccf03aefbddea716
commit: 0242494a156970186cbc4121ccf03aefbddea716
branch: master
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2021-03-01T02:39:08-05:00
summary:

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

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 ef64502ab780c..864661ec9e1b6 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -242,9 +242,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