[OE-core] Patchtest results for Regarding the issue of adding a symbolic link from python to python3

2024-07-14 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/Regarding-the-issue-of-adding-a-symbolic-link-from-python-to-python3.patch FAIL: test shortlog format: Commit short

Re: [OE-core] [PATCH] rootfs: run postinst ontarget on ro-rootfs when read-only-rootfs-delayed-postinsts set

2024-07-14 Thread Gassner, Tobias.ext via lists.openembedded.org
after rephrasing the commit message to address patchtest issues, the patch opened this new thread. previous discussion can be found here: https://lists.openembedded.org/g/openembedded-core/topic/107118664#msg201643 ( https://lists.openembedded.org/g/openembedded-core/topic/107118664#msg201643 )

Re: [OE-core] [PATCH] execute pkg_postinst_ontarget task for read only rootfs when read-only-rootfs-delayed-postinsts is set

2024-07-14 Thread Gassner, Tobias.ext via lists.openembedded.org
after rephrasing the commit message to address patchtest issues, the patch opened a new thread under https://lists.openembedded.org/g/openembedded-core/topic/patch_rootfs_run_postinst/107227142 ( https://lists.openembedded.org/g/openembedded-core/topic/patch_rootfs_run_postinst/107227142 ) thi

[OE-core] [PATCH] rootfs: run postinst ontarget on ro-rootfs when read-only-rootfs-delayed-postinsts set

2024-07-14 Thread Gassner, Tobias.ext via lists.openembedded.org
this patch will ensure that pkg_postinst_ontarget task is executed for read only rootfs when read-only-rootfs-delayed-postinsts is set as IMAGE_FEATURES. In addition to the fix, a test in meta/lib/oeqa/selftest/cases/overlayfs.py testing the fix has been implemented. Signed-off-by: Gassner, Tob

[OE-core] Regarding the issue of adding a symbolic link from python to python3

2024-07-14 Thread Song, Jiaying (CN) via lists.openembedded.org
Hello, To resolve the issue where some shebang use /usr/bin/python, leading to the interpreter not being recognized, I have added a symbolic link from /usr/bin/python to /usr/bin/python3. Currently, I have two modification plans but am unsure if they are appropriate, so I would like to seek you

Re: [OE-core] [scarthgap][master][PATCH 1/2] apt-native: don't let dpkg overwrite files by default

2024-07-14 Thread Changqing Li via lists.openembedded.org
On 6/18/24 11:30, Changqing Li via lists.openembedded.org wrote: From: Changqing Li With --force-overwrite (implied by --force-all), dpkg will not abort when a package overwrites files from different packages. As this can also lead to "The following package disappeared from your system as all f

[OE-core] Patchtest results for [PATCH] busybox: Add fix for CVE-2023-42366

2024-07-14 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/busybox-Add-fix-for-CVE-2023-42366.patch FAIL: test commit message presence: Please include a commit message on you

[OE-core] [PATCH] busybox: Add fix for CVE-2023-42366

2024-07-14 Thread Khem Raj
Signed-off-by: Khem Raj --- ...1-awk.c-fix-CVE-2023-42366-bug-15874.patch | 37 +++ meta/recipes-core/busybox/busybox_1.36.1.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox/0001-awk.c-fix-CVE-2023-42366-bug-15874.patch diff --

[OE-core] [PATCH v2] busybox: CVE-2023-42364 and CVE-2023-42365 fixes

2024-07-14 Thread Khem Raj
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: Khem Raj --- v2: Fix upstream status for patch #2 and typo in recipe ...01-awk-fix-precedence-of-relative-to.patch | 197

[OE-core] Patchtest results for [PATCH] gcc-14: Mark CVE-2023-4039 as fixed in GCC14+

2024-07-14 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/gcc-14-Mark-CVE-2023-4039-as-fixed-in-GCC14.patch FAIL: test commit message presence: Please include a commit messa

[OE-core] [PATCH] gcc-14: Mark CVE-2023-4039 as fixed in GCC14+

2024-07-14 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-14.1.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/gcc-14.1.inc b/meta/recipes-devtools/gcc/gcc-14.1.inc index 8b51b2938e8..8e887c84144 100644 --- a/meta/recipes-devtools/gcc/gcc-14.1.inc +++ b/meta/rec

Re: [OE-core] OE-core CVE metrics for master on Sun 14 Jul 2024 01:00:01 AM HST

2024-07-14 Thread Khem Raj
On Sun, Jul 14, 2024 at 4:19 AM Steve Sakoman via lists.openembedded.org wrote: > > Branch: master > > New this week: 2 CVEs > CVE-2024-36288 (CVSS3: 5.5 MEDIUM): linux-yocto > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-36288 * > CVE-2024-39472 (CVSS3: 5.5 MEDIUM): linux-yocto > h

