[OE-core] [kirkstone][dunfell] CVE-2023-25193 fix request

2023-03-09 Thread DC
Hi Team, We are working on CVE-2023-25193 for kirkstone and dunfell branch as it is causing errors in our applications. There have been previous threads pointing to the issues that backporting is difficult due to code changes and new files being added and there are no second thoughts for the

[PATCH] [OE-core] [PATCH V3] dhcpcd: Fix install conflict when enable multilib.

2023-03-09 Thread wangmy
From: Wang Mingyu Error: Transaction test error: file /usr/share/man/man8/dhcpcd.8 conflicts between attempted installs of dhcpcd-doc-9.4.1-r0.cortexa57 and lib32-dhcpcd-doc-9.4.1-r0.armv7ahf_neon The differences between the two files are as follows: @@ -821,7 +821,7 @@ If you always use

[OE-core] [PATCH] perf: fix buildpaths QA warning

2023-03-09 Thread Bruce Ashfield
From: Bruce Ashfield In the 6.2+ kernel, arm64 perf has a buildpaths QA warning as a syscall table is now being dynamically generated. That generated table includes unistd.h by absolute path, which in turn triggers the buildpaths QA warning. This could easily be patched in linux-yocto, but that

[OE-core][dunfell 00/23] Pull request (cover letter only)

2023-03-09 Thread Steve Sakoman
The following changes since commit a3f31997c633e8476bad68c81fac0dcd0750c7d4: busybox: rm temporary files if do_compile was interrupted (2023-02-20 05:51:44 -1000) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

Re: [OE-core][langdale 13/27] devtool: ignore patch-fuzz errors when extracting source

2023-03-09 Thread Steve Sakoman
On Thu, Mar 9, 2023 at 1:15 PM Richard Purdie wrote: > > On Thu, 2023-03-09 at 12:57 -1000, Steve Sakoman wrote: > > From: Alexander Kanavin > > > > So that patch fuzz issues can actually be fixed, > > as extracting source with 'devtool modify' is the first step > > for that. > > > >

Re: [OE-core][langdale 25/27] staging: Separate out different multiconfig manifests

2023-03-09 Thread Steve Sakoman
On Thu, Mar 9, 2023 at 1:15 PM Richard Purdie wrote: > > On Thu, 2023-03-09 at 12:58 -1000, Steve Sakoman wrote: > > From: Richard Purdie > > > > """ > > require conf/multilib.conf > > MACHINE = "qemuarm64" > > MULTILIBS = "multilib:lib32" > > DEFAULTTUNE:virtclass-multilib-lib32 =

Re: [OE-core][langdale 25/27] staging: Separate out different multiconfig manifests

2023-03-09 Thread Richard Purdie
On Thu, 2023-03-09 at 12:58 -1000, Steve Sakoman wrote: > From: Richard Purdie > > """ > require conf/multilib.conf > MACHINE = "qemuarm64" > MULTILIBS = "multilib:lib32" > DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon" > > bitbake gcc-cross-canadian-arm > """ > > and then inspecting

Re: [OE-core][langdale 13/27] devtool: ignore patch-fuzz errors when extracting source

2023-03-09 Thread Richard Purdie
On Thu, 2023-03-09 at 12:57 -1000, Steve Sakoman wrote: > From: Alexander Kanavin > > So that patch fuzz issues can actually be fixed, > as extracting source with 'devtool modify' is the first step > for that. > > Signed-off-by: Alexander Kanavin > Signed-off-by: Alexandre Belloni >

[OE-core][langdale 27/27] vala: Fix install conflict when enable multilib.

2023-03-09 Thread Steve Sakoman
From: Wang Mingyu Error: Transaction test error: file /usr/bin/vala-gen-introspect-0.56 conflicts between attempted installs of lib32-vala-0.56.3-r0.armv7ahf_neon and vala-0.56.3-r0.aarch64 file /usr/bin/vapigen-wrapper conflicts between attempted installs of

[OE-core][langdale 26/27] lua: Fix install conflict when enable multilib.

2023-03-09 Thread Steve Sakoman
From: Wang Mingyu Error: Transaction test error: file /usr/include/luaconf.h conflicts between attempted installs of lua-dev-5.4.4-r0.aarch64 and lib32-lua-dev-5.4.4-r0.armv7ahf_neon The differences between the two files are as follows: @@ -219,7 +219,7 @@ #define LUA_ROOT "/usr/"

[OE-core][langdale 25/27] staging: Separate out different multiconfig manifests

2023-03-09 Thread Steve Sakoman
From: Richard Purdie """ require conf/multilib.conf MACHINE = "qemuarm64" MULTILIBS = "multilib:lib32" DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon" bitbake gcc-cross-canadian-arm """ and then inspecting the lib32* manifest files under recipe-sysroot-native shows them referencing

[OE-core][langdale 24/27] linux: inherit pkgconfig in kernel.bbclass

