Re: [OE-core] [PATCH] zlib: add vendor to CVE_PRODUCT to exclude false positives

2024-08-07 Thread Peter Marko via lists.openembedded.org
There is also gnu:zlib in CVE reports for zlib... sqlite3 nvdcve_2-1.db sqlite> select vendor, count(*) from products where product='zlib' group by vendor; cloudflare|1 gnu|1 zlib|13 sqlite> select * from products where product='zlib' and vendor = 'gnu'; CVE-2016-9842|gnu|zlib|1.2.3.4|>=|1.2.9|<

[OE-core] [PATCH] zlib: add vendor to CVE_PRODUCT to exclude false positives

2024-08-07 Thread Het Patel via lists.openembedded.org
To avoid false positives (such as CVE-2023-6992, cloudflare:zlib), add a CVE_PRODUCT to identify the vendor that has been used. Signed-off-by: Het Patel --- meta/recipes-core/zlib/zlib_1.2.13.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/zlib/zlib_1.2.13.bb b/meta/

[OE-core] [scarthgap][PATCH] libcap-ng: update SRC_URI

2024-08-07 Thread Changqing Li via lists.openembedded.org
From: Changqing Li Refer [1], people.redhat.com has certificate issue, so update SRC_URI to github tag archives to fix do_fetch warning [1] https://github.com/stevegrubb/libcap-ng/issues/56 Signed-off-by: Changqing Li --- meta/recipes-support/libcap-ng/libcap-ng.inc | 6 +++--- meta/reci

[OE-core] [master][PATCH] libcap-ng: update SRC_URI

2024-08-07 Thread Changqing Li via lists.openembedded.org
From: Changqing Li Refer [1], people.redhat.com has certificate issue, so update SRC_URI to github tag archives to fix do_fetch warning [1] https://github.com/stevegrubb/libcap-ng/issues/56 Signed-off-by: Changqing Li --- meta/recipes-support/libcap-ng/libcap-ng.inc | 6 +++--- meta/reci

[OE-core][kirkstone][PATCH 1/1] ofono: fix CVE-2023-2794

2024-08-07 Thread Urade, Yogita via lists.openembedded.org
From: Yogita Urade A flaw was found in ofono, an Open Source Telephony on Linux. A stack overflow bug is triggered within the decode_deliver() function during the SMS decoding. It is assumed that the attack scenario is accessible from a compromised modem, a malicious base station, or just SMS. Th

[OE-core] [kirkstone][PATCHv2] busybox: CVE-2023-42364, CVE-2023-42365, CVE-2023-42366 fixes

2024-08-07 Thread Hitendra Prajapati via lists.openembedded.org
backport upstream fix for CVEs and fix the regression that introduced [1] [1] http://lists.busybox.net/pipermail/busybox/2024-May/090766.html Signed-off-by: Hitendra Prajapati --- .../busybox/CVE-2023-42364_42365-1.patch | 197 ++ .../busybox/CVE-2023-42364_42365-2.patch

[OE-core] Patchtest results for [PATCH v2] curl: Update to 8.9.1

2024-08-07 Thread Patchtest
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/v2-curl-Update-to-8.9.1.patch FAIL: test CVE tag format: Missing or incorrectly formatted CVE tag in patch file. Co

[OE-core] [PATCH v2] curl: Update to 8.9.1

2024-08-07 Thread Robert Joslyn via lists.openembedded.org
From: Robert Joslyn This update contains minor features, bugfixes, and addresses several CVEs: * https://curl.se/docs/CVE-2024-6197.html * https://curl.se/docs/CVE-2024-6874.html * https://curl.se/docs/CVE-2024-7264.html Full relese notes available at https://curl.se/ch/8.9.1.html Backport a pa

[OE-core][scarthgap 09/10] libmnl: explicitly disable doxygen

2024-08-07 Thread Steve Sakoman
From: Peter Marko libmnl autoconf autodetects doxygen to generate manpages. If doxygen is provided via hosttools, the build fails. Also until now manpages were not needed. So explicitly disable doxygen in configure step. (From OE-Core rev: 8d7bbf4d6936d831e341e9443a6b3711be09c7ab) Signed-off-by

[OE-core][scarthgap 08/10] curl: correct the PACKAGECONFIG for native/nativesdk

