diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-25 17:52:55 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-25 17:52:55 +0200 |
| commit | 0a82c41cc829b853402876f9d4fcabec4ac42ff1 (patch) | |
| tree | 78867d4c6b55127be4920bdde372a8445253ca32 /feroxbuster/feroxbuster.info | |
| parent | 1fb8e2b10f2957910080f8c5276f4df3a86c2399 (diff) | |
| download | slackware-pentesting-suite-0a82c41cc829b853402876f9d4fcabec4ac42ff1.tar.gz slackware-pentesting-suite-0a82c41cc829b853402876f9d4fcabec4ac42ff1.zip | |
feroxbuster: build against rust-opt for -stable compatibility
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>
Diffstat (limited to 'feroxbuster/feroxbuster.info')
| -rw-r--r-- | feroxbuster/feroxbuster.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feroxbuster/feroxbuster.info b/feroxbuster/feroxbuster.info index c7be9a5..c13fdb1 100644 --- a/feroxbuster/feroxbuster.info +++ b/feroxbuster/feroxbuster.info @@ -7,6 +7,6 @@ DOWNLOAD_x86_64="https://github.com/epi052/feroxbuster/archive/v2.13.1/feroxbust https://packages.danix.xyz/sbo/feroxbuster/feroxbuster-2.13.1-vendor.tar.xz" MD5SUM_x86_64="dc0bfa007f22815875b8094d954c4f60 \ 3cc65fe23ae6abe30e3299e48f99dccc" -REQUIRES="" +REQUIRES="rust-opt" MAINTAINER="danix" EMAIL="danix@danix.xyz" |
