Skip to content

Commit 46e7189

Browse files
[3.14] gh-144551: Update Android builds to use OpenSSL 3.0.19 (GH-144866)
(cherry picked from commit 87c7f19) Co-authored-by: Zachary Ware <zach@python.org>
1 parent 15c8bfd commit 46e7189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def make_build_python(context):
208208
def unpack_deps(host, prefix_dir):
209209
os.chdir(prefix_dir)
210210
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
211-
for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.0.18-0",
211+
for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.0.19-1",
212212
"sqlite-3.50.4-0", "xz-5.4.6-1", "zstd-1.5.7-1"]:
213213
filename = f"{name_ver}-{host}.tar.gz"
214214
download(f"{deps_url}/{name_ver}/{filename}")

0 commit comments

Comments
 (0)