From e038ab1a912483b324d746db7a4e0285f510f696 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 26 Aug 2026 16:50:41 -0500 Subject: [PATCH] [3.14] gh-156369: Bump OpenSSL versions for iOS and Android (GH-156432) (cherry picked from commit fe3a26f43fad1d6eed20172d7f63ee2931ae2ce1) Co-authored-by: Zachary Ware --- Android/android.py | 2 +- Apple/__main__.py | 2 +- .../next/Build/2026-08-26-16-10-15.gh-issue-156369.55jGEj.rst | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Misc/NEWS.d/next/Build/2026-08-26-16-10-15.gh-issue-156369.55jGEj.rst diff --git a/Android/android.py b/Android/android.py index 73b7a1361d61b6f..291e1998a75be55 100755 --- a/Android/android.py +++ b/Android/android.py @@ -221,7 +221,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.50.4-0", "xz-5.4.6-1", "zstd-1.5.7-2" diff --git a/Apple/__main__.py b/Apple/__main__.py index ec67265e02a081f..a556d3b0a8e4b9e 100644 --- a/Apple/__main__.py +++ b/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", 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.