https://github.com/python/cpython/commit/48f9ecad92001d6f49a4766c69b5401a5a54c8e7
commit: 48f9ecad92001d6f49a4766c69b5401a5a54c8e7
branch: 3.13
author: Zachary Ware <[email protected]>
committer: zware <[email protected]>
date: 2026-02-15T23:27:39-06:00
summary:

[3.13] gh-144551: Update Android builds to use OpenSSL 3.0.19 (GH-144868)

(cherry picked from commit 87c7f193b8ea7be36f3ba5a66b5c223efde4c674)

files:
M Android/android.py

diff --git a/Android/android.py b/Android/android.py
index 2ca844dda788cd..ebf236c3cb2731 100755
--- a/Android/android.py
+++ b/Android/android.py
@@ -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"]:
         filename = f"{name_ver}-{host}.tar.gz"
         download(f"{deps_url}/{name_ver}/{filename}")

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to