From: Ned Deily Date: Sat, 16 May 2026 20:56:00 +0000 (-0700) Subject: [3.14] gh-149254: Update macOS installer to use OpenSSL 3.5.6. (GH-149438) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a36c183f3211a950dad186a93b0cba02431a6f28;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-149254: Update macOS installer to use OpenSSL 3.5.6. (GH-149438) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 50b22124ec02..c3394c4596ec 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.20", - url="https://github.com/openssl/openssl/releases/download/openssl-3.0.20/openssl-3.0.20.tar.gz", - checksum='c80a01dfc70ece4dc21168932c37739042d404d46ccc81a5986dd75314ecda6f', + 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', buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/macOS/2026-05-05-18-08-49.gh-issue-149254.kXdWpS.rst b/Misc/NEWS.d/next/macOS/2026-05-05-18-08-49.gh-issue-149254.kXdWpS.rst new file mode 100644 index 000000000000..278327c91f1b --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2026-05-05-18-08-49.gh-issue-149254.kXdWpS.rst @@ -0,0 +1 @@ +Update macOS installer to use OpenSSL 3.5.6.