]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Mar 2021 08:00:08 +0000 (00:00 -0800)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 08:00:08 +0000 (00:00 -0800)
(cherry picked from commit 0242494a156970186cbc4121ccf03aefbddea716)

Co-authored-by: Ned Deily <nad@python.org>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2021-02-28-22-49-46.bpo-41837.9fqyXC.rst [new file with mode: 0644]

index d25c86bf7b453bbee4572217983c45b0e0b99f22..f2717b614a74abf91a750b63fe24624beb46d74b 100755 (executable)
@@ -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 (file)
index 0000000..5d32d87
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer build to use OpenSSL 1.1.1j.