From bfc43b171a9d7ac84470cc909d5d51aaee8289ff Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 11 Jul 2026 12:42:37 +0200 Subject: Move danix-official SBo packages to sbo-slackbuilds repo Deduplicate the seven packages that are now danix-maintained on SlackBuilds.org (SecLists, ffuf, gobuster, exploitdb, nuclei, feroxbuster, metasploit-framework-bin); they live in the sbo-slackbuilds repo. ffuf and gobuster were synced to current SBo (arch-independent .info) before the move. README keeps them in the package table with In-repo/Maintainer columns since they stay relevant to the suite. CLAUDE.md build-strategy docs for the moved build types (Go/Rust/.deb, metasploit regen procedures) relocate to sbo-slackbuilds/CLAUDE.md; a pointer note remains here. cadaver stays (SBo entry orphaned, local is the notroj 0.28 rewrite). Co-Authored-By: Claude Opus 4.8 --- nuclei/patches/Build-doc.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 nuclei/patches/Build-doc.patch (limited to 'nuclei/patches/Build-doc.patch') diff --git a/nuclei/patches/Build-doc.patch b/nuclei/patches/Build-doc.patch deleted file mode 100644 index 17f054e..0000000 --- a/nuclei/patches/Build-doc.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: Sophie Brun -Date: Fri, 10 Dec 2021 09:08:38 +0100 -Subject: Build doc - ---- - Makefile | 7 ++----- - 1 file changed, 2 insertions(+), 5 deletions(-) - -diff --git a/Makefile b/Makefile -index 719c308..ca2e684 100644 ---- a/Makefile -+++ b/Makefile -@@ -59,10 +59,7 @@ docgen: GOBUILD_OUTPUT = ./bin/docgen - docgen: GOBUILD_PACKAGES = cmd/docgen/docgen.go - docgen: bin = dstdocgen - docgen: -- @if ! which $(bin) >/dev/null; then \ -- echo "Command $(bin) not found! Installing..."; \ -- go install -v github.com/projectdiscovery/yamldoc-go/cmd/docgen/$(bin)@latest; \ -- fi -+ go install -v github.com/projectdiscovery/yamldoc-go/cmd/docgen/$(bin)@latest; \ - # TODO: FIX THIS PANIC - $(GOCMD) generate pkg/templates/templates.go - $(GOBUILD) -o "${GOBUILD_OUTPUT}" $(GOBUILD_PACKAGES) -@@ -156,4 +153,4 @@ template-validate: - ./bin/nuclei -validate \ - -w workflows \ - -et http/technologies \ -- -ept code -\ No newline at end of file -+ -ept code -- cgit v1.2.3