mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
commix-4.0_p20251110.ebuild
This commit is contained in:
parent
21766e66a2
commit
c677ba08a3
3 changed files with 21 additions and 6 deletions
|
|
@ -1 +1 @@
|
||||||
DIST commix-3.6.tar.gz 242201 BLAKE2B dfc61ae79ca7c0e52670e5a9eb8492be1b29358691d7b9c999f9516bc0c1dcd9bfca82c03f7b6440bb89069c623eb2349524a5ad1a41319b5332f3623ef693fc SHA512 527c334dd10bc47d598ce5efc95531564f587f2162eb2b2f724c8c6eb0fce0ad0823e275ae1fe892d5aeb4bd30b054671caf90d26b36065a45fadb4c554a79f7
|
DIST commix-4.0_p20251110.tar.gz 227079 BLAKE2B 744c349250d14286b063de5b40d3fc26201e07673a212d9f03c0d3639e7daa30f3d5bea10d77482d099ed90b37577d20b71a384ae5a0f2e905303341642f476b SHA512 6e79033773dd170424306b5738ffe137eab85e8b69bebb3afbc017fb29318812191b2f5274c935f3cb49844d9c3b38483fcf929d41ff49c95039658befac5f14
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
@ -8,15 +8,19 @@ PYTHON_COMPAT=( python3_{12..14} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
|
HASH_COMMIT="b79128c6430e27537d3607c62af8d5295a0d5ddd"
|
||||||
|
|
||||||
DESCRIPTION="Automated All-in-One OS command injection and exploitation tool"
|
DESCRIPTION="Automated All-in-One OS command injection and exploitation tool"
|
||||||
HOMEPAGE="https://github.com/commixproject/commix"
|
HOMEPAGE="https://github.com/commixproject/commix"
|
||||||
SRC_URI="https://github.com/commixproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/commixproject/${PN}/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ~arm64 x86"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND=""
|
#RDEPEND=""
|
||||||
DEPEND="${RDEPEND}"
|
#DEPEND="${RDEPEND}"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
|
#FIXME: remove --update option
|
||||||
11
net-analyzer/commix/metadata.xml
Normal file
11
net-analyzer/commix/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>unknown@pentoo.ch</email>
|
||||||
|
<name>Author Unknown</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">commixproject/commix</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Loading…
Reference in a new issue