From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:33:23 +0000 (+0200) Subject: [3.15] gh-151159: Update macOS installer to use OpenSSL 3.5.7. (GH-151171) (#151192) X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=427790ffbd02e1761d280a9d14611cfc3480f278;p=thirdparty%2FPython%2Fcpython.git [3.15] gh-151159: Update macOS installer to use OpenSSL 3.5.7. (GH-151171) (#151192) (cherry picked from commit 720fb82603a3c93b5941144feac1f25eacf74c03) Co-authored-by: Ivy Xu --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index e0e7076d6818..0c34f27b1923 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.6", - url="https://github.com/openssl/openssl/releases/download/openssl-3.5.6/openssl-3.5.6.tar.gz", - checksum="deae7c80cba99c4b4f940ecadb3c3338b13cb77418409238e57d7f31f2a3b736", + 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", buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/Security/2026-06-09-23-38-08.gh-issue-151159.ds-9f8.rst b/Misc/NEWS.d/next/Security/2026-06-09-23-38-08.gh-issue-151159.ds-9f8.rst new file mode 100644 index 000000000000..d9251a93b40b --- /dev/null +++ b/Misc/NEWS.d/next/Security/2026-06-09-23-38-08.gh-issue-151159.ds-9f8.rst @@ -0,0 +1 @@ +Update macOS installer to use OpenSSL 3.5.7.