From 717d19fc4059dbb1fe138f072b3f3a08eea22d35 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 27 Dec 2020 20:08:27 +0000 Subject: [PATCH] Deprecate rekall ports --- devel/py-rekall-efilter/Makefile | 3 +++ security/py-rekall-core/Makefile | 3 +++ security/py-rekall/Makefile | 3 +++ security/py-rekall_lib/Makefile | 3 +++ 4 files changed, 12 insertions(+) diff --git a/devel/py-rekall-efilter/Makefile b/devel/py-rekall-efilter/Makefile index cfe739054eb3..1ac6ce3f1257 100644 --- a/devel/py-rekall-efilter/Makefile +++ b/devel/py-rekall-efilter/Makefile @@ -12,6 +12,9 @@ COMMENT= EFILTER query language with Rekall specific modifications LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Unmaintained upstream +EXPIRATION_DATE= 2021-01-27 + CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}efilter-[0-9]* RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>2:devel/py-dateutil@${PY_FLAVOR} \ diff --git a/security/py-rekall-core/Makefile b/security/py-rekall-core/Makefile index 16070ca287bc..fecb567532ad 100644 --- a/security/py-rekall-core/Makefile +++ b/security/py-rekall-core/Makefile @@ -13,6 +13,9 @@ COMMENT= CORE component of the Rekall framework LICENSE= GPLv2 +DEPRECATED= Unmaintained upstream +EXPIRATION_DATE= 2021-01-27 + RUN_DEPENDS= cabextract:archivers/cabextract \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}acora>=2.0:textproc/py-acora@${PY_FLAVOR} \ diff --git a/security/py-rekall/Makefile b/security/py-rekall/Makefile index a86edf7c511b..1a94171d4e09 100644 --- a/security/py-rekall/Makefile +++ b/security/py-rekall/Makefile @@ -13,6 +13,9 @@ COMMENT= Memory forensics analysis framework LICENSE= GPLv2 +DEPRECATED= Unmaintained upstream, use security/py-volatility3 instead +EXPIRATION_DATE= 2021-01-27 + 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}ipython5>=5.0.0:devel/ipython5@${PY_FLAVOR} diff --git a/security/py-rekall_lib/Makefile b/security/py-rekall_lib/Makefile index e6cf5bdaa91d..9c0a214feec8 100644 --- a/security/py-rekall_lib/Makefile +++ b/security/py-rekall_lib/Makefile @@ -13,6 +13,9 @@ COMMENT= Rekall Support Libraries LICENSE= GPLv2 +DEPRECATED= Unmaintained upstream +EXPIRATION_DATE= 2021-01-27 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0.10.0:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=1.5.7:devel/py-sortedcontainers@${PY_FLAVOR} \