https://github.com/python/cpython/commit/7d530aa588ee2d518f2d69c423308da26c214383
commit: 7d530aa588ee2d518f2d69c423308da26c214383
branch: 3.13
author: Zachary Ware <[email protected]>
committer: zware <[email protected]>
date: 2026-06-09T13:21:33-05:00
summary:

[3.13] gh-151159: Bump OpenSSL version for Android (GH-151200)

files:
A Misc/NEWS.d/next/Security/2026-06-09-12-27-17.gh-issue-151159.ng1cPU.rst
D Misc/NEWS.d/next/Security/2026-05-02-16-27-17.gh-issue-149254.ng1cPU.rst
M Android/android.py

diff --git a/Android/android.py b/Android/android.py
index 235b42160b3f3cc..7c316079854e018 100755
--- a/Android/android.py
+++ b/Android/android.py
@@ -216,7 +216,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.20-0",
+        "openssl-3.0.21-0",
         "sqlite-3.50.4-0",
         "xz-5.4.6-1"
     ]:
diff --git 
a/Misc/NEWS.d/next/Security/2026-05-02-16-27-17.gh-issue-149254.ng1cPU.rst 
b/Misc/NEWS.d/next/Security/2026-05-02-16-27-17.gh-issue-149254.ng1cPU.rst
deleted file mode 100644
index 410ababf501b3ff..000000000000000
--- a/Misc/NEWS.d/next/Security/2026-05-02-16-27-17.gh-issue-149254.ng1cPU.rst
+++ /dev/null
@@ -1 +0,0 @@
-Bumps the OpenSSL version to 3.0.20 on Android.
diff --git 
a/Misc/NEWS.d/next/Security/2026-06-09-12-27-17.gh-issue-151159.ng1cPU.rst 
b/Misc/NEWS.d/next/Security/2026-06-09-12-27-17.gh-issue-151159.ng1cPU.rst
new file mode 100644
index 000000000000000..e2309633c2982fe
--- /dev/null
+++ b/Misc/NEWS.d/next/Security/2026-06-09-12-27-17.gh-issue-151159.ng1cPU.rst
@@ -0,0 +1 @@
+Bumps the OpenSSL version to 3.0.21 on Android.

_______________________________________________
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