2023-03-09 Thread Steve Sakoman
From: Ming Liu pkgconfig is being required to find dependencies for building kernel native tools, move "inherit pkgconfig" to kernel.bbclass so BSP kernel recipes can also benefit from it. Signed-off-by: Ming Liu Signed-off-by: Alexandre Belloni (cherry picked from commit

[OE-core][langdale 23/27] oeqa/sdk: Improve Meson test

2023-03-09 Thread Steve Sakoman
From: Tom Hochstein The meson wrapper setup command detection is broken in the case of an implicit setup command with an option with a space-separated argument, but the test was not detecting it since the case was not covered. Add the option `--warnlevel 1` to the meson command line to cover

[OE-core][langdale 22/27] meson: Fix wrapper handling of implicit setup command

2023-03-09 Thread Steve Sakoman
From: Tom Hochstein >From an SDK, running a meson setup build without an explicit setup command can result in a native build when a cross build is expected. The problem is in meson-wrapper where it tries to detect whether a setup command is being used. The logic looks through all arguments for

[OE-core][langdale 21/27] rpm: Fix hdr_hash function prototype

2023-03-09 Thread Steve Sakoman
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni (cherry picked from commit 0e812b4c22ac077f2defd6842f82b5c993db24c2) Signed-off-by: Steve Sakoman --- ...y_hash_t-instead-of-long-in-hdr_hash.patch | 35 +++ meta/recipes-devtools/rpm/rpm_4.18.0.bb

[OE-core][langdale 20/27] libcomps: Fix callback function prototype for PyCOMPS_hash

2023-03-09 Thread Steve Sakoman
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni (cherry picked from commit 5e1f6fd8a93e38ec3ee1271ab319ea2d125c442b) Signed-off-by: Steve Sakoman --- ...hash_t-instead-of-long-in-PyCOMPS_ha.patch | 66 +++ .../libcomps/libcomps_0.1.19.bb

[OE-core][langdale 19/27] mesa-demos: packageconfig weston should have a dependency on wayland-protocols

2023-03-09 Thread Steve Sakoman
From: Carlos Alberto Lopez Perez wayland-protocols is a required depency of mesa-demos when the 'wayland' packageconfig option is enabled. Usually this doesn't lead to a build failure because mesa itself depends on wayland-protocols, but when using other graphics drivers this can cause the

[OE-core][langdale 18/27] vim: add missing pkgconfig inherit

2023-03-09 Thread Steve Sakoman
From: Ross Burton Vim uses pkgconfig to find dependencies but it wasn't present, so it silently doesn't enable features like GTK+ UI. [ YOCTO #15044 ] Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni (cherry picked from commit 70900616298f5e70732a34e7406e585e323479ed)

[OE-core][langdale 17/27] systemd: add group sgx to udev package

2023-03-09 Thread Steve Sakoman
From: Peter Marko >From NEWS for v250: * Device nodes for the Software Guard eXtension enclaves (sgx_vepc) are now also owned by the system group "sgx". >From NEWS for v248: * Intel SGX enclave device nodes (which expose a security feature of newer Intel CPUs) will now be owned by a new

[OE-core][langdale 16/27] ffmpeg: fix build failure when vulkan is enabled

2023-03-09 Thread Steve Sakoman
From: Dmitry Baryshkov The patch fixes the following errors observed when building ffmpeg in vulkan-enabled distros: | src/libavutil/hwcontext_vulkan.c:363:7: error: 'VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME' undeclared here (not in a function); did you mean

[OE-core][langdale 15/27] oeqa/selftest/prservice: Improve debug output for failure

2023-03-09 Thread Steve Sakoman
From: Richard Purdie We keep seeing this failure on the autobuilder but the output amounts to "False is not True". Improve the debug message on the chance it may make the issue clearer. Signed-off-by: Richard Purdie (cherry picked from commit d03f4cf19c2cc96e9d942252a451521dfec42ebc)

[OE-core][langdale 14/27] u-boot: Map arm64 into map for u-boot dts installation

2023-03-09 Thread Steve Sakoman
From: Pavel Zhukov While arm64 is a valid UBOOT_ARCH (according to mkimage -A) u-boot keeps arm64 specific dts under 'arch/arm' directory. As the result the recipe tries to install arch/arm64 (if UBOOT_DTB was specified) and fails with [1]. Remapping "arm64" to "arm" to fix this issue. [1] |

[OE-core][langdale 13/27] devtool: ignore patch-fuzz errors when extracting source

2023-03-09 Thread Steve Sakoman
From: Alexander Kanavin So that patch fuzz issues can actually be fixed, as extracting source with 'devtool modify' is the first step for that. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][langdale 12/27] binutils: Fix nativesdk ld.so search

2023-03-09 Thread Steve Sakoman
From: Richard Purdie Currently binutils in buildtools is searching for /etc/etc/ld.so.conf which makes no sense. ld_sysconfdir already contains /etc so we need to drop the /etc from the fixed string. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][langdale 11/27] libmicrohttpd: upgrade 0.9.75 -> 0.9.76

