From: Ned Deily Date: Tue, 10 Feb 2026 06:45:55 +0000 (-0500) Subject: gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645) X-Git-Tag: v3.15.0a6~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704b915494521d6061c5377e90be6361ea2325b2;p=thirdparty%2FPython%2Fcpython.git gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 5a542322b5b4..cd5f4c71b005 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.4", - url="https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz", - checksum="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99", + name="OpenSSL 3.5.5", + url="https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz", + checksum="b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89", buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/macOS/2026-02-09-22-43-47.gh-issue-144551.VOfgfD.rst b/Misc/NEWS.d/next/macOS/2026-02-09-22-43-47.gh-issue-144551.VOfgfD.rst new file mode 100644 index 000000000000..4b979a405fd8 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2026-02-09-22-43-47.gh-issue-144551.VOfgfD.rst @@ -0,0 +1 @@ +Update macOS installer to use OpenSSL 3.5.5.