Date: Thu, 5 Oct 2017 19:29:55 +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: r451340 - head/security/py-plaso Message-ID: <201710051929.v95JTtCw020656@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Oct 5 19:29:55 2017 New Revision: 451340 URL: https://svnweb.freebsd.org/changeset/ports/451340 Log: Update plaso to 20170930 Heimdall Release notes: http://blog.kiddaland.net/2017/10/drink-joyful-good-mead-plaso-20170925.html Modified: head/security/py-plaso/Makefile head/security/py-plaso/distinfo head/security/py-plaso/pkg-descr Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Thu Oct 5 19:27:45 2017 (r451339) +++ head/security/py-plaso/Makefile Thu Oct 5 19:29:55 2017 (r451340) @@ -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> Modified: head/security/py-plaso/distinfo ============================================================================== --- head/security/py-plaso/distinfo Thu Oct 5 19:27:45 2017 (r451339) +++ head/security/py-plaso/distinfo Thu Oct 5 19:29:55 2017 (r451340) @@ -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 Modified: head/security/py-plaso/pkg-descr ============================================================================== --- head/security/py-plaso/pkg-descr Thu Oct 5 19:27:45 2017 (r451339) +++ head/security/py-plaso/pkg-descr Thu Oct 5 19:29:55 2017 (r451340) @@ -6,4 +6,4 @@ to produce a single correlated timeline. This timeline 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051929.v95JTtCw020656>