Date: Sun, 30 Apr 2023 03:56:03 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: 858d1166289d - main - security/py-iris-webhooks-module: New port: IRIS module offering support for webhooks Message-ID: <202304300356.33U3u3h1074462@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=858d1166289d5596f0ea575a30bbc254bdc29144 commit 858d1166289d5596f0ea575a30bbc254bdc29144 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-04-30 03:46:55 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-04-30 03:46:55 +0000 security/py-iris-webhooks-module: New port: IRIS module offering support for webhooks An interface module that allows to call webhooks from IRIS. --- security/Makefile | 1 + security/py-iris-webhooks-module/Makefile | 27 +++++++++++++++++++++++++++ security/py-iris-webhooks-module/distinfo | 3 +++ security/py-iris-webhooks-module/pkg-descr | 1 + 4 files changed, 32 insertions(+) diff --git a/security/Makefile b/security/Makefile index 074f4f46505e..226761b2dc60 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/py-iris-webhooks-module/Makefile b/security/py-iris-webhooks-module/Makefile new file mode 100644 index 000000000000..a2e94c6dbee0 --- /dev/null +++ b/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> diff --git a/security/py-iris-webhooks-module/distinfo b/security/py-iris-webhooks-module/distinfo new file mode 100644 index 000000000000..58c0a935aa49 --- /dev/null +++ b/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 diff --git a/security/py-iris-webhooks-module/pkg-descr b/security/py-iris-webhooks-module/pkg-descr new file mode 100644 index 000000000000..68a704d35fc4 --- /dev/null +++ b/security/py-iris-webhooks-module/pkg-descr @@ -0,0 +1 @@ +An interface module that allows to call webhooks from IRIS.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304300356.33U3u3h1074462>