Skip to content

Commit

Permalink
security/py-iris-check-module: New port: A simple processor module fo…
Browse files Browse the repository at this point in the history
…r IRIS

An Iris Module that simply replies to every hooks
  • Loading branch information
alonsobsd committed Apr 30, 2023
1 parent 0e13ed1 commit 0d27d93
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 28 additions & 0 deletions security/py-iris-check-module/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions security/py-iris-check-module/distinfo
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions security/py-iris-check-module/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
An Iris Module that simply replies to every hooks

0 comments on commit 0d27d93

Please sign in to comment.