[oe] [meta-gnome][PATCH] gnome-shell: update 43.1 -> 43.2

2023-01-16 Thread Markus Volk
Signed-off-by: Markus Volk --- .../gnome-shell/{gnome-shell_43.1.bb => gnome-shell_43.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_43.1.bb => gnome-shell_43.2.bb} (95%) diff --git

[oe] [meta-multimedia][PATCH] pipewire: update 0.3.63 -> 0.3.64

2023-01-16 Thread Markus Volk
This is a bugfix release that is API and ABI compatible with previous 0.3.x releases. - Clear old buffer memory on ports to fix some SIGBUS errors. - It is now possible to assign custom port names to the ports from an adapter. This feature is helpful to those who use a multichannel

[oe] [meta-gnome][PATCH] gnome-control-center: add recipe

2023-01-16 Thread Markus Volk
Add a recipe for gnome-remote-desktop and a corresponding PACKAGECONFIG for gnome-control-center from where it can be enabled/disabled, if available. It is not enabled by default because it has a dependency on tpm2-tss and thus adds a layer dependency on meta-security/meta-tpm. Signed-off-by:

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

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: === * Improved :func:'autofit' algorithm to account for the additional width of autofilter and table dropdowns. * Improved :func:'autofit' take user defined column widths into account. Signed-off-by: Wang Mingyu --- ...{python3-xlsxwriter_3.0.6.bb =>

[oe] [meta-networking] [PATCH] tcpdump: upgrade 4.99.2 -> 4.99.3

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == Updated printers: PTP: Use the proper values for the control field and print un-allocated values for the message field as "Reserved" instead of "none". Source code: smbutil.c: Replace obsolete function call (asctime) Building and testing:

[oe] [meta-oe] [PATCH] uftrace: upgrade 0.12 -> 0.13

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == * new options -L/--loc-filter option to filter by source location (#1395) --mermaid option for uftrace dump (#1511) --no-sched-preempt option to disable preempted schedule events (#1587) * new features make -Z/--size-filter option work in

[oe] [meta-networking] [PATCH] unbound: upgrade 1.17.0 -> 1.17.1

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../unbound/{unbound_1.17.0.bb => unbound_1.17.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/unbound/{unbound_1.17.0.bb => unbound_1.17.1.bb} (96%) diff --git

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

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xfsprogs/{xfsprogs_6.1.0.bb => xfsprogs_6.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_6.1.0.bb => xfsprogs_6.1.1.bb} (96%) diff --git

[oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: === - Add Starlite integration (#1748) - Adding support for the Starlite framework. Unhandled errors are captured. Performance spans for Starlite middleware are also captured. - Profiling: Remove sample buffer from profiler (#1791) - Profiling:

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

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: === Experimental Features - Add support for BF.CARD (#2545) New Features Add support for custom connection pool class in NodesManager (#2547) Bug Fixes - Allow replica to master promotion in nodes_cache (#2549)

[oe] [meta-python] [PATCH] python3-pyzmq: upgrade 24.0.1 -> 25.0.0

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == New: -- - Added socket_class argument to zmq.Context.socket() - Support shadowing sockets with socket objects, not just via address, e.g. zmq.asyncio.Socket(other_socket). Shadowing an object preserves a reference to the original, unlike shadowing

[oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.0.2 -> 3.1.0

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == Add xdist pr default. (#1253) Create docker-publish.yml (#1250) Parallelize pytest with pytest-xdist (#1247) Support Python3.11 (#1246) Fix reconnectDelay to be within (100ms, 5min) (#1244) Fix typos in comments (#1233) WEB

[oe] [meta-python] [PATCH] python3-mock: upgrade 5.0.0 -> 5.0.1

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == - gh-100740: Fix unittest.mock.Mock not respecting the spec for attribute names prefixed with assert. - gh-100690: Mock objects which are not unsafe will now raise an AttributeError when accessing an attribute that matches the name of an assertion but

[oe] [meta-oe][master][langdale][kirkstone][PATCH] zsh: Fix CVE-2021-45444

2023-01-16 Thread Lee Chee Yang
From: Chee Yang Lee backport patch from debian Signed-off-by: Chee Yang Lee --- .../zsh/zsh/CVE-2021-45444_1.patch| 60 .../zsh/zsh/CVE-2021-45444_2.patch| 140 ++ .../zsh/zsh/CVE-2021-45444_3.patch| 77 ++

[oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.15.0 -> 2.16.0

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == Features AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables (#1195) (5e27c8f) Wrap all python built-in exceptions into library excpetions (#1191) (a83af39) Bug

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

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu --- ...ent_2.71.0.bb => python3-google-api-python-client_2.72.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-future: upgrade 0.18.2 -> 0.18.3

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-future_0.18.2.bb => python3-future_0.18.3.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-future_0.18.2.bb => python3-future_0.18.3.bb} (70%) diff --git

[oe] [meta-python] [PATCH] python3-flask-wtf: upgrade 1.0.1 -> 1.1.0

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == -Python 3.7 or newer is required. -Type annotations are now integrated with the source code and cover far more of the library. -The get_soa() method has been added to dns.zone.Zone. -The minimum TLS version is now 1.2. -EDNS padding is now supported.

[oe] [meta-python] [PATCH] python3-dnspython: upgrade 2.2.1 -> 2.3.0

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-dnspython_2.2.1.bb => python3-dnspython_2.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dnspython_2.2.1.bb => python3-dnspython_2.3.0.bb} (88%) diff --git

[oe] [meta-python] [PATCH] python3-decouple: upgrade 3.6 -> 3.7

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: Fix Csv cast hanging with default=None, now returning an empty list. (#149) Signed-off-by: Wang Mingyu --- .../python/{python3-decouple_3.6.bb => python3-decouple_3.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-dateparser: upgrade 1.1.5 -> 1.1.6

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == Fix the bug where Monday is parsed as a month (#1121) Prevent ReDoS in Spanish sentence splitting regex (#1084) Signed-off-by: Wang Mingyu --- ...{python3-dateparser_1.1.5.bb => python3-dateparser_1.1.6.bb} | 2 +- 1 file changed, 1

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

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: === Fix: On Python 3.7, a file with type annotations but no from __future__ import annotations would be missing statements in the coverage report. Signed-off-by: Wang Mingyu --- .../{python3-coverage_7.0.4.bb => python3-coverage_7.0.5.bb}| 2 +- 1 file

[oe] [meta-python] [PATCH] python3-absl: upgrade 1.3.0 -> 1.4.0

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == NEW --- (testing) Added @flagsaver.as_parsed: this allows saving/restoring flags using string values as if parsed from the command line and will also reflect other flag states after command line parsing, e.g. .present is set. Changed

[oe] [meta-python] [PATCH] python3-txaio: upgrade 22.2.1 -> 23.1.1

2023-01-16 Thread wangmy
From: Wang Mingyu License-Update: Copyright changed from "Crossbar.io Technologies GmbH" to "typedef int GmbH" Signed-off-by: Wang Mingyu --- .../{python3-txaio_22.2.1.bb => python3-txaio_23.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-oe] [PATCH] xterm: upgrade 377 -> 378

2023-01-16 Thread wangmy
From: Wang Mingyu License-Update: Copyright year updated to 378 Signed-off-by: Wang Mingyu --- .../recipes-graphics/xorg-app/{xterm_377.bb => xterm_378.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xterm_377.bb => xterm_378.bb} (89%)

[oe] [meta-filesystems] [PATCH] xfstests: upgrade 2022.12.18 -> 2023.01.01

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xfstests/{xfstests_2022.12.18.bb => xfstests_2023.01.01.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/xfstests/{xfstests_2022.12.18.bb => xfstests_2023.01.01.bb} (97%) diff --git

[oe] [meta-networking] [PATCH] networkmanager: upgrade 1.40.0 -> 1.40.10

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == * Fix the evaluation of the autoconnect retries. * nm-cloud-setup now preserves addresses added externally. * Ensure that dnsmasq is stopped after changing the dns backend and restarting the service. * Fix honoring an explicit DHCPv6 DUID with dhclient.

[oe] [meta-networking] [PATCH] nbdkit: upgrade 1.33.4 -> 1.33.7

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nbdkit/{nbdkit_1.33.4.bb => nbdkit_1.33.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.33.4.bb => nbdkit_1.33.7.bb} (95%) diff --git

[oe] [meta-gnome] [PATCH] nautilus: upgrade 43.1 -> 43.2

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == * Regressions addressed: - Launch search from shell correctly - Make nautilus-autorun-software work again - Restore 2-dimensional navigation from sushi - Resolve stuttering scrolling - Reintroduce 64px icon size for grid view - Show full

[oe] [meta-oe] [PATCH] libtracefs: upgrade 1.6.3 -> 1.6.4

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libtracefs/{libtracefs_1.6.3.bb => libtracefs_1.6.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-kernel/libtracefs/{libtracefs_1.6.3.bb => libtracefs_1.6.4.bb} (94%) diff --git

[oe] [meta-oe] [PATCH] libtraceevent: upgrade 1.7.0 -> 1.7.1

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{libtraceevent_1.7.0.bb => libtraceevent_1.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-kernel/libtraceevent/{libtraceevent_1.7.0.bb => libtraceevent_1.7.1.bb} (94%) diff --git

[oe] [meta-oe] [PATCH] librelp: upgrade 1.10.0 -> 1.11.0

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: === - code cleanup During the initial librelp implementation it was thought about an auto-retry feature (whatever that means). Variable bAutoRetry was created to control that behaviour. It's default was 0 (inactive). Some code has been written to

[oe] [meta-gnome] [PATCH] libnma: upgrade 1.10.4 -> 1.10.6

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == * Fix the path and translation domains of GSchema files. * Removed strings that don't match our conscious language standards from the translation files. * Added autoptr support. * Fix translations of country and territory names in the mobile broadband

[oe] [meta-oe] [PATCH] hidapi: upgrade 0.13.0 -> 0.13.1

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: hidraw: fix invalid read past the UDEV buffer; Signed-off-by: Wang Mingyu --- .../hidapi/{hidapi_0.13.0.bb => hidapi_0.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/hidapi/{hidapi_0.13.0.bb =>

[oe] [meta-gnome] [PATCH] gvfs: upgrade 1.50.2 -> 1.50.3

2023-01-16 Thread wangmy
From: Wang Mingyu 0001-daemon-PATH-expand-the-sftp-backend-ssh-client.patch included in 1.50.3 Changelog: === * dav: Prevent usage of NULL when user is not specified * ftp: Fix hangs when the connection is released * fuse: Decrease file handle reference when open file fail * sftp:

[oe] [meta-oe] [PATCH] gensio: upgrade 2.6.1 -> 2.6.2

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../gensio/{gensio_2.6.1.bb => gensio_2.6.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/gensio/{gensio_2.6.1.bb => gensio_2.6.2.bb} (93%) diff --git

[oe] [meta-oe] [PATCH] dnfdragora: upgrade 2.1.3 -> 2.1.4

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: == - Fixed #177 "size sorting is broken". Thanks to Nicolas Thierry-Mieg - Removed "failovermethod" from repo information, not available any more Signed-off-by: Wang Mingyu --- .../dnfdragora/{dnfdragora_2.1.3.bb => dnfdragora_2.1.4.bb} | 2 +- 1 file

[oe] [meta-gnome] [PATCH] eog: upgrade 43.1 -> 43.2

2023-01-16 Thread wangmy
From: Wang Mingyu Changelog: === - 142, Avoid critical warnings when saving images on exit - 143, Fix build on macOS Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gnome/eog/{eog_43.1.bb => eog_43.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0

2023-01-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.0.20230108.0.bb => ctags_6.0.20230115.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.0.20230108.0.bb => ctags_6.0.20230115.0.bb} (95%) diff --git

[oe] [meta-python][PATCH 6/7] python3-matplotlib: Upgrade to 3.6.3

2023-01-16 Thread Khem Raj
Forward port the disable download patch Location of license changed inside setup.py Signed-off-by: Khem Raj --- .../matplotlib-disable-download.patch | 26 ++- ...b_3.5.3.bb => python3-matplotlib_3.6.3.bb} | 4 +-- 2 files changed, 22 insertions(+), 8 deletions(-)

[oe] [meta-python][PATCH 7/7] python3-matplotlib: Fix build with c++17

2023-01-16 Thread Khem Raj
Signed-off-by: Khem Raj --- ...mberGenerator-class-included-random-.patch | 59 +++ .../python/python3-matplotlib_3.6.3.bb| 5 +- 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-multimedia][PATCH 5/7] ncmpc: Upgrade to 0.47

2023-01-16 Thread Khem Raj
Backport a patch to fix c++17 build with clang Signed-off-by: Khem Raj --- ...egular-integer-to-fix-Wenum-constexp.patch | 37 +++ .../musicpd/{ncmpc_0.46.bb => ncmpc_0.47.bb} | 3 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-filesystems][PATCH 4/7] fatcat: Fix build with std=c++17

2023-01-16 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-Replace-std-ptr_fun-for-c-17.patch | 48 +++ .../recipes-utils/fatcat/fatcat_1.1.1.bb | 1 + 2 files changed, 49 insertions(+) create mode 100644 meta-filesystems/recipes-utils/fatcat/fatcat/0001-Replace-std-ptr_fun-for-c-17.patch

[oe] [meta-perl][PATCH 3/7] libxml-libxml-perl: Fix function pointer types

2023-01-16 Thread Khem Raj
Newer clang is warning about this. Fixes -Wincompatible-function-pointer-types Signed-off-by: Khem Raj --- ...nction-prototypes-in-function-pointe.patch | 51 +++ .../libxml/libxml-libxml-perl_2.0134.bb | 1 + 2 files changed, 52 insertions(+) create mode 100644

[oe] [meta-networking][PATCH 1/7] libtevent: Package cmocka tests into ptest package

2023-01-16 Thread Khem Raj
Also avoids QA Issue: -dev package libtevent-dev contains non-symlink .so '/usr/lib/libcmocka-tevent.so' [dev-elf] Signed-off-by: Khem Raj --- .../recipes-support/libtevent/libtevent_0.13.0.bb| 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH 2/7] netkit-telnet: Drop using register storage class keyword

2023-01-16 Thread Khem Raj
Its dropped since c++17 and modern compilers have started to error on its use Signed-off-by: Khem Raj --- .../0001-Drop-using-register-keyword.patch| 457 ++ .../netkit-telnet/netkit-telnet_0.17.bb | 1 + 2 files changed, 458 insertions(+) create mode 100644

[oe] [meta-networking][PATCH] crda: 3.18 -> 4.15

2023-01-16 Thread Kai Kang
From: Kai Kang Update crda from 3.18 to 4.15: * use git repo in SRC_URI that no tar archive found for recent releases * drop fix-gcc-6-unused-variables.patch and make.patch * rebase patches Signed-off-by: Kai Kang --- ...-Makefile-respect-LDFLAGS-for-libreg.patch | 12 ++---

Re: [oe] gRPC

2023-01-16 Thread Armin Kuster
On 1/16/23 6:53 AM, Valek, Andrej wrote: Hi all, The reason, why I'm asking especially like this, is that the problem is inside the bundled zlib library. The "official" solution for fixing (https://nvd.nist.gov/vuln/detail/CVE-2022-37434) is to update the bundled zlib

[oe] [meta-python][PATCH 2/2] python3-autobahn: Upgrade 22.12.1 -> 23.1.1

2023-01-16 Thread Leon Anavi
Upgrade to release 23.1.1: - fix: support for Python up to v3.11 - fix: update GitHub CI - fix: copyright transferred to typedef int GmbH - no license change! - fix: remove coverage crap License-Update: Company name changed from Crossbar.io Technologies GmbH to typedef int GmbH, the license

[oe] [meta-python][PATCH 1/2] python3-alembic: Upgrade 1.9.1 -> 1.9.2

2023-01-16 Thread Leon Anavi
Upgrade to release 1.9.2: - Fixed typing definitions for EnvironmentContext.get_x_argument() - Fixed regression where the string transformations applied to server defaults caused expressions such as (getdate()) to no longer compare as equivalent on SQL Server, others. License-Update: Update

Re: [oe] [meta-python] Build recipe with pypa/build

2023-01-16 Thread Ross Burton
On 15 Jan 2023, at 21:55, Markus Volk via lists.openembedded.org wrote: > > You can try to 'inherit python_setuptools_build_meta' for your recipe This is the correct solution. The recipe uses pyproject.toml and setuptools, so you can just inherit setuptools_build_meta (which will then use

[oe] [PATCH] fwupd: Upgrade to 1.8.9

2023-01-16 Thread Ross Burton
From: Richard Hughes Signed-off-by: Richard Hughes --- ...e9c524998e449b822feb465a0c90317cd735.patch | 26 --- .../fwupd/{fwupd_1.8.4.bb => fwupd_1.8.9.bb} | 20 -- 2 files changed, 12 insertions(+), 34 deletions(-) delete mode 100644

Re: [oe] gRPC

2023-01-16 Thread Andrej Valek
Hi all, The reason, why I'm asking especially like this, is that the problem is inside the bundled zlib library. The "official" solution for fixing (https://nvd.nist.gov/vuln/detail/CVE-2022-37434) is to update the bundled zlib (https://github.com/grpc/grpc/pull/31595) library, which shouldn't be