Re: [OE-core] [AUH] rust: upgrading to 1.69.0 FAILED -> Sundeep to do the update.

2023-05-03 Thread Alexander Kanavin
I think Alex Kiernan already sent an update here about a week ago? Alex On Wed, 3 May 2023 at 01:29, Randy MacLeod wrote: > > On 2023-05-01 17:25, a...@yoctoproject.org wrote: > > Hello, > > this email is a notification from the Auto Upgrade Helper > that the automatic attempt to upgrade the re

Re: [OE-core] [PATCH] mesa: 23.0.2 -> 23.0.3

2023-05-03 Thread Richard Purdie
On Tue, 2023-05-02 at 17:12 -0300, Otavio Salvador wrote: > Update to 23.0.3 stable release. Release notes in: > > - https://docs.mesa3d.org/relnotes/23.0.3.html > > Signed-off-by: Otavio Salvador > --- Unfortunately I isolated this change to be causing qemuppc xorg sanity check failures: htt

Re: [OE-core] [PATCH] mesa: 23.0.2 -> 23.0.3

2023-05-03 Thread Richard Purdie
On Wed, 2023-05-03 at 09:14 +0100, Richard Purdie via lists.openembedded.org wrote: > On Tue, 2023-05-02 at 17:12 -0300, Otavio Salvador wrote: > > Update to 23.0.3 stable release. Release notes in: > > > > - https://docs.mesa3d.org/relnotes/23.0.3.html > > > > Signed-off-by: Otavio Salvador >

Re: [OE-core] [PATCH 1/3] vulkan-headers: upgrade to 1.3.249

