Re: [OE-core] [PATCH] classes/flit-core: fix dependency loop

2024-07-20 Thread Konrad Weihmann
Anything preventing this patch from being picked? There wasn't any feedback after the last reply. An alternative would be to drop the python3 depends, as it is set by setuptools-base class correctly already On 16.07.24 12:54, Konrad Weihmann wrote: It isn't that obvious, for the loop to show

Re: [OE-core] [PATCH 6/6] glib-networking: upgrade 2.78.1 -> 2.80.0

2024-07-20 Thread Richard Purdie
On Fri, 2024-07-19 at 14:25 +0100, Ross Burton via lists.openembedded.org wrote: > 2.80.0 - March 14, 2024 > === > > - Mark plugin functions as exports on Windows (!250, Amyspark) > - Updated translations > > 2.80.rc - February 29, 2024 > === > > - Gnu

[OE-core] [PATCH] gnutls: upgrade 3.8.5 -> 3.8.6

2024-07-20 Thread Simone Weiß
From: Simone Weiß Changelog: ** libgnutls: PBMAC1 is now supported as a MAC mechanism for PKCS#12 To be compliant with FIPS 140-3, PKCS#12 files with MAC based on PBKDF2 (PBMAC1) is now supported, according to the specification proposed in draft-ietf-lamps-pkcs12-pbmac1. ** libgnutls: S

Re: [oe-core][PATCHv3] mesa: update 24.0.7 -> 24.1.4

2024-07-20 Thread Alexander Kanavin
I think this last version should be good; these drivers are specific to x86 hardware and are needed only with meta-intel really. So it's up to Intel folks how they want to provide graphical support (probably by making meta-intel enable opencl and depend on meta-clang). Alex On Sat, 20 Jul 2024 at

[OE-core] [PATCH] util-linux: install lastlog2 volatile file

2024-07-20 Thread Yi Zhao
Install lastlog2 volatile file to create /var/lib/lastlog directory to fix runtime error: $ lastlog2 lastlog2: Couldn't read entries for all users lastlog2: Cannot open database (/var/lib/lastlog/lastlog2.db): unable to open database file Signed-off-by: Yi Zhao --- meta/recipes-core/util-linux

[oe-core][PATCHv3] mesa: update 24.0.7 -> 24.1.4

2024-07-20 Thread Markus Volk
- Remove two patches that have been merged upstream - Remove 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch Upstream managed to fix this: https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/meson.build?ref_type=heads#L839 - Drop OPENCL_NATIVE since the according option has been re

Re: [oe-core][PATCHv2] mesa: update 24.0.7 -> 24.1.4

2024-07-20 Thread Markus Volk
I had a look. libclc dependency becomes mandatory once 'iris' is in gallium drivers or 'intel' is in vulkan drivers. It would also be included for gallium-asahi, but that is not enabled by default. iris gallium driver is built by default and vulkan depends on DISTRO_FEATURE This makes libclc r

[OE-core] [PATCH] python3-attrs: drop python3-ctypes from RDEPENDS

2024-07-20 Thread Guðni Már Gilbert
python3-ctypes was dropped as a dependency in v19.2.0 Signed-off-by: Guðni Már Gilbert --- meta/recipes-devtools/python/python3-attrs_23.2.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-attrs_23.2.0.bb b/meta/recipes-devtools/python/python3-attrs_23

Re: [OE-core] [PATCH] meson: upgrade 1.4.0 -> 1.5.0

2024-07-20 Thread Richard Purdie
On Fri, 2024-07-19 at 16:50 +0100, Ross Burton via lists.openembedded.org wrote: > - Support for `bztar` in `meson dist` > - Cargo dependencies names now include the API version > - Added support `Cargo.lock` file > - Meson now propagates its build type to CMake > - compiler.run() method is now ava

Patchtest results for [OE-core][kirkstone 5/6] python3-jinja2: Upgrade 3.1.3 -> 3.1.4

2024-07-20 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/kirkstone-5-6-python3-jinja2-Upgrade-3.1.3---3.1.4.patch FAIL: test lic files chksum modified not mentioned: LIC_FI

[OE-core][kirkstone 6/6] uboot-sign: Fix index error in concat_dtb_helper() with multiple configs

2024-07-20 Thread Steve Sakoman
From: Florian Amstutz Commit 60774248a5570899a66f9f88e597cc4f723d6278 solves issues when i or j have been set in other shell functions. Since j is not unset after the inner loop, the image will only be copied for the first configuration. Unsetting i and j after the loops also prevents index iss

[OE-core][kirkstone 3/6] busybox: Patch CVE-2021-42380

2024-07-20 Thread Steve Sakoman
From: Peter Marko Backport patch for CVE-2021-42380. Move if before patch for CVE-2023-42363 because they touch the same code and they are in this order in git history so we avoid fuzz modifications. This will remove fuzz modifications from CVE-2023-42363 and both will apply cleanly without modi

[OE-core][kirkstone 1/6] busybox: Fix CVE-2023-42363

2024-07-20 Thread Steve Sakoman
From: Hitendra Prajapati Upstream-Status: Backport from https://git.busybox.net/busybox/commit/?id=fb08d43d44d1fea1f741fafb9aa7e1958a5f69aa Signed-off-by: Hitendra Prajapati Signed-off-by: Steve Sakoman --- .../busybox/busybox/CVE-2023-42363.patch | 67 +++ meta/recipes-

[OE-core][kirkstone 5/6] python3-jinja2: Upgrade 3.1.3 -> 3.1.4

2024-07-20 Thread Steve Sakoman
From: Vijay Anusuri Switch to use flit core since upstream changed. They also changed the capitalisation under pypi. The license didn't change but the file was renamed, probably as it wasn't rst. Signed-off-by: Richard Purdie (cherry picked from commit e352680528b18c3cdae26233bef7cddc2771d42d

[OE-core][kirkstone 4/6] libarchive: ignore CVE-2024-37407

2024-07-20 Thread Steve Sakoman
From: Peter Marko History of code changes: * introduced: https://github.com/ilibarchive/libarchive/commit/390d83012fdba8c8db7fc9915338805882b0597a (v3.7.2-52-g390d8301) * reverted: 6https://github.com/libarchive/libarchive/commit/2c8caf6611a7d0662d80176c4fdb40f85794699 (v3.7.2-53-g62c8caf6) *

[OE-core][kirkstone 0/6] Patch review

2024-07-20 Thread Steve Sakoman
Please review this set of changes for kirkstone and have comments back by end of day Tuesday, July 23 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7158 The following changes since commit 5d97b0576e98a2cf402abab1a1edcab223545d87: build-applian

[OE-core][kirkstone 2/6] ruby: backport fix for CVE-2024-27282

2024-07-20 Thread Steve Sakoman
From: Ashish Sharma Upstream-Status: Backport [https://github.com/ruby/ruby/commit/989a2355808a63fc45367785c82ffd46d18c900a] Signed-off-by: Ashish Sharma Signed-off-by: Steve Sakoman --- .../ruby/ruby/CVE-2024-27282.patch| 29 +++ meta/recipes-devtools/ruby/ruby_3.

Re: [oe-core][PATCHv2] mesa: update 24.0.7 -> 24.1.4

2024-07-20 Thread Richard Purdie
On Fri, 2024-07-19 at 10:10 +0200, Markus Volk via lists.openembedded.org wrote: >  - Remove two patches that have been merged upstream >  - Remove 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch >    Upstream managed to fix this: >    > https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/me