frida 16.5.7 → 16.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frida",
3
- "version": "16.5.7",
3
+ "version": "16.5.9",
4
4
  "authors": [
5
5
  "Frida Developers"
6
6
  ],
package/releng/deps.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [dependencies]
2
- version = "20241105"
3
- bootstrap_version = "20241006"
2
+ version = "20241208"
3
+ bootstrap_version = "20241105"
4
4
 
5
5
  [ninja]
6
6
  scope = "toolchain"
@@ -215,7 +215,7 @@ url = "https://github.com/frida/libusb.git"
215
215
 
216
216
  [lwip]
217
217
  name = "lwIP"
218
- version = "9f64c40cac2e77eddf6b3913961fdd056d307716"
218
+ version = "2b3efb7862866904f67dc369c9147f527a2982ca"
219
219
  url = "https://github.com/frida/lwip.git"
220
220
  options = [
221
221
  "-Dipv4=disabled",
@@ -223,7 +223,7 @@ options = [
223
223
  "-Ddns=disabled",
224
224
  "-Darp=disabled",
225
225
  "-Dethernet=enabled",
226
- "-Dtcp_mss=1360",
226
+ "-Dtcp_mss=4036",
227
227
  "-Dtcp_snd_buf=65535",
228
228
  "-Dtcp_wnd=65535",
229
229
  { value = "-Dlwip_debug=disabled", when = "machine.config_is_optimized" },
@@ -1,6 +1,6 @@
1
1
  [wrap-git]
2
2
  url = https://github.com/frida/frida-core.git
3
- revision = 16.5.7
3
+ revision = 16.5.9
4
4
  depth = 1
5
5
 
6
6
  [provide]