]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-139573: Update macOS installer to use OpenSSL 3.0.18 (GH-139575) (#139680)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 05:01:57 +0000 (07:01 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 05:01:57 +0000 (08:01 +0300)
gh-139573: Update macOS installer to use OpenSSL 3.0.18 (GH-139575)
(cherry picked from commit 23410f0a9e2f691c8cd342cfd05cc3ca5f09c242)

Co-authored-by: Zachary Ware <zach@python.org>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2025-10-04-12-29-31.gh-issue-139573.vVpHaP.rst [new file with mode: 0644]

index 4da6d9248488893d4c68514736f3de0b2fce02c0..29c552f5aa621e7d4ee93bb33f1405cc47dd1d91 100755 (executable)
@@ -246,9 +246,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 3.0.16",
-              url="https://github.com/openssl/openssl/releases/download/openssl-3.0.16/openssl-3.0.16.tar.gz",
-              checksum='57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86',
+              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',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2025-10-04-12-29-31.gh-issue-139573.vVpHaP.rst b/Misc/NEWS.d/next/macOS/2025-10-04-12-29-31.gh-issue-139573.vVpHaP.rst
new file mode 100644 (file)
index 0000000..02a3bfb
--- /dev/null
@@ -0,0 +1 @@
+Updated bundled version of OpenSSL to 3.0.18.