[oe] [meta-oe] [PATCH] tree: upgrade 2.0.4 -> 2.1.0

2023-01-03 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/tree/{tree_2.0.4.bb => tree_2.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/tree/{tree_2.0.4.bb => tree_2.1.0.bb} (87%) diff --git

[oe] [meta-networking] [PATCH] traceroute: upgrade 2.1.0 -> 2.1.1

2023-01-03 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../traceroute/{traceroute_2.1.0.bb => traceroute_2.1.1.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-networking/recipes-support/traceroute/{traceroute_2.1.0.bb => traceroute_2.1.1.bb} (91%) diff --git

[oe] [meta-gnome] [PATCH] tepl: upgrade 6.2.0 -> 6.4.0

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == * Build: simplify handling of library soversion. * Add some new API (see the reference documentation). * Some API breaks (see the reference documentation). * Experiments to simplify GtkStack custom switcher implementations. Moved the result to the attic/

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

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == Updated printers: - BGP: Update cease notification decoding to RFC 9003. BGP: decode BGP link-bandwidth extended community properly. BGP: Fix parsing the AIGP attribute BGP: make sure the path attributes don't go past the end of the

[oe] [meta-oe] [PATCH] rsnapshot: upgrade 1.4.4 -> 1.4.5

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == - Fix regression (#310) - Merge pull request #303 from rsnapshot/update-HOWTO-to-talk-about-retain-instead-of-interval - Removing legacy Docbook files, as per discussion at https://github.com/rsnapshot/rsnapshot/pull/296 - Merge pull request #296 from

[oe] [meta-python] [PATCH] python3-xxhash: upgrade 3.1.0 -> 3.2.0

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == Build Python 3.11 wheels. Remove setup.py test_suites, call unittest directly Signed-off-by: Wang Mingyu --- .../python/{python3-xxhash_3.1.0.bb => python3-xxhash_3.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-watchdog: upgrade 2.2.0 -> 2.2.1

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == Enable mypy to discover type hints as specified in PEP 561 (#933) [ci] Set the expected Python version when building release files [ci] Update actions versions in use [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on non-Unix

[oe] [meta-python] [PATCH] python3-pydantic: upgrade 1.10.2 -> 1.10.4

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: Change dependency to typing-extensions>=4.2.0, #4885 Signed-off-by: Wang Mingyu --- .../{python3-pydantic_1.10.2.bb => python3-pydantic_1.10.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

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

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == -gh-98624: Add a mutex to unittest.mock.NonCallableMock to protect concurrent access to mock attributes. -bpo-43478: Mocks can no longer be used as the specs for other Mocks. As a result, an already-mocked object cannot have an attribute mocked using

[oe] [meta-python] [PATCH] python3-lz4: upgrade 4.0.2 -> 4.3.2

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

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

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == Parse short versions of day, month, and year (#1103) Add a test for "in 1d" (#1104) Update languages_info (#1107) Add a workaround for zipimporter not having exec_module before Python 3.10 (#1069) Stabilize tests at midnight (#) Add a test case for

[oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.6.1 -> 2.6.2

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == * optimize 'richcompare()' for opposite endianness * improve some docstrings add tests Signed-off-by: Wang Mingyu --- .../{python3-bitarray_2.6.1.bb => python3-bitarray_2.6.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-bidict: upgrade 0.22.0 -> 0.22.1

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == -Only include the source code in the source distribution. This reduces the size of the source distribution from 200kB to 30kB. -Fix the return type hint of bidict.inverted() to return an Iterator, rather than an Iterable. Signed-off-by: Wang Mingyu ---

[oe] [meta-oe] [PATCH] poppler: upgrade 22.12.0 -> 23.01.0

2023-01-03 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../poppler/{poppler_22.12.0.bb => poppler_23.01.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poppler/{poppler_22.12.0.bb => poppler_23.01.0.bb} (96%) diff --git

[oe] [meta-oe] [PATCH] openwsman: upgrade 2.7.1 -> 2.7.2

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == - Security - call setgroups before setuid or setgid - harden systemd service (https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort) - Bugfixes - wsman-win-client-transport: initialize certificate pointer - iniparser: fix

[oe] [meta-oe] [PATCH] pcsc-tools: upgrade 1.6.0 -> 1.6.1

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == 196 new ATRs use colors on NetBSD ("wsvt25" terminal) pcsc_scan: always print the version in verbose mode Fix Hungarian eID URL Update smartcard_list.txt update ATR name Fix typos in card list: healt -> health Add 6 issuer card ATR descriptions

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

2023-01-03 Thread wangmy
From: Wang Mingyu Changelog: == * Added 'OverlappingRange' exception which is raised during Worksheet :func:'add_table()' or :func:'merge_range()' if the range overlaps an existing worksheet table or merge range. This is a file corruption error in Excel. See :ref:'exceptions'.

[oe] [meta-python] [PATCH] python3-pillow: upgrade 9.3.0 -> 9.4.0

2023-01-03 Thread wangmy
From: Wang Mingyu License-Updated: copyright year updated to 2023 Changelog: == Fixed null pointer dereference crash with malformed font #6846 Return from ImagingFill early if image has a zero dimension #6842 Reversed deprecations for Image constants, except for duplicate Resampling

[oe] [meta-python] [PATCH] python3-pyephem: upgrade 4.1.3 -> 4.1.4

2023-01-03 Thread wangmy
From: Wang Mingyu 0001-Don-t-set-tp_print-on-Python-3.patch removed since it's included in 4.1.4 Changelog: == In previous versions, if you asked for the position of a body (a) whose elliptical or hyperbolic orbit has an eccentricity very close to 1.0 and (b) which is very far from

[oe] [meta-networking][PATCH] open-vm-tools: Fix build with 64-bit time_t

2023-01-03 Thread Khem Raj
Signed-off-by: Khem Raj --- ...c-Portable-way-to-print-64bit-time_t.patch | 41 +++ .../open-vm-tools/open-vm-tools_12.1.5.bb | 1 + 2 files changed, 42 insertions(+) create mode 100644

Re: [oe] [meta-oe] [PATCH] appstream: upgrade 0.15.5 -> 0.15.6

2023-01-03 Thread Khem Raj
this fails to build with clang, its stricter checks trip the build ../AppStream-0.15.6/tools/ascli-utils.c ../AppStream-0.15.6/tools/ascli-utils.c:116:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] ascli_print_separator ()

Re: [oe] [meta-gnome][PATCHv2] xdg-desktop-portal-gtk: add recipe

2023-01-03 Thread Markus Volk
v2 excludes the background portal by default because it requires gnome-shell to be installed Am Di, 3. Jan 2023 um 18:13:27 +0100 schrieb Markus Volk : - add it as denpendency for xdg-desktop-portal-gnome Signed-off-by: Markus Volk > ---

[oe] [meta-gnome][PATCHv2] xdg-desktop-portal-gtk: add recipe

2023-01-03 Thread Markus Volk
- add it as denpendency for xdg-desktop-portal-gnome Signed-off-by: Markus Volk --- .../xdg-desktop-portal-gnome_43.1.bb | 3 ++ .../xdg-desktop-portal-gtk_1.14.1.bb | 42 +++ 2 files changed, 45 insertions(+) create mode 100644

[oe] [meta-gnome][PATCH] gnome-shell: add runtime dependency on adwaita-icon-theme

2023-01-03 Thread Markus Volk
This is needed to have icons and cursors visible by default Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb

[oe] [meta-oe][PATCH] layer.conf: update LAYERSERIES_COMPAT for mickledore

2023-01-03 Thread Martin Jansa
* oe-core switched to mickedore in: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f --- meta-filesystems/conf/layer.conf | 2 +- meta-gnome/conf/layer.conf | 2 +- meta-initramfs/conf/layer.conf | 2 +- meta-multimedia/conf/layer.conf

[oe] [meta-gnome][PATCH] xdg-desktop-portal-gtk: add recipe

2023-01-03 Thread Markus Volk
- add it as denpendency for xdg-desktop-portal-gnome Signed-off-by: Markus Volk --- .../xdg-desktop-portal-gnome_43.1.bb | 3 ++ .../xdg-desktop-portal-gtk_1.14.1.bb | 42 +++ 2 files changed, 45 insertions(+) create mode 100644

[oe] [meta-python][PATCH 3/3] python3-zeroconf: Upgrade 0.39.4 -> 0.47.1

2023-01-03 Thread Leon Anavi
Upgrade to release 0.47.1: - The equality checks for DNSPointer and DNSService should be case insensitive - Optimize equality checks for DNS records - Optimize the dns cache - Optimize construction of outgoing packets - Optimize dns objects by adding pxd files - Optimize incoming parser by

[oe] [meta-python][PATCH 2/3] python3-croniter: Upgrade 1.3.7 -> 1.3.8

2023-01-03 Thread Leon Anavi
Upgrade to release 1.3.8: - Add Python 3.11 support and move docs files to main folder License-Update: File moved to main directory, no changes Signed-off-by: Leon Anavi --- .../{python3-croniter_1.3.7.bb => python3-croniter_1.3.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[oe] [meta-python][PATCH 1/3] python3-watchdog: Upgrade 2.2.0 -> 2.2.1

2023-01-03 Thread Leon Anavi
Upgrade to release 2.2.1: - Enable mypy to discover type hints as specified in PEP 561 - [ci] Set the expected Python version when building release files - [ci] Update actions versions in use - [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on non-Unix OSes

[oe] [meta-oe][PATCH 1/2] redis: 6.2.7 -> 6.2.8

2023-01-03 Thread Changqing Li
From: Changqing Li This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li --- .../0006-Define-correct-gregs-for-RISCV32.patch | 15 +-- .../redis/{redis_6.2.7.bb => redis_6.2.8.bb} | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) rename

[oe] [meta-oe][PATCH 2/2] redis: 7.0.5 -> 7.0.7

2023-01-03 Thread Changqing Li
From: Changqing Li This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li --- ...006-Define-correct-gregs-for-RISCV32.patch | 20 ++- .../redis/{redis_7.0.5.bb => redis_7.0.7.bb} | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) rename

[oe] [meta-initramfs][PATCH 2/2] grubby: drop version 8.40

2023-01-03 Thread Yi Zhao
This version is obsolete. Drop it and only keep the git version. Signed-off-by: Yi Zhao --- .../recipes-devtools/grubby/grubby_8.40.bb| 41 --- 1 file changed, 41 deletions(-) delete mode 100644 meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb diff --git

[oe] [meta-initramfs][PATCH 1/2] grubby: update to latest git rev

2023-01-03 Thread Yi Zhao
* Refresh patches. * Update SRC_URI. The upstrem repository has been archived. * Depends on rpm to rpm-sort build. * Add a patch to fix rpm-sort build error. * Do not specify PREFIX as the issue has been fixed upstream. Signed-off-by: Yi Zhao --- ...able-LIBS-to-provides-libraries-from.patch |