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/README | |
| 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/README')
| -rw-r--r-- | feroxbuster/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/feroxbuster/README b/feroxbuster/README index 7c1956c..99ff2ed 100644 --- a/feroxbuster/README +++ b/feroxbuster/README @@ -5,6 +5,11 @@ resources) that a web application does not reference but still serves. This package is x86_64 only. +It builds against rust-opt so it works on Slackware -stable, whose +system cargo is too old to read the version 4 Cargo.lock. On -current +the system rust is new enough; rust-opt is still listed as a dependency +for a uniform build but its profile script is simply absent there. + Because SlackBuilds.org build hosts have no network access at build time, this script does not let cargo fetch crates from the network. Instead, a prebuilt vendored-crates tarball |
