From owner-svn-ports-head@freebsd.org Tue Sep 20 17:21:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 240EBBE2B3C; Tue, 20 Sep 2016 17:21:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF6503D9; Tue, 20 Sep 2016 17:21:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8KHLlb5008365; Tue, 20 Sep 2016 17:21:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8KHLlIF008363; Tue, 20 Sep 2016 17:21:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609201721.u8KHLlIF008363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 20 Sep 2016 17:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422525 - in head/security/py-plaso: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 17:21:48 -0000 Author: antoine Date: Tue Sep 20 17:21:46 2016 New Revision: 422525 URL: https://svnweb.freebsd.org/changeset/ports/422525 Log: Update plaso to 1.5.0 Announce: http://blog.kiddaland.net/2016/09/what-flies-there-what-fares-there-or.html Deleted: head/security/py-plaso/files/ Modified: head/security/py-plaso/Makefile head/security/py-plaso/distinfo Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Tue Sep 20 17:02:54 2016 (r422524) +++ head/security/py-plaso/Makefile Tue Sep 20 17:21:46 2016 (r422525) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= plaso -PORTVERSION= 1.4.0 -PORTREVISION= 1 +DISTVERSION= 1.5.0 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -13,6 +12,7 @@ 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 \ @@ -25,32 +25,36 @@ RUN_DEPENDS= hachoir-core>=0:devel/hacho 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}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}pyparsing>=0:devel/py-pyparsing \ ${PYTHON_PKGNAMEPREFIX}pefile>=0:devel/py-pefile \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=0:devel/py-protobuf \ - ${PYTHON_PKGNAMEPREFIX}psutil121>=0:sysutils/py-psutil121 \ - ${PYTHON_PKGNAMEPREFIX}pyelasticsearch>=0:textproc/py-pyelasticsearch \ + ${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}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_PYTHON= distutils autoplist +TEST_ENV= ${MAKE_ENV} LANG=en_US.UTF-8 PYTHONHTTPSVERIFY=0 -# Note: for regression tests set LANG to en_US.UTF-8 +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py) .include Modified: head/security/py-plaso/distinfo ============================================================================== --- head/security/py-plaso/distinfo Tue Sep 20 17:02:54 2016 (r422524) +++ head/security/py-plaso/distinfo Tue Sep 20 17:21:46 2016 (r422525) @@ -1,2 +1,3 @@ -SHA256 (plaso-1.4.0.tar.gz) = 195e116c345d86a7c7a94458cb81c4ee5ac4c818316829d42850c0e65f39ffbf -SIZE (plaso-1.4.0.tar.gz) = 111623594 +TIMESTAMP = 1474384703 +SHA256 (plaso-1.5.0.tar.gz) = f0cf62fa4b601f0efc733998fccfd62c0f27c3e5c38ad56c28cbde04fe261ec8 +SIZE (plaso-1.5.0.tar.gz) = 111738523