Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 03:34:04 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0d27d93c1c72 - main - security/py-iris-check-module: New port: A simple processor module for IRIS
Message-ID:  <202304300334.33U3Y4Fg041634@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d27d93c1c7235999dcf2260a7b39b4eb8f18516

commit 0d27d93c1c7235999dcf2260a7b39b4eb8f18516
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-04-30 03:31:31 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-04-30 03:31:31 +0000

    security/py-iris-check-module: New port: A simple processor module for IRIS
    
    An Iris Module that simply replies to every hooks
---
 security/Makefile                       |  1 +
 security/py-iris-check-module/Makefile  | 28 ++++++++++++++++++++++++++++
 security/py-iris-check-module/distinfo  |  3 +++
 security/py-iris-check-module/pkg-descr |  1 +
 4 files changed, 33 insertions(+)

diff --git a/security/Makefile b/security/Makefile
index cb49ee79523f..074f4f46505e 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -915,6 +915,7 @@
     SUBDIR += py-gvm-tools
     SUBDIR += py-hkdf
     SUBDIR += py-htpasswd
+    SUBDIR += py-iris-check-module
     SUBDIR += py-iris-client
     SUBDIR += py-iris-misp-module
     SUBDIR += py-iris-module-interface
diff --git a/security/py-iris-check-module/Makefile b/security/py-iris-check-module/Makefile
new file mode 100644
index 000000000000..76e7dab086e4
--- /dev/null
+++ b/security/py-iris-check-module/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	iris-check-module
+DISTVERSION=	1.2.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	security python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	acm@FreeBSD.org
+COMMENT=	A simple processor module for IRIS
+WWW=		https://github.com/dfir-iris/iris-check-module
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}celery>0:devel/py-celery@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyunpack>0:archivers/py-pyunpack@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}iris-module-interface>0:security/py-iris-module-interface@${PY_FLAVOR}
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dfir-iris
+GH_PROJECT=	${PORTNAME}
+GH_TAGNAME=	b939e036b44f63b810fe5ff43329fad52c6beaeb
+
+USES=		python:3.8+
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/security/py-iris-check-module/distinfo b/security/py-iris-check-module/distinfo
new file mode 100644
index 000000000000..6b10ee9d6829
--- /dev/null
+++ b/security/py-iris-check-module/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1682825241
+SHA256 (dfir-iris-iris-check-module-v1.2.0-b939e036b44f63b810fe5ff43329fad52c6beaeb_GH0.tar.gz) = e04ba7d09df8cb3725524680ad149863305f9ad793bdbec005d34b791348c2cd
+SIZE (dfir-iris-iris-check-module-v1.2.0-b939e036b44f63b810fe5ff43329fad52c6beaeb_GH0.tar.gz) = 5442
diff --git a/security/py-iris-check-module/pkg-descr b/security/py-iris-check-module/pkg-descr
new file mode 100644
index 000000000000..d3daf19a6a30
--- /dev/null
+++ b/security/py-iris-check-module/pkg-descr
@@ -0,0 +1 @@
+An Iris Module that simply replies to every hooks



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