Update to 1.3.1
Announce: http://rekall-forensic.blogspot.ch/2015/04/announcing-rekall-release-131-dammastock.html
This commit is contained in:
parent
5698b35cbc
commit
d5094037b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383030
2 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rekall
|
||||
PORTVERSION= 1.2.0
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
|
||||
RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \
|
||||
${PYTHON_PKGNAMEPREFIX}acora>=1.8:${PORTSDIR}/textproc/py-acora \
|
||||
${PYTHON_PKGNAMEPREFIX}PyAFF4>=0.12:${PORTSDIR}/security/py-pyaff4 \
|
||||
${PYTHON_PKGNAMEPREFIX}capstone>=0:${PORTSDIR}/devel/py-capstone \
|
||||
${PYTHON_PKGNAMEPREFIX}codegen>=1.0:${PORTSDIR}/devel/py-codegen \
|
||||
${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \
|
||||
|
@ -38,9 +39,7 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
post-patch:
|
||||
@${CHMOD} -R a+rX ${WRKSRC}
|
||||
@${REINPLACE_CMD} '/argparse/d' ${WRKSRC}/setup.py
|
||||
@${REINPLACE_CMD} 's,styles.NumberFormat(,, ; s,format_code=\(.*\)),\1,' \
|
||||
${WRKSRC}/rekall/plugins/renderers/xls.py
|
||||
@${REINPLACE_CMD} '/argparse/d ; /ipython/s/3.0.0/2.0.0/ ; /DateTime/d' ${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rekall-1.2.0.tar.gz) = f0e1262d4475b5a7e2b5875748b6a8438dee7f19b521d0bf2834e491966ee186
|
||||
SIZE (rekall-1.2.0.tar.gz) = 3405699
|
||||
SHA256 (rekall-1.3.1.tar.gz) = e126a105659f1eccb2d98fe7d0a9828f979df803218a3cdcda2ee50afb0693da
|
||||
SIZE (rekall-1.3.1.tar.gz) = 4208204
|
||||
|
|
Loading…
Reference in a new issue