mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
[3.13] gh-149254: Bump OpenSSL version for Android. (#149273)
Bump OpenSSL version to 3.0.20 for Android.
This commit is contained in:
committed by
GitHub
parent
15fd467a54
commit
22fdd355b1
+7
-2
@@ -213,8 +213,13 @@ def make_build_python(context):
|
||||
def unpack_deps(host, prefix_dir, cache_dir):
|
||||
os.chdir(prefix_dir)
|
||||
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
|
||||
for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.0.19-1",
|
||||
"sqlite-3.50.4-0", "xz-5.4.6-1"]:
|
||||
for name_ver in [
|
||||
"bzip2-1.0.8-3",
|
||||
"libffi-3.4.4-3",
|
||||
"openssl-3.0.20-0",
|
||||
"sqlite-3.50.4-0",
|
||||
"xz-5.4.6-1"
|
||||
]:
|
||||
filename = f"{name_ver}-{host}.tar.gz"
|
||||
out_path = download(f"{deps_url}/{name_ver}/{filename}", cache_dir)
|
||||
shutil.unpack_archive(out_path)
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Bumps the OpenSSL version to 3.0.20 on Android.
|
||||
Reference in New Issue
Block a user