summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2023-07-31 05:58:35 (GMT)
committerGitHub <noreply@github.com>2023-07-31 05:58:35 (GMT)
commit83e0976f897168fcbeff3dbe8912e80b51e444ed (patch)
treed11b9c834ee1197faa0a7915e667278e1217bd1e /Mac
parenta24e25d74bb5d30775a61853d34e0bb5a7e12c64 (diff)
downloadcpython-83e0976f897168fcbeff3dbe8912e80b51e444ed.zip
cpython-83e0976f897168fcbeff3dbe8912e80b51e444ed.tar.gz
cpython-83e0976f897168fcbeff3dbe8912e80b51e444ed.tar.bz2
gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474)
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 9729759..0fc25ec 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,