2024-08-07 Thread Steve Sakoman
From: Changqing Li Since commit 148de08220 [ curl: Update from 8.2.1 to 8.3.0 ], --enable-crypto-auth option was removed and split into separate options for basic-auth, bearer-auth, digest-auth, kerberos-auth negotiate-auth, and aws. In this commit, --enable-crypto-auth is removed from EXTRA_OECO

[OE-core][scarthgap 10/10] libpng: update SRC_URI

2024-08-07 Thread Steve Sakoman
From: Changqing Li update SRC_URI to fix do_fetch warning: WARNING: libpng-1.6.42-r0 do_fetch: Failed to fetch URL https://downloads.sourceforge.net/project/libpng/libpng16/libpng-1.6.42.tar.xz, attempting MIRRORS if available Signed-off-by: Changqing Li Signed-off-by: Steve Sakoman --- met

[OE-core][scarthgap 06/10] orc: upgrade 0.4.38 -> 0.4.39

2024-08-07 Thread Steve Sakoman
From: Wang Mingyu Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit bcbaaa9f7d88686915c354fb66682cbe9b1d0536) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/orc/{orc_0.4.38.bb => orc_0.4.39.bb} | 2 +- 1 file changed,

[OE-core][scarthgap 05/10] nasm: Upgrade 2.16.01 -> 2.16.03

2024-08-07 Thread Steve Sakoman
From: Richard Purdie Removes CVE-2022-46456 from reports. (From OE-Core rev: 4a5b6e8dd315b2281afb232410db585d431be00f) Signed-off-by: Richard Purdie Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- meta/recipes-devtools/nasm/{nasm_2.16.01.bb => nasm_2.16.03.bb} | 2 +- 1 file cha

[OE-core][scarthgap 07/10] bind: Upgrade 9.18.25 -> 9.18.28

2024-08-07 Thread Steve Sakoman
From: Ashish Sharma Includes security fixes for: CVE-2024-1975 CVE-2024-1737 CVE-2024-0760 CVE-2024-4076 Changelog: = https://gitlab.isc.org/isc-projects/bind9/-/blob/v9.18.28/CHANGES Signed-

[OE-core][scarthgap 03/10] qemu: set cve status for CVE-2023-6683

2024-08-07 Thread Steve Sakoman
From: Peter Marko This CVE is fixed in v8.2.2 with v8.2.1-55-g480a6adc83 https://github.com/qemu/qemu/commit/480a6adc83a7bbc84bfe67229e084603dc061824 Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 2 ++ 1 file changed, 2 insertions(+) diff

[OE-core][scarthgap 04/10] ffmpeg: fix CVE-2024-31582

2024-08-07 Thread Steve Sakoman
From: Archana Polampalli Signed-off-by: Archana Polampalli Signed-off-by: Steve Sakoman --- .../ffmpeg/ffmpeg/CVE-2024-31582.patch| 34 +++ .../recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-multimedi

[OE-core][scarthgap 02/10] glibc: cleanup old cve status

2024-08-07 Thread Steve Sakoman
From: Peter Marko This CVE status should have been removed on version update. CPE says >=2.34 and <2.39 while our version is already 2.39. (From OE-Core rev: b568a8f428e76f75bb8c374983f62822325ebe8a) Signed-off-by: Peter Marko Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- m

[OE-core][scarthgap 00/10] Patch review

2024-08-07 Thread Steve Sakoman
Please review this set of changes for scarthgap and have comments back by end of day Friday, August 9 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7220 with the exception of a load related parsing failure on qemuarm64-armhost which passed on sub

[OE-core][scarthgap 01/10] curl: Patch CVE-2024-6197

2024-08-07 Thread Steve Sakoman
From: Peter Marko Picked commit per https://curl.se/docs/CVE-2024-6197.html Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- .../curl/curl/CVE-2024-6197.patch | 24 +++ meta/recipes-support/curl/curl_8.7.1.bb | 1 + 2 files changed, 25 insertions(

Re: [OE-core] [PATCH] curl: Update to 8.9.1

2024-08-07 Thread Robert Joslyn via lists.openembedded.org
On 8/5/24 4:11 AM, Ross Burton wrote: There’s a known regression in this release, can you also backport this commit: https://github.com/curl/curl/commit/3eec5afbd0b6377eca893c392569b2faf094d970 (as per https://curl.se/mail/distros-2024-08/0002.html) Ross Ah, sure thing. I'll send a v2. Than

