diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-09-30 10:13:50 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-10-08 15:54:52 -0700 |
commit | caaeb67863a6d3586e4c5ec62f85c33f8eb92af3 (patch) | |
tree | 38b7480a594898925de7c992e8510fb6c12dbfb4 | |
parent | 18de9e5bf9d0ca5a0a55dfb961348b513a06ee00 (diff) | |
download | meta-security-caaeb67863a6d3586e4c5ec62f85c33f8eb92af3.tar.gz |
suricata-update: add package to pull rules
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/suricata/python3-suricata-update_1.0.5.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-ids/suricata/python3-suricata-update_1.0.5.bb b/recipes-ids/suricata/python3-suricata-update_1.0.5.bb new file mode 100644 index 0000000..63f75e0 --- /dev/null +++ b/recipes-ids/suricata/python3-suricata-update_1.0.5.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "The tool for updating your Suricata rules. " | ||
2 | HOMEPAGE = "http://suricata-ids.org/" | ||
3 | SECTION = "security Monitor/Admin" | ||
4 | LICENSE = "GPLv2" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" | ||
7 | |||
8 | SRCREV = "dcd0f630e13463750efb1593ad3ccae1ae6c27d4" | ||
9 | SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.0.x'" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit python3native setuptools3 | ||
14 | |||
15 | RDEPENDS_${PN} = "python3-pyyaml" | ||