From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAED0158041 for ; Fri, 8 Mar 2024 08:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF1EE29FA; Fri, 8 Mar 2024 08:15:42 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 0F05FE29FA for ; Fri, 8 Mar 2024 08:15:42 +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 E68C7342FFE for ; Fri, 8 Mar 2024 08:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71C69144C for ; Fri, 8 Mar 2024 08:15:39 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1709885689.499be6d549618ef6b88c2a4a78cf27dea4722105.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/binwalk/Manifest app-misc/binwalk/binwalk-2.3.8.ebuild app-misc/binwalk/binwalk-9999.ebuild X-VCS-Directories: app-misc/binwalk/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 499be6d549618ef6b88c2a4a78cf27dea4722105 X-VCS-Branch: master Date: Fri, 8 Mar 2024 08:15:39 +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: 3a4370db-5e75-4686-89af-bfeff01ad0bc X-Archives-Hash: daa31730ef4abd1ddef94d42c6e89125 commit: 499be6d549618ef6b88c2a4a78cf27dea4722105 Author: David Roman gmail com> AuthorDate: Thu Feb 29 12:04:43 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Mar 8 08:14:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499be6d5 app-misc/binwalk: add 2.3.8 Signed-off-by: David Roman gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35578 Signed-off-by: Florian Schmaus gentoo.org> app-misc/binwalk/Manifest | 1 + app-misc/binwalk/{binwalk-9999.ebuild => binwalk-2.3.8.ebuild} | 7 +++++-- app-misc/binwalk/binwalk-9999.ebuild | 7 +++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest index 1fac58ce22fa..7337420de25c 100644 --- a/app-misc/binwalk/Manifest +++ b/app-misc/binwalk/Manifest @@ -1 +1,2 @@ DIST binwalk-2.3.6.tar.gz 39723335 BLAKE2B 20710dc32f67981b1ba69ced649bfddc0247b9054a30ba9a8ab17710094fa4f45a44b32b18e2de6e0c63d632044432e8d4a8ec8cdacb007996b7d91b983547bc SHA512 05e06682a9b8aa6b68b580b6818a2f08d8d81d89961f6cacfd9d14185c26727bbdf6dedb2f26079fffebf7de6f45002944ed8f3475ba04e4b05ac6d5c19560ea +DIST binwalk-2.3.8.tar.gz 39723354 BLAKE2B 87c4e9e78e7a2c6132266ad9bd4ba1cfc05fccb078b41b7a9890c59586175c1993bea5c642493c42c10d3e2af36965c88612c881fec750eb7d99b260226ae65f SHA512 5b99626496ae236f32ae190372b4e24dbb3873413bc822a67096fb380139835379556987cfd6f7561a8b36574ec4d4ea8007182edb6d58ac1cd993cafb46d1a7 diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-2.3.8.ebuild similarity index 82% copy from app-misc/binwalk/binwalk-9999.ebuild copy to app-misc/binwalk/binwalk-2.3.8.ebuild index 3faee6d44b5c..53c023e8014b 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-2.3.8.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..12} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 optfeature if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/OSPG/binwalk.git" @@ -17,7 +17,7 @@ else fi DESCRIPTION="A tool for identifying files embedded inside firmware images" -HOMEPAGE="https://github.com/ReFirmLabs/binwalk" +HOMEPAGE="https://github.com/OSPG/binwalk" LICENSE="MIT" SLOT="0" @@ -30,6 +30,9 @@ python_install_all() { } pkg_postinst() { + optfeature "entropy graph" dev-python/matplotlib + optfeature "disassembly" dev-libs/capstone[python] + if [[ -z ${REPLACING_VERSIONS} ]]; then elog "binwalk has many optional dependencies to automatically" elog "extract/decompress data, see INSTALL.md for more details." diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild index 3faee6d44b5c..53c023e8014b 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..12} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 optfeature if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/OSPG/binwalk.git" @@ -17,7 +17,7 @@ else fi DESCRIPTION="A tool for identifying files embedded inside firmware images" -HOMEPAGE="https://github.com/ReFirmLabs/binwalk" +HOMEPAGE="https://github.com/OSPG/binwalk" LICENSE="MIT" SLOT="0" @@ -30,6 +30,9 @@ python_install_all() { } pkg_postinst() { + optfeature "entropy graph" dev-python/matplotlib + optfeature "disassembly" dev-libs/capstone[python] + if [[ -z ${REPLACING_VERSIONS} ]]; then elog "binwalk has many optional dependencies to automatically" elog "extract/decompress data, see INSTALL.md for more details."