]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) (#108122)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Aug 2023 23:02:12 +0000 (16:02 -0700)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2023 23:02:12 +0000 (19:02 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2023-08-12-13-33-57.gh-issue-107565.SJwqf4.rst [new file with mode: 0644]

index 71fbe3c0777e1b3934446799d136d558c6f267a4..c10daa0a2dd07c2f9972aff5d5d1e34d13e93050 100755 (executable)
@@ -246,9 +246,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 3.0.9",
-              url="https://www.openssl.org/source/openssl-3.0.9.tar.gz",
-              checksum='eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90',
+              name="OpenSSL 3.0.10",
+              url="https://www.openssl.org/source/openssl-3.0.10.tar.gz",
+              checksum='1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2023-08-12-13-33-57.gh-issue-107565.SJwqf4.rst b/Misc/NEWS.d/next/macOS/2023-08-12-13-33-57.gh-issue-107565.SJwqf4.rst
new file mode 100644 (file)
index 0000000..c238c47
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.0.10.