Index: head/security/py-plaso/Makefile =================================================================== --- head/security/py-plaso/Makefile (revision 451339) +++ head/security/py-plaso/Makefile (revision 451340) @@ -1,61 +1,68 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= plaso -DISTVERSION= 1.5.1 +PORTVERSION= 20170930 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Automatic creation of a super timeline LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= hachoir-core>=0:devel/hachoir-core \ hachoir-metadata>=0:sysutils/hachoir-metadata \ hachoir-parser>=0:devel/hachoir-parser \ libesedb>=e:devel/libesedb \ libevt>=a:devel/libevt \ libevtx>=a:devel/libevtx \ libfwsi>=e:devel/libfwsi \ liblnk>=0:devel/liblnk \ libmsiecf>=a:devel/libmsiecf \ libolecf>=a:devel/libolecf \ libregf>=a:devel/libregf \ libscca>=a:devel/libscca \ ${PYTHON_PKGNAMEPREFIX}artifacts>=0:security/py-artifacts \ ${PYTHON_PKGNAMEPREFIX}bencode>=0:converters/py-bencode \ ${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 \ ${PYTHON_PKGNAMEPREFIX}pytsk>=0:sysutils/py-pytsk \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:net/py-pyzmq \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=0:textproc/py-xlsxwriter \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}yara>=0:security/py-yara TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock NO_ARCH= yes USES= python:2.7 USE_LOCALE= en_US.UTF-8 USE_PYTHON= distutils autoplist TEST_ENV= ${MAKE_ENV} PYTHONHTTPSVERIFY=0 +.include + +.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 +.include Index: head/security/py-plaso/distinfo =================================================================== --- head/security/py-plaso/distinfo (revision 451339) +++ head/security/py-plaso/distinfo (revision 451340) @@ -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 Index: head/security/py-plaso/pkg-descr =================================================================== --- head/security/py-plaso/pkg-descr (revision 451339) +++ head/security/py-plaso/pkg-descr (revision 451340) @@ -1,9 +1,9 @@ Plaso is the Python based back-end engine used by tools such as log2timeline for automatic creation of a super timelines. The goal of log2timeline (and thus plaso) is to provide a single tool that can parse various log files and forensic artifacts from computer and related systems, such as network equipment 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