]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130)
authorNed Deily <nad@python.org>
Wed, 31 May 2023 05:44:10 +0000 (01:44 -0400)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 05:44:10 +0000 (05:44 +0000)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2023-05-30-23-30-46.gh-issue-103142.55lMXQ.rst [new file with mode: 0644]

index 177fc2044f694b66d6916c063af935356b8d4506..9729759434a9f4957ff303d00e20e2cf6e98857b 100755 (executable)
@@ -246,9 +246,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.1.1t",
-              url="https://www.openssl.org/source/openssl-1.1.1t.tar.gz",
-              checksum='8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b',
+              name="OpenSSL 1.1.1u",
+              url="https://www.openssl.org/source/openssl-1.1.1u.tar.gz",
+              checksum='e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2023-05-30-23-30-46.gh-issue-103142.55lMXQ.rst b/Misc/NEWS.d/next/macOS/2023-05-30-23-30-46.gh-issue-103142.55lMXQ.rst
new file mode 100644 (file)
index 0000000..1afd949
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 1.1.1u.