mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 2.4
Release notes: http://www.volatilityfoundation.org/#!24/c12wa
This commit is contained in:
parent
c0bf6091d5
commit
e7482c85c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364384
@ -2,15 +2,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= volatility
|
||||
PORTVERSION= 2.3.1
|
||||
PORTVERSION= 2.4
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Advanced memory forensics framework
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \
|
||||
${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
|
||||
@ -25,7 +26,7 @@ PYDISTUTILS_AUTOPLIST=yes
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DATADIR= ${PREFIX}/share/py-${PORTNAME}
|
||||
PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt README.txt
|
||||
PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt LEGAL.txt README.txt
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -33,9 +34,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
PYDISTUTILS_INSTALLARGS+=--install-data ${DATADIR}
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (volatility-2.3.1.tar.gz) = bb1411fc671e0bf550a31e534fb1991b2f940f1dce1ebe4ce2fb627aec40726c
|
||||
SIZE (volatility-2.3.1.tar.gz) = 1764063
|
||||
SHA256 (volatility-2.4.tar.gz) = 684fdffd79ca4453298ee2eb001137cff802bc4b3dfaaa38c4335321f7cccef1
|
||||
SIZE (volatility-2.4.tar.gz) = 2327513
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ./setup.py.orig 2013-10-15 14:55:22.000000000 +0000
|
||||
+++ ./setup.py 2013-12-15 21:41:37.000000000 +0000
|
||||
@@ -45,7 +45,10 @@
|
||||
--- setup.py.orig 2014-08-03 18:09:32 +0000
|
||||
+++ setup.py
|
||||
@@ -44,7 +44,10 @@
|
||||
ret = []
|
||||
for topdir in topdirs:
|
||||
for r, _ds, fs in os.walk(topdir):
|
||||
|
@ -2,4 +2,4 @@ The Volatility Framework is a completely open collection of tools, implemented
|
||||
in Python under the GNU General Public License, for the extraction of digital
|
||||
artifacts from volatile memory (RAM) samples.
|
||||
|
||||
WWW: http://code.google.com/p/volatility
|
||||
WWW: http://www.volatilityfoundation.org/
|
||||
|
Loading…
Reference in New Issue
Block a user