https://github.com/python/cpython/commit/466dc6d04a6d8668234620056e7d53a41da49089
commit: 466dc6d04a6d8668234620056e7d53a41da49089
branch: 3.14
author: Russell Keith-Magee <[email protected]>
committer: zware <[email protected]>
date: 2026-05-16T21:10:42Z
summary:
[3.14] gh-149254: Bump OpenSSL to 3.5.6 for mobile platforms. (GH-149341)
files:
A Misc/NEWS.d/next/Build/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst
M Android/android.py
M Apple/__main__.py
diff --git a/Android/android.py b/Android/android.py
index ec4d28bbaad84d..1b5c1387c70ebd 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.5.6-0",
"sqlite-3.50.4-0",
"xz-5.4.6-1",
"zstd-1.5.7-2"
diff --git a/Apple/__main__.py b/Apple/__main__.py
index 555cf2b26b67ee..e6089008a3f7d0 100644
--- a/Apple/__main__.py
+++ b/Apple/__main__.py
@@ -319,7 +319,7 @@ def unpack_deps(
for name_ver in [
"BZip2-1.0.8-2",
"libFFI-3.4.7-2",
- "OpenSSL-3.0.20-1",
+ "OpenSSL-3.5.6-1",
"XZ-5.6.4-2",
"mpdecimal-4.0.0-2",
"zstd-1.5.7-1",
diff --git
a/Misc/NEWS.d/next/Build/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst
b/Misc/NEWS.d/next/Build/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst
new file mode 100644
index 00000000000000..9a31d51c3fa83e
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst
@@ -0,0 +1 @@
+Updated bundled version of OpenSSL on iOS and Android to 3.5.6.
_______________________________________________
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]