Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2016 10:23:05 +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: r418626 - in head/security: py-rekall py-rekall-core py-rekall-core/files
Message-ID:  <201607161023.u6GAN578022639@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jul 16 10:23:05 2016
New Revision: 418626
URL: https://svnweb.freebsd.org/changeset/ports/418626

Log:
  Update py-rekall/py-rekall-core to 1.5.2

Modified:
  head/security/py-rekall-core/Makefile
  head/security/py-rekall-core/distinfo
  head/security/py-rekall-core/files/patch-setup.py
  head/security/py-rekall/Makefile
  head/security/py-rekall/distinfo

Modified: head/security/py-rekall-core/Makefile
==============================================================================
--- head/security/py-rekall-core/Makefile	Sat Jul 16 10:21:29 2016	(r418625)
+++ head/security/py-rekall-core/Makefile	Sat Jul 16 10:23:05 2016	(r418626)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rekall-core
-DISTVERSION=	1.5.1
+DISTVERSION=	1.5.2.post1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT=	CORE component of the Rekall fr
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	cabextract:archivers/cabextract \
-		${PYTHON_PKGNAMEPREFIX}PyAFF4>=0.23:security/py-pyaff4 \
+		${PYTHON_PKGNAMEPREFIX}artifacts>=20160114:security/py-artifacts \
+		${PYTHON_PKGNAMEPREFIX}pyaff4>=0.23:security/py-pyaff4 \
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml \
 		${PYTHON_PKGNAMEPREFIX}acora>=2.0:textproc/py-acora \
 		${PYTHON_PKGNAMEPREFIX}arrow>=0.7.0:devel/py-arrow \

Modified: head/security/py-rekall-core/distinfo
==============================================================================
--- head/security/py-rekall-core/distinfo	Sat Jul 16 10:21:29 2016	(r418625)
+++ head/security/py-rekall-core/distinfo	Sat Jul 16 10:23:05 2016	(r418626)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466191431
-SHA256 (rekall-core-1.5.1.zip) = 6d60d294bac406410a96f024642c42effda480e9d76cb4c04016f626c9c4514b
-SIZE (rekall-core-1.5.1.zip) = 1013069
+TIMESTAMP = 1468650332
+SHA256 (rekall-core-1.5.2.post1.zip) = 239a572cdd7a6dc57fa450da5591b845b149422a372fd787d7ab7d9c2dbf88a2
+SIZE (rekall-core-1.5.2.post1.zip) = 1036768

Modified: head/security/py-rekall-core/files/patch-setup.py
==============================================================================
--- head/security/py-rekall-core/files/patch-setup.py	Sat Jul 16 10:21:29 2016	(r418625)
+++ head/security/py-rekall-core/files/patch-setup.py	Sat Jul 16 10:23:05 2016	(r418626)
@@ -1,15 +1,15 @@
---- setup.py.orig	2016-05-23 16:08:02 UTC
+--- setup.py.orig	2016-06-28 17:04:14 UTC
 +++ setup.py
-@@ -46,23 +46,22 @@ def find_data_files(source):
+@@ -50,23 +50,23 @@ def find_data_files(source):
  # approach ensures that any Rekall version will always work as tested - even
  # when external packages are upgraded in an incompatible way.
  install_requires = [
--    "PyAFF4 >= 0.23, < 0.30",
+-    "artifacts == 20160114",
+-    "pyaff4 >= 0.24, < 0.30",
 -    "PyYAML == 3.11",
 -    "acora == 2.0",
--    "argparse == 1.4.0",
 -    "arrow == 0.7.0",
--    "efilter == 1!1.2",
+-    "efilter == 1!1.3",
 -    "intervaltree == 2.1.0",
 -    "pycrypto == 2.6.1",
 -    "pyelftools == 0.23",
@@ -17,11 +17,12 @@
 -    "rekall-capstone == 3.0.4.post2",
 -    "rekall-yara == 3.4.0.1",
 -    "sortedcontainers == 1.4.4",
-+    "PyAFF4 >= 0.23",
++    "artifacts >= 20160114",
++    "pyaff4 >= 0.24",
 +    "PyYAML >= 3.11",
 +    "acora >= 2.0",
 +    "arrow >= 0.7.0",
-+    "efilter >= 1!1.2",
++    "efilter >= 1!1.3",
 +    "intervaltree >= 2.1.0",
 +    "pycrypto >= 2.6.1",
 +    "pyelftools >= 0.23",

Modified: head/security/py-rekall/Makefile
==============================================================================
--- head/security/py-rekall/Makefile	Sat Jul 16 10:21:29 2016	(r418625)
+++ head/security/py-rekall/Makefile	Sat Jul 16 10:23:05 2016	(r418626)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rekall
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.2
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/security/py-rekall/distinfo
==============================================================================
--- head/security/py-rekall/distinfo	Sat Jul 16 10:21:29 2016	(r418625)
+++ head/security/py-rekall/distinfo	Sat Jul 16 10:23:05 2016	(r418626)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466191449
-SHA256 (rekall-1.5.1.zip) = a5ec6c382f330f2ad47ea70db8fb331aeb5b4d26a0f87a9f7059e50eceb2665d
-SIZE (rekall-1.5.1.zip) = 2906939
+TIMESTAMP = 1468660883
+SHA256 (rekall-1.5.2.zip) = ba6aab29e2002607369cf159d924d1f4bca341a183f73b6005f2f8c1bb36e8f8
+SIZE (rekall-1.5.2.zip) = 392183



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