From: Zachary Ware Date: Mon, 16 Feb 2026 05:02:23 +0000 (-0600) Subject: gh-144551: Update iOS builds to use OpenSSL 3.0.19 (GH-144865) X-Git-Tag: v3.15.0a7~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebe02e4f393bc0bd2263c43da313b28012f82af9;p=thirdparty%2FPython%2Fcpython.git gh-144551: Update iOS builds to use OpenSSL 3.0.19 (GH-144865) --- diff --git a/Apple/__main__.py b/Apple/__main__.py index 256966e76c2c..253bdfaab552 100644 --- a/Apple/__main__.py +++ b/Apple/__main__.py @@ -316,7 +316,7 @@ def unpack_deps( for name_ver in [ "BZip2-1.0.8-2", "libFFI-3.4.7-2", - "OpenSSL-3.0.18-1", + "OpenSSL-3.0.19-1", "XZ-5.6.4-2", "mpdecimal-4.0.0-2", "zstd-1.5.7-1",