Skip to content

Commit 9696dc0

Browse files
committed
Bump OpenSSL versions for iOS an Android.
1 parent c2f494c commit 9696dc0

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Android/android.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,14 @@ def make_build_python(context):
213213
def unpack_deps(host, prefix_dir, cache_dir):
214214
os.chdir(prefix_dir)
215215
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
216-
for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.0.19-1",
217-
"sqlite-3.50.4-0", "xz-5.4.6-1", "zstd-1.5.7-2"]:
216+
for name_ver in [
217+
"bzip2-1.0.8-3",
218+
"libffi-3.4.4-3",
219+
"openssl-3.0.20-1",
220+
"sqlite-3.50.4-0",
221+
"xz-5.4.6-1",
222+
"zstd-1.5.7-2"
223+
]:
218224
filename = f"{name_ver}-{host}.tar.gz"
219225
out_path = download(f"{deps_url}/{name_ver}/{filename}", cache_dir)
220226
shutil.unpack_archive(out_path)

Apple/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def unpack_deps(
319319
for name_ver in [
320320
"BZip2-1.0.8-2",
321321
"libFFI-3.4.7-2",
322-
"OpenSSL-3.0.19-1",
322+
"OpenSSL-3.0.20-1",
323323
"XZ-5.6.4-2",
324324
"mpdecimal-4.0.0-2",
325325
"zstd-1.5.7-1",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Android and iOS installer to use OpenSSL 3.0.20.

0 commit comments

Comments
 (0)