Re: [yocto] [meta-security][PATCH] Remove outdated meta-rust dependency text in README

2022-06-04 Thread Federico Pellegrin
Hi Armin, Sorry if it was unclear or if I misunderstood something. As far as I could see and tried as I had to build it yesterday, I can now build suricata without adding meta-rust as the rust support (compilers etc) is now already in oe-core, ie:

[yocto] [meta-security][v2][PATCH] arpwatch: update to 3.3

2022-06-04 Thread Armin Kuster
not compatible with musl Signed-off-by: Armin Kuster --- [v2] Fix type --- .../arpwatch/{arpwatch_3.1.bb => arpwatch_3.3.bb}| 9 + recipes-scanners/arpwatch/files/host_contam_fix.patch| 8 2 files changed, 9 insertions(+), 8 deletions(-) rename

Re: [yocto] [meta-security][PATCH] Remove outdated meta-rust dependency text in README

2022-06-04 Thread Armin Kuster
On 6/3/22 23:31, Federico Pellegrin wrote: Since ~16 months the base of meta-rust was merged into meta-oe, down to honister as far as I can see, and therefore the indications to use meta-rust are really not needed and may just create extra work and possibly problems to users. --- README | 12

Re: [yocto] [meta-security][PATCH 4/5] arpwatch: update to 3.3

2022-06-04 Thread Armin Kuster
On 6/4/22 14:26, Zach Welch wrote: On 6/4/22 12:02, Armin Kuster wrote: not compatible with musl ... @@ -82,5 +82,6 @@ FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \     COMPATIBLE_HOST:riscv32 = "null"   COMPATIBLE_HOST:riscv64 = "null" +OMPATIBLE_HOST:libc-musl = "null" typo?

Re: [yocto] [meta-security][PATCH 4/5] arpwatch: update to 3.3

2022-06-04 Thread Zach Welch
On 6/4/22 12:02, Armin Kuster wrote: not compatible with musl ... @@ -82,5 +82,6 @@ FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ COMPATIBLE_HOST:riscv32 = "null" COMPATIBLE_HOST:riscv64 = "null" +OMPATIBLE_HOST:libc-musl = "null" typo? -=-=-=-=-=-=-=-=-=-=-=- Links: You

[yocto] [meta-security][PATCH 5/5] packagegroup-core-security: don't include aprwatch for musl

2022-06-04 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-core/packagegroup/packagegroup-core-security.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index 40ff06b..f381d91 100644 ---

[yocto] [meta-security][PATCH 4/5] arpwatch: update to 3.3

2022-06-04 Thread Armin Kuster
not compatible with musl Signed-off-by: Armin Kuster --- .../arpwatch/{arpwatch_3.1.bb => arpwatch_3.3.bb}| 9 + recipes-scanners/arpwatch/files/host_contam_fix.patch| 8 2 files changed, 9 insertions(+), 8 deletions(-) rename

[yocto] [meta-security][PATCH 3/5] chkrootkit: Fix missing includes for musl

2022-06-04 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-scanners/rootkits/chkrootkit_0.55.bb | 3 +- .../rootkits/files/musl_fix.patch | 58 +++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 recipes-scanners/rootkits/files/musl_fix.patch diff --git

[yocto] [meta-security][PATCH 2/5] packagegroup-core-security: drop arpwatch for riscv from pkg grp

2022-06-04 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-core/packagegroup/packagegroup-core-security.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index b20ef31..40ff06b

[yocto] [meta-security][PATCH 1/5] arpwatch: riscv not supported

2022-06-04 Thread Armin Kuster
exclude this arch for compat list Signed-off-by: Armin Kuster --- recipes-scanners/arpwatch/arpwatch_3.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-scanners/arpwatch/arpwatch_3.1.bb b/recipes-scanners/arpwatch/arpwatch_3.1.bb index c8d31cf..3d8c5ae 100644 ---

[yocto] [meta-security][PATCH] Remove outdated meta-rust dependency text in README

2022-06-04 Thread Federico Pellegrin
Since ~16 months the base of meta-rust was merged into meta-oe, down to honister as far as I can see, and therefore the indications to use meta-rust are really not needed and may just create extra work and possibly problems to users. --- README | 12 1 file changed, 12 deletions(-)