Skip to content

Commit

Permalink
security/py-iris-webhooks-module: New port: IRIS module offering supp…
Browse files Browse the repository at this point in the history
…ort for webhooks

An interface module that allows to call webhooks from IRIS.
  • Loading branch information
alonsobsd committed Apr 30, 2023
1 parent 0d27d93 commit 858d116
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Expand Up @@ -919,6 +919,7 @@
SUBDIR += py-iris-client
SUBDIR += py-iris-misp-module
SUBDIR += py-iris-module-interface
SUBDIR += py-iris-webhooks-module
SUBDIR += py-itsdangerous
SUBDIR += py-josepy
SUBDIR += py-keepkey
Expand Down
27 changes: 27 additions & 0 deletions security/py-iris-webhooks-module/Makefile
@@ -0,0 +1,27 @@
PORTNAME= iris-webhooks-module
DISTVERSION= 1.2.0
DISTVERSIONPREFIX= v
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= acm@FreeBSD.org
COMMENT= IRIS module offering support for webhooks
WWW= https://github.com/dfir-iris/iris-webhooks-module

LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:devel/py-requests@${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= 46b39e7a2465f3b60ba5e2e2358a45c5e6b3a3d8

USES= python:3.8+
USE_PYTHON= autoplist distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions security/py-iris-webhooks-module/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1682825625
SHA256 (dfir-iris-iris-webhooks-module-v1.2.0-46b39e7a2465f3b60ba5e2e2358a45c5e6b3a3d8_GH0.tar.gz) = 1f706f34f8075fb9d9b5907415db6190de9001ad083c9258b57d0a2ea69503ce
SIZE (dfir-iris-iris-webhooks-module-v1.2.0-46b39e7a2465f3b60ba5e2e2358a45c5e6b3a3d8_GH0.tar.gz) = 7127
1 change: 1 addition & 0 deletions security/py-iris-webhooks-module/pkg-descr
@@ -0,0 +1 @@
An interface module that allows to call webhooks from IRIS.

0 comments on commit 858d116

Please sign in to comment.