https://github.com/python/cpython/commit/be34c49af2f3e5dc98021518369b26209be163d3
commit: be34c49af2f3e5dc98021518369b26209be163d3
branch: 3.14
author: Ned Deily <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-06-09T13:39:29-04:00
summary:

[3.14] gh-151159: Update macOS installer to use OpenSSL 3.5.7. (#151193)

files:
A Misc/NEWS.d/next/macOS/2026-06-09-11-33-51.gh-issue-151159.ds-9f8.rst
D 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 2a08aa2f10c90d2..d4ce91bf32f74bd 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.5.6",
-              
url="https://github.com/openssl/openssl/releases/download/openssl-3.5.6/openssl-3.5.6.tar.gz";,
-              
checksum='deae7c80cba99c4b4f940ecadb3c3338b13cb77418409238e57d7f31f2a3b736',
+              name="OpenSSL 3.5.7",
+              
url="https://github.com/openssl/openssl/releases/download/openssl-3.5.7/openssl-3.5.7.tar.gz";,
+              
checksum="a8c0d28a529ca480f9f36cf5792e2cd21984552a3c8e4aa11a24aa31aeac98e8",
               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
deleted file mode 100644
index 278327c91f1baa4..000000000000000
--- a/Misc/NEWS.d/next/macOS/2026-05-05-18-08-49.gh-issue-149254.kXdWpS.rst
+++ /dev/null
@@ -1 +0,0 @@
-Update macOS installer to use OpenSSL 3.5.6.
diff --git 
a/Misc/NEWS.d/next/macOS/2026-06-09-11-33-51.gh-issue-151159.ds-9f8.rst 
b/Misc/NEWS.d/next/macOS/2026-06-09-11-33-51.gh-issue-151159.ds-9f8.rst
new file mode 100644
index 000000000000000..d9251a93b40b2cc
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2026-06-09-11-33-51.gh-issue-151159.ds-9f8.rst
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.5.7.

_______________________________________________
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