Re: [oe] gRPC

2023-01-11 Thread Randy MacLeod
On 2023-01-11 13:27, Khem Raj via lists.openembedded.org wrote: On Wed, Jan 11, 2023 at 10:07 AM Steve Sakoman wrote: Hi Andrej, I'm the maintainer for openembedded-core, and gRPC is in meta-openmebedded. So this isn't my call to make. However we typically only take version bumps if they

Re: [oe] gRPC

2023-01-11 Thread Khem Raj
On Wed, Jan 11, 2023 at 10:07 AM Steve Sakoman wrote: > > Hi Andrej, > > I'm the maintainer for openembedded-core, and gRPC is in > meta-openmebedded. So this isn't my call to make. > > However we typically only take version bumps if they are security/bug > fix only releases. So if this is the

Re: [oe] kirkstone merge request: Jan 11th

2023-01-11 Thread Khem Raj
merged thanks Armin On Wed, Jan 11, 2023 at 9:16 AM akuster808 wrote: > > The following changes since commit a9c25bef8882a69fd35ea7dbac3d978ce440fe06: > >mariadb: Upgrade to 10.7.7 (2023-01-04 11:46:45 -0500) > > are available in the Git repository at: > >

[oe] [meta-oe][PATCH] ipmitool: Remove unneeded patch

2023-01-11 Thread Khem Raj
This has been fixed with [1] [1] https://github.com/ipmitool/ipmitool/commit/1724b031 Signed-off-by: Khem Raj --- ...rovide-missing-function-declarations.patch | 34 --- .../ipmitool/ipmitool_1.8.19.bb | 1 - 2 files changed, 35 deletions(-) delete mode 100644

Re: [oe] gRPC

2023-01-11 Thread Steve Sakoman
Hi Andrej, I'm the maintainer for openembedded-core, and gRPC is in meta-openmebedded. So this isn't my call to make. However we typically only take version bumps if they are security/bug fix only releases. So if this is the case, you can submit a patch. But please be sure to include either

[oe] kirkstone merge request: Jan 11th

2023-01-11 Thread Armin Kuster
The following changes since commit a9c25bef8882a69fd35ea7dbac3d978ce440fe06:   mariadb: Upgrade to 10.7.7 (2023-01-04 11:46:45 -0500) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded kirkstone-next for you to fetch changes up to

Re: [oe] [meta-python][PATCH 2/2] python3-astroid: Upgrade 2.12.13 -> 2.13.2

2023-01-11 Thread Khem Raj
On Wed, Jan 11, 2023 at 4:29 AM Leon Anavi wrote: > > Upgrade to release 2.13.2: > > - Removed version conditions on typing_extensions dependency. > - Removed typing_extensions from our tests requirements as it was > preventing issues to appear in our continuous integration. > > Signed-off-by:

[oe] [meta-java][PATCH 2/2] recipes-core: jdepend: use SPDX compatible string instead of BSD

2023-01-11 Thread Ahmad Fatoum
Build on kirkstone now reports that the BSD LICENSE used in jdepend is not specific enough: WARNING: jdepend-native-2.9.1-r0 do_populate_lic: QA Issue: jdepend-native: No generic license file exists for: BSD in any provider [license-exists] Upon inspection, jdepend is actually

Re: [oe] [PATCH meta-python 2/2] devtools: add recipe for esptool

2023-01-11 Thread Quentin Schulz via lists.openembedded.org
Hi all, Please do not merge. See comments below. On 1/9/23 18:19, Quentin Schulz wrote: From: Quentin Schulz esptool Python module is a collection of libs and scripts to interact with the bootloader on Espressif SoCs. The Python module happens to provide three useful scripts: esptool,

[oe] [meta-oe][dunfell][PATCH] php: update 7.4.28 -> 7.4.33

2023-01-11 Thread Valeria Petrov via lists.openembedded.org
Update php from 7.4.28 to 7.4.33 Fixes below CVEs: CVE-2021-21708 CVE-2022-31626 CVE-2022-31625 CVE-2022-31628 CVE-2022-31629 CVE-2022-31630 CVE-2022-37454 --- meta-oe/recipes-devtools/php/{php_7.4.28.bb => php_7.4.33.bb} | 2 +- 1 file changed, 1

[oe] [meta-java][PATCH 1/2] recipes-core: jcraft: use SPDX compatible string instead of plain BSD

2023-01-11 Thread Ahmad Fatoum
Build on kirkstone now reports that the BSD LICENSE used in some recipes is not specific enough: WARNING: jzlib-native-1.0.7-r0 do_populate_lic: QA Issue: jzlib-native: No generic license file exists for: BSD in any provider [license-exists] WARNING: jsch-native-0.1.40-r0 do_populate_lic:

[oe] [meta-oe][dunfell][PATCH] apache2: upgrade 2.4.53 -> 2.4.54

2023-01-11 Thread Valeria Petrov via lists.openembedded.org
From: wangmy 0004-apache2-log-the-SELinux-context-at-startup.patch refresh for new version. Changelog: https://downloads.apache.org/httpd/CHANGES_2.4.54 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...-apache2-log-the-SELinux-context-at-startup.patch | 12 +---

[oe] [meta-python][PATCH 1/2] python3-imageio: Upgrade 2.23.0 -> 2.24.0

2023-01-11 Thread Leon Anavi
Upgrade to release 2.24.0: - Tifffile v3 - Pin sphinx below v6 Signed-off-by: Leon Anavi --- .../{python3-imageio_2.23.0.bb => python3-imageio_2.24.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.23.0.bb =>

[oe] [meta-python][PATCH 2/2] python3-astroid: Upgrade 2.12.13 -> 2.13.2

2023-01-11 Thread Leon Anavi
Upgrade to release 2.13.2: - Removed version conditions on typing_extensions dependency. - Removed typing_extensions from our tests requirements as it was preventing issues to appear in our continuous integration. Signed-off-by: Leon Anavi --- ...astroid_2.12.13.bb =>

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

2023-01-11 Thread leimaohui
Hi, > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2339 I'm sorry I can't reproduce the dependency problems: stdio: ERROR: Nothing PROVIDES 'libmemcached' (but /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-oe/recipes-support/pgpool2/pgpool2_4.4.1.bb