[oe] [meta-networking][PATCH] tnftp: Disable incompatible-pointer-types warning as error

2024-06-13 Thread Changqing Li via lists.openembedded.org
From: Changqing Li Fix lib32-tnftp do_compile failure with gcc-14: ../../tnftp-20230507/libedit/terminal.c:597:56: error: passing argument 2 of 'terminal_overwrite' from incompatible pointer type [-Wincompatible-pointer-types] 597 | terminal_overwrite(el, &el->

[oe] [meta-oe][PATCH 0/2] libblockdev: Fix dependency issues.

2024-06-13 Thread Weisser, Pascal.ext via lists.openembedded.org
This branch adds some missing dependencies to libblockdev in order to fix the problems reported in the issue https://github.com/openembedded/meta-openembedded/issues/832. Weisser, Pascal (2): libblockdev: Add missing dependency on e2fsprogs to fs PACKAGECONFIG. libblockdev: Add missing depende

[oe] [meta-oe][PATCH 1/2] libblockdev: Add missing dependency on e2fsprogs to fs PACKAGECONFIG.

2024-06-13 Thread Weisser, Pascal.ext via lists.openembedded.org
Related: https://github.com/openembedded/meta-openembedded/issues/832 Signed-off-by: "Weisser, Pascal" --- meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb b/m

[oe] [meta-oe][PATCH 2/2] libblockdev: Add missing dependency on keyutils to crypto PACKAGECONFIG.

2024-06-13 Thread Weisser, Pascal.ext via lists.openembedded.org
Related: https://github.com/openembedded/meta-openembedded/issues/832 Signed-off-by: "Weisser, Pascal" --- meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb b/m

[oe] [meta-oe][kirkstone][PATCH] nano: Security fix for CVE-2024-5742

2024-06-13 Thread Siddharth Doshi via lists.openembedded.org
From: Siddharth Doshi Upstream-Status: Backport from [https://git.savannah.gnu.org/cgit/nano.git/commit/?id=5e7a3c2e7e118c7f12d5dfda9f9140f638976aa2] CVE's Fixed: CVE-2024-5742 nano: running `chmod` and `chown` on the filename allows malicious user to replace the emergency file with a maliciou

Re: [oe] [meta-networking][PATCH] tnftp: Disable incompatible-pointer-types warning as error

2024-06-13 Thread Khem Raj
On Thu, Jun 13, 2024 at 1:47 AM Changqing Li via lists.openembedded.org wrote: > > From: Changqing Li > > Fix lib32-tnftp do_compile failure with gcc-14: > ../../tnftp-20230507/libedit/terminal.c:597:56: error: passing argument 2 of > 'terminal_overwrite' from incompatible pointer type > [-Winc

[oe] [meta-oe][scarthgap][PATCH] nano: Security fix for CVE-2024-5742

2024-06-13 Thread Siddharth Doshi via lists.openembedded.org
From: Siddharth Doshi Upstream-Status: Backport from [https://git.savannah.gnu.org/cgit/nano.git/commit/?id=5e7a3c2e7e118c7f12d5dfda9f9140f638976aa2] CVE's Fixed: CVE-2024-5742 nano: running `chmod` and `chown` on the filename allows malicious user to replace the emergency file with a maliciou

[oe] [meta-python][PATCH 1/2] python3-whitenoise,python-libusb1: Remove AUTHOR field

2024-06-13 Thread Khem Raj
this field has been removed from recipes Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-libusb1_3.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-whitenoise_6.6.0.bb | 1 - 2 files changed, 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/pyt

[oe] [meta-multimedia][PATCH 2/2] aravis: Remove AUTHOR field

2024-06-13 Thread Khem Raj
this field has been removed from recipes Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb b/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31

Re: [oe] [meta-networking][PATCH] tnftp: Disable incompatible-pointer-types warning as error

2024-06-13 Thread Changqing Li via lists.openembedded.org
On 6/13/24 23:39, Khem Raj via lists.openembedded.org wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, Jun 13, 2024 at 1:47 AM Changqing Li via lists.openembedded.o

[oe] [PATCH 1/2] python3-pydantic-core: upgrade 2.16.3 -> 2.19.0

2024-06-13 Thread Tim Orling
From: Tim Orling * Refresh -crates.inc * Drop backported patch; merged upstream * Add python3-zoneinfo to RDEPENDS for ptest Full commit log: https://github.com/pydantic/pydantic-core/compare/v2.16.3...v2.19.0 Signed-off-by: Tim Orling --- Tested with meta-python-image-ptest-python3-pydantic-c

[oe] [PATCH 2/2] python3-pydantic: upgrade 2.7.3 -> 2.7.4

2024-06-13 Thread Tim Orling
From: Tim Orling https://docs.pydantic.dev/latest/changelog/#v274-2024-06-12 What's Changed * Packaging - Bump pydantic.v1 to v1.10.16 reference by @sydney-runkle in #9639 * Fixes - Specify recursive_guard as kwarg in FutureRef._evaluate by @vfazio in #9612 Full