]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-151159: Bump OpenSSL versions for iOS and Android (GH-151164)
authorZachary Ware <zach@python.org>
Tue, 9 Jun 2026 17:26:13 +0000 (12:26 -0500)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 17:26:13 +0000 (12:26 -0500)
Misc/NEWS.d/next/Security/2026-06-09-10-23-57.gh-issue-151159.91GpWQ.rst [new file with mode: 0644]
Platforms/Android/__main__.py
Platforms/Apple/__main__.py

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 (file)
index 0000000..735164c
--- /dev/null
@@ -0,0 +1 @@
+Update Android and iOS installers to use OpenSSL 3.5.7.
index 5c41aaca6ebf0b4765722a58ce89bc400995eb35..f738a198e1a4121c610a336f774705385b68864c 100755 (executable)
@@ -219,7 +219,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.53.1-0",
         "xz-5.4.6-1",
         "zstd-1.5.7-2"
index d94198a309f9269de210ea2e87c5be07860b34c3..9f2d2afb0aa0f67d94483516dca4c04b7884b9ad 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.5.6-1",
+        "OpenSSL-3.5.7-1",
         "XZ-5.6.4-2",
         "mpdecimal-4.0.0-2",
         "zstd-1.5.7-1",