Skip to content

Commit

Permalink
pythongh-123418: Update Android build to use OpenSSL 3.0.15 (pythonGH…
Browse files Browse the repository at this point in the history
  • Loading branch information
zware authored Sep 4, 2024
1 parent 40bdb0d commit 1fdfce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Android/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated Android build to use OpenSSL 3.0.15.

0 comments on commit 1fdfce9

Please sign in to comment.