Re: [oe] [meta-oe][PATCH v3] systemd-netlogd: new recipe

2025-02-14 Thread Khem Raj via lists.openembedded.org
you might look into musl patches for systemd in oe-core e.g. meta/recipes-core/systemd/systemd/0003-missing_type.h-add-comparison_fn_t.patch or perhaps disable it for musl target as well. On Fri, Feb 14, 2025 at 8:25 PM Khem Raj wrote: > > it fails on musl > > | FAILED: systemd-netlogd.p/src_netl

Re: [oe] [meta-oe][PATCH v3] systemd-netlogd: new recipe

2025-02-14 Thread Khem Raj via lists.openembedded.org
it fails on musl | FAILED: systemd-netlogd.p/src_netlog_netlog-network.c.o | x86_64-yoe-linux-musl-clang -target x86_64-yoe-linux-musl -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector- ↪ strong -O2 -D_FORTIFY_SOURCE=2

[oe] [meta-multimedia][PATCH] rygel: drop obsolete PACKAGECONFIG

2025-02-14 Thread Gyorgy Sarvari via lists.openembedded.org
"lms" plugin has been dropped by the project starting version 0.43.0. Signed-off-by: Gyorgy Sarvari --- meta-multimedia/recipes-connectivity/rygel/rygel_0.44.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.44.1.bb b/meta-multimedia/re

[oe] [meta-python][PATCH] python-grpcio(-tools): add grpc:grpc to cve product

2025-02-14 Thread Peter Marko via lists.openembedded.org
From: Peter Marko These grpc python modules contain parts of grpc core. Each CVE needs to be assessed if the patch applies also to core parts included in each module. Note that so far there was never a CVE specific for python module, only for grpc:grpc and many of those needed to be fixed at lea

[oe] [meta-multimedia][PATCH] pipewire: remove WORKDIR from documentation

2025-02-14 Thread Gyorgy Sarvari via lists.openembedded.org
In case docs PACKAGECONFIG is enabled, do_package_qa task fails due to some of the generated html files are referencing the ${WORKDIR}. Delete it from these files. Signed-off-by: Gyorgy Sarvari --- .../recipes-multimedia/pipewire/pipewire_1.2.7.bb | 6 ++ 1 file changed, 6 inserti

[oe] [meta-python][PATCH 2/3] python3-mypy: Upgrade 1.10.0 -> 1.15.0

2025-02-14 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 1.15.0: - Performance improvements - Mypyc accelerated Mypy Wheels for ARM Linux - Improvements to reachability analysis and partial type handling in loops - Better discovery of configuration files - Better line numbers for decorators and slice expressions - Drop support for P

[oe] [meta-python][PATCH 1/3] python3-trio: Upgrade 0.28.0 -> 0.29.0

2025-02-14 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 0.29.0: - Add trio.lowlevel.in_trio_run() and trio.lowlevel.in_trio_task() and document the semantics (and differences) thereof. See the documentation. - If trio.testing.RaisesGroup does not get the expected exceptions it now raises an AssertionError with a helpful message

[oe] [meta-python][PATCH 3/3] python3-requests-futures: Upgrade 1.0.1 -> 1.0.2

2025-02-14 Thread Leon Anavi via lists.openembedded.org
Upgrade to release 1.0.2: - Correct setup.py email addr Signed-off-by: Leon Anavi --- ...sts-futures_1.0.1.bb => python3-requests-futures_1.0.2.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-requests-futures_1.0.1.bb => python3

[oe][meta-oe][scarthgap][PATCH RESEND] openjpeg: upgrade 2.5.0 -> 2.5.3

2025-02-14 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Includes fix for CVE-2024-56826 and CVE-2024-56827 ChangeLog: https://github.com/uclouvain/openjpeg/blob/v2.5.3/NEWS.md * Refresh 0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch Signed-off-by: Vijay Anusuri --- ...sk-cmake-to-export-binaries-they-don-t-mak

