https://github.com/python/cpython/commit/069a4eef6c83214e8cb9d04f811193b52ef1453d
commit: 069a4eef6c83214e8cb9d04f811193b52ef1453d
branch: 3.13
author: Zachary Ware <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2026-08-27T07:35:55+10:00
summary:
[3.13] gh-156369: Bump OpenSSL version for Android (#156433)
files:
A Misc/NEWS.d/next/Build/2026-08-26-16-10-15.gh-issue-156369.55jGEj.rst
M Android/android.py
diff --git a/Android/android.py b/Android/android.py
index e809b1332eef278..c5198c96bdd40c7 100755
--- a/Android/android.py
+++ b/Android/android.py
@@ -221,7 +221,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
for name_ver in [
"bzip2-1.0.8-3",
"libffi-3.4.4-3",
- "openssl-3.0.21-0",
+ "openssl-3.0.22-0",
"sqlite-3.50.4-0",
"xz-5.4.6-1"
]:
diff --git
a/Misc/NEWS.d/next/Build/2026-08-26-16-10-15.gh-issue-156369.55jGEj.rst
b/Misc/NEWS.d/next/Build/2026-08-26-16-10-15.gh-issue-156369.55jGEj.rst
new file mode 100644
index 000000000000000..2f23366c55bae6c
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2026-08-26-16-10-15.gh-issue-156369.55jGEj.rst
@@ -0,0 +1 @@
+Update Android build script to use OpenSSL 3.0.22.
_______________________________________________
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]