Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 538738 Details for
Bug 660684
app-forensics/volatility: use HTTPs, EAPI7, add missing die
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff for app-forensics/volatility
app-forensics-volatility.diff (text/plain), 2.87 KB, created by
Michael Mair-Keimberger (iamnr3)
on 2018-07-08 07:56:11 UTC
(
hide
)
Description:
git diff for app-forensics/volatility
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (iamnr3)
Created:
2018-07-08 07:56:11 UTC
Size:
2.87 KB
patch
obsolete
>diff --git a/app-forensics/volatility/volatility-2.4.1.ebuild b/app-forensics/volatility/volatility-2.4.1.ebuild >index c8a3f592e56..5e8485be14a 100644 >--- a/app-forensics/volatility/volatility-2.4.1.ebuild >+++ b/app-forensics/volatility/volatility-2.4.1.ebuild >@@ -1,4 +1,4 @@ >-# Copyright 1999-2017 Gentoo Foundation >+# Copyright 1999-2018 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > > EAPI=5 >@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 ) > inherit distutils-r1 > > DESCRIPTION="Framework for analyzing volatile memory" >-HOMEPAGE="http://www.volatilityfoundation.org/" >+HOMEPAGE="https://www.volatilityfoundation.org/" > #2.4.1 not on mirrors yet >-#SRC_URI="http://downloads.volatilityfoundation.org/releases/${PV}/${P}.tar.gz" >+#SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.tar.gz" > SRC_URI="mirror://gentoo/${P}.tar.gz" > > LICENSE="GPL-2+" >diff --git a/app-forensics/volatility/volatility-2.6-r1.ebuild b/app-forensics/volatility/volatility-2.6-r1.ebuild >new file mode 100644 >index 00000000000..c490119d38c >--- /dev/null >+++ b/app-forensics/volatility/volatility-2.6-r1.ebuild >@@ -0,0 +1,35 @@ >+# Copyright 1999-2018 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=7 >+ >+PYTHON_COMPAT=( python2_7 ) >+inherit distutils-r1 >+ >+DESCRIPTION="Framework for analyzing volatile memory" >+HOMEPAGE="https://www.volatilityfoundation.org/" >+SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip" >+ >+LICENSE="GPL-2+" >+SLOT="0" >+KEYWORDS="~amd64 ~x86" >+IUSE="" >+ >+S=${WORKDIR}/${PN}-master >+ >+DEPEND="app-arch/unzip" >+RDEPEND=">=dev-libs/distorm64-3[${PYTHON_USEDEP}] >+ dev-libs/libpcre >+ || ( >+ dev-python/pycryptodome[${PYTHON_USEDEP}] >+ dev-python/pycrypto[${PYTHON_USEDEP}] >+ )" >+ >+src_install() { >+ distutils-r1_src_install >+ mkdir "${D}/usr/share/${PN}" || die >+ mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/" || die >+ rmdir --ignore-fail-on-non-empty "${D}/usr/contrib" || die >+ mv "${D}/usr/tools" "${D}/usr/share/${PN}/" || die >+ dosym vol.py /usr/bin/volatility >+} >diff --git a/app-forensics/volatility/volatility-2.6.ebuild b/app-forensics/volatility/volatility-2.6.ebuild >index 74668be6464..fa24d21da65 100644 >--- a/app-forensics/volatility/volatility-2.6.ebuild >+++ b/app-forensics/volatility/volatility-2.6.ebuild >@@ -1,4 +1,4 @@ >-# Copyright 1999-2017 Gentoo Foundation >+# Copyright 1999-2018 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > > EAPI=5 >@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) > inherit distutils-r1 > > DESCRIPTION="Framework for analyzing volatile memory" >-HOMEPAGE="http://www.volatilityfoundation.org/" >-SRC_URI="http://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip" >+HOMEPAGE="https://www.volatilityfoundation.org/" >+SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip" > > LICENSE="GPL-2+" > SLOT="0"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 660684
: 538738