summaryrefslogtreecommitdiff
path: root/security/py-plaso
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-10-05 19:29:55 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-10-05 19:29:55 +0000
commita0be22fb8d43ee42f27406095a340a5b2fa9a332 (patch)
treed3503dc77d12f82219eec6990e88da51ce1034e5 /security/py-plaso
parentResolve conflict (diff)
Update plaso to 20170930 Heimdall
Release notes: http://blog.kiddaland.net/2017/10/drink-joyful-good-mead-plaso-20170925.html
Notes
Notes: svn path=/head/; revision=451340
Diffstat (limited to 'security/py-plaso')
-rw-r--r--security/py-plaso/Makefile13
-rw-r--r--security/py-plaso/distinfo6
-rw-r--r--security/py-plaso/pkg-descr2
3 files changed, 14 insertions, 7 deletions
diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile
index 34b874a05208..6dc27b0b3477 100644
--- a/security/py-plaso/Makefile
+++ b/security/py-plaso/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= plaso
-DISTVERSION= 1.5.1
+PORTVERSION= 20170930
CATEGORIES= security python
MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \
LOCAL/antoine
@@ -31,11 +31,11 @@ RUN_DEPENDS= hachoir-core>=0:devel/hachoir-core \
${PYTHON_PKGNAMEPREFIX}binplist>=0:devel/py-binplist \
${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct \
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \
+ ${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime \
${PYTHON_PKGNAMEPREFIX}dfvfs>=0:security/py-dfvfs \
${PYTHON_PKGNAMEPREFIX}dfwinreg>=0:security/py-dfwinreg \
${PYTHON_PKGNAMEPREFIX}dpkt>=0:net/py-dpkt \
${PYTHON_PKGNAMEPREFIX}efilter>=0:devel/py-efilter \
- ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython \
${PYTHON_PKGNAMEPREFIX}pefile>=0:devel/py-pefile \
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil \
${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \
@@ -55,7 +55,14 @@ USE_LOCALE= en_US.UTF-8
USE_PYTHON= distutils autoplist
TEST_ENV= ${MAKE_ENV} PYTHONHTTPSVERIFY=0
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3300
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyliblzma>=0:archivers/py-pyliblzma
+.endif
+
do-test:
+ @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/security/py-plaso/distinfo b/security/py-plaso/distinfo
index 48ed6a0b2b27..303d7d957c67 100644
--- a/security/py-plaso/distinfo
+++ b/security/py-plaso/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477253320
-SHA256 (plaso-1.5.1.tar.gz) = 1abf6a7ce1977c71989ea6837770b3d7d076e65c3337b20f817608a860edc8bd
-SIZE (plaso-1.5.1.tar.gz) = 111769066
+TIMESTAMP = 1506966492
+SHA256 (plaso-20170930.tar.gz) = d5896ff3cc87c45699bd8c7ef9a0ba799cc7d45d1b8c81eb678a79f9d29ca64f
+SIZE (plaso-20170930.tar.gz) = 108031253
diff --git a/security/py-plaso/pkg-descr b/security/py-plaso/pkg-descr
index 5558c5aa1a7f..5a58cd710548 100644
--- a/security/py-plaso/pkg-descr
+++ b/security/py-plaso/pkg-descr
@@ -6,4 +6,4 @@ to produce a single correlated timeline. This timeline can then be easily
analysed by forensic investigators/analysts, speeding up investigations by
correlating the vast amount of information found on an average computer system.
-WWW: https://sites.google.com/a/kiddaland.net/plaso/
+WWW: https://github.com/log2timeline/plaso/wiki