From: Zachary Ware Date: Sat, 28 Feb 2026 22:14:46 +0000 (-0600) Subject: gh-144551: Update Android builds to use OpenSSL 3.5.5 (GH-145371) X-Git-Tag: v3.15.0a7~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50c2e23f69943a6f70d98c4d0bcf1ac37bcaf0d3;p=thirdparty%2FPython%2Fcpython.git gh-144551: Update Android builds to use OpenSSL 3.5.5 (GH-145371) --- diff --git a/Android/android.py b/Android/android.py index 0a894a958a01..b644be9cc64c 100755 --- a/Android/android.py +++ b/Android/android.py @@ -208,7 +208,7 @@ def make_build_python(context): def unpack_deps(host, prefix_dir): os.chdir(prefix_dir) deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download" - for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.0.19-1", + for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.5.5-0", "sqlite-3.50.4-0", "xz-5.4.6-1", "zstd-1.5.7-1"]: filename = f"{name_ver}-{host}.tar.gz" download(f"{deps_url}/{name_ver}/{filename}")