Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Android/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,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.0.20-0",
"openssl-3.5.6-0",
"sqlite-3.50.4-0",
"xz-5.4.6-1",
"zstd-1.5.7-2"
Expand Down
2 changes: 1 addition & 1 deletion Apple/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def unpack_deps(
for name_ver in [
"BZip2-1.0.8-2",
"libFFI-3.4.7-2",
"OpenSSL-3.0.20-1",
"OpenSSL-3.5.6-1",
"XZ-5.6.4-2",
"mpdecimal-4.0.0-2",
"zstd-1.5.7-1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated bundled version of OpenSSL to 3.5.6.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is in Security rather than iOS/Android, the text should specify the platforms. I'm not sure that Security is quite the right section, though. Maybe Build, if we don't get platform-specific sections added?

Loading