Re: [oe][meta-oe][kirkstone][PATCH RESEND] openjpeg: upgrade 2.5.0 -> 2.5.3

2025-02-14 Thread Vijay Anusuri via lists.openembedded.org
This upgrade is for scarthgap branch. Please ignore this. I will correct the subject to scarthgap and send it again. Thanks & Regards, Vijay On Fri, Feb 14, 2025 at 2:19 PM Vijay Anusuri via lists.openembedded.org wrote: > From: Vijay Anusuri > > Includes fix for CVE-2024-56826 and CVE-2024-56

Re: [oe] [meta-networking][PATCH v2] corosync: reproducibility issue

2025-02-14 Thread Yoann Congal via lists.openembedded.org
Le ven. 14 févr. 2025 à 09:45, Christos Gavros via lists.openembedded.org a écrit : > hi > > the patch is merged in master-next, can I still change it and submit v3? > > https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=bb138b9f6b0ae7a77b5be468356a9ed0d7787c88 > master-next

[oe] [meta-oe][PATCH v3] systemd-netlogd: new recipe

2025-02-14 Thread Rasmus Villemoes via lists.openembedded.org
From: Rasmus Villemoes In some deployments, the log aggregator collects log messages in the syslog format, so systemd-journal-upload and friends can not be used. systemd-netlogd is a daemon for filling that gap. Signed-off-by: Rasmus Villemoes --- v2: add systemd as required distro feature v3:

[oe][meta-oe][kirkstone][PATCH RESEND] openjpeg: upgrade 2.5.0 -> 2.5.3

2025-02-14 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Includes fix for CVE-2024-56826 and CVE-2024-56827 ChangeLog: https://github.com/uclouvain/openjpeg/blob/v2.5.3/NEWS.md * Refresh 0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch Signed-off-by: Vijay Anusuri --- ...sk-cmake-to-export-binaries-they-don-t-mak

Re: [oe] [meta-networking][PATCH v2] corosync: reproducibility issue

2025-02-14 Thread Christos Gavros via lists.openembedded.org
hi the patch is merged in master-next, can I still change it and submit v3? https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=bb138b9f6b0ae7a77b5be468356a9ed0d7787c88 I was thinking the same... but we ended up that the issue is coming from this macro NETSNMP_SYS_CONTACT by

[oe] [meta-oe][PATCH] pax-utils: fix pyelftools PACKAGECONFIG dependency

2025-02-14 Thread Gyorgy Sarvari via lists.openembedded.org
The correct dependency name for pyelftools is "python3-pyelftools". Set the dependency name accordingly to avoid build failure with this PACKAGECONFIG. Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[oe] [meta-oe][PATCH] pahole: fix python3 PACKAGECONFIG

2025-02-14 Thread Gyorgy Sarvari via lists.openembedded.org
As a build time dependency, python3 provides python3-core - set the PACKAGECONFIG accordingly to avoid build failure. Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-devtools/pahole/pahole_1.28.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/paho

Re: [oe] [meta-networking][PATCH v2] corosync: reproducibility issue

2025-02-14 Thread Yoann Congal via lists.openembedded.org
Le ven. 14 févr. 2025 à 00:34, Christos Gavros a écrit : > Corosync is not reproducible due to change of value > in NETSNMP_SYS_CONTACT which is set in net-snmp: > NETSNMP_SYS_CONTACT = "$ME@$LOC" > $ME = whoami > $LOC assigned domain name from /etc/resolv.conf > > Use build in'--with-sys-contact

[oe] [meta-oe][PATCH] ltrace: fix unwind PACKAGECONFIG

2025-02-14 Thread Gyorgy Sarvari via lists.openembedded.org
In case unwind PACKAGECONFIG is enabled, do_configure task fails with the following error message: | configure: error: Cannot enable both --with-libunwind and --with-elfutils To avoid this error, disable elfutils with this PACKAGECONFIG. Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-devtoo