[OE-core] Patchtest results for [PATCH] busybox: CVE-2023-42364 and CVE-2023-42365 fixes

2024-07-14 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/busybox-CVE-2023-42364-and-CVE-2023-42365-fixes.patch FAIL: test Upstream-Status presence: Upstream-Status is in in

[OE-core] [PATCH] busybox: CVE-2023-42364 and CVE-2023-42365 fixes

2024-07-14 Thread Khem Raj
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: Khem Raj --- ...01-awk-fix-precedence-of-relative-to.patch | 197 ++ ...x-ternary-operator-and-precedence-of.patch | 94 +

[OE-core] [PATCH v2] busybox: Fix tc applet build when using kernel 6.8+

2024-07-14 Thread Khem Raj
We now have 6.9 kernel headers in master which means busybox builds with CONFIG_TC will fail to build due to CBQ being dropped in kernel 6.8+ Apply a fix which is reported upstream Signed-off-by: Khem Raj --- v2: Rebased on top of master .../busybox/busybox-1.36.1-no-cbq.patch | 61 +

[OE-core] OE-core CVE metrics for scarthgap on Sun 14 Jul 2024 03:00:01 AM HST

2024-07-14 Thread Steve Sakoman
Branch: scarthgap New this week: 3 CVEs CVE-2023-6683 (CVSS3: 6.5 MEDIUM): qemu:qemu-native:qemu-system-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-6683 * CVE-2024-39472 (CVSS3: 5.5 MEDIUM): linux-yocto https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-39472 * CVE-20

[OE-core][scarthgap 24/27] iptables: submit 0001-configure-Add-option-to-enable-disable-libnfnetlink.patch upstream

2024-07-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 67f6c3534a18520f3b7c5eed27dc2744c5bf44c2) Signed-off-by: Steve Sakoman --- ...ption-to-enable-disable-libnfnetlink.patch | 44 +++

[OE-core][scarthgap 27/27] webkitgtk: fix do_compile errors on beaglebone-yocto

2024-07-14 Thread Steve Sakoman
From: Changqing Li Backport 2 patches to fix following compile errors: webkitgtk-2.44.1/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp:545:37: error: 'LS_POINT' was not declared in this scope; did you mean 'WebCore::LightType::LS_POINT'? 545 | if (data.

[OE-core][scarthgap 26/27] webkitgtk: fix do_configure error on beaglebone-yocto

2024-07-14 Thread Steve Sakoman
From: Changqing Li * According to latest comment [1] and the mentioned pull request [2], build an ENABLE(WEBASSEMBLY) && !ENABLE(JIT) configuration is supported, so original issue already fixed in current version, the EXTRA_OECMAKE setting is not needed anymore. * This EXTRA_OECMAKE setting caus

[OE-core][scarthgap 21/27] vorbis: mark patch as Inactive-Upstream

2024-07-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 618bb8994d66d7d24cca2fb6885a510d69406437) Signed-off-by: Steve Sakoman --- .../libvorbis/libvorbis/0001-configure-Check-for-clang.patch| 2 +-

[OE-core][scarthgap 25/27] cve-exclusion: Drop the version comparision/warning

2024-07-14 Thread Steve Sakoman
From: Richard Purdie Since the CVE repository is no longer being updated, drop the warning comparision since it is no longer valid. Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni Signed-off-by: Steve Sakoman --- .../recipes-kernel/linux/cve-exclusion_6.6.inc | 18 +---

[OE-core][scarthgap 20/27] kexec-tools: submit 0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch upstream

2024-07-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit d28861326dd8d23914571dc0be8e70899927deea) Signed-off-by: Steve Sakoman --- .../0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch | 2 +-

[OE-core][scarthgap 22/27] grub: mark grub-module-explicitly-keeps-symbole-.module_license.patch as a workaround

2024-07-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 6307adb5b0644845f4062c21ac5717eb62a61dd3) Signed-off-by: Steve Sakoman --- .../grub-module-explicitly-keeps-symbole-.module_license.patch | 2 +-

[OE-core][scarthgap 23/27] perl: submit the rest of determinism.patch upstream

2024-07-14 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 5c00500618fa50eeb5e3e956e1fb5f4af562c1a7) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/perl/files/determinism.patch | 6 +++--- 1 file

[OE-core][scarthgap 18/27] mesa: remove obsolete 0001-meson.build-check-for-all-linux-host_os-combinations.patch

2024-07-14 Thread Steve Sakoman
From: Alexander Kanavin The patch was submitted upstream https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28895 but further investigation revealed that the problem had been solved properly in meson.class: https://git.yoctoproject.org/poky/commit/?id=6bf674374d568b2419a4c6eef00d8930288788

