Patchtest results for [OE-core][kirkstone 05/19] glib-2.0: patch regression of CVE-2023-32665

2024-11-12 Thread Patchtest via lists.openembedded.org
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/kirkstone-05-19-glib-2.0-patch-regression-of-CVE-2023-32665.patch FAIL: test CVE tag format: Missing or incorrectly

[OE-core][kirkstone 04/19] expat: patch CVE-2024-50602

2024-11-12 Thread Steve Sakoman
From: Peter Marko Pick commits from https://github.com/libexpat/libexpat/pull/915 Not picking test is suboptimal, but test structure was changed meanwhile so we'd have to invent new code. Skipping tests was already done in previous expat/kirkstone CVE patches. Signed-off-by: Peter Marko Signed

[OE-core][kirkstone 01/19] ghostscript: fix CVE-2023-46361

2024-11-12 Thread Steve Sakoman
From: Archana Polampalli Artifex Software jbig2dec v0.20 was discovered to contain a SEGV vulnerability via jbig2_error at /jbig2dec/jbig2.c. Signed-off-by: Archana Polampalli Signed-off-by: Steve Sakoman --- .../ghostscript/CVE-2023-46361.patch | 32 +++ .../ghostscr

[OE-core][kirkstone 08/19] pseudo: Update to pull in linux-libc-headers race fix

2024-11-12 Thread Steve Sakoman
From: Richard Purdie Update to pull in: pseudo.c: Avoid patch mismatch errors for NAMELESS file entries In rare cases we see failures, often in linux-libc-headers for things like: | INSTALL /XXX/linux-libc-headers/6.1-r0/image/usr/include | abort()ing pseudo client by server

[OE-core][kirkstone 03/19] gstreamer1.0: ignore CVE-2024-0444

2024-11-12 Thread Steve Sakoman
From: Peter Marko This CVE is patched in gstreamer1.0-plugins-bad. cpe product is set to gstreamer, they share source git repository. Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- meta/recipes-multimedia/gstreamer/gstreamer1.0_1.20.7.bb | 3 +++ 1 file changed, 3 insertions(+)

[OE-core][kirkstone 10/19] pseudo: Switch back to the master branch

