]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-149254: Update macOS installer to use OpenSSL 3.5.6. (GH-149438)
authorNed Deily <nad@python.org>
Sat, 16 May 2026 20:56:00 +0000 (13:56 -0700)
committerGitHub <noreply@github.com>
Sat, 16 May 2026 20:56:00 +0000 (15:56 -0500)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2026-05-05-18-08-49.gh-issue-149254.kXdWpS.rst [new file with mode: 0644]

index 50b22124ec026f237dedba65fc7c3243e10d20c8..c3394c4596ecbd08890a25e49545df9a8c84b724 100755 (executable)
@@ -246,9 +246,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 3.0.20",
-              url="https://github.com/openssl/openssl/releases/download/openssl-3.0.20/openssl-3.0.20.tar.gz",
-              checksum='c80a01dfc70ece4dc21168932c37739042d404d46ccc81a5986dd75314ecda6f',
+              name="OpenSSL 3.5.6",
+              url="https://github.com/openssl/openssl/releases/download/openssl-3.5.6/openssl-3.5.6.tar.gz",
+              checksum='deae7c80cba99c4b4f940ecadb3c3338b13cb77418409238e57d7f31f2a3b736',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2026-05-05-18-08-49.gh-issue-149254.kXdWpS.rst b/Misc/NEWS.d/next/macOS/2026-05-05-18-08-49.gh-issue-149254.kXdWpS.rst
new file mode 100644 (file)
index 0000000..278327c
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.5.6.