[oe] [meta-filesystems][PATCH] zfs: update to 2.2.2

2023-12-29 Thread Bruce Ashfield
From: Bruce Ashfield In addition to the zfs upstream commits: - This fixes the build against libc-headers/kernel 6.6+ - adds bash-completion packaging, as 2.2.2 has support Bumping zfs to version zfs-2.2.2, which comprises the following commits: 494aaaed8 Tag zfs-2.2.2 522414da3

[oe] [meta-python][PATCH 5/5] python3-cantools: update to version 39.4.1

2023-12-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{python3-cantools_39.4.0.bb => python3-cantools_39.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cantools_39.4.0.bb => python3-cantools_39.4.1.bb} (85%) diff --git

[oe] [meta-python][PATCH 4/5] python3-pdm-backend: update to version 2.1.8

2023-12-29 Thread Derek Straka
Signed-off-by: Derek Straka --- ...ython3-pdm-backend_2.1.7.bb => python3-pdm-backend_2.1.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pdm-backend_2.1.7.bb => python3-pdm-backend_2.1.8.bb} (80%) diff --git

[oe] [meta-python][PATCH 3/5] python3-sqlalchemy: update to version 2.0.24

2023-12-29 Thread Derek Straka
Signed-off-by: Derek Straka --- ...ython3-sqlalchemy_2.0.23.bb => python3-sqlalchemy_2.0.24.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.23.bb => python3-sqlalchemy_2.0.24.bb} (87%) diff --git

[oe] [meta-python][PATCH 2/5] python3-engineio: update to version 4.8.1

2023-12-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{python3-engineio_4.8.0.bb => python3-engineio_4.8.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.8.0.bb => python3-engineio_4.8.1.bb} (82%) diff --git

[oe] [meta-python][PATCH 1/5] python3-kmod: add comment about update to version 0.9.2

2023-12-29 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb b/meta-python/recipes-devtools/python/python3-kmod_0.9.1.bb index 2ec4d474b..52e1cf6af 100644

[oe] [meta-oe][nanbield][PATCH 17/17] apache2: v2.4.57 to v2.4.58 to fix CVE-2023-43622

2023-12-29 Thread Armin Kuster
From: Dylan Turner Note that patch 0011-modules... is no longer needed as it's included in the upgrade as well. CVE: CVE-2023-43622 Signed-off-by: Dylan Turner Signed-off-by: Khem Raj (cherry picked from commit 9f0b5053410d5958e089351b93199efd3473d3de) Signed-off-by: Armin Kuster ---

[oe] [meta-oe][nanbield][PATCH 16/17] frr: fix CVEs CVE-2023-4675{2,3} and CVE-2023-4723{4,5}

2023-12-29 Thread Armin Kuster
From: Jonas Gorski Add patches fixing CVE CVE-2023-46752, CVE-2023-46753, CVE-2023-47234, and CVE-2023-47235 to FRR 9.0. Patch order is commit order, not CVE numerical order, to avoid fuzz / need for rebasing of the patches. References: https://nvd.nist.gov/vuln/detail/CVE-2023-46752

[oe] [meta-oe][nanbield][PATCH 15/17] strongswan: upgrade 5.9.11 -> 5.9.12

2023-12-29 Thread Armin Kuster
From: Wang Mingyu Changelog: == - Fixed a vulnerability in charon-tkm related to processing DH public values that can lead to a buffer overflow and potentially remote code execution. - The new `pki --ocsp` command produces OCSP responses based on certificate status information

[oe] [meta-oe][nanbield][PATCH 14/17] apache2: add vendor to product name used for CVE checking

2023-12-29 Thread Armin Kuster
From: Jeffrey Pautler This recipe sets the product name used for CVE checking to "http_server". However, the cve-check logic matches that name to all products in the CVE database regardless of vendor. Currently, it is matching to products from vendors other than apache. As a result, CVE checking

[oe] [meta-oe][nanbield][PATCH 13/17] geos: Fix packaging

