public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/
Date: Fri,  8 Mar 2024 08:15:39 +0000 (UTC)	[thread overview]
Message-ID: <1709885689.499be6d549618ef6b88c2a4a78cf27dea4722105.flow@gentoo> (raw)

commit:     499be6d549618ef6b88c2a4a78cf27dea4722105
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Feb 29 12:04:43 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35578
Signed-off-by: Florian Schmaus <flow <AT> 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."


             reply	other threads:[~2024-03-08  8:15 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08  8:15 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 16:56 [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/ Arthur Zamarin
2024-09-12 12:27 Arthur Zamarin
2024-09-09 20:58 Arthur Zamarin
2024-09-09 20:47 Arthur Zamarin
2024-09-09 20:44 Arthur Zamarin
2024-09-09 20:44 Arthur Zamarin
2024-08-10  7:24 Joonas Niilola
2024-08-10  7:24 Joonas Niilola
2024-06-11 17:18 Sam James
2024-06-11 16:57 Sam James
2024-06-11 16:57 Sam James
2024-06-11 16:57 Sam James
2024-06-11 16:54 Sam James
2024-06-11 16:54 Sam James
2024-04-28 16:06 Arthur Zamarin
2024-04-28 16:06 Arthur Zamarin
2024-04-24  9:51 Sam James
2024-04-24  6:05 Sam James
2024-04-23 20:53 Sam James
2024-04-23 20:53 Sam James
2024-04-23 20:52 Sam James
2024-04-23 20:52 Sam James
2024-03-25 13:09 Florian Schmaus
2024-03-10 12:13 Arthur Zamarin
2024-03-10 12:13 Arthur Zamarin
2024-03-10 12:08 Sam James
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-08  8:15 Florian Schmaus
2024-02-28 20:43 Sam James
2024-02-28 20:43 Sam James
2024-02-28 20:43 Sam James
2023-05-31  4:37 John Helmert III
2023-04-07  4:10 Sam James
2023-04-01 16:07 Arthur Zamarin
2023-04-01 16:07 Arthur Zamarin
2023-04-01 16:07 Arthur Zamarin
2023-04-01 16:07 Arthur Zamarin
2023-04-01  1:09 Sam James
2023-04-01  1:09 Sam James
2022-05-22  4:17 Sam James
2021-12-21  3:39 Yixun Lan
2021-10-30 17:24 Agostino Sarubbo
2021-10-29 18:32 Sam James
2021-10-29 18:30 Sam James
2021-10-29  5:52 Agostino Sarubbo
2021-04-26 10:34 Sam James
2021-04-25 12:32 Sam James
2021-04-25  5:14 Sam James
2021-04-24 18:57 Georgy Yakovlev
2021-04-23 20:02 Georgy Yakovlev
2021-04-23 20:02 Georgy Yakovlev
2021-03-23 21:36 Georgy Yakovlev
2021-03-23 21:36 Georgy Yakovlev
2021-03-23 21:36 Georgy Yakovlev
2021-03-04  4:24 Sam James
2021-02-28 12:22 Sergei Trofimovich
2020-10-13  1:31 Georgy Yakovlev
2020-10-13  1:31 Georgy Yakovlev
2020-09-21  6:34 Georgy Yakovlev
2020-07-23 23:02 Sam James
2020-06-11  2:00 Georgy Yakovlev
2020-01-23  9:59 Georgy Yakovlev
2019-12-26 12:56 Georgy Yakovlev
2019-11-19  1:35 Georgy Yakovlev
2019-11-18 22:55 Tim Harder
2019-09-28  3:42 Tim Harder
2018-04-06 11:05 Fabian Groffen
2017-04-26  6:24 Tim Harder
2017-04-26  6:24 Tim Harder
2016-09-02 23:18 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1709885689.499be6d549618ef6b88c2a4a78cf27dea4722105.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox