Skip to content

Commit fe3a26f

Browse files
authored
gh-156369: Bump OpenSSL versions for iOS and Android (#156432)
1 parent 7f3d09b commit fe3a26f

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 build scripts to use OpenSSL 3.5.8.

Platforms/Android/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
224224
for name_ver in [
225225
"bzip2-1.0.8-3",
226226
"libffi-3.4.4-3",
227-
"openssl-3.5.7-0",
227+
"openssl-3.5.8-0",
228228
"sqlite-3.53.4-0",
229229
"xz-5.4.6-1",
230230
"zstd-1.5.7-2"

Platforms/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",

0 commit comments

Comments
 (0)