From 98d08c4a876d61367950f3f9ca6a137b5cf3e99a Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 4 May 2026 08:37:03 +0800 Subject: [PATCH] Bump OpenSSL to 3.5.6 for mobile platforms. --- Android/android.py | 2 +- Apple/__main__.py | 2 +- .../Security/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/Security/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst diff --git a/Android/android.py b/Android/android.py index ec4d28bbaad..1b5c1387c70 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 555cf2b26b6..e6089008a3f 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/Security/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst b/Misc/NEWS.d/next/Security/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst new file mode 100644 index 00000000000..946654700a1 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst @@ -0,0 +1 @@ +Updated bundled version of OpenSSL to 3.5.6.