From owner-svn-ports-all@freebsd.org Thu Jan 5 19:18:15 2017 Return-Path: Delivered-To: svn-ports-all@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 95917CA1F48; Thu, 5 Jan 2017 19:18:15 +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 7027B1C20; Thu, 5 Jan 2017 19:18:15 +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 v05JIEBb043439; Thu, 5 Jan 2017 19:18:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v05JIE4p043434; Thu, 5 Jan 2017 19:18:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201701051918.v05JIE4p043434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 5 Jan 2017 19:18:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430648 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2017 19:18:15 -0000 Author: antoine Date: Thu Jan 5 19:18:14 2017 New Revision: 430648 URL: https://svnweb.freebsd.org/changeset/ports/430648 Log: Update to 2.6 Deleted: head/security/py-volatility/files/patch-setup.py Modified: head/security/py-volatility/Makefile head/security/py-volatility/distinfo head/security/py-volatility/files/patch-volatility_plugins_malware_psxview.py head/security/py-volatility/files/patch-volatility_renderers_xlsx.py Modified: head/security/py-volatility/Makefile ============================================================================== --- head/security/py-volatility/Makefile Thu Jan 5 18:24:00 2017 (r430647) +++ head/security/py-volatility/Makefile Thu Jan 5 19:18:14 2017 (r430648) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= volatility -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.6 CATEGORIES= security python MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli ${PYTHON_PKGNAMEPREFIX}yara>=0:security/py-yara \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=0:textproc/py-openpyxl -USES= python:2 zip +NO_ARCH= yes +USES= python:2.7 zip USE_PYTHON= distutils autoplist OPTIONS_DEFINE= DOCS @@ -35,7 +35,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNA PYDISTUTILS_INSTALLARGS+=--install-data ${DATADIR} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/security/py-volatility/distinfo ============================================================================== --- head/security/py-volatility/distinfo Thu Jan 5 18:24:00 2017 (r430647) +++ head/security/py-volatility/distinfo Thu Jan 5 19:18:14 2017 (r430648) @@ -1,2 +1,3 @@ -SHA256 (volatility-2.5.zip) = b90dfd18b6a99e1b35ef0f92f28422cca03bea0b7b8ec411cfbc603e72aa594b -SIZE (volatility-2.5.zip) = 3276052 +TIMESTAMP = 1483110602 +SHA256 (volatility-2.6.zip) = 5b73050d72bf94870ffce22843f03d4b0b7764011dec29ef1a0a5b1b46cf9295 +SIZE (volatility-2.6.zip) = 4179806 Modified: head/security/py-volatility/files/patch-volatility_plugins_malware_psxview.py ============================================================================== --- head/security/py-volatility/files/patch-volatility_plugins_malware_psxview.py Thu Jan 5 18:24:00 2017 (r430647) +++ head/security/py-volatility/files/patch-volatility_plugins_malware_psxview.py Thu Jan 5 19:18:14 2017 (r430648) @@ -1,4 +1,4 @@ ---- volatility/plugins/malware/psxview.py.orig 2015-10-21 20:39:22 UTC +--- volatility/plugins/malware/psxview.py.orig 2016-12-27 15:54:47 UTC +++ volatility/plugins/malware/psxview.py @@ -35,8 +35,8 @@ import volatility.plugins.addrspaces.sta try: Modified: head/security/py-volatility/files/patch-volatility_renderers_xlsx.py ============================================================================== --- head/security/py-volatility/files/patch-volatility_renderers_xlsx.py Thu Jan 5 18:24:00 2017 (r430647) +++ head/security/py-volatility/files/patch-volatility_renderers_xlsx.py Thu Jan 5 19:18:14 2017 (r430648) @@ -1,4 +1,4 @@ ---- volatility/renderers/xlsx.py.orig 2015-10-21 20:39:22 UTC +--- volatility/renderers/xlsx.py.orig 2016-12-27 15:54:47 UTC +++ volatility/renderers/xlsx.py @@ -6,8 +6,8 @@ __author__ = "gleeda" try: