[oe] [meta-networking][PATCH] python3-scapy: Drop python3-tox from ptest rdeps

2024-02-24 Thread Khem Raj
python3-tox is only needed if internal driver for running tests is used which we do not use in OE Signed-off-by: Khem Raj --- meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH] dnsmasq: Upgrade 2.89 -> 2.90

2024-02-24 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Fixes CVE-2023-50387 and CVE-2023-50868 Remove backported CVE patch. Remove patch for lua as hardcoding lua version was removed. Signed-off-by: Peter Marko --- .../recipes-support/dnsmasq/dnsmasq/lua.patch | 33 - .../{dnsmasq_2.89.bb => dnsmasq_2.90.bb} |

[oe] [meta-java][PATCH] jsch,xerces-j: fix CVE_STATUS

2024-02-24 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Last commit tried to convert CVE_CHECK_IGNORE to CVE_STATUS, however it was done in wrong way and caused the CVEs to be reported as open again. This fixes CVE_STATUS syntax. Signed-off-by: Peter Marko --- recipes-core/jcraft/jsch_0.1.40.bb | 3 +--

[oe] [meta-openembedded][PATCH 2/2] snort3: fix snort.pc

2024-02-24 Thread Martin Jansa
* fixes: ERROR: lib32-snort3-3+git-r0 do_populate_sysroot: QA Issue: snort.pc failed sanity test (tmpdir) in path lib32-snort3/3+git/sysroot-destdir/usr/lib/pkg * it's broken for non-multilib builds as well, the issue is that FLEX_CPPFLAGS points to native include dir, e.g.

[oe] [meta-openembedded][PATCH 1/2] snort3: drop SRCPV from PV

2024-02-24 Thread Martin Jansa
* as other recipes did in: https://git.openembedded.org/meta-openembedded/commit/?id=21f956598ddb1bb08855fbc9a3293acf957154d1 Signed-off-by: Martin Jansa --- meta-networking/recipes-connectivity/snort/snort3_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git