frida 16.5.9 → 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.9",
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 = "20241208"
3
- bootstrap_version = "20241105"
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
  ]
@@ -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.9
3
+ revision = 16.6.1
4
4
  depth = 1
5
5
 
6
6
  [provide]