[OE-core][kirkstone][PATCH] libyaml: ignore CVE-2024-35326

2024-08-07 Thread Peter Marko via lists.openembedded.org
From: Peter Marko This is the same problem as already ignored CVE-2024-35328. See laso this comment in addition: https://github.com/yaml/libyaml/issues/298#issuecomment-2167684233 Signed-off-by: Peter Marko --- meta/recipes-support/libyaml/libyaml_0.2.5.bb | 2 +- 1 file changed, 1 insertion(+

[OE-core][scarthgap][PATCH] libyaml: ignore CVE-2024-35326

2024-08-07 Thread Peter Marko via lists.openembedded.org
From: Peter Marko This is the same problem as already ignored CVE-2024-35328. See laso this comment in addition: https://github.com/yaml/libyaml/issues/298#issuecomment-2167684233 Signed-off-by: Peter Marko --- meta/recipes-support/libyaml/libyaml_0.2.5.bb | 1 + 1 file changed, 1 insertion(+)

[OE-core][PATCH] libyaml: ignore CVE-2024-35326

2024-08-07 Thread Peter Marko via lists.openembedded.org
From: Peter Marko This is the same problem as already ignored CVE-2024-35328. See laso this comment in addition: https://github.com/yaml/libyaml/issues/298#issuecomment-2167684233 Signed-off-by: Peter Marko --- meta/recipes-support/libyaml/libyaml_0.2.5.bb | 1 + 1 file changed, 1 insertion(+)

Re: [OE-core] [PATCH 0/8][v2] linux-yocto: introduce v6.10

2024-08-07 Thread Bruce Ashfield
In message: Re: [PATCH 0/8][v2] linux-yocto: introduce v6.10 on 07/08/2024 Richard Purdie wrote: > On Tue, 2024-08-06 at 14:55 -0400, bruce.ashfi...@gmail.com wrote: > > Here's v2 of the patch series. > > > > In a similar manner to v1, I've got yocto/yocto-bsp patches along > > side the > > oe-co

[OE-core] [PATCH] bblayers/machines: add bitbake-layers command to list machines

2024-08-07 Thread Ross Burton
Add a command to bitbake-layers to list the machines available in the current configuration. Signed-off-by: Ross Burton --- meta/lib/bblayers/machines.py | 37 +++ 1 file changed, 37 insertions(+) create mode 100644 meta/lib/bblayers/machines.py diff --git a/met

Re: [OE-core] [kirkstone][PATCH] busybox: CVE-2023-42364, CVE-2023-42365 & CVE-2023-42366 fixes

2024-08-07 Thread Steve Sakoman
On Wed, Aug 7, 2024 at 12:21 AM Hitendra Prajapati via lists.openembedded.org wrote: > > backport upstream fix for CVEs and fix the regression that introduced [1] > > [1] http://lists.busybox.net/pipermail/busybox/2024-May/090766.html > > Signed-off-by: Hitendra Prajapati > --- > ...01-awk-fix-p

Re: [OE-core] [PATCH v2 1/2] buildhistory: fix package output folder creation

2024-08-07 Thread Richard Purdie
On Wed, 2024-08-07 at 17:55 +0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > Because of DMARC, you really need to add your From: here > > Also, the patch is still mangled and doesn't apply. I manually fixed it up when I tested it and I did merge it earlier as the initial t

[OE-core][PATCH v2] u-boot.inc: Refactor do_* steps into functions that can be overridden

2024-08-07 Thread Ryan Eatmon via lists.openembedded.org
The looping logic for handling (and not handling) UBOOT_CONFIG has led to the various do_* functions to be large and unwieldy. In order to modify one of the functional blocks inside of a loop (or in the else condition) means you either have to replace the function entirely, or append the function

[OE-core] [PATCH] vim: Drop vim-tools INSANE_SKIP as not needed

2024-08-07 Thread Richard Purdie
The install function already removes the executable bit on these tools so that perl, python, awk and csh don't become dependencies. The INSANE_SKIP therefore isn't needed. Signed-off-by: Richard Purdie --- meta/recipes-support/vim/vim.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/r

Re: [OE-core] [PATCH v2 1/2] buildhistory: fix package output folder creation

