https://github.com/python/cpython/commit/704b915494521d6061c5377e90be6361ea2325b2
commit: 704b915494521d6061c5377e90be6361ea2325b2
branch: main
author: Ned Deily <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-02-10T01:45:55-05:00
summary:
gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645)
files:
A Misc/NEWS.d/next/macOS/2026-02-09-22-43-47.gh-issue-144551.VOfgfD.rst
M Mac/BuildScript/build-installer.py
diff --git a/Mac/BuildScript/build-installer.py
b/Mac/BuildScript/build-installer.py
index 5a542322b5b4a2..cd5f4c71b005ed 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.4",
-
url="https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz",
-
checksum="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99",
+ name="OpenSSL 3.5.5",
+
url="https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz",
+
checksum="b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89",
buildrecipe=build_universal_openssl,
configure=None,
install=None,
diff --git
a/Misc/NEWS.d/next/macOS/2026-02-09-22-43-47.gh-issue-144551.VOfgfD.rst
b/Misc/NEWS.d/next/macOS/2026-02-09-22-43-47.gh-issue-144551.VOfgfD.rst
new file mode 100644
index 00000000000000..4b979a405fd8fd
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2026-02-09-22-43-47.gh-issue-144551.VOfgfD.rst
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.5.5.
_______________________________________________
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]