From owner-svn-ports-head@freebsd.org Thu May 24 17:31:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77E1EEF95DE; Thu, 24 May 2018 17:31:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 242FC79F16; Thu, 24 May 2018 17:31:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05FC3153D1; Thu, 24 May 2018 17:31:08 +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 w4OHV7KA096609; Thu, 24 May 2018 17:31:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4OHV735096606; Thu, 24 May 2018 17:31:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805241731.w4OHV735096606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 24 May 2018 17:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470797 - in head/security/py-rekall: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security/py-rekall: . files X-SVN-Commit-Revision: 470797 X-SVN-Commit-Repository: ports 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.26 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, 24 May 2018 17:31:08 -0000 Author: antoine Date: Thu May 24 17:31:07 2018 New Revision: 470797 URL: https://svnweb.freebsd.org/changeset/ports/470797 Log: Update to 1.7.2rc1 Modified: head/security/py-rekall/Makefile head/security/py-rekall/distinfo head/security/py-rekall/files/patch-setup.py Modified: head/security/py-rekall/Makefile ============================================================================== --- head/security/py-rekall/Makefile Thu May 24 17:26:25 2018 (r470796) +++ head/security/py-rekall/Makefile Thu May 24 17:31:07 2018 (r470797) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rekall -PORTVERSION= 1.6.0 -PORTREVISION= 1 +DISTVERSION= 1.7.2rc1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +12,22 @@ COMMENT= Memory forensics analysis framework LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.5.0.p:security/py-rekall-core@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall_lib>=1.7.1:security/py-rekall_lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.7.1:security/py-rekall-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython@${PY_FLAVOR} NO_ARCH= yes -USES= python:2.7 zip +USES= python shebangfix zip USE_PYTHON= distutils autoplist + +python_OLD_CMD= python +SHEBANG_FILES= tools/devel/autopep8.sh \ + tools/devel/presubmit.sh \ + tools/linux/lmap/tools/fix_versions.py \ + tools/profiles/unpack_kdbg_kit.py \ + tools/testing/tap.py \ + tools/testing/test_suite.py \ + tools/windows/winpmem/winpmem.py .include Modified: head/security/py-rekall/distinfo ============================================================================== --- head/security/py-rekall/distinfo Thu May 24 17:26:25 2018 (r470796) +++ head/security/py-rekall/distinfo Thu May 24 17:31:07 2018 (r470797) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478337079 -SHA256 (rekall-1.6.0.zip) = 261cbc31c4f1eb91b8e2cefb7a5bbfe547539b091d58ff7d91f181494ae0af8a -SIZE (rekall-1.6.0.zip) = 301230 +TIMESTAMP = 1517735306 +SHA256 (rekall-1.7.2rc1.zip) = 08134cd142203130c8d09e6e52114b4f5e17211bc9993d507ce4a69b5aa2e072 +SIZE (rekall-1.7.2rc1.zip) = 1733715 Modified: head/security/py-rekall/files/patch-setup.py ============================================================================== --- head/security/py-rekall/files/patch-setup.py Thu May 24 17:26:25 2018 (r470796) +++ head/security/py-rekall/files/patch-setup.py Thu May 24 17:31:07 2018 (r470797) @@ -1,6 +1,6 @@ ---- setup.py.orig 2016-11-03 22:17:38 UTC +--- setup.py.orig 2017-11-05 21:24:44 UTC +++ setup.py -@@ -80,7 +80,8 @@ def find_data_files(source): +@@ -82,7 +82,8 @@ def find_data_files(source): result = [] for directory, _, files in os.walk(source): files = [os.path.join(directory, x) for x in files] @@ -10,3 +10,11 @@ return result +@@ -95,7 +96,6 @@ commands = dict( + # This requires an exact version to ensure that installing the meta package + # pulls in tested dependencies. + install_requires = [ +- "rekall-agent >= 1.7.0rc1, < 1.8", + "rekall-lib >= 1.7.0rc1, < 1.8", + "rekall-core >= 1.7.0rc1, < 1.8", + "ipython >= 5.0.0, < 7.0",