binwalk: v2.1.1 bump

This commit is contained in:
blshkv 2016-02-11 14:18:45 +08:00
parent 19e94a01d6
commit 556fe64d8a
4 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST binwalk-2.1.1.tar.gz 263977 SHA256 1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a SHA512 373e276a4d6ec845952f1091f85f953d3b0d52d561d9b74a54000ebdef85d13cafc997a4f8f76f25842db8b76fdcd1e602d4d81792a3ea01c9dea6c6ed5c2168 WHIRLPOOL 3cb8faedd02c6a4859467c285efe00e73ea3e52c48ce2b55e0344853e8a5b7884f9d15eb502ab16bba7262e38dfdb0cbcfadc7d3af4015e4357d9d2d248e6113

View file

@ -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
)
"

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>radhermit@gentoo.org</email>
<name>Tim Harder</name>
</maintainer>
<longdescription lang="en">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.</longdescription>
<upstream>
<remote-id type="google-code">binwalk</remote-id>
<remote-id type="github">devttys0/binwalk</remote-id>
</upstream>
<use>
<flag name="graph">Enable support for generating entropy graphs</flag>
</use>
</pkgmetadata>

View file

@ -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