summaryrefslogtreecommitdiffstats
path: root/Android
diff options
context:
space:
mode:
authorZachary Ware <zach@python.org>2024-09-04 22:42:58 (GMT)
committerGitHub <noreply@github.com>2024-09-04 22:42:58 (GMT)
commit1fdfce9452706a8a12ccdacff6d02c9231dc48ce (patch)
treeb95a821a3b765533a29487e7b6b4066ca1d9261d /Android
parent40bdb0deee746e51c71c56329df21e5172fd8aa0 (diff)
downloadcpython-1fdfce9452706a8a12ccdacff6d02c9231dc48ce.zip
cpython-1fdfce9452706a8a12ccdacff6d02c9231dc48ce.tar.gz
cpython-1fdfce9452706a8a12ccdacff6d02c9231dc48ce.tar.bz2
gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685)
Diffstat (limited to 'Android')
-rwxr-xr-xAndroid/android.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android/android.py b/Android/android.py
index b5403b5..bfa7832 100755
--- a/Android/android.py
+++ b/Android/android.py
@@ -138,7 +138,7 @@ def make_build_python(context):
def unpack_deps(host):
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
- for name_ver in ["bzip2-1.0.8-1", "libffi-3.4.4-2", "openssl-3.0.13-1",
+ for name_ver in ["bzip2-1.0.8-1", "libffi-3.4.4-2", "openssl-3.0.15-0",
"sqlite-3.45.1-0", "xz-5.4.6-0"]:
filename = f"{name_ver}-{host}.tar.gz"
download(f"{deps_url}/{name_ver}/{filename}")