From 25742bd9efc32de82eeeeaba0f4b8976c169e7ce Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 8 Aug 2026 13:03:32 +0200 Subject: repo: move packages under their SBo category Mirror SBo's own // layout instead of a flat / one. The category is now carried by the directory, so there's no separate map to maintain, and a package exports to the SBo repo at the identical relative path. misc: SecLists, exploitdb, nuclei games: UrbanTerror network: feroxbuster, ffuf, gobuster, metasploit-framework-bin, r8125 Categories taken from the synced SBo tree, which is authoritative. This also repairs two things the flat layout had broken: - test-build's category_of() returned "." for every package, since it derives the category from the parent directory name. - post-commit asserted a fixed depth. It now locates a build by the directory holding the .SlackBuild, and names the archive after the package with the package dir at the tarball root, as SBo expects. Drops the exec bit from SecLists.SlackBuild and gobuster.SlackBuild, flagged by sbolint once the pre-commit hook started running: SBo requires 0644 and ships both that way. --- exploitdb/slack-desc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 exploitdb/slack-desc (limited to 'exploitdb/slack-desc') diff --git a/exploitdb/slack-desc b/exploitdb/slack-desc deleted file mode 100644 index 74e166d..0000000 --- a/exploitdb/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -exploitdb: exploitdb (official repository of The Exploit Database) -exploitdb: -exploitdb: The Exploit Database is an archive of public exploits and -exploitdb: corresponding vulnerable software, developed for use by penetration -exploitdb: testers and vulnerability researchers. -exploitdb: Its aim is to serve as the most comprehensive collection of exploits, -exploitdb: shellcode and papers gathered through direct submissions, mailing -exploitdb: lists, and other public sources, and present them in a -exploitdb: freely-available and easy-to-navigate database -exploitdb: -exploitdb: Home: https://www.exploit-db.com/ -- cgit v1.2.3