From 4a3d64eef0087fba069c7907240f61ad14dce8c4 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 9 Jun 2026 13:40:05 -0400 Subject: [PATCH] [3.13] gh-151159: Update macOS installer to use OpenSSL 3.0.21. (#151195) --- Mac/BuildScript/build-installer.py | 6 +++--- .../Windows/2026-06-09-11-40-17.gh-issue-151159.9si8Fo.rst | 1 + .../macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 Misc/NEWS.d/next/Windows/2026-06-09-11-40-17.gh-issue-151159.9si8Fo.rst delete mode 100644 Misc/NEWS.d/next/macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 8fb58387225..7018a3d1e5f 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.0.20", - url="https://github.com/openssl/openssl/releases/download/openssl-3.0.20/openssl-3.0.20.tar.gz", - checksum='c80a01dfc70ece4dc21168932c37739042d404d46ccc81a5986dd75314ecda6f', + name="OpenSSL 3.0.21", + url="https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz", + checksum="617e29af8e421f46649484a4937e48c685e47f46488167c982f88bc4ec1d522f", buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/Windows/2026-06-09-11-40-17.gh-issue-151159.9si8Fo.rst b/Misc/NEWS.d/next/Windows/2026-06-09-11-40-17.gh-issue-151159.9si8Fo.rst new file mode 100644 index 00000000000..ae2131533e1 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2026-06-09-11-40-17.gh-issue-151159.9si8Fo.rst @@ -0,0 +1 @@ +Update macOS installer to use OpenSSL 3.0.21. 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 deleted file mode 100644 index a58e6fc8bb8..00000000000 --- a/Misc/NEWS.d/next/macOS/2026-05-01-19-38-16.gh-issue-149254.enO7uj.rst +++ /dev/null @@ -1 +0,0 @@ -Update macOS installer to use OpenSSL 3.0.20.