]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684)
authorZachary Ware <zach@python.org>
Thu, 5 Sep 2024 12:29:36 +0000 (07:29 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2024 12:29:36 +0000 (14:29 +0200)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2024-09-04-11-55-29.gh-issue-123418.8P4bmN.rst [new file with mode: 0644]

index 8386e407f49aa3c559b2c71eab13cd81eaade1a5..b97738836d92cc1da189c3675118a46556c90126 100755 (executable)
@@ -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 (file)
index 0000000..d01afce
--- /dev/null
@@ -0,0 +1 @@
+Updated macOS installer build to use OpenSSL 3.0.15.