]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052)
authorNed Deily <nad@python.org>
Tue, 6 Feb 2024 01:59:25 +0000 (20:59 -0500)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2024 01:59:25 +0000 (20:59 -0500)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2024-02-05-18-30-27.gh-issue-109991.tun6Yu.rst [new file with mode: 0644]

index 32de56bcf13086345cea7b41f90718fe2152bccc..9000fb8973659dbccb1973df58ecc4012b40975d 100755 (executable)
@@ -246,9 +246,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 3.0.11",
-              url="https://www.openssl.org/source/openssl-3.0.11.tar.gz",
-              checksum='b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55',
+              name="OpenSSL 3.0.13",
+              url="https://www.openssl.org/source/openssl-3.0.13.tar.gz",
+              checksum='88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2024-02-05-18-30-27.gh-issue-109991.tun6Yu.rst b/Misc/NEWS.d/next/macOS/2024-02-05-18-30-27.gh-issue-109991.tun6Yu.rst
new file mode 100644 (file)
index 0000000..79b45e7
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 3.0.13.