Re: [yocto] [oe] Collab Summit + ELC + TSC Meeting

2011-03-14 Thread Koen Kooi
Op 15 mrt 2011, om 02:15 heeft Philip Balister het volgende geschreven: > On 03/14/2011 08:44 PM, Jeff Osier-Mixon wrote: >>> There also was a request for more general purpose OEDAM over the weekend, maybe in parallel or before/after TSC meeting: Any thoughts on that? >>> >

Re: [yocto] recipes for sniffer tool

2011-04-07 Thread Koen Kooi
Op 7 apr 2011, om 15:24 heeft João Henrique Freitas het volgende geschreven: > Hi, > > Is there any recipes to build a sniffer the network? > > I searched but does not found any recipes about it. > > I am trying to build tcpdump and/or wireshark (tshark only). You can move the recipes over f

Re: [yocto] Where do I find meta-XXX?

2011-04-19 Thread Koen Kooi
Op 19 apr 2011, om 14:58 heeft Gary Thomas het volgende geschreven: > Can someone let me in on the secret? On the Yocto WiKi, I can > only find directions for checking out oe-core (and bitbake). > The WiKi page for meta-yocto is empty :-( > > Also, I've seen references to meta-oe, again I've no

[yocto] [meta-security][PATCH 01/10] suricata: don't start service in postinst

2018-08-01 Thread Koen Kooi
Apart from hardcoding the wrong networking device it won't survive device restart Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-security/suricata/suricata_4.0.0.bb b/recipes-security/suricata/suricata_

[yocto] [meta-security][PATCH 02/10] suricata: fix packaging

2018-08-01 Thread Koen Kooi
Move ${PN}-python in front so ${PN} can use default packaging rules. Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/suricata/suricata_4.0.0.bb b/recipes-security/suricata

[yocto] [meta-security][PATCH 03/10] suricata: mark config file as CONFFILE

2018-08-01 Thread Koen Kooi
This preserves user edits during package upgrades. Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security/suricata/suricata_4.0.0.bb b/recipes-security/suricata/suricata_4.0.0.bb index 4a39325..73f4af6

[yocto] [meta-security][PATCH 04/10] suricata: add 'nfq' PACKAGECONFIG

2018-08-01 Thread Koen Kooi
For inline IPS nfqueue is nice to have, so add a PACKAGECONFIG entry for it. Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/suricata/suricata_4.0.0.bb b/recipes-security/suricata/suricata_4.0.0.bb

[yocto] [meta-security][PATCH 05/10] suricata: add systemd unit

2018-08-01 Thread Koen Kooi
Based on the debian systemd unit. Signed-off-by: Koen Kooi --- recipes-security/suricata/files/suricata.service | 20 recipes-security/suricata/suricata_4.0.0.bb | 17 +++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 recipes

[yocto] [meta-security][PATCH 06/10] suricate: create and package logdir

2018-08-01 Thread Koen Kooi
This fixes the following error preventing startup: suricata[18771]: 31/7/2018 -- 13:08:21 - - [ERRCODE: SC_ERR_LOGDIR_CONFIG(116)] - The logging directory "/var/log/suricata/" supplied by /etc/suricata/suricata.yaml (default-log-dir) doesn't exist. Shut> Signed

[yocto] [meta-security][PATCH 07/10] suricata: enable syslog output

2018-08-01 Thread Koen Kooi
This fixes the following error preventing startup in daemon mode: suricata[20485]: 31/7/2018 -- 13:19:48 - - [ERRCODE: SC_ERR_MISSING_CONFIG_PARAM(118)] - NO logging compatible with daemon mode selected, suricata won't be able to log. Please update 'logging.outputs' Sign

[yocto] [meta-security][PATCH 09/10] suricata: install and package threshold.config

2018-08-01 Thread Koen Kooi
This fixes the following warning during startup: suricata[24522]: 31/7/2018 -- 13:47:15 - - [ERRCODE: SC_ERR_FOPEN(44)] - Error opening file: "/etc/suricata//threshold.config": No such file or directory Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb

[yocto] [meta-security][PATCH 10/10] suricata: rename ${PN}-python to ${PN}-socketcontrol

2018-08-01 Thread Koen Kooi
This describes the content a lot better. RDEPENDS are still missing, so it's still as non-working as before :/ Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/sur

[yocto] [meta-security][PATCH 08/10] suricata: install and package rules

2018-08-01 Thread Koen Kooi
This fixes the following warning during startup: suricata[22707]: 31/7/2018 -- 13:34:40 - - [ERRCODE: SC_ERR_NO_RULES_LOADED(43)] - 47 rule files specified, but no rule was loaded at all! Signed-off-by: Koen Kooi --- recipes-security/suricata/suricata_4.0.0.bb | 3 +++ 1 file changed, 3

<    1   2