https://github.com/python/cpython/commit/a36c183f3211a950dad186a93b0cba02431a6f28
commit: a36c183f3211a950dad186a93b0cba02431a6f28
branch: 3.14
author: Ned Deily <[email protected]>
committer: zware <[email protected]>
date: 2026-05-16T15:56:00-05:00
summary:

[3.14] gh-149254: Update macOS installer to use OpenSSL 3.5.6. (GH-149438)

files:
A Misc/NEWS.d/next/macOS/2026-05-05-18-08-49.gh-issue-149254.kXdWpS.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py 
b/Mac/BuildScript/build-installer.py
index 50b22124ec026f..c3394c4596ecbd 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -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
index 00000000000000..278327c91f1baa
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2026-05-05-18-08-49.gh-issue-149254.kXdWpS.rst
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.5.6.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to