[oe] [meta-networking][PATCH] openipmi: fix do_configure error when using dash

2024-02-27 Thread Yi Zhao
We encountered a do_configure error when using dash on Ubuntu 20.04: conftest.c:31:26: fatal error: Python.h: No such file or directory 31 | #include | ^~ It seems that PYTHON_CPPFLAGS is not passed to configure command correctly. Use conf

[oe] [meta-python][PATCH 2/2] python3-pydantic-core: Fix build for arches without 64bit atomics

2024-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../python/python3-pydantic-core-crates.inc | 20 +-- ...-github.com-pyo3-pyo3-from-0.20.2-to.patch | 115 ++ .../python/python3-pydantic-core_2.16.3.bb| 1 + 3 files changed, 127 insertions(+), 9 deletions(-) create mode 100644 meta-python/r

[oe] [meta-python][PATCH 1/2] python3-pydantic-core, python3-pydantic: Update to 2.16.3 and 2.6.2 respectively

2024-02-27 Thread Khem Raj
below is changelogs [1] https://github.com/pydantic/pydantic-core/releases/tag/v2.16.3 [2] https://github.com/pydantic/pydantic/releases/tag/v2.6.3 [3] https://github.com/pydantic/pydantic/releases/tag/v2.6.2 [4] https://github.com/pydantic/pydantic/releases/tag/v2.6.1 Signed-off-by: Khem Raj --

[oe] [meta-oe][PATCH] ostree: Remove strace from ptest rdeps

2024-02-27 Thread Khem Raj
it checks for strace and then try fault injection if it exists. So, while it will be good to have strace port for rv32 it can be disabled for now Signed-off-by: Khem Raj --- meta-oe/recipes-extended/ostree/ostree_2024.3.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/met

[oe] [PATCH] yasm: improve reproducibility

2024-02-27 Thread Oleh Matiusha via lists.openembedded.org
Place reproducible build date in source files instead of actual build date if SOURCE_DATE_EPOCH available. Signed-off-by: Oleh Matiusha --- ...-Set-build-date-to-SOURCE_DATE_EPOCH.patch | 35 ...m-Use-BUILD_DATE-for-reproducibility.patch | 40 +++ meta-oe/recipes

[oe][meta-oe][kirkstone][PATCH V2 2/2] nodejs: fix CVE-2023-46809

2024-02-27 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli Signed-off-by: Archana Polampalli --- .../nodejs/nodejs/CVE-2023-46809.patch| 625 ++ .../recipes-devtools/nodejs/nodejs_16.20.2.bb | 1 + 2 files changed, 626 insertions(+) create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/CVE-2023-46

[oe][meta-oe][kirkstone][PATCH V2 1/2] nodejs: fix CVE-2024-22025

2024-02-27 Thread Polampalli, Archana via lists.openembedded.org
From: Archana Polampalli Signed-off-by: Archana Polampalli --- .../nodejs/nodejs/CVE-2024-22025.patch| 148 ++ .../recipes-devtools/nodejs/nodejs_16.20.2.bb | 1 + 2 files changed, 149 insertions(+) create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/CVE-2024-22

[oe] [meta-oe][PATCH 2/2] networkmanager-fortisslvpn: use python3native and depend on python3-packaging-native

2024-02-27 Thread Martin Jansa
* it uses gdbus-codegen from glib-2.0-native which depended on python3-distutils-native until https://lists.openembedded.org/g/openembedded-core/message/196136 but distutils on host was enforced by sanity check only until mickledore with: https://git.openembedded.org/openembedded-core/comm

[oe] [meta-oe][PATCH 1/2] gattlib: use python3native and depend on python3-packaging-native

2024-02-27 Thread Martin Jansa
* it uses gdbus-codegen from glib-2.0-native which depended on python3-distutils-native until https://lists.openembedded.org/g/openembedded-core/message/196136 but distutils on host was enforced by sanity check only until mickledore with: https://git.openembedded.org/openembedded-core/comm

Re: [oe][meta-oe][kirkstone][PATCH 2/4] nodejs: fix CVE-2024-21892

2024-02-27 Thread Polampalli, Archana via lists.openembedded.org
Kindly ignore this patch. Regards, Archana From: openembedded-devel@lists.openembedded.org on behalf of Polampalli, Archana via lists.openembedded.org Sent: Friday, February 23, 2024 14:06 To: openembedded-devel@lists.openembedded.org Subject: [oe][meta-oe][