2023-03-09 Thread Steve Sakoman
From: Wang Mingyu Changelog: Fix potential DoS vector in MHD_PostProcessor. Releasing GNU libmicrohttpd 0.9.76 hotfix. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked from commit f5b5c77d797ce09e2322ad744f0e4fa3ffd50f19) Signed-off-by: Steve Sakoman

[OE-core][langdale 10/27] iso-codes: upgrade 4.12.0 -> 4.13.0

2023-03-09 Thread Steve Sakoman
From: Wang Mingyu Added = - ISO 3166-1: Add missing common names for Laos, Iran, and Syria. Fixes #32 Changed === - Translation updates for ISO 3166-1 - Kazakh from Debian BTS. Closes: #1025423 - Catalan from Debian BTS. Closes: #1026972 - Translation updates for ISO

[OE-core][langdale 09/27] linux-yocto-rt/5.15: update to -rt59

2023-03-09 Thread Steve Sakoman
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.15: 4d335265c101 'Linux 5.15.94-rt59' c3b4464f5d2b 'Linux 5.15.93-rt58' c67bd325f576 'Linux 5.15.92-rt57' 48e551ae0f55 'Linux 5.15.86-rt56' 977a63a270ad 'Linux 5.15.85-rt55' adaa1d9e19a5 'Linux

[OE-core][langdale 08/27] linux-yocto/5.15: update to v5.15.96

2023-03-09 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: d383d0f28eca Linux 5.15.96 49ce63694cae bpf: add missing header file include 80569627ce46 Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child

[OE-core][langdale 05/27] shadow: ignore CVE-2016-15024

2023-03-09 Thread Steve Sakoman
From: Ross Burton This recently got an updated CPE which matches this recipe, but the issue is related to an entirely different shadow project so ignore it. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni (cherry picked from commit 2331e98abb09cbcd56625d65c4e5d258dc29dd04)

[OE-core][langdale 07/27] linux-yocto/5.15: update to v5.15.94

2023-03-09 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: e2c1a934fd8e Linux 5.15.94 17170acdc7c8 Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions 5122e0e44363 KVM: x86: Mitigate the cross-thread return

[OE-core][langdale 06/27] cve-extra-exclusions: ignore inapplicable linux-yocto CVEs

2023-03-09 Thread Steve Sakoman
From: Geoffrey GIRY Multiple CVE are patched in kernel but appears as active because the NVD database is not up to date. CVE are ignored if and only if all versions of kernel used by master are patched. Also ignore CVEs with wrong CPE (applied to kernel but actually are for another package)

[OE-core][langdale 04/27] epiphany: Security fix for CVE-2023-26081