[OE-core][scarthgap 19/27] dnf/mesa: Fix missing leading whitespace with ':append'

2024-07-14 Thread Steve Sakoman
From: Niko Mauno Mitigate occurrences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. (From OE-Core rev: 314041fd126a4800a5a5d9fcd84c525319479256) Signed-off-by: Niko Mauno Signed-off-by: Richard Purdie (cherry

[OE-core][scarthgap 15/27] ncurses: switch to new mirror

2024-07-14 Thread Steve Sakoman
From: Peter Marko github.com/mirror/ncurses is not updated for over a year. Switch to new mirror from Thomas Dickey (ncurses maintainer). Sources are identical. Updated upstream check regex by: * changed dot to underscore as this repo is tagged like this * added v prefix to not propose updates

[OE-core][scarthgap 17/27] curl: skip FTP tests in run-ptest

2024-07-14 Thread Steve Sakoman
From: Ross Burton It looks like something related to FTP in curl, be it the protocol itself or the harness, is unstable under load. We've been seeing random failures in automated QA, and Debian does too. Until this issue is resolved, disable all of the FTP tests on the hope that this is the und

[OE-core][scarthgap 16/27] meson: don't use deprecated pkgconfig variable

2024-07-14 Thread Steve Sakoman
From: Ross Burton As with a previous change to the class[1], the "pkgconfig" entry is now deprecated and "pkg-config" should be used instead. [1] oe-core d64b307891422e290bbe821d4303b3af526bbe17 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 3e441544f1aa72

[OE-core][scarthgap 14/27] selftest/cases/runtime_test: Exclude centos-9 from virgl tests

2024-07-14 Thread Steve Sakoman
From: Richard Purdie Similarly to centos 8, centos 9 doesn't support the render device we need for this test. Signed-off-by: Richard Purdie (cherry picked from commit c2be3afabf84f287c90b61ae2509728a6634fb8f) Signed-off-by: Steve Sakoman --- meta/lib/oeqa/selftest/cases/runtime_test.py | 2 +-

[OE-core][scarthgap 13/27] sdk: Fix path length limit to match reserved size

2024-07-14 Thread Steve Sakoman
From: Robert Kovacsics There were two different interpreter lengths in use, make them match. Signed-off-by: Richard Purdie (cherry picked from commit b175f9cdc3d87bef5c89cc337c2a7e2674732b29) Signed-off-by: Steve Sakoman --- meta/files/toolchain-shar-extract.sh| 4 +++- meta/recipes-c

[OE-core][scarthgap 09/27] gstreamer1.0: skip another known flaky test

2024-07-14 Thread Steve Sakoman
From: Ross Burton The baseparse:parser_pull_short_read test is known to be unreliable, according to the list of known bad tests in gst-devtools. Also clean up an incorrect comment. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from c

[OE-core][scarthgap 12/27] populate_sdk_ext.bbclass: Fix undefined variable error

2024-07-14 Thread Steve Sakoman
From: Jookia The variable uninative_checksum is returned without being set, causing a build error. Set it to None by default instead. Signed-off-by: Richard Purdie (cherry picked from commit 69ead1f2d403e6a0e5365ce4e89288f846d3ef33) Signed-off-by: Steve Sakoman --- meta/classes-recipe/populat

[OE-core][scarthgap 11/27] linux-yocto: Enable team net driver

2024-07-14 Thread Steve Sakoman
From: Khem Raj Its needed to run libteam ptests Signed-off-by: Khem Raj Cc: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit 7cd8e04b23b562746665577174799d42ded45d93) Signed-off-by: Steve Sakoman --- meta/recipes-kernel/linux/linux-yocto_6.6.bb | 2 ++ 1 file changed,

[OE-core][scarthgap 10/27] libportal: fix rare build race

