aboutsummaryrefslogtreecommitdiffstats
path: root/feroxbuster/feroxbuster.SlackBuild
AgeCommit message (Collapse)AuthorFilesLines
2026-06-26updated feroxbuster slackbuild for author infosDanilo M.1-1/+1
2026-06-26feroxbuster: switch vendor tarball to reproducible tar.gzDanilo M.1-1/+1
Regenerate the vendored crates with cargo-vendor-filterer and a SOURCE_DATE_EPOCH pinned to the release tag commit date, producing a byte-for-byte reproducible tar.gz. Update the second source URL and MD5SUM_x86_64 accordingly, unpack .tar.gz in the SlackBuild, and document the exact generation command in the package README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25feroxbuster: put /opt/rust/bin on PATH instead of sourcing profile scriptDanilo M.1-5/+6
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.1-0/+8
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.1-0/+1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25feroxbuster: add version 2.13.1Danilo M.1-0/+140
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>