diff --git a/net-analyzer/commix/Manifest b/net-analyzer/commix/Manifest index 8a0019f2e..359d317ca 100644 --- a/net-analyzer/commix/Manifest +++ b/net-analyzer/commix/Manifest @@ -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 diff --git a/net-analyzer/commix/commix-3.6.ebuild b/net-analyzer/commix/commix-4.0_p20251110.ebuild similarity index 57% rename from net-analyzer/commix/commix-3.6.ebuild rename to net-analyzer/commix/commix-4.0_p20251110.ebuild index 92e5e575d..8807a6429 100644 --- a/net-analyzer/commix/commix-3.6.ebuild +++ b/net-analyzer/commix/commix-4.0_p20251110.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,15 +8,19 @@ PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 +HASH_COMMIT="b79128c6430e27537d3607c62af8d5295a0d5ddd" + DESCRIPTION="Automated All-in-One OS command injection and exploitation tool" 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" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" +#RDEPEND="" +#DEPEND="${RDEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +#FIXME: remove --update option diff --git a/net-analyzer/commix/metadata.xml b/net-analyzer/commix/metadata.xml new file mode 100644 index 000000000..98ba33933 --- /dev/null +++ b/net-analyzer/commix/metadata.xml @@ -0,0 +1,11 @@ + + + + + unknown@pentoo.ch + Author Unknown + + + commixproject/commix + +