https://github.com/python/cpython/commit/cf526738cac46a7d163b7ee4939351a069b5589e commit: cf526738cac46a7d163b7ee4939351a069b5589e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ned-deily <[email protected]> date: 2026-08-27T10:19:44Z summary:
[3.14] gh-156369: Update macOS installer to use OpenSSL 3.5.8. (GH-156447) (#156450) (cherry picked from commit b8bf99cc4786c2d8725115006ebd92a15a2d981b) Co-authored-by: Ned Deily <[email protected]> files: A Misc/NEWS.d/next/macOS/2026-08-27-03-19-21.gh-issue-156369.FKlSGY.rst M Mac/BuildScript/build-installer.py diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 5112dd2416c27dd..9c53756c47d8141 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.7", - url="https://github.com/openssl/openssl/releases/download/openssl-3.5.7/openssl-3.5.7.tar.gz", - checksum="a8c0d28a529ca480f9f36cf5792e2cd21984552a3c8e4aa11a24aa31aeac98e8", + name="OpenSSL 3.5.8", + url="https://github.com/openssl/openssl/releases/download/openssl-3.5.8/openssl-3.5.8.tar.gz", + checksum="a8f84a39918ec6415ce765d9b429d313ba97b8143169c172e734b9514464f5b2", buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/macOS/2026-08-27-03-19-21.gh-issue-156369.FKlSGY.rst b/Misc/NEWS.d/next/macOS/2026-08-27-03-19-21.gh-issue-156369.FKlSGY.rst new file mode 100644 index 000000000000000..e953a92f5a106da --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2026-08-27-03-19-21.gh-issue-156369.FKlSGY.rst @@ -0,0 +1 @@ +Update macOS installer to use OpenSSL 3.5.8. _______________________________________________ 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]
