aboutsummaryrefslogtreecommitdiffstats
path: root/feroxbuster/feroxbuster.info
AgeCommit message (Collapse)AuthorFilesLines
2026-06-26feroxbuster: switch vendor tarball to reproducible tar.gzDanilo M.1-2/+2
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: build against rust-opt for -stable compatibilityDanilo M.1-1/+1
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 version 2.13.1Danilo M.1-0/+12
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>