]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645)
authorNed Deily <nad@python.org>
Tue, 10 Feb 2026 06:45:55 +0000 (01:45 -0500)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 06:45:55 +0000 (01:45 -0500)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2026-02-09-22-43-47.gh-issue-144551.VOfgfD.rst [new file with mode: 0644]

index 5a542322b5b4a2a38934dbc6e59b0c2b54618e8c..cd5f4c71b005edd410479970ca71392bc79014c2 100755 (executable)
@@ -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 (file)
index 0000000..4b979a4
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.5.5.