From 556fe64d8a78c82ae82ad68c82f7305261d61381 Mon Sep 17 00:00:00 2001 From: blshkv Date: Thu, 11 Feb 2016 14:18:45 +0800 Subject: [PATCH] binwalk: v2.1.1 bump --- app-misc/binwalk/Manifest | 1 + app-misc/binwalk/binwalk-2.1.1.ebuild | 31 +++++++++++++++++++ app-misc/binwalk/metadata.xml | 23 ++++++++++++++ .../base/package.accept_keywords/app-misc | 4 +++ 4 files changed, 59 insertions(+) create mode 100644 app-misc/binwalk/Manifest create mode 100644 app-misc/binwalk/binwalk-2.1.1.ebuild create mode 100644 app-misc/binwalk/metadata.xml diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest new file mode 100644 index 000000000..546afb571 --- /dev/null +++ b/app-misc/binwalk/Manifest @@ -0,0 +1 @@ +DIST binwalk-2.1.1.tar.gz 263977 SHA256 1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a SHA512 373e276a4d6ec845952f1091f85f953d3b0d52d561d9b74a54000ebdef85d13cafc997a4f8f76f25842db8b76fdcd1e602d4d81792a3ea01c9dea6c6ed5c2168 WHIRLPOOL 3cb8faedd02c6a4859467c285efe00e73ea3e52c48ce2b55e0344853e8a5b7884f9d15eb502ab16bba7262e38dfdb0cbcfadc7d3af4015e4357d9d2d248e6113 diff --git a/app-misc/binwalk/binwalk-2.1.1.ebuild b/app-misc/binwalk/binwalk-2.1.1.ebuild new file mode 100644 index 000000000..972d78a03 --- /dev/null +++ b/app-misc/binwalk/binwalk-2.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="A tool for identifying files embedded inside firmware images" +HOMEPAGE="https://github.com/devttys0/binwalk" +SRC_URI="https://github.com/devttys0/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="graph squashfs" + +#git gcc gcc-c++ make openssl-devel qtwebkit-devel qt-devel gzip bzip2 tar arj p7zip p7zip-plugins +#cabextract squashfs-tools zlib zlib-devel lzo lzo-devel xz xz-compat-libs xz-libs xz-devel +#xz-lzma-compat python-backports-lzma lzip pyliblzma perl-Compress-Raw-Lzma" + +RDEPEND=" + dev-python/backports-lzma + dev-python/pyliblzma + sys-apps/file[${PYTHON_USEDEP}] + graph? ( dev-python/pyqtgraph[opengl,${PYTHON_USEDEP}] ) + squashfs? ( sys-fs/squashfs-tools:0 + sys-fs/sasquatch + ) +" diff --git a/app-misc/binwalk/metadata.xml b/app-misc/binwalk/metadata.xml new file mode 100644 index 000000000..4dac81d24 --- /dev/null +++ b/app-misc/binwalk/metadata.xml @@ -0,0 +1,23 @@ + + + + + radhermit@gentoo.org + Tim Harder + + Binwalk is a tool for searching a given binary image for embedded files. + Specifically, it is designed for identifying files embedded inside of firmware + images. Binwalk uses the libmagic library, so it is compatible with magic + signatures created for the Unix file utility. + Binwalk also includes a custom magic signature file which contains improved + signatures for files that are commonly found in firmware images such as + compressed/archived files, firmware headers, Linux kernels, bootloaders, + filesystems, etc. + + binwalk + devttys0/binwalk + + + Enable support for generating entropy graphs + + diff --git a/profiles/pentoo/base/package.accept_keywords/app-misc b/profiles/pentoo/base/package.accept_keywords/app-misc index 9cf39a0bd..13bf8cd56 100644 --- a/profiles/pentoo/base/package.accept_keywords/app-misc +++ b/profiles/pentoo/base/package.accept_keywords/app-misc @@ -2,3 +2,7 @@ ~app-misc/livecd-tools-2.0.3 ~app-misc/emelfm2-0.8.0 ~app-misc/flasm-1.63 + +~app-misc/binwalk-2.1.1 +~dev-python/pyliblzma-0.5.3 +=sys-fs/sasquatch-20160119