Skip to content

Commit c3d0205

Browse files
[3.15] gh-151159: Bump OpenSSL versions for iOS and Android (GH-151197)
(cherry picked from commit 627dd14) Co-authored-by: Zachary Ware <zach@python.org>
1 parent f1ca289 commit c3d0205

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Android and iOS installers to use OpenSSL 3.5.7.

Platforms/Android/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
219219
for name_ver in [
220220
"bzip2-1.0.8-3",
221221
"libffi-3.4.4-3",
222-
"openssl-3.5.6-0",
222+
"openssl-3.5.7-0",
223223
"sqlite-3.53.1-0",
224224
"xz-5.4.6-1",
225225
"zstd-1.5.7-2"

Platforms/Apple/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def unpack_deps(
319319
for name_ver in [
320320
"BZip2-1.0.8-2",
321321
"libFFI-3.4.7-2",
322-
"OpenSSL-3.5.6-1",
322+
"OpenSSL-3.5.7-1",
323323
"XZ-5.6.4-2",
324324
"mpdecimal-4.0.0-2",
325325
"zstd-1.5.7-1",

0 commit comments

Comments
 (0)