[oe] gRPC

2023-01-10 Thread Andrej Valek
Hello Steve, I have a question about gRPC. Would it be possible to backport gRPC(grpc_1.50.1.bb) from master to kirkstone branch? There are some CVEs reported (for the current version) and going to newer version would be better solution I guess. Thank you, Andrej -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [oe] [meta-python] [PATCH] python3-cantools: upgrade 38.0.0 -> 38.0.1

2023-01-10 Thread Khem Raj
its already submitted earlier and I have staged it in master-next [1] so I will drop this [1] https://patchwork.yoctoproject.org/project/oe/patch/20230110105609.56178-3-leon.an...@konsulko.com/ On Tue, Jan 10, 2023 at 9:25 PM wangmy wrote: > > From: Wang Mingyu > > Changelog: > Changed

[oe] [dunfell][meta-networking][PATCH] postfix: upgrade 3.4.23 -> 3.4.27

2023-01-10 Thread Yi Zhao
Changelog: http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.4.27.HISTORY Signed-off-by: Yi Zhao --- .../postfix/{postfix_3.4.23.bb => postfix_3.4.27.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe] [PATCH] tbb: upgrade 2021.7.0 -> 2021.8.0

2023-01-10 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-support/tbb/{tbb_2021.7.0.bb => tbb_2021.8.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/tbb/{tbb_2021.7.0.bb => tbb_2021.8.0.bb} (98%) diff --git

[oe] [meta-python] [PATCH] python3-xlsxwriter: upgrade 3.0.5 -> 3.0.6

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: Added simulated worksheet :func:'autofit' method. Signed-off-by: Wang Mingyu --- ...{python3-xlsxwriter_3.0.5.bb => python3-xlsxwriter_3.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-ujson: upgrade 5.6.0 -> 5.7.0

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: Support ujson.loads(bytearray(...)) and other bytes-like objects. Signed-off-by: Wang Mingyu --- .../python/{python3-ujson_5.6.0.bb => python3-ujson_5.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-multimedia][PATCH] xdg-desktop-portal-wlr: Add wayland to REQUIRED_DISTRO_FEATURES

2023-01-10 Thread Khem Raj
Signed-off-by: Khem Raj --- .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb

[oe] [meta-python] [PATCH] python3-uefi-firmware: upgrade 1.9 -> 1.10

2023-01-10 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...thon3-uefi-firmware_1.9.bb => python3-uefi-firmware_1.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-uefi-firmware_1.9.bb => python3-uefi-firmware_1.10.bb} (93%) diff --git

[oe] [meta-python] [PATCH] python3-robotframework: upgrade 6.0.1 -> 6.0.2

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.0.2.rst Signed-off-by: Wang Mingyu --- ...-robotframework_6.0.1.bb => python3-robotframework_6.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-redis: upgrade 4.4.0 -> 4.4.1

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: == New Features - Add dialect to FT.AGGREGATE (#2537) Add support for resetchannels in ACL SETUSER (#2514) Allow EVAL_RO and EVALSHA_RO to be routed to read replica (#2494) Add timeout parameter for SentinelManagedConnection (#2495) Add

[oe] [meta-python] [PATCH] python3-ipython: upgrade 8.7.0 -> 8.8.0

2023-01-10 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-ipython_8.7.0.bb => python3-ipython_8.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_8.7.0.bb => python3-ipython_8.8.0.bb} (89%) diff --git

[oe] [meta-python] [PATCH] python3-googleapis-common-protos: upgrade 1.57.0 -> 1.58.0

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: == Add google/rpc/context/audit_context.proto (41f1529) Add google/rpc/http.proto (41f1529) Signed-off-by: Wang Mingyu --- ...tos_1.57.0.bb => python3-googleapis-common-protos_1.58.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.70.0 -> 2.71.0

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: == accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/038fdb69dcb6ea01f6eb56901ff0e76e6bbaf3ab alertcenter: Update the api

[oe] [meta-python] [PATCH] python3-flask-migrate: upgrade 4.0.0 -> 4.0.1

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: = Do not use deprecated functions in Flask-SQLAlchemy 3.0 Stop building Python 3.6 Remove tests from pypi package Signed-off-by: Wang Mingyu --- ...n3-flask-migrate_4.0.0.bb => python3-flask-migrate_4.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-python] [PATCH] python3-coverage: upgrade 7.0.3 -> 7.0.4

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: -Performance: an internal cache of file names was accidentally disabled, resulting in sometimes drastic reductions in performance. Signed-off-by: Wang Mingyu --- .../{python3-coverage_7.0.3.bb => python3-coverage_7.0.4.bb}| 2 +- 1 file changed, 1

