Skip to content

Commit 2e5e895

Browse files
committed
[3.14] gh-151159: Bump OpenSSL versions for iOS and Android (GH-151164)
(cherry picked from commit 627dd14) Co-authored-by: Zachary Ware <zach@python.org>
1 parent 4ab21ec commit 2e5e895

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Android/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
216216
for name_ver in [
217217
"bzip2-1.0.8-3",
218218
"libffi-3.4.4-3",
219-
"openssl-3.5.6-0",
219+
"openssl-3.5.7-0",
220220
"sqlite-3.50.4-0",
221221
"xz-5.4.6-1",
222222
"zstd-1.5.7-2"

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

0 commit comments

Comments
 (0)