]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#24084)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Jan 2021 10:27:15 +0000 (02:27 -0800)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 10:27:15 +0000 (05:27 -0500)
(cherry picked from commit 14097a2785414c728d41d8d730a469a8c46ecdb9)

Co-authored-by: Ned Deily <nad@python.org>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2021-01-04-00-48-08.bpo-41837.dX-unJ.rst [new file with mode: 0644]

index eeb46990814bdba0b6cfdb67dfae1f12e25275a4..7ef3753ad575752a5a9c11c66eda143075fc1f96 100755 (executable)
@@ -209,9 +209,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.1.1g",
-              url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
-              checksum='76766e98997660138cdaf13a187bd234',
+              name="OpenSSL 1.1.1i",
+              url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
+              checksum='08987c3cf125202e2b0840035efb392c',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2021-01-04-00-48-08.bpo-41837.dX-unJ.rst b/Misc/NEWS.d/next/macOS/2021-01-04-00-48-08.bpo-41837.dX-unJ.rst
new file mode 100644 (file)
index 0000000..3f9415f
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer build to use OpenSSL 1.1.1i.