From d2e844a8ba0116bfe7960fd7ec0937f65508691a Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 27 Aug 2026 04:39:02 -0400 Subject: [PATCH] gh-156369: Update macOS installer to use OpenSSL 3.0.22 --- Mac/BuildScript/build-installer.py | 6 +++--- .../macOS/2026-08-27-04-35-56.gh-issue-156369.0A8dm_.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 Misc/NEWS.d/next/macOS/2026-08-27-04-35-56.gh-issue-156369.0A8dm_.rst diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 7018a3d1e5f1b3f..641ec600c72872f 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.21", - url="https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz", - checksum="617e29af8e421f46649484a4937e48c685e47f46488167c982f88bc4ec1d522f", + name="OpenSSL 3.0.22", + url="https://github.com/openssl/openssl/releases/download/openssl-3.0.22/openssl-3.0.22.tar.gz", + checksum="67ebca7e50d17383028045486653492195b83db95f8558709701bb47b5c1ef81", buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/macOS/2026-08-27-04-35-56.gh-issue-156369.0A8dm_.rst b/Misc/NEWS.d/next/macOS/2026-08-27-04-35-56.gh-issue-156369.0A8dm_.rst new file mode 100644 index 000000000000000..441bd9d79f4b716 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2026-08-27-04-35-56.gh-issue-156369.0A8dm_.rst @@ -0,0 +1 @@ +Update macOS installer to use OpenSSL 3.0.22.