2024-11-12 Thread Steve Sakoman
From: Richard Purdie OE is the main user of pseudo and we've had the changes in the oe-core branch around long enough that we're going to run with them. Swicth back to directly using the master branch. Signed-off-by: Richard Purdie [Luca: re-add 'branch' parameter to fix "does not set any branc

[OE-core][kirkstone 18/19] pseudo: Update to include open symlink handling bugfix

2024-11-12 Thread Steve Sakoman
From: Richard Purdie Update to a new revision which includes "Bugfix for Linux open(O_CREAT|O_EXCL)" Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devto

[OE-core][kirkstone 16/19] pseudo: Update to pull in python 3.12+ fix

2024-11-12 Thread Steve Sakoman
From: Richard Purdie Pull in a fix which avoids syntax warnings with python 3.12. Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1 insertion(+),

[OE-core][kirkstone 11/19] pseudo: Update to include logic fix

2024-11-12 Thread Steve Sakoman
From: Richard Purdie The logic in the previous commit was reversed, update to fix it. Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1 insertion(

[OE-core][kirkstone 13/19] pseudo: Update to pull in syncfs probe fix

2024-11-12 Thread Steve Sakoman
From: Richard Purdie Pulls in the changes: Eilís 'pidge' Ní Fhlannagáin (1): subports: Add _GNU_SOURCE for syncfs probe Richard Purdie (1): SECURITY.md: Add file Wu Zhenyu (1): pseudo.1: Fix a typo Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipe

[OE-core][kirkstone 17/19] pseudo: Fix to work with glibc 2.40

2024-11-12 Thread Steve Sakoman
From: Richard Purdie glibc 2.40 renames some internal header variables. Update our hack to work with the new version. These kinds of problems illustrate we need to address the issue properly. Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-devtools/pseudo/files/gli

[OE-core][kirkstone 19/19] pseudo: Fix envp bug and add posix_spawn wrapper

2024-11-12 Thread Steve Sakoman
From: Richard Purdie Fix pseudo with python 3.13 by adding a wrapper for posix_spawn and fixing a NULL pointer dereference in envp handling it uncovered. This fixes issues on Fedora 41. Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-devtools/pseudo/pseudo_git.bb |

[OE-core][kirkstone 15/19] pseudo: Update to pull in fchmodat fix

2024-11-12 Thread Steve Sakoman
From: Richard Purdie This is needed to work with coreutils 9.5. Also contains some README tweaks. Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtool

[OE-core][kirkstone 14/19] pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept

2024-11-12 Thread Steve Sakoman
From: Richard Purdie rpm 4.19 now builds with LFS64 support enabled by default, so it calls statvfs64() to get the space available on the filesystem it is installing packages into. This is not getting caught by pseudo, so rpm is checking the host's root filesystem, rather than the filesystem whe

[OE-core][kirkstone 00/19] Patch review

2024-11-12 Thread Steve Sakoman
Please review this set of changes for kirkstone and have comments back by end of day Thursday, November 14 Passed a-full on autobuilder: https://valkyrie.yoctoproject.org/#/builders/29/builds/426 The following changes since commit 2e8819c0b9ada2b600aecc40c974a18eb7c0a666: xmlto: backport a pa

[OE-core][kirkstone 12/19] pseudo: Update to pull in fd leak fix

2024-11-12 Thread Steve Sakoman
From: Alexandre Belloni Pull in: pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak Use close-on-exec (O_CLOEXEC) flag when open log file to make sure its file descriptor is not leaked to parent process on fork/exec. Fixes [YOCTO #13311] Signed-off-by: Alexandre Bello

[OE-core][kirkstone 09/19] pseudo: Disable LFS on 32bit arches

2024-11-12 Thread Steve Sakoman
From: Khem Raj pseudo overrides certain libc functions which are aliases when LFS64 is enabled. In anycase pseudo may not be of much use on 32bit systems Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Steve Sakoman --- meta/recipes-devtools/pseudo/pseudo_git.bb | 7 +

[OE-core][kirkstone 05/19] glib-2.0: patch regression of CVE-2023-32665

2024-11-12 Thread Steve Sakoman
From: Peter Marko Official CVE-2023-32665 patch introduced a regression for big-endian architectures. This code was backported in CVE-2023-32665-0003.patch Reported in [1] and fixed by [2] where this patch is picked from. [1] https://gitlab.gnome.org/GNOME/glib/-/issues/2839 [2] https://gitlab.

[OE-core][kirkstone 07/19] cmake: Fix sporadic issues when determining compiler internals

2024-11-12 Thread Steve Sakoman
From: Philip Lorenz When `-pipe` is enabled, GCC passes data between its different executables using pipes instead of temporary files. This leads to issues when cmake attempts to infer compiler internals via the `-v` parameter as each executable will print to `stderr` in parallel. In turn this m

[OE-core][kirkstone 06/19] patch.py: Use shlex instead of deprecated pipe

2024-11-12 Thread Steve Sakoman
From: Ola x Nilsson The pipe library is deprecated in Python 3.11 and will be removed in Python 3.13. pipe.quote is just an import of shlex.quote anyway. Clean up imports while we're at it. Signed-off-by: Ola x Nilsson Signed-off-by: Luca Ceresoli (cherry picked from commit 5f33c7b99a991c380

[OE-core][kirkstone 02/19] curl: patch CVE-2024-9681

2024-11-12 Thread Steve Sakoman
From: Peter Marko Picked commit [1] per solution described in [2]. [1] https://github.com/curl/curl/commit/a94973805df96269bf [2] https://curl.se/docs/CVE-2024-9681.html Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- .../curl/curl/CVE-2024-9681.patch | 85 +++

Re: [OE-core][PATCH 1/2]v3 tzdata&tzcode-native: upgrade 2024a -> 2024b

2024-11-12 Thread Wang, Jinfeng (CN) via lists.openembedded.org
On 11/12/2024 9:36 PM, Mathieu Dubois-Briand wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Mon, Nov 11, 2024 at 10:35:30AM +0800, Wang, Jinfeng (CN) via lists.openem

[OE-core] [PATCH] quilt: fix dependency on ptest-runner

2024-11-12 Thread Awais Belal via lists.openembedded.org
Specifically when using useradd-staticids this fails without creating a ptest user entry. ERROR: Nothing PROVIDES 'ptest-runner' ptest-runner was skipped: Recipe ptest-runner, package ptest-runner: system username "ptest" does not have a static ID defined. Add ptest to one of these files: .../pa

Re: [OE-core] [PATCH 8/8] core-image-weston: use virtual-x-terminal-emulator instead of matchbox-terminal

2024-11-12 Thread Richard Purdie via lists.openembedded.org
On Tue, 2024-11-12 at 09:33 +, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2024-11-08 at 17:01 +, Ross Burton via > lists.openembedded.org wrote: > > Don't hardcode matchbox-terminal, but use the alternative. > > > > Signed-off-by: Ross Burton > > --- > >  meta/recipes-grap

[OE-core] [PATCH] oeqa/selftest: add a test for bitbake "-e" and "-getvar" difference

2024-11-12 Thread Yoann Congal via lists.openembedded.org
From: Yoann Congal This is a non-regression test for [YOCTO #15638] Signed-off-by: Yoann Congal --- NB: This test currently fails on master, it needs the fix that was just sent to the bitbake ML: [PATCH 1/2] tinfoil: add new "finalizeData" API https://lists.openembedded.org/g/bitbake-devel/topi

[OE-core] [PATCH] cve-update-nvd2-native: Handle BB_NO_NETWORK and missing db

2024-11-12 Thread Mark Hatle
From: Mark Hatle The custom do_fetch routine is ignoring BB_NO_NETWORK, add a check for this as the correct behavior for the user is to set: CVE_DB_UPDATE_INTERVAL = "-1" If CVE_DB_UPDATE_INTERNAL is set to -1, check that a DB file exists, if not we need to error so the user can deal with this

Re: Patchtest results for [OE-core][kirkstone][PATCH] glib-2.0: patch regression of CVE-2023-32665

2024-11-12 Thread Peter Marko via lists.openembedded.org
This is a false positive as this patch is not fixing a CVE. Peter > -Original Message- > From: patcht...@automation.yoctoproject.org > > Sent: Tuesday, November 12, 2024 21:16 > To: Marko, Peter (FT D EU SK BFS1) > Cc: openembedded-core@lists.openembedded.org > Subject: Patchtest results

Re: [OE-core][PATCH v2] systemd: set better sane time at startup

2024-11-12 Thread Alexander Kanavin via lists.openembedded.org
I'm sorry, this was probably already covered and I'm just forgetful, but why not do this in do_install? Alex On Tue, 12 Nov 2024 at 20:22, Gaël PORTAY wrote: > > When systemd is started, it sets the system clock to epoch to ensure the > system clock is reasonably initialized if no working RTC. >

Patchtest results for [OE-core][kirkstone][PATCH] glib-2.0: patch regression of CVE-2023-32665

2024-11-12 Thread Patchtest via lists.openembedded.org
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/kirkstone-glib-2.0-patch-regression-of-CVE-2023-32665.patch FAIL: test CVE tag format: Missing or incorrectly forma

Re: [OE-core] [meta-oe][PATCH] curl: upgrade 8.10.1 -> 8.11.0

2024-11-12 Thread Peter Marko via lists.openembedded.org
OK, I'll wait a bit with this, I don't like backporting many random patches. Also my patch for buildpaths is evolving upstream, maybe we can get something cleaner. I think I'll just backport the CVE patch for now later this week. Similarly, also for openssl where the upgrade is blocked by python3

[OE-core][kirkstone][PATCH] glib-2.0: patch regression of CVE-2023-32665

2024-11-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Official CVE-2023-32665 patch introduced a regression for big-endian architectures. This code was backported in CVE-2023-32665-0003.patch Reported in [1] and fixed by [2] where this patch is picked from. [1] https://gitlab.gnome.org/GNOME/glib/-/issues/2839 [2] https://gitlab

Re: [OE-core] [meta-oe][PATCH] curl: upgrade 8.10.1 -> 8.11.0

2024-11-12 Thread Mathieu Dubois-Briand via lists.openembedded.org
On Mon, Nov 11, 2024 at 12:14:48PM +, Ross Burton via lists.openembedded.org wrote: > curl 8.11.0 is known to have some regressions in, for example from the > curl-distros list: > > “”" > As you probably know, there were some regressions in the latest release > 8.11.0. > Hi, Yes, I confi

[OE-core][PATCH v2] systemd: set better sane time at startup

2024-11-12 Thread Gaël PORTAY via lists . openembedded . org
When systemd is started, it sets the system clock to epoch to ensure the system clock is reasonably initialized if no working RTC. As init process, systemd sets epoch very early to the more recent timestamp of[1]: - the build time of systemd (-Dtime-epoch) - the modification time ("mtime") of /v

[OE-core][kirkstone][PATCH v3] expat: patch CVE-2024-50602

2024-11-12 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Pick commits from https://github.com/libexpat/libexpat/pull/915 Not picking test is suboptimal, but test structure was changed meanwhile so we'd have to invent new code. Skipping tests was already done in previous expat/kirkstone CVE patches. Signed-off-by: Peter Marko --- .

[OE-core] musl multilib arm/aarch64 SDK uses wrong size_t ?

2024-11-12 Thread Joakim Tjernlund via lists.openembedded.org
In out Yocto SDK we have: cat sysroots/cortexa53-xr-linux-musl/usr/include/bits/alltypes.h #define _REDIR_TIME64 1 #define _Addr int #define _Int64 long long #define _Reg int ... #if defined(__NEED_size_t) && !defined(__DEFINED_size_t) typedef unsigned _Addr size_t; #define __DEFINED_size_t #endif

[OE-core] Yocto Project Status 12 Nov. 2024 (WW46)

2024-11-12 Thread Stephen Jolley via lists.openembedded.org
Current Dev Position: YP 5.2 M1 Next Deadline: YP 5.2 M1 Build date 2024-12-09 Next Team Meetings: - Bug Triage meeting Thursday Nov. 14th at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday Nov. 12th at 8

Re: [OE-core][kirkstone][PATCH v2] expat: patch CVE-2024-50602

2024-11-12 Thread Peter Marko via lists.openembedded.org
Oops, sorry. Will send a v3 later today, I need to re-run my pipeline with the patch actually applied. Peter > -Original Message- > From: Steve Sakoman > Sent: Tuesday, November 12, 2024 14:53 > To: Marko, Peter (FT D EU SK BFS1) > Cc: openembedded-core@lists.openembedded.org > Subject

Re: [OE-core][kirkstone][PATCH] curl: Fix for CVE-2024-9681

2024-11-12 Thread Vijay Anusuri via lists.openembedded.org
Thanks for letting me know. Hi Steve, Please ignore my patch as Peter already submitted it. Thanks & Regards, Vijay On Tue, Nov 12, 2024 at 7:17 PM Marko, Peter wrote: > This patch was already submitted. > See https://lists.openembedded.org/g/openembedded-core/message/206904 > > Peter > > > --

[OE-core] [PATCH] tcl: correctly symlink tclsh to 9.0 version

2024-11-12 Thread Alexander Kanavin via lists.openembedded.org
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/tcltk/tcl_9.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/tcltk/tcl_9.0.0.bb b/meta/recipes-devtools/tcltk/tcl_9.0.0.bb index b3968b5be14..a6e1dfbb5be 100644 --

Re: [OE-core][kirkstone][PATCH v2] expat: patch CVE-2024-50602

2024-11-12 Thread Steve Sakoman
Hi Peter, I think you missed adding the patches to the recipe :-) Steve On Tue, Nov 12, 2024 at 12:52 AM Peter Marko via lists.openembedded.org wrote: > > From: Peter Marko > > Pick commits from https://github.com/libexpat/libexpat/pull/915 > > Not picking test is suboptimal, but test structur

Re: [OE-core][kirkstone][PATCH] curl: Fix for CVE-2024-9681

2024-11-12 Thread Peter Marko via lists.openembedded.org
This patch was already submitted. See https://lists.openembedded.org/g/openembedded-core/message/206904 Peter > -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Vijay Anusuri via > lists.openembedded.org > Sent: Tuesday, Novemb

Re: [OE-core] bitbake.conf: require lz4 instead of lz4c

2024-11-12 Thread Enrico Jörns
Am Dienstag, dem 12.11.2024 um 14:34 +0100 schrieb Alexander Kanavin: > On Tue, 12 Nov 2024 at 14:20, Enrico Jörns wrote: > > Thankfully, Justin already contributed the fix to barebox upstream in the > > meantime and as far as > > I > > can see, it was quickly merged and should thus be part of th

Re: [OE-core][PATCH 1/2]v3 tzdata&tzcode-native: upgrade 2024a -> 2024b

2024-11-12 Thread Mathieu Dubois-Briand via lists.openembedded.org
On Mon, Nov 11, 2024 at 10:35:30AM +0800, Wang, Jinfeng (CN) via lists.openembedded.org wrote: > Ping... > Hi, I believe these patches were already merged in master: https://git.openembedded.org/openembedded-core/commit/?id=0c8f87d5d4ec9f286b1e85d114cb9a728c1ff64b https://git.openembedded.org/

Re: [OE-core] bitbake.conf: require lz4 instead of lz4c

2024-11-12 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 12 Nov 2024 at 14:20, Enrico Jörns wrote: > Thankfully, Justin already contributed the fix to barebox upstream in the > meantime and as far as I > can see, it was quickly merged and should thus be part of the November > release. I'd say you could resend the above patch with a barebox ba

[OE-core][kirkstone][PATCH] curl: Fix for CVE-2024-9681

2024-11-12 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Ref: https://curl.se/docs/CVE-2024-9681.html Upstream-Commit: https://github.com/curl/curl/commit/a94973805df96269bf3f3bf0a20ccb9887313316 Signed-off-by: Vijay Anusuri --- .../curl/curl/CVE-2024-9681.patch | 88 +++ meta/recipes-support/curl/cu

Re: [OE-core] bitbake.conf: require lz4 instead of lz4c

2024-11-12 Thread Enrico Jörns
Hi Alex, Am Mittwoch, dem 06.11.2024 um 17:03 +0100 schrieb Alexander Kanavin: > Can we rather make the affected recipe depend on the native tool rather than > the host one? we could and I agree this would be the more correct way. The only concern I have is that this would require adding depende

[OE-core] [PATCH] binutils: stable 2.43.1 branch update

2024-11-12 Thread Hemraj, Deepthi via lists.openembedded.org
From: Deepthi Hemraj Below commit on binutils-2.43.1 stable branch are updated. b82e2250574 Automatic date update in version.in 280374309b1 PR32300, --dependency-file: link dependencies are not all collected 263e116833e s390: Add arch15 instructions 645da6d426e s390: Relax risbg[n]z, risb{h|l}gz,

[OE-core] [PATCH 38/47] python3-websockets: upgrade 13.1 -> 14.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://websockets.readthedocs.io/en/stable/project/changelog.html Signed-off-by: Wang Mingyu --- .../{python3-websockets_13.1.bb => python3-websockets_14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-we

Re: [OE-core] [PATCH 01/47] barebox-tools: upgrade 2024.09.0 -> 2024.10.0

2024-11-12 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 12 Nov 2024 at 12:25, Enrico Jörns wrote: > Last time I updated this, I assumed my version bump patch was not taken > because patchtest complained > about a missing description. > Thus I took a look at other version bumps and decided it might be desired to > have a short note on > the ma

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2024-11-12 Thread Richard Purdie via lists.openembedded.org
On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via lists.openembedded.org wrote: > runqemu can fail with RuntimeError exception. Non-cought exception > causes cooker process leaks which bind to successive bitbake command > line calls and that can cause really odd errors to users, e.g. when > buil

Re: [OE-core] [PATCH 01/47] barebox-tools: upgrade 2024.09.0 -> 2024.10.0

2024-11-12 Thread Enrico Jörns
Am Dienstag, dem 12.11.2024 um 10:39 +0100 schrieb Alexander Kanavin via lists.openembedded.org: > On Tue, 12 Nov 2024 at 10:25, wangmy via lists.openembedded.org > wrote: > > > > From: Wang Mingyu > > > > Signed-off-by: Wang Mingyu > > --- > >  .../{barebox-tools_2024.09.0.bb => barebox-tool

Re: [OE-core] [PATCH 1/1] bootchart2: Fix native build

2024-11-12 Thread Robert Yang via lists.openembedded.org
On 11/12/24 19:02, Ross Burton via lists.openembedded.org wrote: On 11 Nov 2024, at 16:20, Robert Yang via lists.openembedded.org wrote: From: Robert Yang Fixed: $ bitbake bootchart2-native gzip: /path/to/bootchart2-native/0.14.9/recipe-sysroot-native/usr/share/man/man1/*.gz: No such fi

Re: [OE-core] [PATCH 1/1] bootchart2: Fix native build

2024-11-12 Thread Ross Burton via lists.openembedded.org
On 11 Nov 2024, at 16:20, Robert Yang via lists.openembedded.org wrote: > > From: Robert Yang > > Fixed: > $ bitbake bootchart2-native > gzip: > /path/to/bootchart2-native/0.14.9/recipe-sysroot-native/usr/share/man/man1/*.gz: > No such file or directory The question is why does the manpage

Re: [OE-core] [PATCH] package_manager : Add configuration option to select filterbydependencies

2024-11-12 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 12 Nov 2024 at 11:26, Sreejith Ravi wrote: > Regarding your concern about potential misuse and the risk of race conditions > like above, I share that reservation. Would it be helpful if we documented > these concerns prominently or added clear guidance on how to use this > parameter saf

Re: [OE-core] [PATCH] package_manager : Add configuration option to select filterbydependencies

2024-11-12 Thread Sreejith Ravi via lists.openembedded.org
Thanks for the detailed explanation. I understand the hesitancy around adding an extra parameter, especially given the cost and maintenance implications for both testing and long-term support. If we decide to incorporate it, I agree that it would be essential to include it in our test matrix to ens

[OE-core] [PATCH 39/47] python3-wheel: upgrade 0.44.0 -> 0.45.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Refactored the convert command to not need setuptools to be installed - Don't configure setuptools logging unless running bdist_wheel - Added a redirection from wheel.bdist_wheel.bdist_wheel to setuptools.command.bdist_wheel.bdist_wheel to improve comp

[OE-core] [PATCH 41/47] ruby: upgrade 3.3.5 -> 3.3.6

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch refreshed for 3.3.6 Signed-off-by: Wang Mingyu --- ...Mark-Gemspec-reproducible-change-fixing-784225-too.patch | 6 +++--- meta/recipes-devtools/ruby/{ruby_3.3.5.bb => ruby_3.3.6.bb} | 2 +- 2 files changed, 4 inse

Re: [OE-core] [PATCH 08/47] glslang: upgrade 1.3.290.0 -> 1.3.296.0

2024-11-12 Thread Alexander Kanavin via lists.openembedded.org
This needs to be updated in lockstep with all other vulkan recipes, and the recipe has a comment about it. Alex On Tue, 12 Nov 2024 at 10:25, wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > 0001-generate-glslang-pkg-config.patch > refreshed for 1.3.296.0 > > Changelog: >

[OE-core] [PATCH 43/47] sqlite3: upgrade 3.46.1 -> 3.47.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://www.sqlite.org/releaselog/3_47_0.html Signed-off-by: Wang Mingyu --- .../sqlite/{sqlite3_3.46.1.bb => sqlite3_3.47.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.46.1.bb => sqlite3_3.4

Re: [OE-core] [PATCH 2/2] python3: add bluez5-native to DEPENDS conditionally

2024-11-12 Thread Alexander Kanavin via lists.openembedded.org
On Mon, 11 Nov 2024 at 18:34, Guðni Már Gilbert via lists.openembedded.org wrote: > +# Enable support for AF_BLUETOOTH socket family > +DEPENDS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', > 'bluetooth', 'bluez5-native', '', d)}" This is brittle and can be improved. If bluez5-

[OE-core] [PATCH 23/47] makedumpfile: upgrade 1.7.5 -> 1.7.6

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-makedumpfile-replace-hardcode-CFLAGS.patch refreshed for 1.7.6 Changelog: - Fix incorrect page exclusion in exclude_nodata_pages() - s390x: Assume zero value of OS_INFO pointer is valid - Submit physical address to is_phys_addr() - sadump_info: Return empty st

[OE-core] [PATCH 46/47] xrandr: upgrade 1.5.2 -> 1.5.3

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - set_gamma_info: remove unnecessary round-trip to server - xrandr: Print/consume the CTM prop in human readable form - Reworked transform fix Signed-off-by: Wang Mingyu --- .../xorg-app/{xrandr_1.5.2.bb => xrandr_1.5.3.bb} | 2 +- 1 file c

[OE-core] [PATCH 19/47] libtraceevent: upgrade 1.8.3 -> 1.8.4

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{libtraceevent_1.8.3.bb => libtraceevent_1.8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/libtraceevent/{libtraceevent_1.8.3.bb => libtraceevent_1.8.4.bb} (93%) diff --git a/meta/recipes-k

[OE-core] [PATCH 06/47] epiphany: upgrade 47.1 -> 47.2

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == * Fix crash loading Global Protect URL * Fix Privacy Report dialog when no trackers are blocked * Fix crash loading taobao.com * Disallow duplicate tag widgets on bookmark edit dialog * Add workaround for DuckDuckGo redirect service failure Signed-off-by:

Re: [OE-core] [PATCH 01/47] barebox-tools: upgrade 2024.09.0 -> 2024.10.0

2024-11-12 Thread Alexander Kanavin via lists.openembedded.org
On Tue, 12 Nov 2024 at 10:25, wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > Signed-off-by: Wang Mingyu > --- > .../{barebox-tools_2024.09.0.bb => barebox-tools_2024.10.0.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-bsp/barebox/{barebox

Re: [OE-core] [RFC PATCH 1/5] attr: Fix the ptest path to test-driver

2024-11-12 Thread Richard Purdie via lists.openembedded.org
On Mon, 2024-11-11 at 09:35 +0100, Ola x Nilsson via lists.openembedded.org wrote: > From: Ola x Nilsson > > Add a sed substitution for ${PTEST_PATH}/Makefile that transforms >  TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver > to >  TEST_LOG_DRIVER = $(SHELL) $(top_builddir)/buil

[OE-core] [PATCH 17/47] libsdl2: upgrade 2.30.8 -> 2.30.9

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libsdl2/{libsdl2_2.30.8.bb => libsdl2_2.30.9.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.8.bb => libsdl2_2.30.9.bb} (97%) diff --git a/meta/recipes-graphics/libsdl

[OE-core] [PATCH 04/47] dropbear: upgrade 2024.85 -> 2024.86

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - Fix failure on concurrent channel open/close. - Print remote host after "Login attempt for nonexistent user" log entry to assist fail2ban. - Dropbear now exits with exit status 0 on SIGINT/SIGTERM. This is a more graceful behaviour for "systemctl stop

[OE-core] [PATCH 09/47] gstreamer1.0: upgrade 1.24.6 -> 1.24.9

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://gstreamer.freedesktop.org/releases/1.24/#1.24.9 Signed-off-by: Wang Mingyu --- .../{gst-devtools_1.24.6.bb => gst-devtools_1.24.9.bb} | 2 +- ...streamer1.0-libav_1.24.6.bb => gstreamer1.0-libav_1.24.9.bb} | 2 +- ...plugins-bad_1.24.6.bb => gstre

[OE-core] [PATCH 24/47] mmc-utils: upgrade to latest revision

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 94015d6f83..7bf21a1fe2 100644 --- a/meta

[OE-core] [PATCH 02/47] desktop-file-utils: upgrade 0.27 -> 0.28

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Increase GLib requirement to 2.26 - Fix install failing on second run - Fix use of deprecated Meson feature resulting in a warning - Allow groups with the same name as interfaces in Implements - Add support for the COSMIC environment Signed-off-by: Wan

[OE-core] [PATCH 26/47] nghttp2: upgrade 1.63.0 -> 1.64.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - The internal :authoriy and host field value validation now treats @ as invalid. nghttp2_check_authority still treats it as a valid character. - Fix c-ares v1.34.0 version detection failure. - Fix race condition on h1 connection close. - Fix UDP datagr

[OE-core] [PATCH 22/47] log4cplus: upgrade 2.1.1 -> 2.1.2

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Implement 'LOG4CPLUS_ASSERT_FMT()' - formats assertion message using C-style format string. - Implement 'LOG4CPLUS_ASSERT_FORMAT()' - formats assertion message using C++20 '' header facilities. - New configuration property: 'log4cplus.threadPoolBlock

Re: [OE-core] [PATCH 8/8] core-image-weston: use virtual-x-terminal-emulator instead of matchbox-terminal

2024-11-12 Thread Richard Purdie via lists.openembedded.org
On Fri, 2024-11-08 at 17:01 +, Ross Burton via lists.openembedded.org wrote: > Don't hardcode matchbox-terminal, but use the alternative. > > Signed-off-by: Ross Burton > --- >  meta/recipes-graphics/images/core-image-weston.bb | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[OE-core] [PATCH 11/47] harfbuzz: upgrade 10.0.1 -> 10.1.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Fix the sign of fallback vertical glyph advance (used when font has no vertical advance data). - Increase maximum "CFF"operands limit 20 times to support more complex fonts. - Add "--face-loader" option to command line utilities. - Support "COLR"v0 ta

[OE-core] [PATCH 40/47] repo: upgrade 2.48 -> 2.49.3

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - sync: fix connection error on macOS - upload: Return correct tuple values in _ProcessResults - worktree: Do not try to fix relative paths - forall: Fix returning results early - Use full name of the revision when checking dest-branch - Add REPO_SKIP_SELF_

[OE-core] [PATCH 47/47] xtrans: upgrade 1.5.1 -> 1.5.2

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - is_numeric: Add !defined(IPv6) to checks - Fix build when HAVE_STRCASECMP is not defined Signed-off-by: Wang Mingyu --- .../xorg-lib/{xtrans_1.5.1.bb => xtrans_1.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta

[OE-core] [PATCH 45/47] vte: upgrade 0.78.0 -> 0.78.1

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-tests-Remove-excessive-constrexpr.patch 0003-Add-missing-system-headers.patch removed since they're included in 0.78.1 Signed-off-by: Wang Mingyu --- ...01-tests-Remove-excessive-constrexpr.patch | 26 .../vte/0003-Add-missing-system-headers.patch | 42 -

[OE-core] [PATCH 44/47] stress-ng: upgrade 0.18.02 -> 0.18.06

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../stress-ng/{stress-ng_0.18.02.bb => stress-ng_0.18.06.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.18.02.bb => stress-ng_0.18.06.bb} (94%) diff --git a/meta/recipes-extende

[OE-core] [PATCH 42/47] seatd: upgrade 0.8.0 -> 0.9.1

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - libseat could end up not servicing seat enable/disable events if they were received immediately after a response, leading to the session deadlocking in a deactivated state. - Some protocol strings lacked validation of the NULL termination requireme

[OE-core] [PATCH 34/47] python3-packaging: upgrade 24.1 -> 24.2

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - The source is auto-formatted with ruff, not black - Bump the github-actions group across 1 directory with 3 updates - Apply ruff rules (RUF) - Fix typo in Version __str__ - Bump the github-actions group with 3 updates - Get rid of duplicate test cases - F

[OE-core] [PATCH 37/47] python3-rpds-py: upgrade 0.20.0 -> 0.21.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: bump pyO3 to 0.22.6 Signed-off-by: Wang Mingyu --- .../python/python3-rpds-py-crates.inc | 26 +-- ...py_0.20.0.bb => python3-rpds-py_0.21.0.bb} | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) rename meta/recipes-devtools/pytho

[OE-core] [PATCH 36/47] python3-pyproject-metadata: upgrade 0.8.1 -> 0.9.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://pep621.readthedocs.io/en/stable/changelog.html Signed-off-by: Wang Mingyu --- ...ct-metadata_0.8.1.bb => python3-pyproject-metadata_0.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyproject-metad

[OE-core] [PATCH 32/47] python3-license-expression: upgrade 30.3.1 -> 30.4.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Update licensedb to 3.24 - Update licenses with SPDX license list 3.25 - Update README and setup.cfg Signed-off-by: Wang Mingyu --- ...xpression_30.3.1.bb => python3-license-expression_30.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 28/47] ofono: upgrade 2.11 -> 2.12

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Fix issue with access technology reporting. - Fix issue with detecting Phonet devices. Signed-off-by: Wang Mingyu --- .../recipes-connectivity/ofono/{ofono_2.11.bb => ofono_2.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/re

[OE-core] [PATCH 35/47] python3-pip: upgrade 24.2 -> 24.3.1

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu no_shebang_mangling.patch refreshed for 24.3.1 Changelog: = - Deprecate wheel filenames that are not compliant with PEP 440. - Detect recursively referencing requirements files and help users identify the source. - Support for PEP 730 iOS wheels. - Display a better err

[OE-core] [PATCH 33/47] python3-markupsafe: upgrade 3.0.1 -> 3.0.2

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: == - Fix compatibility when __str__ returns a str subclass. - Build requires setuptools >= 70.1. Signed-off-by: Wang Mingyu --- ...{python3-markupsafe_3.0.1.bb => python3-markupsafe_3.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename met

[OE-core] [PATCH 31/47] python3-hypothesis: upgrade 6.115.3 -> 6.118.6

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html Signed-off-by: Wang Mingyu --- ...hon3-hypothesis_6.115.3.bb => python3-hypothesis_6.118.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6

[OE-core] [PATCH 21/47] llvm: upgrade 19.1.2 -> 19.1.3

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Handle uninitialized type constraints - Make LazyOffsetPtr more portable - Fix incorrect range of relative jumps - Fix KCFI types for generated functions with integer normalization - Handle template opener/closer in braced list - Disable use of the count

[OE-core] [PATCH 27/47] numactl: upgrade 2.0.18 -> 2.0.19

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Fix fallback for set_mempolicy_home_node syscall - Add -w and --weighted-interleave for weighted interleave mode - Fix the using of the uninitialized value - Fix RESOURCE_LEAK in show() - Add documentation for weighted interleave - Don't fail build when

[OE-core] [PATCH 25/47] mpg123: upgrade 1.32.7 -> 1.32.9

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === -- enable 64 bit offset path for MSVCRT and avoid warnings about MS's game about POSIX API with and without underscores -- Increase the library patchlevel, as was forgotten on previous release. -- Add sections to assembly to support PAC/BTI code f

[OE-core] [PATCH 30/47] python3-flit-core: upgrade 3.9.0 -> 3.10.1

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - The sdist of "flit_core" now includes the corresponding tests - flit publish can now use PyPI tokens stored in keyring - The --python option can now take the path of a virtualenv folder, as an alternative to a Python executable - Flit will work with cu

[OE-core] [PATCH 07/47] gawk: upgrade 5.3.0 -> 5.3.1

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-m4-readline-add-missing-includes.patch removed since it's included in 5.3.1 Changelog: === - More subtle issues related to uninitialized array elements have been fixed. - A number of bugs in the debugger related to handling of arrays have been fixed. - Some sub

[OE-core] [PATCH 20/47] libxcursor: upgrade 1.2.2 -> 1.2.3

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-lib/{libxcursor_1.2.2.bb => libxcursor_1.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxcursor_1.2.2.bb => libxcursor_1.2.3.bb} (87%) diff --git a/meta/recipes-graphics/x

[OE-core] [PATCH 29/47] python3-dtschema: upgrade 2024.9 -> 2024.11

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: = - github: Enable python 3.12 and 3.13 - Add a tool to compare schemas for ABI changes - dt-bindings: u-boot: Add property for LED boot and activity - validator: Don't crash if the de-aliaser hack fails - schemas: gpio: Add GPIO nexus node - schemas: gpio: Re

[OE-core] [PATCH 13/47] libcap: upgrade 2.70 -> 2.71

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-support/libcap/{libcap_2.70.bb => libcap_2.71.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libcap/{libcap_2.70.bb => libcap_2.71.bb} (96%) diff --git a/meta/recipes-support/libcap/libcap_2.7

[OE-core] [PATCH 15/47] libnl: upgrade 3.10.0 -> 3.11.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-support/libnl/{libnl_3.10.0.bb => libnl_3.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libnl/{libnl_3.10.0.bb => libnl_3.11.0.bb} (96%) diff --git a/meta/recipes-support/libnl/libnl_3.1

[OE-core] [PATCH 18/47] libtirpc: upgrade 1.3.5 -> 1.3.6

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libtirpc/{libtirpc_1.3.5.bb => libtirpc_1.3.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libtirpc/{libtirpc_1.3.5.bb => libtirpc_1.3.6.bb} (92%) diff --git a/meta/recipes-extended/libti

[OE-core] [PATCH 14/47] libinput: upgrade 1.26.1 -> 1.26.2

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - tablet: Remove unnecessary scale factor on REL_HWHEEL_HI_RES - quirks: add quirk for Minisforum V3 touchpad dwt - quirks: add quirk for the Minisforum V3 volume keys - quirks: add quirk for the LG gram 14 2023 Touchpad - doc/user: document ModelTouchpadP

[OE-core] [PATCH 16/47] librepo: upgrade 1.18.1 -> 1.19.0

2024-11-12 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Fix input termination for pgpParsePkts - Introduce entropy for fastestmirror option - Fix upper case xattr incompatible to Amazon S3 Signed-off-by: Wang Mingyu --- .../librepo/{librepo_1.18.1.bb => librepo_1.19.0.bb}| 2 +- 1 file changed,

  1   2   >