]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-149254: Update macOS installer to use OpenSSL 3.0.20. (GH-149263) (#149265)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 May 2026 04:10:49 +0000 (06:10 +0200)
committerGitHub <noreply@github.com>
Sat, 2 May 2026 04:10:49 +0000 (04:10 +0000)
(cherry picked from commit c2f494c806b0ad57415727a1fe87422a5754213a)

Co-authored-by: Ned Deily <nad@python.org>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst [new file with mode: 0644]

index e7732981d38f269523df27d5479f5a0599e215f0..f1964ea1502bd889dc37502de305623db8a88f4c 100755 (executable)
@@ -246,9 +246,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              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',
+              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',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst b/Misc/NEWS.d/next/macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst
new file mode 100644 (file)
index 0000000..a58e6fc
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.0.20.