summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-02-06 02:16:32 (GMT)
committerGitHub <noreply@github.com>2024-02-06 02:16:32 (GMT)
commit51f8c0459d48966daa4e1676187f6943c6446aff (patch)
tree846e0ed12a4e7ffa568f96011fa8241f99dfaad2 /Mac/BuildScript
parentb967eabedf2561d41c4be2f30dfd2e2cbd0e44bc (diff)
downloadcpython-51f8c0459d48966daa4e1676187f6943c6446aff.zip
cpython-51f8c0459d48966daa4e1676187f6943c6446aff.tar.gz
cpython-51f8c0459d48966daa4e1676187f6943c6446aff.tar.bz2
[3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115053)
(cherry picked from commit 638e811a3c54a81d8af5a4c08b9497d210823f78) Co-authored-by: Ned Deily <nad@python.org>
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 84e1422..bf0e046 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.11",
- url="https://www.openssl.org/source/openssl-3.0.11.tar.gz",
- checksum='b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55',
+ name="OpenSSL 3.0.13",
+ url="https://www.openssl.org/source/openssl-3.0.13.tar.gz",
+ checksum='88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313',
buildrecipe=build_universal_openssl,
configure=None,
install=None,