frida 17.3.0 → 17.3.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": "17.3.0",
3
+ "version": "17.3.1",
4
4
  "authors": [
5
5
  "Frida Developers"
6
6
  ],
package/releng/deps.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [dependencies]
2
- version = "20250801"
3
- bootstrap_version = "20250718"
2
+ version = "20250919"
3
+ bootstrap_version = "20250801"
4
4
 
5
5
  [ninja]
6
6
  scope = "toolchain"
@@ -41,12 +41,12 @@ url = "https://github.com/frida/libiconv.git"
41
41
 
42
42
  [zlib]
43
43
  name = "zlib"
44
- version = "a912d314d0812518d4bbd715a981e6c9484b550d"
44
+ version = "171a3eacaea8b731ef1fc586e7777b77742e2a1d"
45
45
  url = "https://github.com/frida/zlib.git"
46
46
 
47
47
  [libffi]
48
48
  name = "libffi"
49
- version = "10bcbcc6295e559b7c952b054e7669a912d3ce06"
49
+ version = "cca9fc2909f67d340f4a13ae274587eaf273371d"
50
50
  url = "https://github.com/frida/libffi.git"
51
51
  options = [
52
52
  "-Dexe_static_tramp=false",
@@ -73,7 +73,7 @@ options = [
73
73
 
74
74
  [glib]
75
75
  name = "GLib"
76
- version = "f8e0cd4e9e671a15a69a7323f421f1e8df5c7a10"
76
+ version = "9dc59b1b5503789ada22f7699e53256fa3287217"
77
77
  url = "https://github.com/frida/glib.git"
78
78
  options = [
79
79
  "-Dcocoa=disabled",
@@ -218,7 +218,7 @@ url = "https://github.com/frida/libusb.git"
218
218
  [lwip]
219
219
  when = "machine.os != 'none'"
220
220
  name = "lwIP"
221
- version = "c5e2835a213436eaf0c40d0a95a35e7cf0dad2d3"
221
+ version = "4fe7223c2e80dc328266fb2483e789ee5fad7c79"
222
222
  url = "https://github.com/frida/lwip.git"
223
223
  options = [
224
224
  "-Dipv4=disabled",
@@ -226,9 +226,6 @@ options = [
226
226
  "-Ddns=disabled",
227
227
  "-Darp=disabled",
228
228
  "-Dethernet=enabled",
229
- "-Dtcp_mss=4036",
230
- "-Dtcp_snd_buf=65535",
231
- "-Dtcp_wnd=65535",
232
229
  { value = "-Dlwip_debug=disabled", when = "machine.config_is_optimized" },
233
230
  ]
234
231
  dependencies = [
@@ -337,7 +334,7 @@ dependencies = [
337
334
 
338
335
  [capstone]
339
336
  name = "Capstone"
340
- version = "e98746112da0a40b2ccd0340db0d20cca5f97950"
337
+ version = "27fb5a53bc77baf3c3af7ccd466041418cecca35"
341
338
  url = "https://github.com/frida/capstone.git"
342
339
  options = [
343
340
  "-Darchs=all",
@@ -373,7 +370,7 @@ url = "https://github.com/frida/tinycc.git"
373
370
  [openssl]
374
371
  when = "machine.os != 'none'"
375
372
  name = "OpenSSL"
376
- version = "7b86cb6a0c5cb9d79dca012c98a0a30a58eef5b5"
373
+ version = "5029c4562d23547d8e29768e1b0de573c52bf3fc"
377
374
  url = "https://github.com/frida/openssl.git"
378
375
  options = [
379
376
  "-Dcli=disabled",
@@ -389,7 +386,7 @@ when = """ \
389
386
  and machine.os not in {'none', 'qnx'} \
390
387
  """
391
388
  name = "V8"
392
- version = "990fdb00e1506126019493dd3bda4d416c81eaee"
389
+ version = "669119f601663b73fc01f8eee02cf2f093bbf25b"
393
390
  url = "https://github.com/frida/v8.git"
394
391
  options = [
395
392
  "-Ddebug=false",
@@ -13,7 +13,7 @@ upstreams = {
13
13
  "meson": ("https://github.com/mesonbuild/meson.git", "master"),
14
14
  "termux-elf-cleaner": "https://github.com/termux/termux-elf-cleaner.git",
15
15
  "libiconv": "https://git.savannah.gnu.org/git/libiconv.git",
16
- "zlib": "https://github.com/madler/zlib.git",
16
+ "zlib": ("https://github.com/madler/zlib.git", "develop"),
17
17
  "brotli": "https://github.com/google/brotli.git",
18
18
  "minizip": "https://github.com/zlib-ng/minizip-ng.git",
19
19
  "libffi": "https://github.com/libffi/libffi.git",
@@ -1,6 +1,6 @@
1
1
  [wrap-git]
2
2
  url = https://github.com/frida/frida-core.git
3
- revision = 17.3.0
3
+ revision = 17.3.1
4
4
  depth = 1
5
5
 
6
6
  [provide]