aboutsummaryrefslogtreecommitdiffstats
path: root/feroxbuster
AgeCommit message (Collapse)AuthorFilesLines
2026-06-25feroxbuster: put /opt/rust/bin on PATH instead of sourcing profile scriptDanilo M.2-6/+8
rust-opt installs its toolchain under /opt/rust/bin and ships no /etc/profile.d script, so the previous conditional source was a no-op and -stable kept falling back to the old system cargo. Prepend /opt/rust/bin to PATH directly when present. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25feroxbuster: build against rust-opt for -stable compatibilityDanilo M.3-1/+14
System cargo on Slackware -stable cannot read the v4 Cargo.lock. Add rust-opt to REQUIRES and source its profile script when present so the newer cargo is used; no-op on -current. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25feroxbuster: add doinst.sh to handle .new config fileDanilo M.2-0/+15
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25feroxbuster: add version 2.13.1Danilo M.4-0/+194
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>