Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 12:14:38 +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: r400454 - in head/security/py-volatility: . files
Message-ID:  <201510291214.t9TCEctV083794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 = []



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510291214.t9TCEctV083794>