https://github.com/python/cpython/commit/4b1320fa27a2e470f583b6f8641ebd19178e4358
commit: 4b1320fa27a2e470f583b6f8641ebd19178e4358
branch: 3.13
author: Ned Deily <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-08-27T06:28:01-04:00
summary:

[3.13] gh-156369: Update macOS installer to use OpenSSL 3.0.22 (#156452)

files:
A Misc/NEWS.d/next/macOS/2026-08-27-04-35-56.gh-issue-156369.0A8dm_.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py 
b/Mac/BuildScript/build-installer.py
index 7018a3d1e5f1b3f..641ec600c72872f 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.21",
-              
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz";,
-              
checksum="617e29af8e421f46649484a4937e48c685e47f46488167c982f88bc4ec1d522f",
+              name="OpenSSL 3.0.22",
+              
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.22/openssl-3.0.22.tar.gz";,
+              
checksum="67ebca7e50d17383028045486653492195b83db95f8558709701bb47b5c1ef81",
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git 
a/Misc/NEWS.d/next/macOS/2026-08-27-04-35-56.gh-issue-156369.0A8dm_.rst 
b/Misc/NEWS.d/next/macOS/2026-08-27-04-35-56.gh-issue-156369.0A8dm_.rst
new file mode 100644
index 000000000000000..441bd9d79f4b716
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2026-08-27-04-35-56.gh-issue-156369.0A8dm_.rst
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.0.22.

_______________________________________________
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