https://github.com/python/cpython/commit/6e160ad068c7e07ebea4b2cfc88e1495402ceb0f
commit: 6e160ad068c7e07ebea4b2cfc88e1495402ceb0f
branch: 3.14
author: Zachary Ware <[email protected]>
committer: zware <[email protected]>
date: 2026-06-09T18:03:09Z
summary:

[3.14] gh-151159: Bump OpenSSL versions for iOS and Android (GH-151198)

(cherry picked from commit 627dd14346b4c4c13d9203430c32556467b7fbd3)

files:
A Misc/NEWS.d/next/Security/2026-06-09-10-23-57.gh-issue-151159.91GpWQ.rst
D 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 1b5c1387c70ebd7..4b6a2c1e90e4451 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.5.6-0",
+        "openssl-3.5.7-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 e6089008a3f7d0a..cfa94535a93393d 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.5.6-1",
+        "OpenSSL-3.5.7-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
deleted file mode 100644
index 9a31d51c3fa83e8..000000000000000
--- a/Misc/NEWS.d/next/Build/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst
+++ /dev/null
@@ -1 +0,0 @@
-Updated bundled version of OpenSSL on iOS and Android to 3.5.6.
diff --git 
a/Misc/NEWS.d/next/Security/2026-06-09-10-23-57.gh-issue-151159.91GpWQ.rst 
b/Misc/NEWS.d/next/Security/2026-06-09-10-23-57.gh-issue-151159.91GpWQ.rst
new file mode 100644
index 000000000000000..735164c1a65ec33
--- /dev/null
+++ b/Misc/NEWS.d/next/Security/2026-06-09-10-23-57.gh-issue-151159.91GpWQ.rst
@@ -0,0 +1 @@
+Update Android and iOS installers to use OpenSSL 3.5.7.

_______________________________________________
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