frida 16.5.7 → 16.6.1

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.6.1",
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 = "20250109"
3
+ bootstrap_version = "20250106"
4
4
 
5
5
  [ninja]
6
6
  scope = "toolchain"
@@ -114,8 +114,11 @@ dependencies = [
114
114
  [libdwarf]
115
115
  when = "machine.os in {'linux', 'android', 'freebsd', 'qnx'}"
116
116
  name = "libdwarf"
117
- version = "fce48507e895f7e808a1b50c31a44571ae30389b"
117
+ version = "50e3115b340c6a58d2f61af96f120a9d111ac024"
118
118
  url = "https://github.com/frida/libdwarf.git"
119
+ options = [
120
+ "-Ddecompression=false",
121
+ ]
119
122
  dependencies = [
120
123
  { id = "elfutils", when = "machine.os != 'freebsd'" },
121
124
  ]
@@ -215,7 +218,7 @@ url = "https://github.com/frida/libusb.git"
215
218
 
216
219
  [lwip]
217
220
  name = "lwIP"
218
- version = "9f64c40cac2e77eddf6b3913961fdd056d307716"
221
+ version = "2b3efb7862866904f67dc369c9147f527a2982ca"
219
222
  url = "https://github.com/frida/lwip.git"
220
223
  options = [
221
224
  "-Dipv4=disabled",
@@ -223,7 +226,7 @@ options = [
223
226
  "-Ddns=disabled",
224
227
  "-Darp=disabled",
225
228
  "-Dethernet=enabled",
226
- "-Dtcp_mss=1360",
229
+ "-Dtcp_mss=4036",
227
230
  "-Dtcp_snd_buf=65535",
228
231
  "-Dtcp_wnd=65535",
229
232
  { value = "-Dlwip_debug=disabled", when = "machine.config_is_optimized" },
@@ -291,4 +291,4 @@ BIG_ENDIAN_ARCHS = {
291
291
  "s390x",
292
292
  }
293
293
 
294
- TARGET_TRIPLET_ARCH_PATTERN = re.compile(r"^(i.86|x86_64|arm(v\w+)?|aarch64|mips\w*|powerpc|s390x)$")
294
+ TARGET_TRIPLET_ARCH_PATTERN = re.compile(r"^(i.86|x86_64|arm\w*|aarch64|mips\w*|powerpc|s390x)$")
@@ -28,6 +28,7 @@ upstreams = {
28
28
  "libxml2": make_gnome_url("libxml2"),
29
29
  "libsoup": make_gnome_url("libsoup"),
30
30
  "vala": make_gnome_url("vala"),
31
+ "libdwarf": "https://github.com/davea42/libdwarf-code.git",
31
32
  "xz": "https://git.tukaani.org/xz.git",
32
33
  "pkg-config": "https://gitlab.freedesktop.org/pkg-config/pkg-config.git",
33
34
  "quickjs": ("https://github.com/bellard/quickjs.git", "master"),
@@ -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.6.1
4
4
  depth = 1
5
5
 
6
6
  [provide]