]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-144551: Update macOS installer to use OpenSSL 3.0.19 (#144897)
authorNed Deily <nad@python.org>
Tue, 17 Feb 2026 05:42:04 +0000 (00:42 -0500)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 05:42:04 +0000 (00:42 -0500)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2026-02-17-00-15-11.gh-issue-144551.ydhtXd.rst [new file with mode: 0644]

index 4fd8d55f35ad573e4fc8e92e3f11c0686ea26434..e7732981d38f269523df27d5479f5a0599e215f0 100755 (executable)
@@ -246,9 +246,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 3.0.18",
-              url="https://github.com/openssl/openssl/releases/download/openssl-3.0.18/openssl-3.0.18.tar.gz",
-              checksum='d80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b',
+              name="OpenSSL 3.0.19",
+              url="https://github.com/openssl/openssl/releases/download/openssl-3.0.19/openssl-3.0.19.tar.gz",
+              checksum='fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2026-02-17-00-15-11.gh-issue-144551.ydhtXd.rst b/Misc/NEWS.d/next/macOS/2026-02-17-00-15-11.gh-issue-144551.ydhtXd.rst
new file mode 100644 (file)
index 0000000..e8bed1f
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.0.19.