Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2015 17:19:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383030 - head/security/py-rekall
Message-ID:  <201504021719.t32HJhEb081113@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr  2 17:19:42 2015
New Revision: 383030
URL: https://svnweb.freebsd.org/changeset/ports/383030

Log:
  Update to 1.3.1
  
  Announce:	http://rekall-forensic.blogspot.ch/2015/04/announcing-rekall-release-131-dammastock.html

Modified:
  head/security/py-rekall/Makefile
  head/security/py-rekall/distinfo

Modified: head/security/py-rekall/Makefile
==============================================================================
--- head/security/py-rekall/Makefile	Thu Apr  2 17:18:46 2015	(r383029)
+++ head/security/py-rekall/Makefile	Thu Apr  2 17:19:42 2015	(r383030)
@@ -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}

Modified: head/security/py-rekall/distinfo
==============================================================================
--- head/security/py-rekall/distinfo	Thu Apr  2 17:18:46 2015	(r383029)
+++ head/security/py-rekall/distinfo	Thu Apr  2 17:19:42 2015	(r383030)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504021719.t32HJhEb081113>