[oe] [meta-python] [PATCH] python3-cantools: upgrade 38.0.0 -> 38.0.1

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: Changed relative links to absolute links Signed-off-by: Wang Mingyu --- .../{python3-cantools_38.0.0.bb => python3-cantools_38.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cantools_38.0.0.bb =>

[oe] [meta-python] [PATCH] python3-cachetools: upgrade 5.2.0 -> 5.2.1

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: = Add support for Python 3.11. Correct version information in RTD documentation. badges/shields: Change to GitHub workflow badge routes. Signed-off-by: Wang Mingyu --- ...{python3-cachetools_5.2.0.bb => python3-cachetools_5.2.1.bb} | 2 +- 1 file

[oe] [meta-python] [PATCH] python3-aiohue: upgrade 4.5.0 -> 4.6.1

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: == Address changes of final V2 api release (#175) Use non-deprecated logging warn method (#174) Add support for smart_scene resource (#170) Add support for matter resource (#171) Fix: KeepAlive workaround causes Geofence to malfunction (#163) Fix:

[oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.45 -> 1.4.46

2023-01-10 Thread wangmy
From: Wang Mingyu License-Update: Copyright year updated to 2023 Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.46 Signed-off-by: Wang Mingyu --- ...hon3-sqlalchemy_1.4.45.bb => python3-sqlalchemy_1.4.46.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [meta-python] [PATCH] python3-networkx: upgrade 2.8.8 -> 3.0

2023-01-10 Thread wangmy
From: Wang Mingyu Changelog: https://networkx.org/documentation/latest/release/release_3.0.html License-Update: Copyright year updated to 2023 Signed-off-by: Wang Mingyu --- .../{python3-networkx_2.8.8.bb => python3-networkx_3.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [meta-python] [PATCH] python3-lazy-object-proxy: upgrade 1.8.0 -> 1.9.0

2023-01-10 Thread wangmy
From: Wang Mingyu License-Update: Copyright year updated to 2023. Changelog: == - Added support for matrix multiplication operator (@). - Should have all the wheels now (including the manylinux ones). - Bumped minimum version requirements for setuptools and setuptools-scm. - Switched

[oe] [meta-filesystems] [PATCH] xfsprogs: upgrade 6.0.0 -> 6.1.0

2023-01-10 Thread wangmy
From: Wang Mingyu 0005-Replace-off64_t-stat64-with-off_t-stat.patch refreshed for new version. Signed-off-by: Wang Mingyu --- ...place-off64_t-stat64-with-off_t-stat.patch | 65 ++- .../{xfsprogs_6.0.0.bb => xfsprogs_6.1.0.bb} | 2 +- 2 files changed, 34 insertions(+), 33

[oe] [kirkstone][meta-networking][PATCH] postfix: upgrade 3.6.5 -> 3.6.7

2023-01-10 Thread Yi Zhao
Changelog: http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.6.7.HISTORY Signed-off-by: Yi Zhao --- .../postfix/{postfix_3.6.5.bb => postfix_3.6.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

Re: [oe] Kirkstone merge request: Jan 8th

2023-01-10 Thread Armin Kuster
noted On 1/9/23 10:45 PM, Khem Raj wrote: Great, thanks for testing. I am sure Armin will get this sorted soon On Mon, Jan 9, 2023 at 6:24 PM Geoff Parker wrote: Hi Khem, Stephanie's patch worked for me. On Mon, Jan 9, 2023 at 5:04 PM Khem Raj wrote: Can you try

Re: [oe] [meta-oe] [PATCH] flatbuffers: upgrade 22.12.06 -> 23.1.4

2023-01-10 Thread Khem Raj
On Tue, Jan 10, 2023 at 12:07 AM wan...@fujitsu.com wrote: > > In September 2022, the suffix of bb file was removed from the following patch: > > [oe] [oe-core][PATCH] flatbuffers: upgrade 2.0.6 -> 2.0.8 > > The purpose of the patch is to update flatbuffers and python3-flatbuffers > together. >

[oe] [meta-python][PATCH 3/3] python3-cantools: Upgrade 38.0.0 -> 38.0.1

2023-01-10 Thread Leon Anavi
Upgrade to release 38.0.1: - Changed relative links to absolute links Signed-off-by: Leon Anavi --- .../{python3-cantools_38.0.0.bb => python3-cantools_38.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cantools_38.0.0.bb =>

[oe] [meta-python][PATCH 2/3] python3-prettytable: Upgrade 3.4.1 -> 3.6.0

2023-01-10 Thread Leon Anavi
Upgrade to release 3.6.0: - Updated pre-commit with mypy - Test Python 3.12 pre-releases - Fix to min_table_width parameter - Widen tables with long titles Signed-off-by: Leon Anavi --- ...-prettytable_3.4.1.bb => python3-prettytable_3.6.0.bb} | 8 +--- 1 file changed, 5 insertions(+), 3

[oe] [meta-python][PATCH 1/3] python3-traitlets: Upgrade 5.8.0 -> 5.8.1

2023-01-10 Thread Leon Anavi
Upgrade to release 5.8.1: - fix: mro_trait can be unbound when the class is not in mro Signed-off-by: Leon Anavi --- .../{python3-traitlets_5.8.0.bb => python3-traitlets_5.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe][PATCH] freeglut: Add packageconfigs for x11/wayland/gles

2023-01-10 Thread Khem Raj
helps it compiling on on different openGL implementations which may not implement fulll openGL specs Signed-off-by: Khem Raj --- .../freeglut/freeglut_3.4.0.bb | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git

[oe] [meta-networking][PATCH] strongswan: upgrade 5.9.8 -> 5.9.9

2023-01-10 Thread Yi Zhao
Changelog: https://github.com/strongswan/strongswan/releases/tag/5.9.9 Signed-off-by: Yi Zhao --- .../strongswan/{strongswan_5.9.8.bb => strongswan_5.9.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/strongswan/{strongswan_5.9.8.bb =>

[oe] [meta-oe] [PATCH v2] hidapi: upgrade 0.12.0 -> 0.13.0

2023-01-10 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-support/hidapi/{hidapi_git.bb => hidapi_0.13.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/hidapi/{hidapi_git.bb => hidapi_0.13.0.bb} (88%) diff --git

Re: [oe] [meta-oe] [PATCH] flatbuffers: upgrade 22.12.06 -> 23.1.4

2023-01-10 Thread wangmy
In September 2022, the suffix of bb file was removed from the following patch: [oe] [oe-core][PATCH] flatbuffers: upgrade 2.0.6 -> 2.0.8 The purpose of the patch is to update flatbuffers and python3-flatbuffers together. Please confirm whether it is necessary to change back.   -- Best Regards