2024-08-07 Thread Alexandre Belloni via lists.openembedded.org
Hello, Because of DMARC, you really need to add your From: here Also, the patch is still mangled and doesn't apply. On 06/08/2024 13:59:54+0100, Pedro Ferreira via lists.openembedded.org wrote: > This fix garantees that output package folder exists on > buildhistory folder to avoid missing files

[OE-core][PATCH 1/9] python3-sphinx: upgrade 7.4.7 -> 8.0.2

2024-08-07 Thread Trevor Gamblin
Changelog: https://github.com/sphinx-doc/sphinx/releases Signed-off-by: Trevor Gamblin --- .../python/{python3-sphinx_7.4.7.bb => python3-sphinx_8.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx_7.4.7.bb => python3-sphinx_8.0.2.

[OE-core][PATCH 7/9] python3-sphinxcontrib-qthelp: upgrade 1.0.8 -> 2.0.0

2024-08-07 Thread Trevor Gamblin
License-Update: Rename LICENSE to LICENCE.rst Changelog (https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES.rst): Release 2.0.0 (2024-07-28) - Adopt Ruff - Tighten MyPy settings - Update GitHub actions versions Signed-off-by: Trevor Gamblin --- ...-qthelp_1.0.8.bb => pyth

[OE-core][PATCH 9/9] libassuan: upgrade 2.5.7 -> 3.0.1

2024-08-07 Thread Trevor Gamblin
Patch 'libassuan-add-pkgconfig-support.patch' had to be adjusted to apply on top of 3.0.1. While doing so, the format was updated so that it'll work more easily with git. Changelog (git log --oneline libassuan-2.5.7..libassuan-3.0.1): c9e9027 (tag: libassuan-3.0.1) Release 3.0.1 9e90c79 Post rele

[OE-core][PATCH 8/9] python3-sphinxcontrib-serializinghtml: upgrade 1.1.10 -> 2.0.0

2024-08-07 Thread Trevor Gamblin
License-Update: Rename LICENSE to LICENCE.rst Changelog (https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES.rst): Release 2.0.0 (2024-07-28) - Adopt Ruff - Tighten MyPy settings - Update GitHub actions versions Signed-off-by: Trevor Gamblin --- ...1.10.bb => pyth

[OE-core][PATCH 6/9] python3-sphinxcontrib-htmlhelp: upgrade 2.0.6 -> 2.1.0

2024-08-07 Thread Trevor Gamblin
License-Update: Rename LICENSE to LICENCE.rst Changelog (https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst): Release 2.1.0 (2024-07-28) - Adopt Ruff - Tighten MyPy settings - Update GitHub actions versions - Escape HTML entities Signed-off-by: Trevor Gamblin --- ..

[OE-core][PATCH 5/9] python3-sphinxcontrib-devhelp: upgrade 1.0.6 -> 2.0.0

2024-08-07 Thread Trevor Gamblin
License-Update: Rename LICENSE to LICENCE.rst Changelog (https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst): Release 2.0.0 (2024-07-28) - Adopt Ruff - Tighten MyPy settings - Update GitHub actions versions - Avoid storing build time in gzip headers Signed-off-by: Trev

[OE-core][PATCH 4/9] python3-sphinxcontrib-applehelp: upgrade 1.0.8 -> 2.0.0

2024-08-07 Thread Trevor Gamblin
License-Update: Renamed LICENSE to LICENCE.rst Changelog (https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst): Release 2.0.0 (2024-07-28) - Adopt Ruff - Tighten MyPy settings - Update GitHub actions versions Signed-off-by: Trevor Gamblin --- ...help_1.0.8.bb => pyt

[OE-core][PATCH 3/9] python3-pytest: upgrade 8.3.1 -> 8.3.2

