From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:17:46 +0000 (+0200) Subject: [3.12] gh-123418: Update macOS installer to use OpenSSL 3.0.15 (GH-123684) (#123730) X-Git-Tag: v3.12.6~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00781460619f87cb2008ad8537291401a106f98a;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-123418: Update macOS installer to use OpenSSL 3.0.15 (GH-123684) (#123730) (cherry picked from commit 092abc4060768f2ae8b7b9c133558bf05bfeff88) Co-authored-by: Zachary Ware --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index d24cb76fd480..9e1e180142d7 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.13", - url="https://www.openssl.org/source/openssl-3.0.13.tar.gz", - checksum='88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313', + name="OpenSSL 3.0.15", + url="https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz", + checksum='23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533', buildrecipe=build_universal_openssl, configure=None, install=None, diff --git a/Misc/NEWS.d/next/macOS/2024-09-04-11-55-29.gh-issue-123418.8P4bmN.rst b/Misc/NEWS.d/next/macOS/2024-09-04-11-55-29.gh-issue-123418.8P4bmN.rst new file mode 100644 index 000000000000..d01afce8a123 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2024-09-04-11-55-29.gh-issue-123418.8P4bmN.rst @@ -0,0 +1 @@ +Updated macOS installer build to use OpenSSL 3.0.15.