summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2023-07-31 06:16:39 (GMT)
committerGitHub <noreply@github.com>2023-07-31 06:16:39 (GMT)
commitb8beb0762024b70fd176310fd5d21fd14b5df387 (patch)
tree5da22cd8ee09f874b426f41c4e42fbabcefa4509 /Mac
parent9690efc5552153cb7276b7d481827f26a4f3ae2b (diff)
downloadcpython-b8beb0762024b70fd176310fd5d21fd14b5df387.zip
cpython-b8beb0762024b70fd176310fd5d21fd14b5df387.tar.gz
cpython-b8beb0762024b70fd176310fd5d21fd14b5df387.tar.bz2
[3.11] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107476)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 436276a..71fbe3c 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 1.1.1u",
- url="https://www.openssl.org/source/openssl-1.1.1u.tar.gz",
- checksum='e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6',
+ name="OpenSSL 3.0.9",
+ url="https://www.openssl.org/source/openssl-3.0.9.tar.gz",
+ checksum='eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90',
buildrecipe=build_universal_openssl,
configure=None,
install=None,