[oe] [meta-oe][kirkstone][PATCH] xterm: Security fix for CVE-2023-40359

2024-04-11 Thread Rohini Sangam via lists.openembedded.org
CVE fixed: - CVE-2023-40359 xterm: ReGIS reporting for character-set names containing characters other than alphanumerics or underscore Upstream-Status: Backport from https://github.com/ThomasDickey/xterm-snapshots/commit/41ba5cf31da5e43477811b28009d64d3f643fd29 Note: The CVE patch is part of mi

[oe] [meta-oe][PATCH 2/2] ptest-packagelists-meta-oe: jemalloc and oprofile are passing now

2024-04-11 Thread Khem Raj
Move them into PTESTS_FAST_META_OE Signed-off-by: Khem Raj --- meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-o

[oe] [meta-oe][PATCH 1/2] oprofile: Fix failing ptests

2024-04-11 Thread Khem Raj
Files need to be in right directory structure Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1

[oe] [meta-oe][PATCH] libteam: Add missing dependencies revealed by ptests

2024-04-11 Thread Khem Raj
Fixes ptests provided kernel has team driver enabled Signed-off-by: Khem Raj --- meta-oe/recipes-support/libteam/libteam_1.31.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libteam/libteam_1.31.bb b/meta-oe/recipes-support/libteam/libteam_1

[oe] [meta-oe][PATCH] jemalloc: Update to tip of dev branch

2024-04-11 Thread Khem Raj
This fixes bunch of ptest failures Failed ptests: {'jemalloc': ['test_alignment_errors', 'test_oom_errors']} Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/jemalloc

Re: [oe] [meta-python][PATCH 2/2] python3-pycurl: extend for native and nativesdk

2024-04-11 Thread Tim Orling
I think your comments in this thread are sufficient, or khem can add them to the commit messages manually before merging. I leave that up to khem, since I don't actually do the merge staging. But thank you for confirming. We've had some churn in this area very recently and need to make sure things

Re: [oe] [meta-python][PATCH 2/2] python3-pycurl: extend for native and nativesdk

2024-04-11 Thread Tim Orling
Same as the other in the series. We need confirmation that you have personally built both conditions and all dependencies were met. I apologize for being pedantic, but we must have traceability to these changes. On Thu, Apr 11, 2024 at 12:33 PM Geoff Parker wrote: > From: Geoff Parker > > Sign

Re: [oe] [meta-python][PATCH 1/2] python3-tornado: extend for native and nativesdk

2024-04-11 Thread Tim Orling
Please indicate you personally built both conditions all dependencies were met. I am fairly certain this was dropped because we had a conflict. On Thu, Apr 11, 2024 at 12:33 PM Geoff Parker wrote: > From: Geoff Parker > > Signed-off-by: Geoff Parker > --- > meta-python/recipes-devtools/python

[oe] [meta-oe][PATCH] libxml++: Delete recipe for 2.42.1

2024-04-11 Thread Khem Raj
We already have libxml++-5 provided and some of the dependencies for libxml++ (older version of glibmm) are not available. Signed-off-by: Khem Raj --- .../include/ptest-packagelists-meta-oe.inc| 1 - .../libxml/libxml++/libxml++_ptest.patch | 80 --- .../recipes-core/li

Re: [oe] [meta-oe][PATCH] libtorrent-rasterbar: add initial recipe for 2.0.10

2024-04-11 Thread Beniamin Sandu
I see the revert for https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=0597c931ffbadf2a2242d8ed9cccb8567953d489 is staged on master-next. Wouldn't this bring us to the previous situation where the CVE is addressed to the wrong library? I thought we should map it to the new rec

Re: [oe] [PATCH 1/1] exiv2: Update CVE-2007-6353 status

2024-04-11 Thread Peter Marko via lists.openembedded.org
Hello Ninette, Yocto currently supports CVE statuses listed in this file https://git.openembedded.org/openembedded-core/tree/meta/conf/cve-check-map.conf In most cases you just want to add a status and description why the CVE is ignored. If you want a different or more specialized status, you nee

[oe] [meta-python][PATCH 2/2] python3-pycurl: extend for native and nativesdk

2024-04-11 Thread Geoff Parker
From: Geoff Parker Signed-off-by: Geoff Parker --- meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb inde

[oe] [meta-python][PATCH 1/2] python3-tornado: extend for native and nativesdk

2024-04-11 Thread Geoff Parker
From: Geoff Parker Signed-off-by: Geoff Parker --- meta-python/recipes-devtools/python/python3-tornado_6.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb index e3d0

Re: [oe] [meta-python][PATCH] python3-flexparser: enable ptest and add missing runtime dependencies

2024-04-11 Thread Alper Ak
You're welcome, I'm glad I could help! :) Khem Raj , 11 Nis 2024 Per, 20:29 tarihinde şunu yazdı: > thanks for doing this. > > On Thu, Apr 11, 2024 at 4:23 AM Alper Ak wrote: > > > > * Ptest and library example tested on qemux86-64 and qemuarm64 > > > > * Add ptest into PTESTS_FAST_META_PYTHON >

Re: [oe] [meta-python][PATCH] python3-flexparser: enable ptest and add missing runtime dependencies

2024-04-11 Thread Khem Raj
thanks for doing this. On Thu, Apr 11, 2024 at 4:23 AM Alper Ak wrote: > > * Ptest and library example tested on qemux86-64 and qemuarm64 > > * Add ptest into PTESTS_FAST_META_PYTHON > > Ptest result: > = > > qemux86-64: > > Testsuite summary > TOTAL: 59 > PASS: 59 > SKIP: 0 > XFAIL:

Re: [oe] [PATCH 1/1] exiv2: Update CVE-2007-6353 status

2024-04-11 Thread Ninette Adhikari
Hi Peter, Thanks so much for your response. Many apologies for the confusion, I was trying to follow the example here to report a CVE issue but clearly I chose an incorrect classification. I meant to say that

[oe] [meta-python][PATCH] python3-flexcache: enable ptest

2024-04-11 Thread Alper Ak
* Ptest tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON Ptest result: = qemux86-64: Testsuite summary TOTAL: 19 PASS: 19 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 9 END: /usr/lib/python3-flexcache/ptest 2024-04-11T10:48 STOP: ptest-runner TOTAL

[oe] [meta-oe][PATCH] nodejs: don't always disable io_uring

2024-04-11 Thread Changqing Li
From: Changqing Li The original idea was always disable io_uring to avoid follwing failure even when UV_USE_IO_URING is set to true, refer [1][2]: 0608:try: *** 0609:update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name) 0610: