From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18DE81582EF for ; Wed, 19 Feb 2025 11:14:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 03199343260 for ; Wed, 19 Feb 2025 11:14:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2A33511047F; Wed, 19 Feb 2025 11:14:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 185A0110480 for ; Wed, 19 Feb 2025 11:14:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C88E93431C0 for ; Wed, 19 Feb 2025 11:14:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 690E127ED for ; Wed, 19 Feb 2025 11:14:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1739963527.4d8c44e876a99c7fabd6b021881afa89008b5511.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/volatility3/volatility3-2.8.0-r1.ebuild app-forensics/volatility3/volatility3-2.8.0.ebuild X-VCS-Directories: app-forensics/volatility3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d8c44e876a99c7fabd6b021881afa89008b5511 X-VCS-Branch: master Date: Wed, 19 Feb 2025 11:14:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25e97952-81b2-4e8a-b370-4ed1fdddb149 X-Archives-Hash: 54ad9287ab6f77d7d7255390b606c3bd commit: 4d8c44e876a99c7fabd6b021881afa89008b5511 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Thu Jan 16 21:46:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 19 11:12:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8c44e8 app-forensics/volatility3: limit dev-libs/capstone to compatible versions Capstone 6 is not supported (see https://github.com/volatilityfoundation/volatility3/issues/1336). Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/40168 Signed-off-by: Sam James gentoo.org> .../{volatility3-2.8.0.ebuild => volatility3-2.8.0-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-forensics/volatility3/volatility3-2.8.0.ebuild b/app-forensics/volatility3/volatility3-2.8.0-r1.ebuild similarity index 94% rename from app-forensics/volatility3/volatility3-2.8.0.ebuild rename to app-forensics/volatility3/volatility3-2.8.0-r1.ebuild index f0db988c8286..a58558f50c2c 100644 --- a/app-forensics/volatility3/volatility3-2.8.0.ebuild +++ b/app-forensics/volatility3/volatility3-2.8.0-r1.ebuild @@ -31,7 +31,11 @@ IUSE="crypt disasm jsonschema leechcore snappy test yara" RDEPEND=" >=dev-python/pefile-2023.2.7[${PYTHON_USEDEP}] crypt? ( >=dev-python/pycryptodome-3[${PYTHON_USEDEP}] ) - disasm? ( >=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}] ) + disasm? + ( + >=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}] + =dev-python/jsonschema-2.3.0[${PYTHON_USEDEP}] ) leechcore? ( >=dev-python/leechcorepyc-2.4.0[${PYTHON_USEDEP}] ) snappy? ( app-arch/snappy:0/1.1 )