2023-05-03 Thread Alexander Kanavin
Please respect the upstream version check; vulkan should be updated to sdk-x.y.z versions, which currently means 1.3.243. Alex On Tue, 2 May 2023 at 21:59, Ross Burton wrote: > > --- > ...{vulkan-headers_1.3.239.0.bb => vulkan-headers_1.3.249.0.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 d

Re: [OE-core] [PATCH 1/3] vulkan-headers: upgrade to 1.3.249

2023-05-03 Thread Ross Burton
On 3 May 2023, at 09:37, Alexander Kanavin wrote: > > Please respect the upstream version check; vulkan should be updated to > sdk-x.y.z versions, which currently means 1.3.243. If that’s a policy and not just because of historical branch structure, please add a comment explaining this to the r

Re: [OE-core] [PATCH 1/3] vulkan-headers: upgrade to 1.3.249

2023-05-03 Thread Alexander Kanavin
On Wed, 3 May 2023 at 10:39, Ross Burton wrote: > > Please respect the upstream version check; vulkan should be updated to > > sdk-x.y.z versions, which currently means 1.3.243. > > If that’s a policy and not just because of historical branch structure, > please add a comment explaining this to t

[OE-core] [PATCH] vulkan: add a comment explaining upstream version policy

2023-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/glslang/glslang_1.3.239.0.bb | 4 meta/recipes-graphics/spir/spirv-headers_1.3.243.0.bb| 4 meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb | 4 meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb |

[OE-Core][master][mickledore][PATCH] libbsd: Add correct license for all packages

2023-05-03 Thread Ranjitsinh Rathod
From: Ranjitsinh Rathod BSD-4-Clause is only applicable to the {PN}-doc package as when I check for the source code I find below files which only uses the license BSD-4-Clause ~/sources/libbsd$ grep -rl "All advertising materials mentioning features or use of this software" *|grep -v \.1|grep -

[OE-Core][kirkstone][PATCH] libbsd: Add correct license for all packages

2023-05-03 Thread Ranjitsinh Rathod
From: Ranjitsinh Rathod BSD-4-Clause is only applicable to the {PN}-doc package as when I check for the source code I find below files which only uses the license BSD-4-Clause ~/sources/libbsd$ grep -rl "All advertising materials mentioning features or use of this software" *|grep -v \.1|grep -

[OE-Core][dunfell][PATCH] libbsd: Add correct license for all packages

2023-05-03 Thread Ranjitsinh Rathod
From: Ranjitsinh Rathod BSD-4-Clause is only applicable to the {PN}-doc package as when I check for the source code I find below files which only uses the license BSD-4-Clause ~/sources/libbsd$ grep -rl "All advertising materials mentioning features or use of this software" *|grep -v \.1|grep -

Re: [OE-core] [PATCH 5/6] python3-requests: fix rdepends

2023-05-03 Thread Ernst Sjöstrand
Oh, email, json, netserver and compression are from the python standard library, they are probably still needed. So this patch is wrong! I was only thinking about PyPI requires from setup.py here. (Couldn't they have a more unique name, like python3-core-email or similar... ?) Den tis 2 maj 2023

[OE-core] [PATCH] xwininfo: upgrade to v1.1.6

2023-05-03 Thread Sudip Mukherjee
Changes: Use xz: upstream has not released bz2. Update license checksum: change in copyright year. Update sha256sum and md5sum for new version. Signed-off-by: Sudip Mukherjee --- .../xorg-app/{xwininfo_1.1.5.bb => xwininfo_1.1.6.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(

[OE-core] [PATCH v2] waffle: upgrade 1.7.0 -> 1.7.2

2023-05-03 Thread Ross Burton
Upstream now only generates CMake files on Windows, so remove all references to CMake. A zsh completion is now installed, remove this for now as we don't really use zsh. Signed-off-by: Ross Burton --- ...build-request-native-wayland-scanner.patch | 9 ...-make-core-protocol-into-the-l

[OE-core] [PATCH v2 1/4] glslang: upgrade to 1.3.243

2023-05-03 Thread Ross Burton
The libraries are now versioned correctly, so remove the manual packaging. Signed-off-by: Ross Burton --- .../glslang/{glslang_1.3.239.0.bb => glslang_1.3.243.0.bb} | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) rename meta/recipes-graphics/glslang/{glslang_1.3.239.0.bb => glslang

[OE-core] [PATCH v2 2/4] vulkan-headers: upgrade to 1.3.243

2023-05-03 Thread Ross Burton
Signed-off-by: Ross Burton --- ...{vulkan-headers_1.3.239.0.bb => vulkan-headers_1.3.243.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/vulkan/{vulkan-headers_1.3.239.0.bb => vulkan-headers_1.3.243.0.bb} (95%) diff --git a/meta/recipes-graphics/vulkan/

[OE-core] [PATCH v2 3/4] vulkan-loader: upgrade to 1.3.243

2023-05-03 Thread Ross Burton
Signed-off-by: Ross Burton --- ...{vulkan-loader_1.3.239.0.bb => vulkan-loader_1.3.243.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/vulkan/{vulkan-loader_1.3.239.0.bb => vulkan-loader_1.3.243.0.bb} (95%) diff --git a/meta/recipes-graphics/vulkan/

[OE-core] [PATCH v2 4/4] vulkan-tools: upgrade to 1.3.243

2023-05-03 Thread Ross Burton
Signed-off-by: Ross Burton --- .../{vulkan-tools_1.3.239.0.bb => vulkan-tools_1.3.243.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/vulkan/{vulkan-tools_1.3.239.0.bb => vulkan-tools_1.3.243.0.bb} (94%) diff --git a/meta/recipes-graphics/vulkan/vu

[OE-core] [PATCH 1/2] dmidecode: upgrade to 3.5

2023-05-03 Thread Ross Burton
This includes a fix for CVE-2023-30630. Remove the patch changing prefix and instead pass the paths to the make install command. Passing -e to make is no longer needed, the Makefile respects variables now. Signed-off-by: Ross Burton --- ...mitting-changes-from-do_unpack_extra.patch | 25 --

[OE-core] [PATCH 2/2] connman: backport fix for CVE-2023-28488

2023-05-03 Thread Ross Burton
Signed-off-by: Ross Burton --- ...ify-and-sanitize-packet-length-first.patch | 63 +++ .../connman/connman_1.41.bb | 1 + 2 files changed, 64 insertions(+) create mode 100644 meta/recipes-connectivity/connman/connman/0001-gdhcp-Verify-and-sanitize-packet-lengt

[OE-core] [PATCH] bitbake.conf: add "xz" to HOSTTOOLS

2023-05-03 Thread Michael Opdenacker via lists.openembedded.org
From: Michael Opdenacker xz is necessary to extract the uninative binary shims Signed-off-by: Michael Opdenacker --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index afd9e2f552..2a6aefc01a 100644 --

Re: [OE-core] [PATCH 1/3] vulkan-headers: upgrade to 1.3.249

2023-05-03 Thread Jose Quaresma
Hi, Alexander Kanavin escreveu no dia quarta, 3/05/2023 à(s) 09:47: > On Wed, 3 May 2023 at 10:39, Ross Burton wrote: > > > Please respect the upstream version check; vulkan should be updated to > > > sdk-x.y.z versions, which currently means 1.3.243. > > > > If that’s a policy and not just bec

Re: [OE-core] [PATCH] make-mod-scripts: preserve libraries when rm_work is used

2023-05-03 Thread Jose Quaresma
Bruce Ashfield escreveu no dia terça, 2/05/2023 à(s) 22:12: > Attached is v2 of the patch. I've consolidated the suggested changes. > > I'm soaking it a bit longer, and then will send it as part of my next > consolidated pull request. > I will do some more tests with the v2 and post my comment l

Re: [OE-core] [PATCH] bitbake.conf: add "xz" to HOSTTOOLS

2023-05-03 Thread Richard Purdie
On Wed, 2023-05-03 at 11:52 +0200, Michael Opdenacker via lists.openembedded.org wrote: > From: Michael Opdenacker > > xz is necessary to extract the uninative binary shims > > Signed-off-by: Michael Opdenacker > --- > meta/conf/bitbake.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [kirkstone][PATCH] binutils : Fix CVE-2023-25584

2023-05-03 Thread Deepthi Hemraj
Upstream-Status: Backport [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=77c225bdeb410cf60da804879ad41622f5f1aa44] Signed-off-by: Deepthi Hemraj --- .../binutils/binutils-2.38.inc| 3 + .../binutils/0022-CVE-2023-25584-1.patch | 56 ++ .../binutils/0022-CVE-

[OE-core] [PATCH 0/1] Add CPE_NAME to os-release

2023-05-03 Thread Armin Kuster
I am sending this change as several recipes in meta-security interogate the system to determine which OS is running so that they can behave accordingly. I would prefer core carry this rather than meta-security. This may also help with the overall OE/Yocto Security story. Armin Kuster (1): os-rel

[OE-core] [PATCH 1/1] os-release: Add CPE_NAME

2023-05-03 Thread Armin Kuster
Its time we add the CPE_NAME to os-release. The vendor field is hardcoded to "openembedded" as it is the base framework. We will use "DISTRO" to identify which variation of openembedded is being used. Signed-off-by: Armin Kuster --- meta/recipes-core/os-release/os-release.bb | 8 1 fil

Re: [OE-core] [PATCH 1/1] os-release: Add CPE_NAME

2023-05-03 Thread Richard Purdie
On Wed, 2023-05-03 at 07:19 -0400, Armin Kuster wrote: > Its time we add the CPE_NAME to os-release. > > The vendor field is hardcoded to "openembedded" as it is the base > framework. We will use "DISTRO" to identify which variation of > openembedded is being used. > > Signed-off-by: Armin Kuster

[OE-core] [kirkstone][PATCH] binutils : Fix CVE-2023-25585

2023-05-03 Thread Deepthi Hemraj
Upstream-Status: Backport [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=65cf035b8dc1df5d8020e0b1449514a3c42933e7] Signed-off-by: Deepthi Hemraj --- .../binutils/binutils-2.38.inc| 1 + .../binutils/0023-CVE-2023-25585.patch| 54 +++ 2 files

Re: [OE-core] [PATCH] mesa: 23.0.2 -> 23.0.3

2023-05-03 Thread Otavio Salvador
Hello Richard, Em qua., 3 de mai. de 2023 às 05:17, Richard Purdie < richard.pur...@linuxfoundation.org> escreveu: > On Wed, 2023-05-03 at 09:14 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Tue, 2023-05-02 at 17:12 -0300, Otavio Salvador wrote: > > > Update to 23.0.3 stable re

Re: [OE-core] [PATCH 2/6] python3-fixtures: add recipe

2023-05-03 Thread Alexandre Belloni via lists.openembedded.org
Hello, without a maintainers entry, this will fail build testing On 02/05/2023 19:34:18+0200, Ernst Sjöstrand wrote: > Signed-off-by: Ernst Sjöstrand > --- > .../python/python3-fixtures_4.0.1.bb | 19 +++ > 1 file changed, 19 insertions(+) > create mode 100644 meta/rec

[OE-core][PATCH v4] python3-calver: Add recipe

2023-05-03 Thread Trevor Gamblin
calver is "a setuptools extension for automatically defining your Python package version as a calendar version." It is required for python3-trove-classifiers (another new recipe), which in turn is required for the upgrade of python3-hatchling from 1.13.0 to work. v4 adds the missing run-ptest scri

[OE-core][PATCH v2] python3-trove-classifiers: Add recipe

2023-05-03 Thread Trevor Gamblin
python3-trove-classifiers is "Canonical source for classifiers on PyPI.". It is required to update python3-hatchling from the current version (1.13.0) in oe-core, and depends on python3-calver (another new recipe). Also add ptests. v2 adds maintainer info to maintainers.inc. Signed-off-by: Trevor

Re: [OE-core] [PATCH] bitbake.conf: add "xz" to HOSTTOOLS

2023-05-03 Thread Michael Opdenacker via lists.openembedded.org
On 03.05.23 at 12:47, Richard Purdie wrote: On Wed, 2023-05-03 at 11:52 +0200, Michael Opdenacker via lists.openembedded.org wrote: From: Michael Opdenacker xz is necessary to extract the uninative binary shims Signed-off-by: Michael Opdenacker --- meta/conf/bitbake.conf | 2 +- 1 file c

Re: [OE-core] [PATCH] bitbake.conf: add "xz" to HOSTTOOLS

2023-05-03 Thread Alexander Kanavin
On Wed, 3 May 2023 at 14:39, Michael Opdenacker via lists.openembedded.org wrote: > Then, we I ran my tests on a fresh Fedora container, bitbake didn't warn > me but "xz" was missing, but this prevented the uninative shim from > being installed. It seems that at least on Fedora, "xz" isn't pulled

Re: [OE-core] [PATCH 1/1] os-release: Add CPE_NAME

2023-05-03 Thread Armin Kuster
On 5/3/23 7:44 AM, Richard Purdie wrote: On Wed, 2023-05-03 at 07:19 -0400, Armin Kuster wrote: Its time we add the CPE_NAME to os-release. The vendor field is hardcoded to "openembedded" as it is the base framework. We will use "DISTRO" to identify which variation of openembedded is being us

[OE-core] [v2][PATCH] os-release: Add CPE_NAME

2023-05-03 Thread Armin Kuster
Its time we add the CPE_NAME to os-release. The vendor field is hardcoded to "openembedded" as it is the base framework. We will use "DISTRO" to identify which variation of openembedded is being used. Signed-off-by: Armin Kuster --- V2] Add CPE_DISTRO Improve usage text. --- meta/recipes-core/

[OE-core] [PATCH 1/3] spirv-headers: remove description

2023-05-03 Thread Ross Burton
This description doesn't actually describe the recipe in any meaningful way, remove it. Signed-off-by: Ross Burton --- meta/recipes-graphics/spir/spirv-headers_1.3.243.0.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.243.0.bb b/meta/recipes

[OE-core] [PATCH 2/3] spirv-tools: remove redundant python3native inherit

2023-05-03 Thread Ross Burton
Python is needed at build-time, but the host Python is sufficient. Signed-off-by: Ross Burton --- meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.243.0.bb b/meta/recipes-graphics/s

[OE-core] [PATCH 3/3] ghostscript: upgrade to 10.01.1

2023-05-03 Thread Ross Burton
Fixes CVE-2023-28879. Drop an upstreamed patch. Signed-off-by: Ross Burton --- .../ghostscript/cross-compile.patch | 40 --- ...cript_10.0.0.bb => ghostscript_10.01.1.bb} | 3 +- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 meta/recipes-extend

Re: [OE-core] [PATCH] mesa: 23.0.2 -> 23.0.3

2023-05-03 Thread Richard Purdie
On Wed, 2023-05-03 at 09:32 -0300, Otavio Salvador wrote: > Hello Richard, > > Em qua., 3 de mai. de 2023 às 05:17, Richard Purdie > escreveu: > > On Wed, 2023-05-03 at 09:14 +0100, Richard Purdie via > > lists.openembedded.org wrote: > > > On Tue, 2023-05-02 at 17:12 -0300, Otavio Salvador wrote

Re: [OE-core] [v2][PATCH] os-release: Add CPE_NAME

2023-05-03 Thread Richard Purdie
On Wed, 2023-05-03 at 08:51 -0400, Armin Kuster wrote: > Its time we add the CPE_NAME to os-release. > > The vendor field is hardcoded to "openembedded" as it is the base > framework. We will use "DISTRO" to identify which variation of > openembedded is being used. > > Signed-off-by: Armin Kuster

Re: [OE-core] [PATCH] bitbake.conf: add "xz" to HOSTTOOLS

2023-05-03 Thread Richard Purdie
On Wed, 2023-05-03 at 14:42 +0200, Alexander Kanavin wrote: > On Wed, 3 May 2023 at 14:39, Michael Opdenacker via > lists.openembedded.org > wrote: > > Then, we I ran my tests on a fresh Fedora container, bitbake didn't warn > > me but "xz" was missing, but this prevented the uninative shim from >

[OE-core] [dunfell][PATCH] run-postinsts: Set dependency for ldconfig to avoid boot issues

2023-05-03 Thread Jermain Horsman
From: Arturo Buzarra If a package with a postsints script requires ldconfig, the package class adds a ldconfig postinst fragment to initialize it before. Systemd has its own ldconfig.service to initialize it and sometimes if both services are running at the same time in the first boot, the first

Re: [OE-core] [v2][PATCH] os-release: Add CPE_NAME

2023-05-03 Thread Armin Kuster
On 5/3/23 8:58 AM, Richard Purdie wrote: On Wed, 2023-05-03 at 08:51 -0400, Armin Kuster wrote: Its time we add the CPE_NAME to os-release. The vendor field is hardcoded to "openembedded" as it is the base framework. We will use "DISTRO" to identify which variation of openembedded is being us

[OE-core] [kirkstone][PATCH] run-postinsts: Set dependency for ldconfig to avoid boot issues

2023-05-03 Thread Jermain Horsman
From: Arturo Buzarra If a package with a postsints script requires ldconfig, the package class adds a ldconfig postinst fragment to initialize it before. Systemd has its own ldconfig.service to initialize it and sometimes if both services are running at the same time in the first boot, the first

[OE-core] [v3][PATCH] os-release: Add CPE_NAME

2023-05-03 Thread Armin Kuster
Its time we add the CPE_NAME to os-release. The vendor field is hardcoded to "openembedded" as it is the base framework. We will use "DISTRO" to identify which variation of openembedded is being used. Signed-off-by: Armin Kuster --- V2] Add CPE_DISTRO Improve usage text. v3] Improperly comment

[OE-core] [PATCH] xinput: upgrade to v1.6.4

2023-05-03 Thread Sudip Mukherjee
Changes: Use xz: upstream has not released bz2. Update sha256sum and md5sum for new version. Signed-off-by: Sudip Mukherjee --- .../xorg-app/{xinput_1.6.3.bb => xinput_1.6.4.bb}| 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xinput_1

[OE-core] [PATCH] libmodule-build-perl: upgrade 0.4232 -> 0.4234

2023-05-03 Thread Tim Orling
* Skip t/pod_parser.t ptest since it is for testing documentation and requires Pod::Parser for which we do not have a recipe. Adding one does not make much sense since Pod::Parser was dropped from Perl > 5.31.1 in favor of Pod::Simple https://metacpan.org/pod/Pod::Parser#DESCRIPTION Chan

[OE-core] [PATCH] scripts: fix buildstats diff/summary hard bound to host python3

2023-05-03 Thread Paul Gortmaker via lists.openembedded.org
Somehow these two got left behind and hence on older hosts that are using buildtools for a newer python - they will still fail. Signed-off-by: Paul Gortmaker diff --git a/scripts/buildstats-diff b/scripts/buildstats-diff index 2f6498ab6743..c9aa76a8fafc 100755 --- a/scripts/buildstats-diff +++ b

[OE-core] [PATCH v2] ghostscript: upgrade to 10.01.1

2023-05-03 Thread Ross Burton
From: Ross Burton Fixes CVE-2023-28879. Drop an upstreamed patch. Signed-off-by: Ross Burton --- .../ghostscript/cross-compile.patch | 40 --- ...cript_10.0.0.bb => ghostscript_10.01.1.bb} | 3 +- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644

[OE-core] [RFC] python3-cryptogaphy upgrade to 40.0.2 issues

2023-05-03 Thread Tim Orling
I am working on an upgrade from 39.0.2 to 40.0.2 for python3-cryptography: https://git.yoctoproject.org/poky-contrib/log/?h=timo/python3-cryptography_40.0.2 The patch at the tip of HEAD is perhaps not needed, as the compiling of `openssl-sys` was not the problem. We might need tweaks to not vendor

Re: [OE-core] [AUH] rust: upgrading to 1.69.0 FAILED -> Sundeep to do the update.

2023-05-03 Thread Alex Kiernan
Yeah, I think it's made it through testing in master-next? On Wed, May 3, 2023 at 8:39 AM Alexander Kanavin wrote: > > I think Alex Kiernan already sent an update here about a week ago? > > Alex > > > On Wed, 3 May 2023 at 01:29, Randy MacLeod > wrote: > > > > On 2023-05-01 17:25, a...@yoctopro

Re: [OE-core] [AUH] rust: upgrading to 1.69.0 FAILED -> Sundeep to do the update.

2023-05-03 Thread Randy MacLeod via lists.openembedded.org
On 2023-05-03 03:39, Alexander Kanavin wrote: I think Alex Kiernan already sent an update here about a week ago? Thanks Alex*  ;-) I should have checked the list. It's not yet merged to master or master-next; I think it's stuck behind the gcc-13 update and many other commits that are causing

Re: [OE-core] [PATCH] gcc: Upgrade to GCC 13.1 release

2023-05-03 Thread Alexandre Belloni via lists.openembedded.org
Hello Khem, The upgrade causes multiple failures: perf: https://autobuilder.yoctoproject.org/typhoon/#/builders/62/builds/7068/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/74/builds/7000/steps/12/logs/stdio kernel gcc-plugins: https://autobuilder.yoctoproject.or

Re: [OE-core] [PATCH] gcc: Upgrade to GCC 13.1 release

2023-05-03 Thread Alexandre Belloni via lists.openembedded.org
On 04/05/2023 00:14:40+0200, Alexandre Belloni wrote: > Hello Khem, > > The upgrade causes multiple failures: > > perf: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/62/builds/7068/steps/12/logs/stdio > https://autobuilder.yoctoproject.org/typhoon/#/builders/74/builds/7000/steps/12

Re: [OE-core] [PATCH v2] piglit: upgrade to latest revision

2023-05-03 Thread Khem Raj
fails to compile with clang see https://errors.yoctoproject.org/Errors/Details/702836/ https://errors.yoctoproject.org/Errors/Details/702832/ On Tue, May 2, 2023 at 8:25 AM Ross Burton wrote: > > Signed-off-by: Ross Burton > --- > meta/recipes-graphics/piglit/piglit_git.bb | 2 +- > 1 file cha

Re: [OE-core] [kirkstone][PATCH] run-postinsts: Set dependency for ldconfig to avoid boot issues

2023-05-03 Thread Khem Raj
On Wed, May 3, 2023 at 7:13 AM Jermain Horsman wrote: > > From: Arturo Buzarra > > If a package with a postsints script requires ldconfig, the package class adds > a ldconfig postinst fragment to initialize it before. Systemd has its own > ldconfig.service to initialize it and sometimes if both s

Re: [OE-core] [PATCH 05/11] bitbake.conf: set minimum required kernel to 5.15

2023-05-03 Thread Khem Raj
On Tue, May 2, 2023 at 8:01 AM Khem Raj wrote: > > On Tue, May 2, 2023 at 1:42 AM Alexander Kanavin > wrote: > > > > On Sat, 29 Apr 2023 at 21:28, Khem Raj wrote: > > > I am also seing some segfaults in qemu usermode runs > > > > > > | > > > /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-

Re: [OE-core] [PATCH 05/11] bitbake.conf: set minimum required kernel to 5.15

2023-05-03 Thread Khem Raj
On Wed, May 3, 2023 at 5:36 PM Khem Raj wrote: > > On Tue, May 2, 2023 at 8:01 AM Khem Raj wrote: > > > > On Tue, May 2, 2023 at 1:42 AM Alexander Kanavin > > wrote: > > > > > > On Sat, 29 Apr 2023 at 21:28, Khem Raj wrote: > > > > I am also seing some segfaults in qemu usermode runs > > > > >

[OE-core][kirkstone][PATCH] shadow:Fix CVE-2023-29383 improper input validation

2023-05-03 Thread Ashish Sharma
ChangeID: 2bfa88cb752792ddc37f700f87a896331bb12c95 CVE: CVE-2023-29383 shadow: Improper input validation in shadow-utils package utility chfn Signed-off-by: Ashish Sharma --- .../shadow/files/CVE-2023-29383.patch | 46 +++ meta/recipes-extended/shadow/shadow.inc |

[OE-core] [PATCH] cmake: Upgrade to 3.26.3

2023-05-03 Thread Khem Raj
License-Update: Copyright year changed from 2022 -> 2023 - Copyright 2000-2022 Kitware, Inc. and Contributors + Copyright 2000-2023 Kitware, Inc. and Contributors Call bootstrap directly without wrapping it with configure since all it does it find the sourcedir Signed-off-by: Khem Raj --- .../

Re: [OE-core] [PATCH 05/11] bitbake.conf: set minimum required kernel to 5.15

2023-05-03 Thread Khem Raj
On Wed, May 3, 2023 at 6:14 PM Khem Raj wrote: > > On Wed, May 3, 2023 at 5:36 PM Khem Raj wrote: > > > > On Tue, May 2, 2023 at 8:01 AM Khem Raj wrote: > > > > > > On Tue, May 2, 2023 at 1:42 AM Alexander Kanavin > > > wrote: > > > > > > > > On Sat, 29 Apr 2023 at 21:28, Khem Raj wrote: > >

Re: [OE-core] [PATCH 2/6] python3-fixtures: add recipe

2023-05-03 Thread Tim Orling
Please add some reason that it needs to be added to core. Empty commit logs do not help future users know “why?” On Tue, May 2, 2023 at 10:35 AM Ernst Sjöstrand wrote: > Signed-off-by: Ernst Sjöstrand > --- > .../python/python3-fixtures_4.0.1.bb | 19 +++ > 1 file chan

Re: [OE-core] [PATCH 2/6] python3-fixtures: add recipe

2023-05-03 Thread Tim Orling
On Wed, May 3, 2023 at 9:47 PM Tim Orling wrote: > Please add some reason that it needs to be added to core. Empty commit > logs do not help future users know “why?” > > On Tue, May 2, 2023 at 10:35 AM Ernst Sjöstrand wrote: > >> Signed-off-by: Ernst Sjöstrand >> --- >> .../python/python3-fixt

Re: [OE-core] [PATCH 4/6] python3-charset-normalizer: add recipe

2023-05-03 Thread Tim Orling
Why does this need to be added to core? Please provide some reason/justification for adding the recipe. On Tue, May 2, 2023 at 10:35 AM Ernst Sjöstrand wrote: > Signed-off-by: Ernst Sjöstrand > --- > .../python/python3-charset-normalizer_3.1.0.bb | 10 ++ > 1 file changed, 10 i

Re: [OE-core] [RFC] python3-cryptogaphy upgrade to 40.0.2 issues

2023-05-03 Thread Frederic Martinsons
Hello Tim, I'll take a look today since I already put my nose in this package for rust ptest patch series, it was unsuccessful but I want to know more on this package to kill two birds with one stone (hope so) Le mer. 3 mai 2023, 19:31, Tim Orling a écrit : > I am working on an upgrade from 39.

[OE-core] [PATCH] piglit: Fix c++11-narrowing warnings in tests

2023-05-03 Thread Khem Raj
This is found with clang on 32bit builds Signed-off-by: Khem Raj Cc: Ross Burton --- ...Fix-narrowing-errors-seen-with-clang.patch | 53 +++ meta/recipes-graphics/piglit/piglit_git.bb| 1 + 2 files changed, 54 insertions(+) create mode 100644 meta/recipes-graphics/piglit/

[OE-core] [kirkstone][PATCH] binutils : Fix CVE-2023-1972

2023-05-03 Thread Deepthi Hemraj
Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=blobdiff;f=bfd/elf.c;h=185028cbd97ae0901c4276c8a4787b12bb75875a;hp=027d01437352555bc4ac0717cb0486c751a7775d;hb=c22d38baefc5a7a1e1f5cdc9dbb556b1f0ec5c57;hpb=f2f9bde5cde7ff34ed0a4c4682a211d402aa1086] Signed-off-by: Deepthi