summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-ids/suricata/python3-suricata-update_1.3.6.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-ids/suricata/python3-suricata-update_1.3.6.bb b/recipes-ids/suricata/python3-suricata-update_1.3.6.bb
new file mode 100644
index 0000000..cdf2faa
--- /dev/null
+++ b/recipes-ids/suricata/python3-suricata-update_1.3.6.bb
@@ -0,0 +1,15 @@
1SUMMARY = "The tool for updating your Suricata rules"
2HOMEPAGE = "http://suricata-ids.org/"
3SECTION = "security Monitor/Admin"
4LICENSE = "GPL-2.0-only"
5
6LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548"
7
8SRCREV = "f76a61bdee69961537585a1036c4294da28495a5"
9SRC_URI = "git://github.com/OISF/suricata-update;protocol=https;branch=master"
10
11inherit python3native python3targetconfig setuptools3
12
13RDEPENDS:${PN} = "python3-pyyaml python3-logging python3-compression python3-shell"
14
15BBCLASSEXTEND = "native nativesdk"