https://github.com/python/cpython/commit/7b69079c35e6b28bf16bba15ca7a800df6dfea9c
commit: 7b69079c35e6b28bf16bba15ca7a800df6dfea9c
branch: 3.15
author: Zachary Ware <[email protected]>
committer: hugovk <[email protected]>
date: 2026-08-27T13:52:13+03:00
summary:
[3.15] gh-156369: Bump OpenSSL versions for iOS and Android (GH-156432)
(#156436)
files:
A Misc/NEWS.d/next/Build/2026-08-26-16-10-15.gh-issue-156369.55jGEj.rst
M Platforms/Android/__main__.py
M Platforms/Apple/__main__.py
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..22c0bb4514f98d3
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2026-08-26-16-10-15.gh-issue-156369.55jGEj.rst
@@ -0,0 +1 @@
+Update Android and iOS build scripts to use OpenSSL 3.5.8.
diff --git a/Platforms/Android/__main__.py b/Platforms/Android/__main__.py
index 7c4bf9f390741cb..b147b043f48fbe6 100755
--- a/Platforms/Android/__main__.py
+++ b/Platforms/Android/__main__.py
@@ -224,7 +224,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.5.7-0",
+ "openssl-3.5.8-0",
"sqlite-3.53.2-0",
"xz-5.4.6-1",
"zstd-1.5.7-2"
diff --git a/Platforms/Apple/__main__.py b/Platforms/Apple/__main__.py
index b294d2720a80dfe..8be0d8719f5b1b5 100644
--- a/Platforms/Apple/__main__.py
+++ b/Platforms/Apple/__main__.py
@@ -328,7 +328,7 @@ def unpack_deps(
for name_ver in [
"BZip2-1.0.8-2",
"libFFI-3.4.7-2",
- "OpenSSL-3.5.7-1",
+ "OpenSSL-3.5.8-1",
"XZ-5.6.4-2",
"mpdecimal-4.0.0-2",
"zstd-1.5.7-1",
_______________________________________________
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]