https://github.com/python/cpython/commit/73c113387c4dfafe8b4d78aa0b520048ffc1f669
commit: 73c113387c4dfafe8b4d78aa0b520048ffc1f669
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: ned-deily <[email protected]>
date: 2025-10-06T23:41:39-04:00
summary:

[3.13] gh-139573: Update macOS installer to use OpenSSL 3.0.18 (GH-139575) 
(#139681)

Co-authored-by: Zachary Ware <[email protected]>

files:
A Misc/NEWS.d/next/macOS/2025-10-04-12-29-31.gh-issue-139573.vVpHaP.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py 
b/Mac/BuildScript/build-installer.py
index 4da6d924848889..29c552f5aa621e 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.16",
-              
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.16/openssl-3.0.16.tar.gz";,
-              
checksum='57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86',
+              name="OpenSSL 3.0.18",
+              
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.18/openssl-3.0.18.tar.gz";,
+              
checksum='d80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git 
a/Misc/NEWS.d/next/macOS/2025-10-04-12-29-31.gh-issue-139573.vVpHaP.rst 
b/Misc/NEWS.d/next/macOS/2025-10-04-12-29-31.gh-issue-139573.vVpHaP.rst
new file mode 100644
index 00000000000000..02a3bfb41ce5ed
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2025-10-04-12-29-31.gh-issue-139573.vVpHaP.rst
@@ -0,0 +1 @@
+Updated bundled version of OpenSSL to 3.0.18.

_______________________________________________
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