]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-149254: Bump OpenSSL to 3.5.6 for mobile platforms. (GH-149341)
authorRussell Keith-Magee <russell@keith-magee.com>
Sat, 16 May 2026 21:10:42 +0000 (14:10 -0700)
committerGitHub <noreply@github.com>
Sat, 16 May 2026 21:10:42 +0000 (21:10 +0000)
Android/android.py
Apple/__main__.py
Misc/NEWS.d/next/Build/2026-05-04-08-39-19.gh-issue-149329.mcu6PU.rst [new file with mode: 0644]

index ec4d28bbaad84d4db730678a5d627c4703bbb401..1b5c1387c70ebd73469b591b8c32576801b563ac 100755 (executable)
@@ -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"
index 555cf2b26b67eef628fac0a69bdcf1830319f48e..e6089008a3f7d0a22f7bda05a819d9161fd67ccd 100644 (file)
@@ -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 (file)
index 0000000..9a31d51
--- /dev/null
@@ -0,0 +1 @@
+Updated bundled version of OpenSSL on iOS and Android to 3.5.6.