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
package/releng/deps.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[dependencies]
|
|
2
|
-
version = "
|
|
3
|
-
bootstrap_version = "
|
|
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 = "
|
|
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 = "
|
|
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=
|
|
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" },
|
package/releng/machine_spec.py
CHANGED
|
@@ -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"),
|