diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-26 10:48:14 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-26 10:48:14 +0200 |
| commit | 56788f66c7ea10b5aac5005e6f2110508fd46167 (patch) | |
| tree | f6ec02e97dbf912963c6259628a40b7cbefcf86f /feroxbuster/feroxbuster.info | |
| parent | c9d1296ec6cde63bc4b818901cc2e0a85abbf8bf (diff) | |
| download | slackware-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.info')
| -rw-r--r-- | feroxbuster/feroxbuster.info | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/feroxbuster/feroxbuster.info b/feroxbuster/feroxbuster.info index c13fdb1..7d0d90e 100644 --- a/feroxbuster/feroxbuster.info +++ b/feroxbuster/feroxbuster.info @@ -4,9 +4,9 @@ HOMEPAGE="https://github.com/epi052/feroxbuster" DOWNLOAD="UNSUPPORTED" MD5SUM="" DOWNLOAD_x86_64="https://github.com/epi052/feroxbuster/archive/v2.13.1/feroxbuster-2.13.1.tar.gz \ - https://packages.danix.xyz/sbo/feroxbuster/feroxbuster-2.13.1-vendor.tar.xz" + https://packages.danix.xyz/sbo/feroxbuster/feroxbuster-2.13.1-vendor.tar.gz" MD5SUM_x86_64="dc0bfa007f22815875b8094d954c4f60 \ - 3cc65fe23ae6abe30e3299e48f99dccc" + 1ecbe3e0b6737669548afd595381979d" REQUIRES="rust-opt" MAINTAINER="danix" EMAIL="danix@danix.xyz" |