2024-07-14 Thread Steve Sakoman
From: Ross Burton There is a build race where the libportal.vapi is not always generated before it is needed to build libportal-gtk*.vapi. Backport the fix from upstream. [ YOCTO #15479 ] Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked

[OE-core][scarthgap 08/27] wic: engine.py: use raw string for escape sequence

2024-07-14 Thread Steve Sakoman
From: Enrico Jörns Fixes: | poky/scripts/lib/wic/engine.py:362: SyntaxWarning: invalid escape sequence '\/' Signed-off-by: Enrico Jörns Signed-off-by: Richard Purdie (cherry picked from commit e33d7241f6c2897e930aff41e18b154891197ab9) Signed-off-by: Steve Sakoman --- scripts/lib/wic/engine

[OE-core][scarthgap 07/27] llvm: upgrade 18.1.5 -> 18.1.6

2024-07-14 Thread Steve Sakoman
From: Wang Mingyu Changelog: == - Fixes issues where LLVM is either generating the incorrect thunk for a function with aligned parameters or didn't correctly pass through the return value when StructRet was used. - -Xclang -target-feature -Xclang +unaligned-scalar-mem can be used to e

[OE-core][scarthgap 06/27] ed: upgrade 1.20.1 -> 1.20.2

2024-07-14 Thread Steve Sakoman
From: Wang Mingyu Changelog: = - main_loop.c (command_s): Fix g/x/s/x/x, which failed to skip the final newline, printing lines twice. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit d726710f7b1d707a55777d486bf

[OE-core][scarthgap 05/27] fribidi: upgrade 1.0.13 -> 1.0.14

2024-07-14 Thread Steve Sakoman
From: Ross Burton * Updated Unicode tables to version 15.1 Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 332276679c9a004158929e03d9263e9ef66816e9) Signed-off-by: Steve Sakoman --- .../fribidi/{fribidi_1.0.13.bb => fribid

[OE-core][scarthgap 04/27] libcap-ng-python: upgrade 0.8.4 -> 0.8.5

2024-07-14 Thread Steve Sakoman
From: Yi Zhao Changelog: https://people.redhat.com/sgrubb/libcap-ng/ChangeLog - Remove python global exception handler since it's deprecated - Make the utilities link against just built libraries - Remove unused macro in cap-ng.h Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie (cherry

[OE-core][scarthgap 03/27] libcap-ng: upgrade 0.8.4 -> 0.8.5

2024-07-14 Thread Steve Sakoman
From: Yi Zhao Changelog: https://people.redhat.com/sgrubb/libcap-ng/ChangeLog - Remove python global exception handler since it's deprecated - Make the utilities link against just built libraries - Remove unused macro in cap-ng.h Drop backport patch fix-issues-with-swig-4-2.patch. Backport a

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

2024-07-14 Thread Steve Sakoman
Please review this set of changes for scarthgap and have comments back by end of day Tuesday, July 16 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7136 The following changes since commit d511c41dac048fbdd93a54136e93b0623a18a83d: xz: Update LI

[OE-core][scarthgap 02/27] ruby: fix CVE-2024-27281

2024-07-14 Thread Steve Sakoman
From: Hitendra Prajapati References: https://github.com/ruby/ruby/pull/10316 https://security-tracker.debian.org/tracker/CVE-2024-27281 Upstream-Status: Backport from https://github.com/ruby/rdoc/commit/da7a0c7553ef7250ca665a3fecdc01dbaacbb43d Signed-off-by: Hitendra Prajapati Signed-off-by:

[OE-core][scarthgap 01/27] cpio: mark CVE-2023-7216 as disputed

2024-07-14 Thread Steve Sakoman
From: Ross Burton Upstream consider the behaviour described in this CVE as intentional, and provide an option to stop it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 6c99147037ba8ca424ee42520183bd2bd55c7056) Signed-off-by: Steve Sakoman --- meta/recipe

[OE-core] OE-core CVE metrics for kirkstone on Sun 14 Jul 2024 02:00:01 AM HST

2024-07-14 Thread Steve Sakoman
Branch: kirkstone New this week: 8 CVEs CVE-2020-14409 (CVSS3: 7.8 HIGH): libsdl2:libsdl2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-14409 * CVE-2020-14410 (CVSS3: 5.4 MEDIUM): libsdl2:libsdl2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-14410 * CVE-2023

[OE-core] [PATCH] icu/perf: Drop SPDX_S variable

2024-07-14 Thread Richard Purdie
These were used by external layers and were needed before we had better unpack instrumenation and the recent unpack directory changes. Drop them as obsolete. Signed-off-by: Richard Purdie --- meta/recipes-kernel/perf/perf.bb | 1 - meta/recipes-support/icu/icu_75-1.bb | 1 - 2 files changed,

[OE-core] OE-core CVE metrics for master on Sun 14 Jul 2024 01:00:01 AM HST

2024-07-14 Thread Steve Sakoman
Branch: master New this week: 2 CVEs CVE-2024-36288 (CVSS3: 5.5 MEDIUM): linux-yocto https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-36288 * CVE-2024-39472 (CVSS3: 5.5 MEDIUM): linux-yocto https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-39472 * Removed this week: 2 CVEs CVE-

[OE-core][master][scarthgap][PATCH] libstd-rs,rust-cross-canadian: set CVE_PRODUCT to rust

2024-07-14 Thread Peter Marko via lists.openembedded.org
From: Peter Marko These recipes come from rust sources and CVEs are reported for them under rust-lang:rust vendor:product touple. Especially libstd-rs needs correct CVE_PRODUCT as is it installed on target devices (being statically linked to rust compiled binaries). before: cargo: CVE_PRODUCT="c