Re: [oe] [meta-oe][PATCH v5] pgpool2: Added a new recipe.

2023-03-21 Thread leimaohui
Hi Khem > This is upstream bug and worth upstreaming. Please send it to the appropriate > upstream project as well. Ok, I'll do it. Thanks. Lei Best regards > -Original Message- > From: openembedded-devel@lists.openembedded.org > On Behalf Of Khem Raj > Sent: Monday, March 20,

Re: [oe] [PATCH] cmocka: update from 1.1.5+ to 1.1.7

2023-03-21 Thread Khem Raj
fails to build on musl/aarch64 see https://errors.yoctoproject.org/Errors/Details/698594/ On Tue, Mar 21, 2023 at 8:42 AM Randy MacLeod wrote: > > Switch the SRC_URI branch from master to stable-1.1 > > The 1.1.5 version was actually a bit ahead of that tag but > the ChangeLog comment for the

[oe] [meta-oe][langdale][PATCH] mbedtls: upgrade to 2.28.2 to fix CVE-2022-46392, CVE-2022-46393

2023-03-21 Thread Armin Kuster
From: Stefan Ghinea An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. An adversary with access to precise enough information about memory accesses (typically, an untrusted operating system attacking a secure enclave) can recover an RSA private key after observing the victim

[oe] SPDX Support in Dunfell

2023-03-21 Thread Joshua Watt
There has been a strong desire to have our SPDX support in the Dunfell LTS release. As such, I've put together a patch series in poky-contrib to try this out, which can be found here: https://git.yoctoproject.org/poky-contrib/log/?h=jpew/dunfell-spdx If you have already gone through the exercise

[oe] [meta-oe][PATCH 1/2] packagegroup-meta-oe: Remove mongodb from rdep list of packagegroup

2023-03-21 Thread Khem Raj
Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-oe.bbappend | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-meta-oe.bbappend

[oe] [meta-networking][PATCH 2/2] packagegroup-meta-networking: Set PACKAGE_ARCH = "${MACHINE_ARCH}"

2023-03-21 Thread Khem Raj
Remove memcached from rv64, its not buildable yet Signed-off-by: Khem Raj --- .../recipes-core/packagegroups/packagegroup-meta-networking.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb

[oe] [meta-multimedia][PATCH] packagegroup-meta-multimedia: Remove library only packages from rdeps

2023-03-21 Thread Khem Raj
Because they get renamed, it is better to ignore them and let a dependency build them Fixes errors like ERROR: packagegroup-meta-multimedia-1.0-r0 do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (gssdp to libgssdp-1.2-0) Signed-off-by:

Re: [oe] [meta-oe][dunfell][PATCH] apache2: upgrade 2.4.55 -> 2.4.56

2023-03-21 Thread Armin Kuster
On 3/18/23 2:22 PM, Valeria Petrov via lists.openembedded.org wrote: Ping. Thanks, The other earlier branches need updated first. Those should land this week if not sooner. - armin -Original Message- From: Valeria Petrov Sent: Tuesday, 14 March 2023 12:30 To:

[oe] p7zip fixes for CVE-2018-5996 and CVE-2016-9296

2023-03-21 Thread Peter Marko
Dear maintainers, CVE-2018-5996 and CVE-2016-9296 were fixed in dunfell but these patched did not make it to master (and thus also not to langdale and kirkstone). Could you please pick them to these three branches?

[oe] [meta-networking][PATCH 1/2] rp-pppoe: Define _GNU_SOURCE

2023-03-21 Thread Khem Raj
Ensures that it picks up definitions of strlcpy() from string.h Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb

[oe] [meta-oe][PATCH 2/2] libssh: Fix build with clang16

2023-03-21 Thread Khem Raj
Signed-off-by: Khem Raj --- ...prototype-of-des3_encrypt-des3_decry.patch | 46 +++ .../recipes-support/libssh/libssh_0.10.4.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644

[oe] [PATCH] cmocka: update from 1.1.5+ to 1.1.7

2023-03-21 Thread Randy MacLeod
Switch the SRC_URI branch from master to stable-1.1 The 1.1.5 version was actually a bit ahead of that tag but the ChangeLog comment for the two releases are: Thu Feb 23 2023 Andreas Schneider * cmocka version 1.1.7 * Update ignore list for source tarball generation Fri Feb 16 2023

[oe] [kirkstone][meta-networking][PATCH] mbedtls: upgrade 2.28.0 -> 2.28.2

2023-03-21 Thread Yi Zhao
ChangeLog: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.2 Security Fixes: CVE-2022-46392: https://nvd.nist.gov/vuln/detail/CVE-2022-46392 CVE-2022-46393: https://nvd.nist.gov/vuln/detail/CVE-2022-46393 Signed-off-by: Yi Zhao --- .../mbedtls/{mbedtls_2.28.0.bb => mbedtls_2.28.2.bb}