2023-03-09 Thread Steve Sakoman
From: Siddharth Doshi Upstream-Status: Backport from [https://gitlab.gnome.org/GNOME/epiphany/-/commit/53363c3c8178bf9193dad9fa3516f4e10cff0ffd] Signed-off-by: Siddharth Doshi Signed-off-by: Steve Sakoman --- meta/recipes-gnome/epiphany/epiphany_42.4.bb | 1 +

[OE-core][langdale 03/27] qemu: Fix CVE-2022-4144

2023-03-09 Thread Steve Sakoman
From: Bhabu Bindu Add patch to fix CVE-2022-4144 Link: https://security-tracker.debian.org/tracker/CVE-2022-4144 (From OE-Core rev: 4cb3874abf4fdeb04337a48a14c765ba9b2269d4) Signed-off-by: Bhabu Bindu Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Chee Yang Lee

[OE-core][langdale 02/27] libxml2: Fix CVE-2022-40303 && CVE-2022-40304

2023-03-09 Thread Steve Sakoman
From: Hitendra Prajapati Upstream-Status: Backport from https://gitlab.gnome.org/GNOME/libxml2/-/commit/c846986356fc149915a74972bf198abc266bc2c0 && https://gitlab.gnome.org/GNOME/libxml2/-/commit/1b41ec4e9433b05bb0376be4725804c54ef1d80b (From OE-Core rev:

[OE-core][langdale 01/27] tiff: fix multiple CVEs

2023-03-09 Thread Steve Sakoman
From: Chee Yang Lee import patch from debian to fix CVE-2022-48281 http://security.debian.org/debian-security/pool/updates/main/t/tiff/tiff_4.2.0-1+deb11u4.debian.tar.xz import patch from fedora to fix CVE-2023-0800 CVE-2023-0801 CVE-2023-0802 CVE-2023-0803 CVE-2023-0804

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

2023-03-09 Thread Steve Sakoman
Please review this set of patches for langdale and have comments back by end of day Monday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5023 The following changes since commit b995ea45773211bd7bdd60eabcc9bbffda6beb5c: build-appliance-image:

[OE-core] Rust 1.68

2023-03-09 Thread Alex Kiernan
Rust 1.68 explodes in all manner of new and interesting ways (can't find std::, compile time macros fail) when building for target... my suspicion is its how we build libstd, where the tooling wants to build it all at once and we separate it out. As far as I can tell, given rust basically doesn't

[OE-core] [PATCH] valgrind: Disable drd/tests/bar_bad ptest

2023-03-09 Thread Randy MacLeod
This is failing intermettently in the YP autobuilder so disable it until we can fix the root cause. [YOCTO #14311] Signed-off-by: Randy MacLeod --- meta/recipes-devtools/valgrind/valgrind/remove-for-all | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [oe-core][RFC][PATCH 6/6] webkitgtk: update 2.38.5 -> 2.39.91

2023-03-09 Thread Markus Volk
This will be required changes for the upcoming gnome release Am Do, 9. Mär 2023 um 21:39:33 +0100 schrieb Markus Volk : - added PACKAGECONFIGs for av1 support, gamepad and sandboxing - cmake tries to find where bwrap and xdg-dbus-proxy are located on target and reads the path from

[oe-core][RFC][PATCH 5/6] epiphany: update 43.1 -> 44.rc

2023-03-09 Thread Markus Volk
Note: Epiphany is currently broken with webkitgtk 3.9.91. This issue has already been fixed upstream and the fix will be available on the next rc release. Signed-off-by: Markus Volk --- .../{epiphany_43.1.bb => epiphany_44.rc.bb} | 41 +++ 1 file changed, 25 insertions(+), 16

[oe-core][RFC][PATCH 6/6] webkitgtk: update 2.38.5 -> 2.39.91

2023-03-09 Thread Markus Volk
- added PACKAGECONFIGs for av1 support, gamepad and sandboxing - cmake tries to find where bwrap and xdg-dbus-proxy are located on target and reads the path from ${STAGING_BINDIR_NATIVE}. This breaks reproducibility and runtime. Fix by adding the needed paths manually. - ccache seems to be

[oe-core][RFC][PATCH 1/6] glib: update 2.74.6 -> 2.75.4

2023-03-09 Thread Markus Volk
Signed-off-by: Markus Volk --- ...-info-don-t-assume-million-in-one-ev.patch | 50 ...build-do-not-use-can_run_host_binari.patch | 48 .../glib-2.0/glib-2.0/cpp-null.patch | 77 --- .../glib-2.0/glib-2.0/cpp-null2.patch | 31

[oe-core][RFC][PATCH 4/6] adwaita-icon-theme: update 43 -> 44.beta

2023-03-09 Thread Markus Volk
Signed-off-by: Markus Volk --- .../0001-Don-t-use-AC_CANONICAL_HOST.patch | 6 +++--- ...waita-icon-theme_43.bb => adwaita-icon-theme_44.beta.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-gnome/gnome/{adwaita-icon-theme_43.bb =>

[oe-core][RFC][PATCH 3/6] gsettings-desktop-schemas: update 43.0 -> 44.beta

2023-03-09 Thread Markus Volk
Signed-off-by: Markus Volk --- ...top-schemas_43.0.bb => gsettings-desktop-schemas_44.beta.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_43.0.bb => gsettings-desktop-schemas_44.beta.bb} (85%) diff

[oe-core][RFC][PATCH 2/6] glib-networking: update 2.74.0 -> 2.76.beta

2023-03-09 Thread Markus Volk
Signed-off-by: Markus Volk --- .../{glib-networking_2.74.0.bb => glib-networking_2.76.beta.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-networking/{glib-networking_2.74.0.bb => glib-networking_2.76.beta.bb} (93%) diff --git

[OE-core] [PATCH 1/3] buildtools-tarball: Handle spaces within user $PATH

2023-03-09 Thread Mickael Laventure
From: Kenfe-Mickael Laventure The environment-setup script generated by the recipe was not quoting the user existing PATH when updating it causing the export command to fail. Add necessary double quotes around $PATH. Signed-off-by: Kenfe-Mickael Laventure ---

[OE-core] [PATCH 2/3] toolchain-scripts: Handle spaces within user $PATH

2023-03-09 Thread Mickael Laventure
From: Kenfe-Mickael Laventure The environment-setup script generated by the recipe was not quoting the user existing PATH when updating it causing the export command to fail. Add necessary double quotes around $PATH. Signed-off-by: Kenfe-Mickael Laventure ---

[OE-core] [PATCH 3/3] populate_sdk_ext: Handle spaces within user $PATH

2023-03-09 Thread Mickael Laventure
From: Kenfe-Mickael Laventure The script generated by the sdk_ext_postinst function was not quoting the user existing PATH when updating it causing the export command to fail. Add necessary double quotes around $PATH. Signed-off-by: Kenfe-Mickael Laventure ---

[OE-core] [dunfell][PATCH] openssl: upgrade 1.1.1s to 1.1.1t

2023-03-09 Thread Antonin Godard via lists.openembedded.org
Changes between 1.1.1s and 1.1.1t: * Fixed X.400 address type confusion in X.509 GeneralName (CVE-2023-0286). * Fixed Use-after-free following BIO_new_NDEF (CVE-2023-0215). * Fixed Double free after calling PEM_read_bio_ex (CVE-2022-4450). * Fixed Timing Oracle in RSA Decryption (CVE-2022-4304).

Re: [OE-core] [PATCH 13/26] ffmpeg: update 5.1.2 -> 6.0

2023-03-09 Thread Alexander Kanavin
On Thu, 9 Mar 2023 at 16:47, Alexander Kanavin via lists.openembedded.org wrote: > > > Add a patch to gstreamer1.0-libav to address an API compatibility fail. > > > > Please make sure this doesn't break opencv in meta-oe. > > Right, this one can probably be dropped. I can run meta-oe build >

[OE-core] [PATCH] scripts/yocto_testresults_query.py: set proper branches when using resulttool

2023-03-09 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré The script currently only works if base and target can be found on default branches. It breaks if we try to generate a regression report between revisions that live on different branches (as needed on integration and testing branches). For example, the following command:

Re: [OE-core] [PATCH 13/26] ffmpeg: update 5.1.2 -> 6.0

2023-03-09 Thread Alexander Kanavin
On Thu, 9 Mar 2023 at 16:42, Böszörményi Zoltán wrote: > > 2023. 03. 09. 16:19 keltezéssel, Alexander Kanavin írta: > > Add a patch to gstreamer1.0-libav to address an API compatibility fail. > > Please make sure this doesn't break opencv in meta-oe. Right, this one can probably be dropped. I

Re: [OE-core] [PATCH 01/26] devtool/upgrade: do not delete the workspace/recipes directory

2023-03-09 Thread Martin Jansa
Major ffmpeg upgrade might not be risky for components in oe-core (as you've already patched gst-libav). But considering how many other projects are still using ffmpeg-4, because upgrade to ffmpeg-5 api is far from simple, I don't think it's good fit to merge ffmpeg during feature-freeze -

Re: [OE-core] [PATCH 13/26] ffmpeg: update 5.1.2 -> 6.0

2023-03-09 Thread Zoltan Boszormenyi
2023. 03. 09. 16:19 keltezéssel, Alexander Kanavin írta: Add a patch to gstreamer1.0-libav to address an API compatibility fail. Please make sure this doesn't break opencv in meta-oe. Signed-off-by: Alexander Kanavin --- ...c-stop-accessing-out-of-bounds-frame.patch | 89 ---

Re: [OE-core] [PATCH 01/26] devtool/upgrade: do not delete the workspace/recipes directory

2023-03-09 Thread Alexander Kanavin
Just to make sure: this set (like all of my big patchsets) did get an all-clear from a-full test matrix, so I believe it's not particularly risky to take in, despite the feature freeze. Alex On Thu, 9 Mar 2023 at 16:20, Alexander Kanavin wrote: > > If it exists, there is no need to delete it,

Re: [OE-core] curl

2023-03-09 Thread Steve Sakoman
On Thu, Mar 9, 2023 at 5:15 AM Valek, Andrej wrote: > I have a question about curl. Would it be possible to backport some > fixes for CVEs from kirkstone to dunfell? The curl versions in kirkstone and dunfell are different, so a direct cherry-pick of those patches may or may not work. If you

Re: [OE-core] [PATCH V2 5/5] bash: Fix install conflict when enable multilib.

2023-03-09 Thread Richard Purdie
On Thu, 2023-03-09 at 01:51 +, wan...@fujitsu.com wrote: > > I think we should just change the MACHINE, OS, CC and MACHTYPE > > lines to > > something like "". > So for the correction of this problem, do we need to continue to vote > for patch? > Or accept this patch temporarily, and then

[OE-core] [PATCH 23/26] bind: upgrade 9.18.11 -> 9.18.12

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-avoid-start-failure-with-bind-user.patch | 0 .../0001-named-lwresd-V-and-start-log-hide-build-options.patch | 0 .../bind-ensure-searching-for-json-headers-searches-sysr.patch | 0 .../bind/{bind-9.18.11 => bind-9.18.12}/bind9

[OE-core] [PATCH 24/26] stress-ng: remove obsolete patch

2023-03-09 Thread Alexander Kanavin
Upstream has disabled gold support altogether: https://github.com/ColinIanKing/stress-ng/commit/e65f517917fc682784bfa1b3cb53de3f3263b094 Signed-off-by: Alexander Kanavin --- ...1-via-makefile-to-enable-gold-linker.patch | 35 --- .../stress-ng/stress-ng_0.15.04.bb|

[OE-core] [PATCH 26/26] apt: re-enable version check

2023-03-09 Thread Alexander Kanavin
2.6.0 is out and so we can check for latest version again. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/apt/apt_2.4.5.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/apt/apt_2.4.5.bb b/meta/recipes-devtools/apt/apt_2.4.5.bb index

[OE-core] [PATCH 21/26] puzzles: upgrade to latest revision

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 5998c23dcd..87b6fac024 100644 ---

[OE-core] [PATCH 22/26] iproute2: upgrade 6.1.0 -> 6.2.0

2023-03-09 Thread Alexander Kanavin
License-Update: copyright snippet has been dropped from ip.c Signed-off-by: Alexander Kanavin --- .../iproute2/{iproute2_6.1.0.bb => iproute2_6.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_6.1.0.bb =>

[OE-core] [PATCH 25/26] piglit: upgrade to latest revision

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index edbca69413..c5537154ae 100644 ---

[OE-core] [PATCH 19/26] pango: upgrade 1.50.12 -> 1.50.13

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../pango/{pango_1.50.12.bb => pango_1.50.13.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.50.12.bb => pango_1.50.13.bb} (94%) diff --git a/meta/recipes-graphics/pango/pango_1.50.12.bb

[OE-core] [PATCH 20/26] libnotify: upgrade 0.8.1 -> 0.8.2

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libnotify/{libnotify_0.8.1.bb => libnotify_0.8.2.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-gnome/libnotify/{libnotify_0.8.1.bb => libnotify_0.8.2.bb} (87%) diff --git

[OE-core] [PATCH 18/26] vte: upgrade 0.70.2 -> 0.70.3

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/vte/{vte_0.70.2.bb => vte_0.70.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/vte/{vte_0.70.2.bb => vte_0.70.3.bb} (95%) diff --git a/meta/recipes-support/vte/vte_0.70.2.bb

[OE-core] [PATCH 17/26] make: upgrade 4.4 -> 4.4.1

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/make/make.inc | 5 +++ meta/recipes-devtools/make/make/sigpipe.patch | 42 --- .../make/{make_4.4.bb => make_4.4.1.bb} | 3 +- 3 files changed, 6 insertions(+), 44 deletions(-) delete mode 100644

[OE-core] [PATCH 13/26] ffmpeg: update 5.1.2 -> 6.0

2023-03-09 Thread Alexander Kanavin
Add a patch to gstreamer1.0-libav to address an API compatibility fail. Signed-off-by: Alexander Kanavin --- ...c-stop-accessing-out-of-bounds-frame.patch | 89 --- ...c-stop-accessing-out-of-bounds-frame.patch | 108 -- .../ffmpeg/ffmpeg/ffmpeg-fix-vulkan.patch

[OE-core] [PATCH 16/26] enchant2: upgrade 2.3.3 -> 2.3.4

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb} (89%) diff --git

[OE-core] [PATCH 12/26] font-alias: update 1.0.4 -> 1.0.5

2023-03-09 Thread Alexander Kanavin
Drop nocompiler.patch as upstream is now using a macro specifically for data-only items: https://www.spinics.net/lists/xorg/msg60817.html Signed-off-by: Alexander Kanavin --- .../font-alias-1.0.4/nocompiler.patch | 42 --- ...ont-alias_1.0.4.bb => font-alias_1.0.5.bb} |

[OE-core] [PATCH 14/26] libgit2: update 1.5.1 -> 1.6.2

2023-03-09 Thread Alexander Kanavin
License-Update: added bsd-2-clause due to https://github.com/libgit2/libgit2/commit/aa1605dd1484cf7350d736c7677c7a9ee6352316 Signed-off-by: Alexander Kanavin --- .../libgit2/{libgit2_1.5.1.bb => libgit2_1.6.2.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename

[OE-core] [PATCH 15/26] sqlite3: update 3.40.1 -> 3.41.0

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../sqlite/{sqlite3_3.40.1.bb => sqlite3_3.41.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.40.1.bb => sqlite3_3.41.0.bb} (77%) diff --git

[OE-core] [PATCH 08/26] ethtool: update 6.1 -> 6.2

2023-03-09 Thread Alexander Kanavin
Drop patch merged upstream. Signed-off-by: Alexander Kanavin --- .../0001-marvell.c-define-_GNU_SOURCE.patch | 59 --- .../ethtool/avoid_parallel_tests.patch| 6 +- .../{ethtool_6.1.bb => ethtool_6.2.bb}| 3 +- 3 files changed, 4 insertions(+), 64

[OE-core] [PATCH 10/26] util-macros: do not probe into host triplet when checking manpage section names

2023-03-09 Thread Alexander Kanavin
This does not work for allarch recipes in particular (config.sub rejects allarch-poky-linux). Signed-off-by: Alexander Kanavin --- ...n-do-not-run-AC_CANONICAL_HOST-in-ma.patch | 28 +++ .../xorg-util/util-macros_1.20.0.bb | 2 ++ 2 files changed, 30 insertions(+)

[OE-core] [PATCH 11/26] encodings: update 1.0.6 -> 1.0.7

2023-03-09 Thread Alexander Kanavin
Drop nocompiler.patch as upstream is now using a macro specifically for data-only items: https://www.spinics.net/lists/xorg/msg60817.html Signed-off-by: Alexander Kanavin --- .../xorg-font/encodings/nocompiler.patch | 42 --- ...{encodings_1.0.6.bb => encodings_1.0.7.bb} |

[OE-core] [PATCH 09/26] iptables: update 1.8.8 -> 1.8.9

2023-03-09 Thread Alexander Kanavin
Replace one format string fixing patch with another format string fixing patch. (one problem fixed upstream, another introduced) Signed-off-by: Alexander Kanavin --- ...ption-to-enable-disable-libnfnetlink.patch | 10 ++--- ...d.h-add-missing-sys.types.h-include.patch} | 9 +++--

[OE-core] [PATCH 07/26] libdnf: update 0.69.0 -> 0.70.0

2023-03-09 Thread Alexander Kanavin
Drop the patch as issue addressed upstream. Signed-off-by: Alexander Kanavin --- ...xt.cpp-do-not-try-to-access-BDB-data.patch | 37 --- .../{libdnf_0.69.0.bb => libdnf_0.70.0.bb}| 3 +- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644

[OE-core] [PATCH 04/26] selftest/overlayfs: enable systemd via INIT_MANAGER

2023-03-09 Thread Alexander Kanavin
Latest systemd version needs the full set of settings enabled by that (if also r/o rootfs is enabled), and refuses to boot otherwise. Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/overlayfs.py | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff

[OE-core] [PATCH 06/26] dpkg: update 1.21.20 -> 1.21.21

2023-03-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../dpkg/{dpkg_1.21.20.bb => dpkg_1.21.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/dpkg/{dpkg_1.21.20.bb => dpkg_1.21.21.bb} (93%) diff --git a/meta/recipes-devtools/dpkg/dpkg_1.21.20.bb

[OE-core] [PATCH 03/26] procps: update 3.3.17 -> 4.0.3

2023-03-09 Thread Alexander Kanavin
Drop patches as upstream refactored the code. Add a compatibility patch to igt-gpu-tools. Add a musl compatibility patch. Signed-off-by: Alexander Kanavin --- .../procps/0001-src-w.c-use-utmp.h-only.patch | 65 +++ .../procps/0001-w.c-correct-musl-builds.patch | 44 --

[OE-core] [PATCH 05/26] systemd: update 252.5 -> 253.1

2023-03-09 Thread Alexander Kanavin
Add a musl compatibility patch to systemd-boot. Backport a patch to address systemctl fails on 32 bit targets. Signed-off-by: Alexander Kanavin --- ...md-boot_252.5.bb => systemd-boot_253.1.bb} | 0 meta/recipes-core/systemd/systemd.inc | 8 ++--

[OE-core] [PATCH 02/26] sudo: update 1.9.12p2 -> 1.9.13p2

2023-03-09 Thread Alexander Kanavin
License-update: copyright years, formatting. Signed-off-by: Alexander Kanavin --- ...o.conf.in-fix-conflict-with-multilib.patch | 21 ++- meta/recipes-extended/sudo/sudo.inc | 2 +- .../{sudo_1.9.12p2.bb => sudo_1.9.13p2.bb}| 2 +- 3 files changed, 13

[OE-core] [PATCH 01/26] devtool/upgrade: do not delete the workspace/recipes directory

2023-03-09 Thread Alexander Kanavin
If it exists, there is no need to delete it, and if it does not, devtool prints an ugly traceback. Signed-off-by: Alexander Kanavin --- scripts/lib/devtool/upgrade.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index

[OE-core] curl

2023-03-09 Thread Andrej Valek
Hello Steve, I have a question about curl. Would it be possible to backport some fixes for CVEs from kirkstone to dunfell? CVE-2022-32221 CVE-2022-42915 CVE-2022-42916 CVE-2022-43552 CVE-2022-43551 Thank you, Andrej -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [OE-core] [PATCH] wic/plugins/source/bootimg-efi: Configure installation of kernel image into boot partition.

2023-03-09 Thread Alexandre Belloni via lists.openembedded.org
Hello, This still fails on the autobuilders, please fix before submitting a new version (and please mark it as a new version): https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/4853/steps/14/logs/stdio

Re: [OE-core] [PATCH] staging.bbclass: run prepare_recipe_sysroot after unpack, not fetch

2023-03-09 Thread Richard Purdie
On Thu, 2023-03-09 at 14:04 +0100, Alexander Kanavin wrote: > On Thu, 9 Mar 2023 at 13:03, Richard Purdie > wrote: > > > This is a wider problem, the sysroots are often modified when things > > are running against it as we don't require task serialisation. Instead > > the code tries to be

Re: [OE-core] [PATCH] staging.bbclass: run prepare_recipe_sysroot after unpack, not fetch

2023-03-09 Thread Alexander Kanavin
On Thu, 9 Mar 2023 at 13:03, Richard Purdie wrote: > This is a wider problem, the sysroots are often modified when things > are running against it as we don't require task serialisation. Instead > the code tries to be careful about it's manipulations. Things aren't > always installed/removed

Re: [OE-core] [PATCH] staging.bbclass: run prepare_recipe_sysroot after unpack, not fetch

2023-03-09 Thread Richard Purdie
On Thu, 2023-03-09 at 12:44 +0100, Alexander Kanavin wrote: > On Thu, 9 Mar 2023 at 11:39, Richard Purdie > wrote: > > > Before we start changing core dependencies, we need to better > > understand what happened there. Whilst this patch might fix this case, > > we'd likely just leave races

Re: [OE-core] [PATCH] staging.bbclass: run prepare_recipe_sysroot after unpack, not fetch

2023-03-09 Thread Alexander Kanavin
On Thu, 9 Mar 2023 at 11:39, Richard Purdie wrote: > Before we start changing core dependencies, we need to better > understand what happened there. Whilst this patch might fix this case, > we'd likely just leave races elsewhere as other tasks call git too. > > Which recipe was this? > Why is

Re: [OE-core] [PATCH] staging.bbclass: run prepare_recipe_sysroot after unpack, not fetch

2023-03-09 Thread Richard Purdie
On Thu, 2023-03-09 at 11:32 +0100, Alexander Kanavin wrote: > Otherwise nasty races between unpack and prepare_recipe_sysroot can occur: > > ERROR: Bitbake Fetcher Error: FetchError('Fetch command export > PSEUDO_DISABLED=1; export >

[OE-core] [PATCH] mesa: import patch from upstream to fix tools build on musl

2023-03-09 Thread Dmitry Baryshkov
Fix building the crashdec on the musl systems. Signed-off-by: Dmitry Baryshkov --- ...e-unsigned-instead-of-uint-to-fix-mu.patch | 44 +++ meta/recipes-graphics/mesa/mesa.inc | 1 + 2 files changed, 45 insertions(+) create mode 100644

[OE-core] [PATCH] staging.bbclass: run prepare_recipe_sysroot after unpack, not fetch

2023-03-09 Thread Alexander Kanavin
Otherwise nasty races between unpack and prepare_recipe_sysroot can occur: ERROR: Bitbake Fetcher Error: FetchError('Fetch command export PSEUDO_DISABLED=1; export

Re: [OE-core] [PATCH] image_types: fix vname var init in multiubi_mkfs() function

2023-03-09 Thread Martin Jansa
Sorry, didn't get enough coffee today, I was reading it wrong. On Thu, Mar 9, 2023 at 10:46 AM Martin Jansa wrote: > - local vname="_$1" > - fi > + local vname="$1" > > cat < ubinize${vname}-${IMAGE_NAME}.cfg > > _ surely got removed from this ubinize filename,

Re: [OE-core] [PATCH] image_types: fix vname var init in multiubi_mkfs() function

2023-03-09 Thread Martin Jansa
- local vname="_$1" - fi + local vname="$1" cat < ubinize${vname}-${IMAGE_NAME}.cfg _ surely got removed from this ubinize filename, right? On Thu, Mar 9, 2023 at 10:28 AM Romuald JEANNE wrote: > Hello, > > > > The ‘write_ubi_config()’ is called through

Re: [OE-core] [PATCH] image_types: fix vname var init in multiubi_mkfs() function

2023-03-09 Thread Romuald Jeanne via lists.openembedded.org
Hello, The ‘write_ubi_config()’ is called through ‘multiubi_mkfs()’ where the _ separator is managed with proper init of ‘vname’ var. So I didn’t dropped the _ separator, it is managed on calling function side. Best regards, Romuald JEANNE From: Martin Jansa Sent: jeudi 9 mars 2023 09:31 To:

Re: [OE-core][kirkstone 00/28] Pull request (cover letter only)

2023-03-09 Thread Martin Jansa
On Wed, Mar 8, 2023 at 3:27 AM Steve Sakoman wrote: > The following changes since commit > b20e2134daec33fbb8ce358d984751d887752bd5: > > build-appliance-image: Update to kirkstone head revision (2023-02-27 > 23:39:05 +) > > are available in the Git repository at: > >

Re: [OE-core] [PATCH] image_types: fix vname var init in multiubi_mkfs() function

2023-03-09 Thread Martin Jansa
On Thu, Mar 9, 2023 at 8:55 AM Romuald Jeanne via lists.openembedded.org wrote: > From: Romuald JEANNE > > As vname var is needed in multiubi_mkfs() function, we need to keep it > defined and use it as parameter to the new write_ubi_config() function. > > See [YOCTO #15027] > > Signed-off-by:

[OE-core] [PATCH] piglit: Fix build time dependency

2023-03-09 Thread Zoltan Boszormenyi
Replace explicit opencl-icd-loader with virtual/opencl-icd. Signed-off-by: Zoltán Böszörményi --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb