[OE-core][PATCH] maintainers.inc: Modify email address

2023-07-29 Thread Andrej Valek via lists.openembedded.org
From: Andrej Valek andrej.va...@siemens.com -> andre...@skyrain.eu Signed-off-by: Andrej Valek --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc i

Re: [OE-core] [PATCH v3 0/3] Add bblock helper scripts

2023-07-29 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 27/07/2023 15:56:09+0200, Julien Stephan wrote: > Hi all, > > This is v3 from bblock script. > This doesn't apply cleanly on master, can you rebase? Thanks! > Improvement from v2: > * Add a function in bb.cooker to compute task signatures > * Replace the findSigInfo function by the

Re: [OE-core][PATCH] go: update 1.20.5 -> 1.20.6

2023-07-29 Thread Peter Marko via lists.openembedded.org
Alex, Jose, I could not find documentation how to handle mixins layer. Could you please pick this to kirkstone/go meta-lts-mixins? Or should I send a patch to yo...@lists.yoctoproject.org (or other mailing list) instead of asking for a cherry-pick? Thanks, Peter -=-=-=-=-=-=-=-=-=-=-=- Links:

[OE-core] [meta][PATCH] Upgrade 9.3p1 to 9.3p2 for CVE-2023-38408

2023-07-29 Thread Tom Isaacson
Signed-off-by: Tom Isaacson --- .../openssh/{openssh_9.3p1.bb => openssh_9.3p2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/openssh/{openssh_9.3p1.bb => openssh_9.3p2.bb} (98%) diff --git a/meta/recipes-connectivity/openssh/openssh_9.3

[OE-core][dunfell][PATCH] libarchive: ignore CVE-2023-30571

2023-07-29 Thread Peter Marko via lists.openembedded.org
From: Peter Marko This issue was reported and discusses under [1] which is linked in NVD CVE report. It was already documented that some parts or libarchive are thread safe and some not. [2] was now merged to document that also reported function is not thread safe. So this CVE *now* reports thr

[OE-core][kirkstone][mickledore][PATCH] libarchive: ignore CVE-2023-30571

2023-07-29 Thread Peter Marko via lists.openembedded.org
From: Peter Marko This issue was reported and discusses under [1] which is linked in NVD CVE report. It was already documented that some parts or libarchive are thread safe and some not. [2] was now merged to document that also reported function is not thread safe. So this CVE *now* reports thr

[OE-core][PATCH] libarchive: ignore CVE-2023-30571

2023-07-29 Thread Peter Marko via lists.openembedded.org
From: Peter Marko This issue was reported and discusses under [1] which is linked in NVD CVE report. It was already documented that some parts or libarchive are thread safe and some not. [2] was now merged to document that also reported function is not thread safe. So this CVE *now* reports thr

[OE-core][dunfell][PATCH] libpcre2: patch CVE-2022-41409

2023-07-29 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Backport commit mentioned in NVD DB links. https://github.com/PCRE2Project/pcre2/commit/94e1c001761373b7d9450768aa15d04c25547a35 Signed-off-by: Peter Marko --- .../libpcre/libpcre2/CVE-2022-41409.patch | 74 +++ .../recipes-support/libpcre/libpcre2_10.34.b

[OE-core][kirkstone][PATCH] libpcre2: patch CVE-2022-41409

2023-07-29 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Backport commit mentioned in NVD DB links. https://github.com/PCRE2Project/pcre2/commit/94e1c001761373b7d9450768aa15d04c25547a35 Signed-off-by: Peter Marko --- .../libpcre/libpcre2/CVE-2022-41409.patch | 75 +++ .../recipes-support/libpcre/libpcre2_10.40.b

Re: [OE-core] [PATCH v3] rpm: Allow setting platform macro settings externally

2023-07-29 Thread Zoltan Boszormenyi
2023. 07. 29. 6:42 keltezéssel, Khem Raj írta: On Fri, Jul 28, 2023 at 2:04 PM Alexandre Belloni via lists.openembedded.org wrote: Most of the builds are breaking with: ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/genericx86-alt/build/build/tmp/work/core2-32-poky-linux/rp

Re: [OE-Core][PATCH 1/2] base-passwd: Add the sgx group

2023-07-29 Thread Richard Purdie
On Fri, 2023-07-28 at 15:01 +0100, Alex Kiernan wrote: > On Fri, Jul 28, 2023 at 1:52 PM Jon Mason wrote: > > > > On Fri, Jul 28, 2023 at 5:40 AM Alex Kiernan wrote: > > > > > > To avoid errors from eudev/udev we need an sgx group, but if we add it > > > via groupadd that causes shadow login to

[OE-core] [PATCH] oeqa/ssh: Further improve process exit handling

2023-07-29 Thread Richard Purdie
It looks like there were further cases where orphaned processes may be left behind since the .kill() calls may be unsuccessful if the process terminated due to the terminate or through normal exit. In that situation .wait() wouldn't have been called. Further tweak the exit code paths to ensure .wa

Re: [OE-core] [PATCH 4/4] target/ssh: Ensure exit code set for commands

2023-07-29 Thread Richard Purdie
On Fri, 2023-07-28 at 08:02 -0600, Joshua Watt wrote: > On Fri, Jul 28, 2023 at 8:01 AM Joshua Watt wrote: > > > > On Fri, Jul 28, 2023 at 5:13 AM Richard Purdie > > wrote: > > > > > > As spotted by Joshua Watt, the returncode isn't set until .poll() or > > > .wait() > > > is called so we need

Re: [OE-core] [PATCH v2] oeqa/selftest/rust: Add failed test cases to exclude list for Rust Oe-selftest

2023-07-29 Thread Shinde, Yash via lists.openembedded.org
Sent v2 for patch series https://lists.openembedded.org/g/openembedded-core/message/185046 and https://lists.openembedded.org/g/openembedded-core/message/185047 Regards, Yash. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#185048): https://list

[OE-core] [PATCH v2 2/2] oeqa/selftest/rust: Add failed test cases to exclude list for Rust Oe-selftest

2023-07-29 Thread Shinde, Yash via lists.openembedded.org
* Add the failing test cases in exclude_list to exclude them from testing during the Rust Oe-selftest. * Drop meta/recipes-devtools/rust/files/rust-oe-selftest.patch file as the failing tests are moved from being a patch to exclude_list in meta/lib/oeqa/selftest/cases/rust.py. * When updati

[OE-core] [PATCH v2 1/2] rust: Fix BOOTSTRAP_CARGO failure during Rust Oe-selftest

2023-07-29 Thread Shinde, Yash via lists.openembedded.org
BOOTSTRAP_CARGO command fails due to codegen flags like `-Cpanic` were prevented from being reflected in the current target configuration which leads to Rust build(rust version 1.70) failure in Oe-selftest. Upstream-Status: Backport [https://github.com/rust-lang/rust/commit/9dffb52738e0b2ccd15af3