| Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Christoph Willing's review changes:
- generate /usr/bin launcher symlinks in the SlackBuild and let makepkg
build doinst.sh per-arch, instead of shipping a preloaded doinst.sh.
The preloaded doinst.sh was baked from an x86_64 build; on i386 its
symlink targets did not exist, leaving a stray symlink in / on install.
- cat msfvenom.bash-completion and README.SLACKWARE into place instead of
cp -a, avoiding inserting files with a non-root uid/gid.
Also:
- ship msfconsole.1 and msfvenom.1 man pages from kali (the .deb ships
none of its own), gzipped into /usr/man/man1.
- note in README.SLACKWARE that the completion is a snapshot matching the
shipped MSF version, and that the man pages come from kali.
- document in CLAUDE.md how to regenerate the completion and refresh the
man pages on version bumps.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Track build-test status per Slackware branch. All packages are build-tested
on -current; feroxbuster is also confirmed on -stable, the rest are not yet
tested there. Add a one-line legend for the table symbols.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
The previous version derived the repo root from the script's own location via
git, which broke once the script was installed outside the repo (e.g. ~/bin):
it ran git in ~/bin and failed with 'not a git repository'. Resolve the
package as <pkg>/ below the current directory instead and run from the repo
root. The installed copy now works identically. README updated.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Print usage and exit 0 on -h/--help; usage now explains OUTPUT and the
symlink stripping. Run with no args still prints usage on stderr and exits 2.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
mksboarchive <package> builds the same <package>.tar.gz the post-commit hook
produces, but on demand by name. It validates the package, strips any sbodl
source symlinks, and archives to $OUTPUT (default: CWD). Documented in the
root README.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Add a Vendored Crates section to the root README covering why Rust packages
ship a vendored tarball (SBo builds run offline in a clean chroot) and how to
regenerate it reproducibly with cargo-vendor-filterer and SOURCE_DATE_EPOCH.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
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>
|
|
rust-opt installs its toolchain under /opt/rust/bin and ships no /etc/profile.d script, so the previous conditional source was a no-op and -stable kept falling back to the old system cargo. Prepend /opt/rust/bin to PATH directly when present.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
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>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
SBO_ARCHIVE=yes|no skips the TTY prompt so agents and scripts can answer non-interactively. Empty/unset keeps the interactive behavior.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Versioned source of truth for the hooks installed in .git/hooks/. Reinstall after reclone with: cp .extras/hooks/* .git/hooks/
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Package was removed in f67c2df.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Both are already maintained on SBo and identical to upstream.
Remove package directories and clean up README and nvchecker.toml.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
- Add CLAUDE.md with repo conventions and build strategy docs
- Add AGENTS.md with mandatory workflows for AI agents
- Fix nuclei SBo availability (❎ → ✅)
- Remove stale hydra note (SBo has been updated to 9.6)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
|
|
|
|
|
|
|