From 56788f66c7ea10b5aac5005e6f2110508fd46167 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 26 Jun 2026 10:48:14 +0200 Subject: 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 --- feroxbuster/feroxbuster.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feroxbuster/feroxbuster.SlackBuild') 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 . \ -- cgit v1.2.3