Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc85a34

Browse files
[3.14]gh-139573: Update Android to OpenSSL 3.0.18 (GH-139562) (#139581)
gh-139573: Update Android to OpenSSL 3.0.18 (GH-139562)Update Android to OpenSSL 3.0.18.(cherry picked from commit0f0fc5a)Co-authored-by: Malcolm Smith <smith@chaquo.com>
1 parent2f96a40 commitbc85a34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎Android/android.py‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,16 @@ def make_build_python(context):
184184
run(["make","-j",str(os.cpu_count())])
185185

186186

187+
# To create new builds of these dependencies, usually all that's necessary is to
188+
# push a tag to the cpython-android-source-deps repository, and GitHub Actions
189+
# will do the rest.
190+
#
191+
# If you're a member of the Python core team, and you'd like to be able to push
192+
# these tags yourself, please contact Malcolm Smith or Russell Keith-Magee.
187193
defunpack_deps(host,prefix_dir):
188194
os.chdir(prefix_dir)
189195
deps_url="https://github.com/beeware/cpython-android-source-deps/releases/download"
190-
forname_verin ["bzip2-1.0.8-3","libffi-3.4.4-3","openssl-3.0.15-4",
196+
forname_verin ["bzip2-1.0.8-3","libffi-3.4.4-3","openssl-3.0.18-0",
191197
"sqlite-3.50.4-0","xz-5.4.6-1","zstd-1.5.7-1"]:
192198
filename=f"{name_ver}-{host}.tar.gz"
193199
download(f"{deps_url}/{name_ver}/{filename}")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp