From 0a82c41cc829b853402876f9d4fcabec4ac42ff1 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 25 Jun 2026 17:52:55 +0200 Subject: 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 --- feroxbuster/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'feroxbuster/README') 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 -- cgit v1.2.3