2024-08-07 Thread Trevor Gamblin
Changelog (https://docs.pytest.org/en/stable/changelog.html#pytest-8-3-2-2024-07-24): Bug fixes - #12652: Resolve regression conda environments where no longer being automatically detected. - by @RonnyPfannschmidt Signed-off-by: Trevor Gamblin --- .../python/{python3-pytest_8.3.1.bb => pyth

[OE-core][PATCH 2/9] python3-hypothesis: upgrade 6.108.4 -> 6.108.10

2024-08-07 Thread Trevor Gamblin
Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html Signed-off-by: Trevor Gamblin --- ...on3-hypothesis_6.108.4.bb => python3-hypothesis_6.108.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.108.4.bb => pyth

[OE-core] [PATCH] glib-initial: Inherit nopackages

2024-08-07 Thread Richard Purdie
Since this is a bootstrap recipe with PACKAGES = "", inherit the nopackages class to skip the various packaging functions which wouldn't do anything anyway. This fixes errors from buildhistory changes where packages-split would be empty. Signed-off-by: Richard Purdie --- meta/recipes-core/glib-

[OE-core] [PATCH] lttng-modules: backport patches for kernel v6.11

2024-08-07 Thread Bruce Ashfield
From: Bruce Ashfield While we wait for a new lttng-release, we backport 6 patches to fix the build against the 6.11 kernel. Signed-off-by: Bruce Ashfield --- ...01-Fix-kfree_skb-changed-in-6.11-rc1.patch | 65 ++ ...da_reserve_space-changed-in-6.11-rc1.patch | 58 + ...emoved-from-bt

Patchtest results for [OE-core][master/scarthgap][PATCH] u-boot.inc: Refactor do_* steps into functions that can be overridden

2024-08-07 Thread Patchtest
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/master-scarthgap-u-boot.inc-Refactor-do_-steps-into-functions-that-can-be-overridden.patch FAIL: test shortlog leng

[OE-core][master/scarthgap][PATCH] u-boot.inc: Refactor do_* steps into functions that can be overridden

2024-08-07 Thread Ryan Eatmon via lists.openembedded.org
The looping logic for handling (and not handling) UBOOT_CONFIG has led to the various do_* functions to be large and unwieldy. In order to modify one of the functional blocks inside of a loop (or in the else condition) means you either have to replace the function entirely, or append the function

[OE-core] Patchtest results for [meta-multimeida][PATCH] libcamera: Add support for pycamera

2024-08-07 Thread Patchtest
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/meta-multimeida-libcamera-Add-support-for-pycamera.patch FAIL: test target mailing list: Series sent to the wrong m

[OE-core] [meta-multimeida][PATCH] libcamera: Add support for pycamera

2024-08-07 Thread Kieran Bingham
Supply a libcamera-pycamera package to allow installing the libcamera python bindings. Signed-off-by: Kieran Bingham --- .../recipes-multimedia/libcamera/libcamera_0.3.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/libcame

[OE-core][PATCH v4] kea: upgrade 2.4.1 -> 2.6.1

2024-08-07 Thread Trevor Gamblin
Refresh patch 'fix_pid_keactrl.patch' to apply on new version. Add an extra sed call to do_install:append() to remove a reference to TMPDIR from ${D}/usr/sbin/kea-admin. License-Update: Update copyright year Signed-off-by: Trevor Gamblin --- v4 uses ${sbindir} in the added sed call so that it i

Re: [OE-core][PATCH v2] kea: upgrade 2.4.1 -> 2.6.1

2024-08-07 Thread Trevor Gamblin
On 2024-08-07 8:06 a.m., Ross Burton wrote: On 6 Aug 2024, at 20:12, Trevor Gamblin via lists.openembedded.org wrote: +sed -i "s:${B}/../${BPN}-${PV}:@abs_top_builddir_placeholder@:g" ${D}/usr/sbin/kea-admin Is /usr/sbin hardcoded into the makefiles, or should that be ${D}${sbindir}?

[OE-core] [PATCH 1/2] glibc-y2038-tests: Fix debug split and drop INSANE_SKIPs

2024-08-07 Thread Richard Purdie
Create the separate dbg package and then drop and the INSANE_SKIP values as none of them appear to be needed once debug splitting is fixed. Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git

[OE-core] [PATCH 2/2] glibc-y2038-tests: Don't force distro policy

2024-08-07 Thread Richard Purdie
How debugging is laid out is for the distro to decide, not the recipe. If the user wants this, they can set this. This recipe isn't special. Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta/recipes-

[OE-core] [PATCH 3/3] gettext: Drop ptest INSANE_SKIPs

2024-08-07 Thread Richard Purdie
In my local testing there are now no QA issues from this recipe so we can drop the ptest INSANE_SKIPs. Signed-off-by: Richard Purdie --- meta/recipes-core/gettext/gettext_0.22.5.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.22.5.bb b/meta/recipes-c

[OE-core] [PATCH 2/3] m4: Drop ptest INSANE_SKIPs

2024-08-07 Thread Richard Purdie
In my local testing there are now no QA issues from this recipe so we can drop the ptest INSANE_SKIPs. Signed-off-by: Richard Purdie --- meta/recipes-devtools/m4/m4-1.4.19.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4

[OE-core] [PATCH 1/3] perf: Drop perl buildpaths skip

2024-08-07 Thread Richard Purdie
According to my tests, enabling perl in PACKAGECONFIG and building doesn't show any buildpaths QA issue. Therefore drop this INSANE_SKIP as obsolete. Signed-off-by: Richard Purdie --- meta/recipes-kernel/perf/perf-perl.inc | 4 1 file changed, 4 deletions(-) diff --git a/meta/recipes-kerne

Re: [OE-core][PATCH v2] kea: upgrade 2.4.1 -> 2.6.1

2024-08-07 Thread Ross Burton
> On 6 Aug 2024, at 20:12, Trevor Gamblin via lists.openembedded.org > wrote: > +sed -i "s:${B}/../${BPN}-${PV}:@abs_top_builddir_placeholder@:g" > ${D}/usr/sbin/kea-admin Is /usr/sbin hardcoded into the makefiles, or should that be ${D}${sbindir}? Ross -=-=-=-=-=-=-=-=-=-=-=- Links: Y

[OE-core] [PATCH v2] sdpx: Avoid loading of SPDX_LICENSE_DATA into global config

2024-08-07 Thread Richard Purdie
Loading a load of json files into a memory structure and stashing in a bitbake variable is relatively anti-social making bitbake -e output hard to read for example as well as other potential performance issues. Defer loading of that data until it is actually needed/used in a funciton where it is n

Re: [OE-core] [PATCH] cve-check-map: Move 'upstream-wontfix' to "Unpatched" status

2024-08-07 Thread Peter Marko via lists.openembedded.org
> -Original Message- > From: Dhairya Nagodra -X (dnagodra - E INFOCHIPS LIMITED at Cisco) > > Sent: Wednesday, August 7, 2024 12:17 > To: Marko, Peter (ADV D EU SK BFS1) ; Richard > Purdie ; Marta Rybczynska > ; openembedded-core@lists.openembedded.org > Cc: xe-linux-external(mailer list

Re: [OE-core] [PATCH] cve-check-map: Move 'upstream-wontfix' to "Unpatched" status

2024-08-07 Thread Dhairya Nagodra via lists.openembedded.org
>-Original Message- >From: Marko, Peter >Sent: Wednesday, July 24, 2024 12:04 PM >To: Dhairya Nagodra -X (dnagodra - E-INFO CHIPS INC at Cisco) >; openembedded-core@lists.openembedded.org >Cc: xe-linux-external(mailer list) >Subject: RE: [OE-core] [PATCH] cve-check-map: Move 'upstream-w

[OE-core] [scarthgap][PATCH] libpng: update SRC_URI

2024-08-07 Thread Changqing Li via lists.openembedded.org
From: Changqing Li update SRC_URI to fix do_fetch warning: WARNING: libpng-1.6.42-r0 do_fetch: Failed to fetch URL https://downloads.sourceforge.net/project/libpng/libpng16/libpng-1.6.42.tar.xz, attempting MIRRORS if available Signed-off-by: Changqing Li --- meta/recipes-multimedia/libpng/li

Re: [OE-core] [PATCH 0/8][v2] linux-yocto: introduce v6.10

2024-08-07 Thread Richard Purdie
On Tue, 2024-08-06 at 14:55 -0400, bruce.ashfi...@gmail.com wrote: > Here's v2 of the patch series. > > In a similar manner to v1, I've got yocto/yocto-bsp patches along > side the > oe-core ones .. just to save us both some synchronization and > juggling. > >  - the 6.10.3 update contains kconfi

[OE-core] [kirkstone][PATCH] busybox: CVE-2023-42364, CVE-2023-42365 & CVE-2023-42366 fixes

2024-08-07 Thread Hitendra Prajapati via lists.openembedded.org
backport upstream fix for CVEs and fix the regression that introduced [1] [1] http://lists.busybox.net/pipermail/busybox/2024-May/090766.html Signed-off-by: Hitendra Prajapati --- ...01-awk-fix-precedence-of-relative-to.patch | 197 ++ ...1-awk.c-fix-CVE-2023-42366-bug-15874.pat