summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2023-08-18 21:38:24 (GMT)
committerGitHub <noreply@github.com>2023-08-18 21:38:24 (GMT)
commitdc7b630b2359663bb7b8212d9f2f720c978d3daa (patch)
tree8d989a7e7d3b76c08ce0cdc12af2d894be082f21 /Mac/BuildScript
parented25f097160b5cbb0c9a1f9a746d2f1bbc96515a (diff)
downloadcpython-dc7b630b2359663bb7b8212d9f2f720c978d3daa.zip
cpython-dc7b630b2359663bb7b8212d9f2f720c978d3daa.tar.gz
cpython-dc7b630b2359663bb7b8212d9f2f720c978d3daa.tar.bz2
gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)
Diffstat (limited to 'Mac/BuildScript')
-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 0fc25ec..c108ee2 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 3.0.9",
- url="https://www.openssl.org/source/openssl-3.0.9.tar.gz",
- checksum='eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90',
+ name="OpenSSL 3.0.10",
+ url="https://www.openssl.org/source/openssl-3.0.10.tar.gz",
+ checksum='1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323',
buildrecipe=build_universal_openssl,
configure=None,
install=None,