From 195157e5a0edf02f81065c2f5399fe83031d91ce Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 16 Dec 2019 18:28:26 -0800 Subject: python3-suricata-update: update to 1.1.1 Signed-off-by: Armin Kuster --- recipes-ids/suricata/python3-suricata-update_1.0.5.bb | 15 --------------- recipes-ids/suricata/python3-suricata-update_1.1.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 recipes-ids/suricata/python3-suricata-update_1.0.5.bb create mode 100644 recipes-ids/suricata/python3-suricata-update_1.1.1.bb (limited to 'recipes-ids') diff --git a/recipes-ids/suricata/python3-suricata-update_1.0.5.bb b/recipes-ids/suricata/python3-suricata-update_1.0.5.bb deleted file mode 100644 index 63f75e0..0000000 --- a/recipes-ids/suricata/python3-suricata-update_1.0.5.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "The tool for updating your Suricata rules. " -HOMEPAGE = "http://suricata-ids.org/" -SECTION = "security Monitor/Admin" -LICENSE = "GPLv2" - -LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" - -SRCREV = "dcd0f630e13463750efb1593ad3ccae1ae6c27d4" -SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.0.x'" - -S = "${WORKDIR}/git" - -inherit python3native setuptools3 - -RDEPENDS_${PN} = "python3-pyyaml" diff --git a/recipes-ids/suricata/python3-suricata-update_1.1.1.bb b/recipes-ids/suricata/python3-suricata-update_1.1.1.bb new file mode 100644 index 0000000..0070b5b --- /dev/null +++ b/recipes-ids/suricata/python3-suricata-update_1.1.1.bb @@ -0,0 +1,15 @@ +SUMMARY = "The tool for updating your Suricata rules. " +HOMEPAGE = "http://suricata-ids.org/" +SECTION = "security Monitor/Admin" +LICENSE = "GPLv2" + +LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=2;md5=c70d8d3310941dcdfcd1e02800a1f548" + +SRCREV = "9630630ffc493ca26299d174ee2066aa1405b2d4" +SRC_URI = "git://github.com/OISF/suricata-update;branch='master-1.1.x'" + +S = "${WORKDIR}/git" + +inherit python3native setuptools3 + +RDEPENDS_${PN} = "python3-pyyaml" -- cgit v1.2.3-54-g00ecf