From 466dc6d04a6d8668234620056e7d53a41da49089 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 16 May 2026 14:10:42 -0700 Subject: [PATCH] [3.14] gh-149254: Bump OpenSSL to 3.5.6 for mobile platforms. (GH-149341) --- Android/android.py | 2 +- Apple/__main__.py | 2 +- .../next/Build/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Misc/NEWS.d/next/Build/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst diff --git a/Android/android.py b/Android/android.py index ec4d28bbaad8..1b5c1387c70e 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 555cf2b26b67..e6089008a3f7 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 000000000000..9a31d51c3fa8 --- /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. -- 2.47.3