svn commit: r559419 - in head: devel/py-rekall-efilter security/py-rekall security/py-rekall-core security/py-rekall_lib

Antoine Brodin antoine at FreeBSD.org
Sun Dec 27 20:08:28 UTC 2020


Author: antoine
Date: Sun Dec 27 20:08:27 2020
New Revision: 559419
URL: https://svnweb.freebsd.org/changeset/ports/559419

Log:
  Deprecate rekall ports

Modified:
  head/devel/py-rekall-efilter/Makefile
  head/security/py-rekall-core/Makefile
  head/security/py-rekall/Makefile
  head/security/py-rekall_lib/Makefile

Modified: head/devel/py-rekall-efilter/Makefile
==============================================================================
--- head/devel/py-rekall-efilter/Makefile	Sun Dec 27 20:04:51 2020	(r559418)
+++ head/devel/py-rekall-efilter/Makefile	Sun Dec 27 20:08:27 2020	(r559419)
@@ -12,6 +12,9 @@ COMMENT=	EFILTER query language with Rekall specific m
 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} \

Modified: head/security/py-rekall-core/Makefile
==============================================================================
--- head/security/py-rekall-core/Makefile	Sun Dec 27 20:04:51 2020	(r559418)
+++ head/security/py-rekall-core/Makefile	Sun Dec 27 20:08:27 2020	(r559419)
@@ -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} \

Modified: head/security/py-rekall/Makefile
==============================================================================
--- head/security/py-rekall/Makefile	Sun Dec 27 20:04:51 2020	(r559418)
+++ head/security/py-rekall/Makefile	Sun Dec 27 20:08:27 2020	(r559419)
@@ -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}

Modified: head/security/py-rekall_lib/Makefile
==============================================================================
--- head/security/py-rekall_lib/Makefile	Sun Dec 27 20:04:51 2020	(r559418)
+++ head/security/py-rekall_lib/Makefile	Sun Dec 27 20:08:27 2020	(r559419)
@@ -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} \


More information about the svn-ports-all mailing list