]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.10. (#110004)
authorNed Deily <nad@python.org>
Thu, 28 Sep 2023 15:20:36 +0000 (11:20 -0400)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2023 15:20:36 +0000 (17:20 +0200)
gh-109991: Update macOS installer to use OpenSSL 3.0.10.

(cherry picked from commit 884cd180876f60dc65bf00e33c0435be9918e410)

Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2023-09-27-22-35-22.gh-issue-109991.-xJzaF.rst [new file with mode: 0644]

index c108ee21a7a2a3b65dacf4c0ce0dfa16420cd20b..c54de880c2036082186e43a0115712ec0e574259 100755 (executable)
@@ -246,9 +246,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 3.0.10",
-              url="https://www.openssl.org/source/openssl-3.0.10.tar.gz",
-              checksum='1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323',
+              name="OpenSSL 3.0.11",
+              url="https://www.openssl.org/source/openssl-3.0.11.tar.gz",
+              checksum='b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2023-09-27-22-35-22.gh-issue-109991.-xJzaF.rst b/Misc/NEWS.d/next/macOS/2023-09-27-22-35-22.gh-issue-109991.-xJzaF.rst
new file mode 100644 (file)
index 0000000..8d36998
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.0.11.