2023-12-29 Thread Armin Kuster
From: Zoltán Böszörményi Due to the library file name change, the subpackage "geoslib" does not get generated, and the main geos package has unsatisfied dependencies. Signed-off-by: Zoltán Böszörményi Signed-off-by: Khem Raj (cherry picked from commit 405ee461078cfed493bd6ca06f922860be5081d0)

[oe] [meta-oe][nanbield][PATCH 12/17] libbytesize: update SRC_URI

2023-12-29 Thread Armin Kuster
From: Edi Feschiyan GitHub has been redirecting for a while, so switch SRC_URI from github.com/rhinstaller/libbytesize to github.com/storaged-project/libbytesize instead without redirects. Signed-off-by: Edi Feschiyan Signed-off-by: Khem Raj (cherry picked from commit

[oe] [meta-oe][nanbield][PATCH 11/17] dnf-plugin-tui: Recover BBCLASSEXTEND variants

2023-12-29 Thread Armin Kuster
From: Wang Mingyu dnf-plugin-tui must work on nativesdk environment. Now there's no warning when run the command "bitbake universe -c fetch". Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 5211242d3f9d4a03cbe9e8af9beed4096a344958) Signed-off-by: Armin Kuster

[oe] [meta-oe][nanbield][PATCH 10/17] yajl: fix CVE-2017-16516, CVE-2022-24795, CVE-2023-33460

2023-12-29 Thread Armin Kuster
From: Ross Burton Take three CVE fixes from Fedora, as the upstream repository is now dead. Signed-off-by: Ross Burton Signed-off-by: Khem Raj (cherry picked from commit 458fd00233a73d75d43b21b86b1425d75947b154) Signed-off-by: Armin Kuster --- .../yajl/yajl/CVE-2017-16516.patch|

[oe] [meta-oe][nanbield][PATCH 08/17] python3-ninja-syntax: Set BBCLASSEXTEND = "native nativesdk"

2023-12-29 Thread Armin Kuster
From: Zoltán Böszörményi python3-ninja is used as a build dependency by other modules. For that, python3-ninja and all its dependencies must be built in native mode. Signed-off-by: Zoltán Böszörményi Signed-off-by: Khem Raj (cherry picked from commit 0010c0c0553acb8a360b9743cec655950009d6b6)

[oe] [meta-oe][nanbield][PATCH 09/17] python3-ninja: Set BBCLASSEXTEND = "native nativesdk"

2023-12-29 Thread Armin Kuster
From: Zoltán Böszörményi python3-ninja is a build dependency for other python modules. For this, python3-ninja must be built for native mode. This partially reverts d4aa17dc436beb96a804860bc6d18cf72283709e ("meta-python: Drop broken BBCLASSEXTEND variants") Signed-off-by: Zoltán Böszörményi

[oe] [meta-oe][nanbield][PATCH 07/17] hdf5: Fix install conflict when enable multilib.

2023-12-29 Thread Armin Kuster
From: Wang Mingyu Error: Transaction test error: file /usr/bin/h5cc conflicts between attempted installs of lib32-hdf5-1.14.2-r0.armv7ahf_neon and hdf5-1.14.2-r0.cortexa57 file /usr/bin/h5hlcc conflicts between attempted installs of lib32-hdf5-1.14.2-r0.armv7ahf_neon and

[oe] [meta-oe][nanbield][PATCH 06/17] python3-scapy: upgrade to latest revision

2023-12-29 Thread Armin Kuster
From: Khem Raj Signed-off-by: Khem Raj (cherry picked from commit ca49f2025e65713811e73e894c60cb78be1ed34c) Signed-off-by: Armin Kuster --- meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][nanbield][PATCH 04/17] hwdata: upgrade 0.370 -> 0.375

2023-12-29 Thread Armin Kuster
From: Khem Raj Signed-off-by: Khem Raj (cherry picked from commit 730a12716efce66263da55045eac69554c24bc1b) Signed-off-by: Armin Kuster --- .../recipes-support/hwdata/{hwdata_0.370.bb => hwdata_0.375.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe][nanbield][PATCH 05/17] openvpn: upgrade 2.6.3 -> 2.6.6

