https://github.com/python/cpython/commit/c2f494c806b0ad57415727a1fe87422a5754213a
commit: c2f494c806b0ad57415727a1fe87422a5754213a
branch: 3.14
author: Ned Deily <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-05-01T23:53:44-04:00
summary:
[3.14] gh-149254: Update macOS installer to use OpenSSL 3.0.20. (#149263)
files:
A Misc/NEWS.d/next/macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst
M Mac/BuildScript/build-installer.py
diff --git a/Mac/BuildScript/build-installer.py
b/Mac/BuildScript/build-installer.py
index e7732981d38f26..f1964ea1502bd8 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.19",
-
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.19/openssl-3.0.19.tar.gz",
-
checksum='fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072',
+ 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',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
diff --git
a/Misc/NEWS.d/next/macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst
b/Misc/NEWS.d/next/macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst
new file mode 100644
index 00000000000000..a58e6fc8bb89d5
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.0.20.
_______________________________________________
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]