[3.15] gh-151159: Bump OpenSSL versions for iOS and Android (GH-151197)

(cherry picked from commit 627dd14346)

Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
Miss Islington (bot) 2026-06-09 19:54:25 +02:00 committed by GitHub
parent f1ca289fbf
commit c3d0205bbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Update Android and iOS installers to use OpenSSL 3.5.7.

View file

@ -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"

View 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",