2023-12-29 Thread Armin Kuster
From: Khem Raj License-Update: Added Apache2 linking exception Signed-off-by: Khem Raj (cherry picked from commit 45ad525348569f8f5f694a88bb311dbf83998304) Signed-off-by: Armin Kuster --- .../openvpn/{openvpn_2.6.3.bb => openvpn_2.6.6.bb}| 4 ++-- 1 file changed, 2 insertions(+),

[oe] [meta-oe][nanbield][PATCH 03/17] multipath-tools: Use https for github

2023-12-29 Thread Armin Kuster
From: Fabio Estevam Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam Signed-off-by: Khem Raj (cherry picked from commit 4cef1e68ea59510d85b778e11179a2dac47c658b) Signed-off-by: Armin Kuster ---

[oe] [meta-oe][nanbield][PATCH 02/17] python3-piccata: Use https for github

2023-12-29 Thread Armin Kuster
From: Fabio Estevam Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam Signed-off-by: Khem Raj (cherry picked from commit 240b95417e0c3dc6b9a22179c73ed318fee36419) Signed-off-by: Armin Kuster ---

[oe] [meta-oe][nanbield][PATCH 01/17] openocd: Use https for github

2023-12-29 Thread Armin Kuster
From: Fabio Estevam Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam Signed-off-by: Khem Raj (cherry picked from commit 4f69d8c19880dc5e8d078c68206eebbc8781e49b) Signed-off-by: Armin Kuster ---

[oe] [meta-oe][nanbield][PATCH 00/17] Patch review

2023-12-29 Thread Armin Kuster
Please have comments back by Dec 31, 2023 Dylan Turner (1): apache2: v2.4.57 to v2.4.58 to fix CVE-2023-43622 Edi Feschiyan (1): libbytesize: update SRC_URI Fabio Estevam (3): openocd: Use https for github python3-piccata: Use https for github multipath-tools: Use https for github

[oe] [meta-python][PATCH] python3-argh: update to version 0.30.5

2023-12-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/{python3-argh_0.30.4.bb => python3-argh_0.30.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-argh_0.30.4.bb => python3-argh_0.30.5.bb} (90%) diff --git

[oe] [meta-python][PATCH] python3-dominate: update to version 2.9.1

2023-12-29 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{python3-dominate_2.9.0.bb => python3-dominate_2.9.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dominate_2.9.0.bb => python3-dominate_2.9.1.bb} (86%) diff --git

Re: [oe] [meta-networking][PATCH] vsomeip: upgrade 3.3.8 -> 3.4.10

2023-12-29 Thread Khem Raj
This fails to build when distro is using lld linker from llvm project. https://errors.yoctoproject.org/Errors/Details/748404/ The error it finds are valid, perhaps its using some sort of version definitions in linker script which is being detected. On Sun, Dec 24, 2023 at 5:51 AM Yi Zhao

Re: [oe] [meta-oe][PATCH v2] bonnie++: New recipe for version 2.0

2023-12-29 Thread Khem Raj
Here are some build issues seen while building for x86 https://errors.yoctoproject.org/Errors/Details/748405/ On Fri, Dec 29, 2023 at 2:19 AM Jörg Sommer via lists.openembedded.org wrote: > > From: Jörg Sommer > > Newer versions of bonnie get published on >

[oe] [meta-oe][PATCH] driverctl: fix installed-vs-shipped

2023-12-29 Thread Martin Jansa
* introduced in upgrade to 0.115 version: https://git.openembedded.org/meta-openembedded/commit/?id=1f2c2ebcbcf5944225462f530e0d56b20f1b4630 * fixes: ERROR: driverctl-0.115-r0 do_package: QA Issue: driverctl: Files/directories were installed but not shipped in any package: /usr/lib/systemd

[oe] [meta-oe][PATCH v2] bonnie++: New recipe for version 2.0

2023-12-29 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer Newer versions of bonnie get published on . Unfortunately, the new version doesn't compile with g++ 11 which requires *fix-csv2html-data.patch* and configure fails due to cross compilation which gets fixed with