diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-19 22:59:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 22:59:32 (GMT) |
commit | a1808b835876ee70020ad9dbba40614439a5cdde (patch) | |
tree | 137e56065e4e956d23837700cf1c16cfd24ccbb5 /Mac/BuildScript | |
parent | daed54d8de1f45a5ca07ea8dd37bee5882769bd7 (diff) | |
download | cpython-a1808b835876ee70020ad9dbba40614439a5cdde.zip cpython-a1808b835876ee70020ad9dbba40614439a5cdde.tar.gz cpython-a1808b835876ee70020ad9dbba40614439a5cdde.tar.bz2 |
[3.12] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) (#108121)
gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)
(cherry picked from commit dc7b630b2359663bb7b8212d9f2f720c978d3daa)
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Mac/BuildScript')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 |
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, |