mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 23:01:02 +02:00
volatility: v2.5 bump
This commit is contained in:
parent
5928f6f160
commit
b766ef0219
6 changed files with 33 additions and 106 deletions
|
|
@ -1,3 +1 @@
|
|||
DIST volatility-2.1.tar.gz 1487237 SHA256 988d9654923e85ee8824d8e5c159fdd420c35063d6a218a726e47e61b25729f9 SHA512 54f6d09498dac969af3895ebdb9714f8ea03ff1b1e48a0a0d91eee073d6911dcc209693eea989023307b1f799371587fd6d6938d49d6cddf92c7a6e5fe16937b WHIRLPOOL d1a9563e5d8c9e2fead09d9e3e500d3ced0d6801499e0082880debbcd853b79499b953a7da2aa792aef5acf6fb6febe70511a6e584b53f170d7ded50bd2ce82c
|
||||
DIST volatility-2.2.tar.gz 1703108 SHA256 19bff19cbc909a63dfa6fcc1c6756f07b7c9575262ad6271571f5e9b266062ad SHA512 14ea3f317dfc42ac446ac3a8cb33888e39701e0757776eb58da41c71ce2541ff09796c45ed20ce28bd58106cd2a7fa8adcb48a28025c99b9d6763d736aa0c69b WHIRLPOOL f7b879f6824b673061b9bd00d29ff205c066fd1cf54d376d706a9c19fda2ac70e9626c6ab1459786f27b48f7b74ef2e96858bd6ebe3e0055316e940d35c4a7be
|
||||
DIST volatility-2.3.1.tar.gz 1764063 SHA256 bb1411fc671e0bf550a31e534fb1991b2f940f1dce1ebe4ce2fb627aec40726c SHA512 0b41bfc85804049f1cdb9a57493bd35ca39d416c72706e0d15f3634d8cae71138c8ced3570f73f427635e27b02af79744bc3a14dde9f7999aa8f9dcda3854828 WHIRLPOOL 06600cecd773a41d07af36140471680b95047fb801e0c380b77502beb8d914d0f7c57e1c1f201f1c9421430827713a07ad83f3e8b0b78a63476563b592d4b6b1
|
||||
DIST volatility-2.5.tar.gz 2953021 SHA256 b28ad483d4c0baf4b0b6a9162fcb497f6a822294be8b88621f678c15ed433d3d SHA512 137a0727106beb2321f956c53f304ae4ff00397da935d490c595e7b657bdec348cd5ac4472ba9da8c7ce2a1a8559e33535df7b68efb815084217f131cb044632 WHIRLPOOL f232b39bd54a6b2138a86c7bfdb6f40d2d6723c60a06e5a300b6fe9e8412eb98f07cc31791c0442e202790b3ba9b99815dd4aff045ca7a3482f0e036fa37d079
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Forensic tool for analyzing volatile memory"
|
||||
HOMEPAGE="http://code.google.com/p/volatility/"
|
||||
SRC_URI="http://volatility.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-libs/libpcre
|
||||
dev-python/pycrypto
|
||||
>=dev-libs/distorm64-3"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
mkdir "${D}/usr/share/${PN}"
|
||||
mv "${D}/usr/plugins" "${D}/usr/share/${PN}"
|
||||
mv "${D}/usr/bin/vol.py" "${D}/usr/bin/volatility"
|
||||
}
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Forensic tool for analyzing volatile memory"
|
||||
HOMEPAGE="http://code.google.com/p/volatility/"
|
||||
SRC_URI="http://volatility.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-libs/libpcre
|
||||
dev-python/pycrypto
|
||||
>=dev-libs/distorm64-3"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
mkdir "${D}/usr/share/${PN}"
|
||||
mv "${D}/usr/plugins" "${D}/usr/share/${PN}"
|
||||
mv "${D}/usr/bin/vol.py" "${D}/usr/bin/volatility"
|
||||
}
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_{6,7} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Forensic tool for analyzing volatile memory"
|
||||
HOMEPAGE="http://code.google.com/p/volatility/"
|
||||
SRC_URI="http://volatility.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-libs/libpcre
|
||||
dev-python/pycrypto
|
||||
>=dev-libs/distorm64-3"
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
mkdir "${D}/usr/share/${PN}"
|
||||
mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/"
|
||||
rmdir "${D}/usr/contrib"
|
||||
mv "${D}/usr/tools" "${D}/usr/share/${PN}/"
|
||||
dosym /usr/bin/vol.py /usr/bin/volatility
|
||||
}
|
||||
31
app-forensics/volatility/volatility-2.5.ebuild
Normal file
31
app-forensics/volatility/volatility-2.5.ebuild
Normal 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=( python2_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Framework for analyzing volatile memory"
|
||||
HOMEPAGE="http://www.volatilityfoundation.org/"
|
||||
SRC_URI="https://github.com/volatilityfoundation/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=">=dev-libs/distorm64-3[${PYTHON_USEDEP}]
|
||||
dev-libs/libpcre
|
||||
dev-python/pycrypto[${PYTHON_USEDEP}]"
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
mkdir "${D}/usr/share/${PN}"
|
||||
mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/"
|
||||
rmdir "${D}/usr/contrib"
|
||||
mv "${D}/usr/tools" "${D}/usr/share/${PN}/"
|
||||
dosym /usr/bin/vol.py /usr/bin/volatility
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
~app-forensics/rdd-3.0.4
|
||||
~app-forensics/volatility-2.4.1
|
||||
~app-forensics/volatility-2.5
|
||||
~app-forensics/pasco-20040505_p1
|
||||
~app-forensics/galleta-20040505_p1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue