Date: Sun, 24 Feb 2019 20:16:08 +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: r493808 - in head/security: py-rekall py-rekall-core py-rekall-core/files py-rekall_lib py-rekall_lib/files Message-ID: <201902242016.x1OKG8G7015063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 24 20:16:08 2019 New Revision: 493808 URL: https://svnweb.freebsd.org/changeset/ports/493808 Log: Update rekall to 1.7.2rc1-52 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 head/security/py-rekall_lib/Makefile head/security/py-rekall_lib/distinfo head/security/py-rekall_lib/files/patch-setup.py Modified: head/security/py-rekall-core/Makefile ============================================================================== --- head/security/py-rekall-core/Makefile Sun Feb 24 20:13:10 2019 (r493807) +++ head/security/py-rekall-core/Makefile Sun Feb 24 20:16:08 2019 (r493808) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= rekall-core -DISTVERSION= 1.7.2rc1 +DISTVERSION= 1.7.2rc1-52 +DISTVERSIONSUFFIX= -g0cba831 CATEGORIES= security python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org @@ -34,9 +34,15 @@ RUN_DEPENDS= cabextract:archivers/cabextract \ ${PYTHON_PKGNAMEPREFIX}rekall_lib>=0:security/py-rekall_lib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yara>=3.6:security/py-yara@${PY_FLAVOR} -NO_ARCH= yes -USES= python zip +USE_GITHUB= yes +GH_ACCOUNT= google +GH_PROJECT= rekall + +USES= python USE_PYTHON= distutils autoplist + +NO_ARCH= yes +WRKSRC_SUBDIR= rekall-core .include <bsd.port.pre.mk> Modified: head/security/py-rekall-core/distinfo ============================================================================== --- head/security/py-rekall-core/distinfo Sun Feb 24 20:13:10 2019 (r493807) +++ head/security/py-rekall-core/distinfo Sun Feb 24 20:16:08 2019 (r493808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517734180 -SHA256 (rekall-core-1.7.2rc1.zip) = e85f994a6ef54003d3a5465a38d4dc72b7ab5c7057f69fbd93af4d683f682109 -SIZE (rekall-core-1.7.2rc1.zip) = 1294996 +TIMESTAMP = 1551033000 +SHA256 (google-rekall-1.7.2rc1-52-g0cba831_GH0.tar.gz) = 90edf50ab2fa643b59d79839b38741e7d8efaf88b015f6886e5161feb0810f6b +SIZE (google-rekall-1.7.2rc1-52-g0cba831_GH0.tar.gz) = 5560819 Modified: head/security/py-rekall-core/files/patch-setup.py ============================================================================== --- head/security/py-rekall-core/files/patch-setup.py Sun Feb 24 20:13:10 2019 (r493807) +++ head/security/py-rekall-core/files/patch-setup.py Sun Feb 24 20:16:08 2019 (r493808) @@ -1,15 +1,13 @@ ---- setup.py.orig 2017-12-05 23:44:52 UTC +--- setup.py.orig 2019-01-04 00:51:27 UTC +++ setup.py -@@ -52,28 +52,28 @@ def find_data_files(source): - # approach ensures that any Rekall version will always work as tested - even +@@ -53,27 +53,27 @@ def find_data_files(source): # when external packages are upgraded in an incompatible way. install_requires = [ -- 'PyYAML==3.12', -- 'acora==2.0', + 'PyYAML', +- 'acora==2.1', - 'arrow==0.10.0', - 'artifacts==20170909', -+ 'PyYAML>=3.11', -+ 'acora>=2.0', ++ 'acora>=2.1', + 'arrow>=0.10.0', + 'artifacts>=20170909', 'future', @@ -34,7 +32,7 @@ + 'python-dateutil>=2.6.1', + 'pytsk3>=20170802', + 'pytz>=2017.3', -+ 'capstone>=3.0.4', ++ 'capstone>=3.0.5', "rekall-efilter >= 1.6, < 1.7", # Should match exactly the version of this package. Modified: head/security/py-rekall/Makefile ============================================================================== --- head/security/py-rekall/Makefile Sun Feb 24 20:13:10 2019 (r493807) +++ head/security/py-rekall/Makefile Sun Feb 24 20:16:08 2019 (r493808) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= rekall -DISTVERSION= 1.7.2rc1 -PORTREVISION= 2 +DISTVERSION= 1.7.2rc1-52 +DISTVERSIONSUFFIX= -g0cba831 CATEGORIES= security python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org @@ -17,10 +16,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall_lib>=1.7.1: ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.7.1:security/py-rekall-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython5>=5.0.0:devel/ipython5@${PY_FLAVOR} -NO_ARCH= yes -USES= python shebangfix zip +USE_GITHUB= yes +GH_ACCOUNT= google + +USES= python shebangfix USE_PYTHON= distutils autoplist +NO_ARCH= yes python_OLD_CMD= python SHEBANG_FILES= tools/devel/autopep8.sh \ tools/devel/presubmit.sh \ Modified: head/security/py-rekall/distinfo ============================================================================== --- head/security/py-rekall/distinfo Sun Feb 24 20:13:10 2019 (r493807) +++ head/security/py-rekall/distinfo Sun Feb 24 20:16:08 2019 (r493808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517735306 -SHA256 (rekall-1.7.2rc1.zip) = 08134cd142203130c8d09e6e52114b4f5e17211bc9993d507ce4a69b5aa2e072 -SIZE (rekall-1.7.2rc1.zip) = 1733715 +TIMESTAMP = 1551033000 +SHA256 (google-rekall-1.7.2rc1-52-g0cba831_GH0.tar.gz) = 90edf50ab2fa643b59d79839b38741e7d8efaf88b015f6886e5161feb0810f6b +SIZE (google-rekall-1.7.2rc1-52-g0cba831_GH0.tar.gz) = 5560819 Modified: head/security/py-rekall_lib/Makefile ============================================================================== --- head/security/py-rekall_lib/Makefile Sun Feb 24 20:13:10 2019 (r493807) +++ head/security/py-rekall_lib/Makefile Sun Feb 24 20:16:08 2019 (r493808) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= rekall_lib -DISTVERSION= 1.7.2rc1 +DISTVERSION= 1.7.2rc1-52 +DISTVERSIONSUFFIX= -g0cba831 CATEGORIES= security python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org @@ -18,8 +18,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0.10.0:deve ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} -NO_ARCH= yes -USES= python zip +USE_GITHUB= yes +GH_PROJECT= rekall +GH_ACCOUNT= google + +USES= python USE_PYTHON= distutils autoplist + +NO_ARCH= yes +WRKSRC_SUBDIR= rekall-lib .include <bsd.port.mk> Modified: head/security/py-rekall_lib/distinfo ============================================================================== --- head/security/py-rekall_lib/distinfo Sun Feb 24 20:13:10 2019 (r493807) +++ head/security/py-rekall_lib/distinfo Sun Feb 24 20:16:08 2019 (r493808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517734081 -SHA256 (rekall_lib-1.7.2rc1.zip) = 9a32a24ce8867db4fe6612e8dfe4496588d589b008610cab65039e6c2ebc38a2 -SIZE (rekall_lib-1.7.2rc1.zip) = 41077 +TIMESTAMP = 1551033000 +SHA256 (google-rekall-1.7.2rc1-52-g0cba831_GH0.tar.gz) = 90edf50ab2fa643b59d79839b38741e7d8efaf88b015f6886e5161feb0810f6b +SIZE (google-rekall-1.7.2rc1-52-g0cba831_GH0.tar.gz) = 5560819 Modified: head/security/py-rekall_lib/files/patch-setup.py ============================================================================== --- head/security/py-rekall_lib/files/patch-setup.py Sun Feb 24 20:13:10 2019 (r493807) +++ head/security/py-rekall_lib/files/patch-setup.py Sun Feb 24 20:16:08 2019 (r493808) @@ -1,12 +1,14 @@ ---- setup.py.orig 2017-11-05 21:38:24 UTC +--- setup.py.orig 2019-01-04 00:51:27 UTC +++ setup.py -@@ -41,9 +41,9 @@ def find_data_files(source): +@@ -41,11 +41,11 @@ def find_data_files(source): return result install_requires = [ - "arrow==0.10.0", + "arrow>=0.10.0", "future", + # We need to upgrade but this seems to break Rekall. + # "sortedcontainers >= 2.0, < 3.0", - "sortedcontainers==1.5.7", + "sortedcontainers>=1.5.7", ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902242016.x1OKG8G7015063>