]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-144551: Update Android builds to use OpenSSL 3.0.19 (GH-144866)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Feb 2026 05:26:34 +0000 (06:26 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Feb 2026 05:26:34 +0000 (23:26 -0600)
(cherry picked from commit 87c7f193b8ea7be36f3ba5a66b5c223efde4c674)

Co-authored-by: Zachary Ware <zach@python.org>
Android/android.py

index 629696be3db3006dc11d5f283a01dfc9b1a479d2..0a894a958a0165c8f84c67d98e85a858c5fb928e 100755 (executable)
@@ -208,7 +208,7 @@ def make_build_python(context):
 def unpack_deps(host, prefix_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.18-0",
+    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", "zstd-1.5.7-1"]:
         filename = f"{name_ver}-{host}.tar.gz"
         download(f"{deps_url}/{name_ver}/{filename}")