Skip to content

Commit 85747a8

Browse files
authored
[3.14] gh-156369: Bump OpenSSL versions for iOS and Android (GH-156432) (#156437)
1 parent cf52673 commit 85747a8

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
@@ -221,7 +221,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
221221
for name_ver in [
222222
"bzip2-1.0.8-3",
223223
"libffi-3.4.4-3",
224-
"openssl-3.5.7-0",
224+
"openssl-3.5.8-0",
225225
"sqlite-3.50.4-0",
226226
"xz-5.4.6-1",
227227
"zstd-1.5.7-2"

Apple/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def unpack_deps(
328328
for name_ver in [
329329
"BZip2-1.0.8-2",
330330
"libFFI-3.4.7-2",
331-
"OpenSSL-3.5.7-1",
331+
"OpenSSL-3.5.8-1",
332332
"XZ-5.6.4-2",
333333
"mpdecimal-4.0.0-2",
334334
"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 build scripts to use OpenSSL 3.5.8.

0 commit comments

Comments
 (0)