Commit Graph
993277 Commits
Author SHA1 Message Date
Bad3r bf61948c0d maintainers: add bad3r 2026-05-04 22:58:58 +03:00
Bad3r 335d81bf74 python3Packages.wfuzz: tidy style nits
- Sort dependencies alphabetically (pyparsing/setuptools/six were out of
  order relative to nixpkgs Python convention).
- Note that the imp -> importlib patch is needed for Python >= 3.12, not
  just 3.12, since imp stays removed in 3.13+.
- Use the canonical "v\${version}" form for the changelog URL instead of
  reaching through finalAttrs.src.tag.
2026-05-04 22:58:58 +03:00
Bad3r ba1de2fadb python3Packages.wfuzz: add netaddr to runtime dependencies
The iprange and ipnet payload plugins (src/wfuzz/plugins/payloads/
{iprange,ipnet}.py) lazily import netaddr and, on ImportError, raise
FuzzExceptBadInstall("...requires netaddr module. Please install it
using pip."). Without this dep, `wfuzz -z iprange,192.168.1.1-...` and
`-z ipnet,...` fail on a Nix-built wfuzz with a misleading pip-install
message. netaddr stays in nativeCheckInputs since tests/api/test_payload.py
also exercises the ipranges payload.
2026-05-04 22:58:58 +03:00
Bad3r c6606136d7 python3Packages.wfuzz: fix screenshot plugin on Python 3.13
`pipes` was deprecated in Python 3.11 (PEP 594) and removed in 3.13;
src/wfuzz/plugins/scripts/screenshot.py imports it and fails to load on
3.13 with `No module named 'pipes'`. The module loader catches the
ImportError and silently drops the plugin, so `wfuzz -e scripts` no
longer lists `screenshot`.

Replace `pipes.quote` with `shlex.quote` (the documented stdlib
replacement; identical semantics for the single argument used here).

Reported upstream at xmendez/wfuzz#380.
2026-05-04 22:58:58 +03:00
Bad3r 0135f54023 python3Packages.wfuzz: set meta.mainProgram
The package installs four console scripts (wfuzz, wfpayload, wfencode,
wxfuzz) and is exposed at the top level via toPythonApplication, so
lib.getExe and `nix run` need an explicit primary binary to avoid the
default-pname fallback warning.
2026-05-04 22:58:58 +03:00
Nick CaoandGitHub 2d3455d603 vscode-extensions.ms-python.isort: 2025.0.0 -> 2026.4.0 (#516153) 2026-05-04 19:58:43 +00:00
Nick CaoandGitHub e136a3d330 python3Packages.bqplot: 0.12.45 -> 0.12.46 (#516147) 2026-05-04 19:58:19 +00:00
Nick CaoandGitHub 1dc31e5d8f fdk-aac-encoder: 1.0.6 -> 1.0.7 (#516142) 2026-05-04 19:57:35 +00:00
Nick CaoandGitHub 384be71f52 vscode-extensions.leanprover.lean4: 0.0.234 -> 0.0.236 (#516137) 2026-05-04 19:57:05 +00:00
Nick CaoandGitHub 19d1d48573 brutespray: 2.6.0 -> 2.6.1 (#516134) 2026-05-04 19:56:49 +00:00
Nick CaoandGitHub 423bb2d973 bpftop: 0.8.0 -> 0.9.0 (#516002) 2026-05-04 19:53:53 +00:00
Nick CaoandGitHub 84be4da027 video-compare: 20260308 -> 20260502 (#515832) 2026-05-04 19:52:26 +00:00
Nick CaoandGitHub 15dbabfcf5 todoist: 0.23.0 -> 0.24.0 (#515830) 2026-05-04 19:51:43 +00:00
Nick CaoandGitHub 4a06700e00 peergos: 1.24.0 -> 1.25.0 (#515805) 2026-05-04 19:50:35 +00:00
Nick CaoandGitHub f86d76ece9 vscode-extensions.illixion.vscode-vibrancy-continued: 1.1.76 -> 1.1.77 (#515804) 2026-05-04 19:49:59 +00:00
Nick CaoandGitHub 15c665ed78 asccli: 1.2.5 -> 1.2.7 (#515918) 2026-05-04 19:49:27 +00:00
R. Ryantm 9bbb5082c1 glooctl: 1.21.3 -> 1.21.4 2026-05-04 19:48:30 +00:00
Nick CaoandGitHub 366bd72af0 forgejo-mcp: 2.18.0 -> 2.19.0 (#515891) 2026-05-04 19:47:47 +00:00
Nick CaoandGitHub 9afe267624 stern: 1.33.1 -> 1.34.0 (#515867) 2026-05-04 19:46:46 +00:00
Nick CaoandGitHub acdef855a0 jx: 3.16.71 -> 3.17.0 (#515969) 2026-05-04 19:46:16 +00:00
Weijia WangandGitHub 0e2ec222a7 linuxPackages.nvidia_x11: don't define kernel modules when building libs only (#516050) 2026-05-04 19:46:14 +00:00
Nick CaoandGitHub f3ed5bf6b4 anchor: 1.0.1 -> 1.0.2 (#515944) 2026-05-04 19:45:24 +00:00
Guillaume GirolandGitHub 72cbc5fac2 nixseparatedebuginfod2: 1.0.1 -> 2.0.0 (#512851) 2026-05-04 19:45:00 +00:00
sternenseemannandGitHub 03f3a96d7a shrikhand: use installFonts (#515692) 2026-05-04 19:43:47 +00:00
Nick CaoandGitHub acbd675350 n8n-task-runner-launcher: 1.4.4 -> 1.4.5 (#516016) 2026-05-04 19:43:45 +00:00
Nick CaoandGitHub 5da25a7ed6 sif: 0-unstable-2026-03-06 -> 0-unstable-2026-04-24 (#516015) 2026-05-04 19:43:24 +00:00
Nick CaoandGitHub e6916a3248 gh-poi: 0.17.0 -> 0.17.1 (#516013) 2026-05-04 19:43:00 +00:00
Nick CaoandGitHub 1b8f0e69c9 fyne: 1.7.0 -> 1.7.1 (#516008) 2026-05-04 19:41:20 +00:00
Nick CaoandGitHub 6bed97e847 awww: 0.12.0 -> 0.12.1 (#516005) 2026-05-04 19:39:33 +00:00
Nick CaoandGitHub 7e997b5300 git-pkgs: 0.15.3 -> 0.15.4 (#516004) 2026-05-04 19:38:48 +00:00
Nick CaoandGitHub e8782d9fdf vscode-extensions.ms-python.black-formatter: 2025.2.0 -> 2026.4.0 (#515987) 2026-05-04 19:37:53 +00:00
Nick CaoandGitHub eb7e4f9496 ddns-go: 6.16.10 -> 6.17.0 (#515662) 2026-05-04 19:34:44 +00:00
Nick CaoandGitHub ea0b06e819 cplay-ng: 5.4.0 -> 5.5.0 (#515640) 2026-05-04 19:33:58 +00:00
Weijia WangandGitHub c6f3f46a28 picoscope: use wrapGAppsHook3 instead of manual wrapping (#476093) 2026-05-04 19:32:55 +00:00
Nick CaoandGitHub cb376d7fd9 jj-pre-push: 0.4.0 -> 0.4.4 (#515719) 2026-05-04 19:32:05 +00:00
Nick CaoandGitHub 0f1ba73273 treemd: 0.5.10 -> 0.5.11 (#515701) 2026-05-04 19:31:20 +00:00
Nick CaoandGitHub 946df5a8e3 python3Packages.ultralytics-thop: 2.0.18 -> 2.0.19 (#515699) 2026-05-04 19:30:38 +00:00
Nick CaoandGitHub c5d5481088 svu: 3.4.0 -> 3.4.1 (#515688) 2026-05-04 19:29:52 +00:00
Nick CaoandGitHub 5bdf91cd60 gitsign: 0.14.0 -> 0.15.0 (#515687) 2026-05-04 19:29:24 +00:00
R. Ryantm 25e2255122 libretro.pcsx2: 0-unstable-2026-02-06 -> 0-unstable-2026-05-01 2026-05-04 19:29:15 +00:00
Nick CaoandGitHub 2e93f02c26 commons-io: 2.21.0 -> 2.22.0 (#515684) 2026-05-04 19:29:00 +00:00
Nick CaoandGitHub 2a64f8a0fe lazycommit: 1.4.2 -> 1.5.3 (#515672) 2026-05-04 19:28:14 +00:00
Jörg Thalheim b17c2cfdb3 nix: bump 2.28.6 -> 2.28.7, 2.30.4 -> 2.30.5, 2.31.4 -> 2.31.5
Update source hashes for new patch releases.
2026-05-04 21:28:12 +02:00
Nick CaoandGitHub 917814b823 grafanaPlugins.grafana-pyroscope-app: 2.0.4 -> 2.0.5 (#515668) 2026-05-04 19:27:30 +00:00
Nick CaoandGitHub b52c8d5467 wit-bindgen: 0.56.0 -> 0.57.1 (#515790) 2026-05-04 19:26:53 +00:00
Nick CaoandGitHub 54e02799d6 ultralytics: 8.4.41 -> 8.4.46 (#515789) 2026-05-04 19:26:18 +00:00
Nick CaoandGitHub 7bdddc71ab commitlint: 20.5.0 -> 20.5.3 (#515786) 2026-05-04 19:25:38 +00:00
Nick CaoandGitHub 9fd3570ce6 libretro.beetle-psx: 0-unstable-2026-04-20 -> 0-unstable-2026-05-01 (#515785) 2026-05-04 19:25:03 +00:00
figsoda ca38c91139 cargo-dephell: mark as broken on linux 2026-05-04 15:24:06 -04:00
Nick CaoandGitHub dbdd1da1c5 go-grip: 0.9.1 -> 0.9.2 (#515768) 2026-05-04 19:23:52 +00:00