aboutsummaryrefslogtreecommitdiffstats
path: root/feroxbuster/feroxbuster.SlackBuild
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-26 10:48:14 +0200
committerDanilo M. <danix@danix.xyz>2026-06-26 10:48:14 +0200
commit56788f66c7ea10b5aac5005e6f2110508fd46167 (patch)
treef6ec02e97dbf912963c6259628a40b7cbefcf86f /feroxbuster/feroxbuster.SlackBuild
parentc9d1296ec6cde63bc4b818901cc2e0a85abbf8bf (diff)
downloadslackware-pentesting-suite-56788f66c7ea10b5aac5005e6f2110508fd46167.tar.gz
slackware-pentesting-suite-56788f66c7ea10b5aac5005e6f2110508fd46167.zip
feroxbuster: switch vendor tarball to reproducible tar.gz
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>
Diffstat (limited to 'feroxbuster/feroxbuster.SlackBuild')
-rw-r--r--feroxbuster/feroxbuster.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/feroxbuster/feroxbuster.SlackBuild b/feroxbuster/feroxbuster.SlackBuild
index b6e0134..1c7151f 100644
--- a/feroxbuster/feroxbuster.SlackBuild
+++ b/feroxbuster/feroxbuster.SlackBuild
@@ -75,7 +75,7 @@ cd $PRGNAM-$VERSION
# Unpack the vendored crates alongside the source. The tarball extracts to
# a top-level vendor/ directory.
rm -rf vendor
-tar xvf $CWD/$VENDOR.tar.xz
+tar xvf $CWD/$VENDOR.tar.gz
chown -R root:root .
find -L . \