From owner-svn-ports-head@freebsd.org Thu Oct 29 12:14:40 2015 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 4CDBCA20E25; Thu, 29 Oct 2015 12:14:40 +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 0F62B1147; Thu, 29 Oct 2015 12:14:39 +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 t9TCEd26083797; Thu, 29 Oct 2015 12:14:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9TCEctV083794; Thu, 29 Oct 2015 12:14:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201510291214.t9TCEctV083794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 29 Oct 2015 12:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400454 - in head/security/py-volatility: . 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.20 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: Thu, 29 Oct 2015 12:14:40 -0000 Author: antoine Date: Thu Oct 29 12:14:38 2015 New Revision: 400454 URL: https://svnweb.freebsd.org/changeset/ports/400454 Log: Update to 2.5 Announce: http://www.volatilityfoundation.org/#!25/c1f29 Deleted: head/security/py-volatility/files/patch-volatility_plugins_malware_psxview.py head/security/py-volatility/files/patch-volatility_plugins_timeliner.py Modified: head/security/py-volatility/Makefile head/security/py-volatility/distinfo head/security/py-volatility/files/patch-setup.py Modified: head/security/py-volatility/Makefile ============================================================================== --- head/security/py-volatility/Makefile Thu Oct 29 11:24:43 2015 (r400453) +++ head/security/py-volatility/Makefile Thu Oct 29 12:14:38 2015 (r400454) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= volatility -PORTVERSION= 2.4 -PORTREVISION= 3 +PORTVERSION= 2.5 CATEGORIES= security python MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,17 +13,19 @@ COMMENT= Advanced memory forensics frame LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}yara>=0:${PORTSDIR}/security/py-yara \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=0:${PORTSDIR}/textproc/py-openpyxl -USES= python:2 +USES= python:2 zip USE_PYTHON= distutils autoplist OPTIONS_DEFINE= DOCS +WRKSRC= ${WRKDIR}/volatility-master DATADIR= ${PREFIX}/share/py-${PORTNAME} PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt LEGAL.txt README.txt DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Modified: head/security/py-volatility/distinfo ============================================================================== --- head/security/py-volatility/distinfo Thu Oct 29 11:24:43 2015 (r400453) +++ head/security/py-volatility/distinfo Thu Oct 29 12:14:38 2015 (r400454) @@ -1,2 +1,2 @@ -SHA256 (volatility-2.4.tar.gz) = 684fdffd79ca4453298ee2eb001137cff802bc4b3dfaaa38c4335321f7cccef1 -SIZE (volatility-2.4.tar.gz) = 2327513 +SHA256 (volatility-2.5.zip) = b90dfd18b6a99e1b35ef0f92f28422cca03bea0b7b8ec411cfbc603e72aa594b +SIZE (volatility-2.5.zip) = 3276052 Modified: head/security/py-volatility/files/patch-setup.py ============================================================================== --- head/security/py-volatility/files/patch-setup.py Thu Oct 29 11:24:43 2015 (r400453) +++ head/security/py-volatility/files/patch-setup.py Thu Oct 29 12:14:38 2015 (r400454) @@ -1,4 +1,4 @@ ---- setup.py.orig 2014-08-03 18:09:32 UTC +--- setup.py.orig 2015-10-21 20:39:22 UTC +++ setup.py @@ -44,7 +44,10 @@ def find_files(topdirs, py = False): ret = []