[oe] [meta-oe][PATCH] nodejs: Depend on file-native

2023-03-14 Thread Khem Raj
Some older distribution e.g. alma8 has a version of file utility which is version 5.33 but more importantly missing this patch [1] from version 5.40 which causes package failures in wasm files e.g. ERROR: nodejs-18.14.2-r0 do_package: Fatal errors occurred in subprocesses: Command '['file', '-b',

[oe] [meta-oe][kirkstone][PATCH] mariadb: Upgrade to 10.7.8

2023-03-14 Thread Yu, Mingli
From: Mingli Yu Upgrade mariadb to 10.7.8 [1]. [1] https://mariadb.com/kb/en/mariadb-10-7-8-release-notes Signed-off-by: Mingli Yu --- .../{mariadb-native_10.7.7.bb => mariadb-native_10.7.8.bb} | 0 meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +- .../recipes-dbs/m

Re: [oe] [meta-oe][PATCH 1/1] libreport: update to version 2.17.8

2023-03-14 Thread Khem Raj
On Tue, Mar 14, 2023 at 12:46 PM Joe Slater wrote: > > This patch is incomplete. Ignore it. Joe > right. I was wondering too > > -Original Message- > > From: openembedded-devel@lists.openembedded.org > de...@lists.openembedded.org> On Behalf Of Joe Slater via > > lists.openembedded

[oe] [v2][meta-oe][PATCH 1/1] libreport: update to version 2.17.8

2023-03-14 Thread Joe Slater
Update SRC_REV and change recipe name. Modify patches to apply and remove unrecognized configure option --without-python2. Retain --with-python3 even though it is the default. Signed-off-by: Joe Slater --- ...01-Makefile.am-remove-doc-and-apidoc.patch | 16 ++- ...move-prog-test-of-xml

[oe] [meta-oe][master][langdale][kirkstone][PATCH] ntp: whitelist CVE-2019-11331

2023-03-14 Thread Peter Marko
Links from https://nvd.nist.gov/vuln/detail/CVE-2019-11331 lead to conclusion that this is how icurrent ntp protocol is designed. New RFC is propsed for future but it will not be compatible with current one. See https://support.f5.com/csp/article/K09940637 Signed-off-by: Peter Marko --- meta-ne

[oe] jansson CVE-2020-36325 in kirkstone

2023-03-14 Thread Peter Marko
Could you please pick following commit from dunfell to kirkstone? http://git.openembedded.org/meta-openembedded/commit/?h=dunfell&id=e0e79bbde23f17185cc59908fee97c0cea098428 Thanks. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#101523): https://l

Re: [oe] [meta-oe][PATCH 1/1] libreport: update to version 2.17.8

2023-03-14 Thread Joe Slater
This patch is incomplete. Ignore it. Joe > -Original Message- > From: openembedded-devel@lists.openembedded.org de...@lists.openembedded.org> On Behalf Of Joe Slater via > lists.openembedded.org > Sent: Tuesday, March 14, 2023 9:15 AM > To: openembedded-devel@lists.openembedded.org >

[oe] [meta-oe][PATCH 1/1] libreport: update to version 2.17.8

2023-03-14 Thread Joe Slater
Modify patches to apply and remove unrecognized configure option --without-python2. Retain --with-python3 even though it is the default. Signed-off-by: Joe Slater --- ...01-Makefile.am-remove-doc-and-apidoc.patch | 16 ++- ...move-prog-test-of-xmlto-and-asciidoc.patch | 16 ++-

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

2023-03-14 Thread Valeria Petrov via lists.openembedded.org
From: Wang Mingyu Changelog: == - rotatelogs: Add -T flag to allow subsequent rotated logfiles to be truncated without the initial logfile being truncated. - mod_ldap: LDAPConnectionPoolTTL should accept negative values in order to allow connections of any age to be reused. Up to

[oe] [meta-multimedia][PATCH] wireplumber: update 0.4.13 -> 0.4.14

2023-03-14 Thread Markus Volk
WirePlumber 0.4.14 ~~ Additions: - Added support for managing Bluetooth-MIDI, complimenting the parts that were merged in PipeWire recently (!453) - Added a default volume configuration option for streams whose volume has never been saved before; that allows starting

[oe] [meta-networking][PATCH 2/2] samba: upgrade 4.17.5 -> 4.18.0

2023-03-14 Thread Yi Zhao
Release Notes: https://www.samba.org/samba/history/samba-4.18.0.html Signed-off-by: Yi Zhao --- .../samba/{samba_4.17.5.bb => samba_4.18.0.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta-networking/recipes-connectivity/samba/{samba_4.17.5.bb => samba_4.

[oe] [meta-networking][PATCH 1/2] libldb: upgrade 2.6.1 -> 2.7.1

2023-03-14 Thread Yi Zhao
Refresh 0002-ldb-Add-configure-options-for-packages.patch Signed-off-by: Yi Zhao --- ...02-ldb-Add-configure-options-for-packages.patch | 14 +++--- .../libldb/{libldb_2.6.1.bb => libldb_2.7.1.bb}| 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) rename meta-networking/reci