gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685)

This commit is contained in:
Zachary Ware 2024-09-04 17:42:58 -05:00 committed by GitHub
parent 40bdb0deee
commit 1fdfce9452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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}")

View File

@ -0,0 +1 @@
Updated Android build to use OpenSSL 3.0.15.