Skip to content

Commit 92c5621

Browse files
committed
pythongh-123418: Update Android build to use OpenSSL 3.0.15
1 parent a4562fe commit 92c5621

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Android/android.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def make_build_python(context):
138138

139139
def unpack_deps(host):
140140
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
141-
for name_ver in ["bzip2-1.0.8-1", "libffi-3.4.4-2", "openssl-3.0.13-1",
141+
for name_ver in ["bzip2-1.0.8-1", "libffi-3.4.4-2", "openssl-3.0.15-0",
142142
"sqlite-3.45.1-0", "xz-5.4.6-0"]:
143143
filename = f"{name_ver}-{host}.tar.gz"
144144
download(f"{deps_url}/{name_ver}/{filename}")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated Android build to use OpenSSL 3.0.15.

0 commit comments

Comments
 (0)