From patchwork Thu Apr 30 10:48:20 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87194 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B84DFF8875 for ; Thu, 30 Apr 2026 10:49:36 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17424.1777546172057976680 for ; Thu, 30 Apr 2026 03:49:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PK7aDdvg; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546172; x=1809082172; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=aQgkI9LKpjuRPqeP0/SzZiIZHKKjP7idim3+JKcn/Ic=; b=PK7aDdvg9fQnokV/spXK5kNkaJkYZi916S97ypdtjPA2lMhKUImK7hyv QXb5ITkdsQUOl3NIQ73gEymEnzWsFFfOEyCWqgVX+2qB5zAqfCIjyyYOq 628/I8yXVUegZNP5JVOivgXn/Ft0d/oyUZ8HHopvmxJwmXRv8BlQUlyhd hpxPLYNqXD93+kCPqPHuuiRFjnwCCniNDHKKYDBVghr/K6RLBEBjl0KPR h8fTMCjFnQhYyF81BqIcMPcpjjIH+lwcS96Ix3pvNAjLmoC6T1SWPkfUY Y8fApWNVzFdN+e1XbPSi/bDMr4QHrrmo2zdSx4f0b1rZNFAJ4PH3182H+ A==; X-CSE-ConnectionGUID: +HEcxOH8SA+d3Iawr4nmyg== X-CSE-MsgGUID: FFsVSy8nQN2ACgmgfypEAQ== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552622" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552622" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:30 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 1BEE81002B86 for ; Thu, 30 Apr 2026 10:49:30 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id C962018002CD for ; Thu, 30 Apr 2026 10:49:29 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 557641801130; Thu, 30 Apr 2026 10:49:27 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 01/64] 7zip: upgrade 26.00 -> 26.01 Date: Thu, 30 Apr 2026 18:48:20 +0800 Message-ID: <20260430104924.1106-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126671 From: Wang Mingyu Changelog: ============= - linux version of 7-Zip can use huge pages (2 MB pages). It can increase compression speed for 10% for 7z/xz/LZMA/LZMA2 compression. - new -spo[d|c|r] switch specifies the path generation mode for the output directory for archive extraction. The output directory path is generated from the path specified in the -o{dir_path} switch and the name of the archive being unpacked. - some bugs were fixed. Signed-off-by: Wang Mingyu --- meta-oe/recipes-extended/7zip/{7zip_26.00.bb => 7zip_26.01.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/7zip/{7zip_26.00.bb => 7zip_26.01.bb} (98%) diff --git a/meta-oe/recipes-extended/7zip/7zip_26.00.bb b/meta-oe/recipes-extended/7zip/7zip_26.01.bb similarity index 98% rename from meta-oe/recipes-extended/7zip/7zip_26.00.bb rename to meta-oe/recipes-extended/7zip/7zip_26.01.bb index 85219b5052..a3e124518a 100644 --- a/meta-oe/recipes-extended/7zip/7zip_26.00.bb +++ b/meta-oe/recipes-extended/7zip/7zip_26.01.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main;tag=${PV} \ file://0001-Remove-treating-warning-as-errors.patch \ file://7z_wrapper.sh \ " -SRCREV = "839151eaaad24771892afaae6bac690e31e58384" +SRCREV = "8c63d71ff886bda90c86db28466287f977374237" UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest" From patchwork Thu Apr 30 10:48:21 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87197 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50E1ECD13D2 for ; Thu, 30 Apr 2026 10:49:36 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17425.1777546173502871540 for ; Thu, 30 Apr 2026 03:49:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=g+B/5KGt; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546173; x=1809082173; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=VTsJV3NfZnEuS3WP3nfjDBOoeA5Igzs8Kyp6ggnPURo=; b=g+B/5KGtB4qaIrfb5JonIH9kQhGVcTd8C6xjgBjXplIiKMJkZV29a6Ni 2B74g7wkc8kQUYh3fIKdU055wzIfe/wy0R4mpUkCXz54PP5MWDPdZ37yt WQUXn/Lxn1AtTthbcVT3pTmQFqKDkvLbkYF538NhsdEb1ZNeKUET7E/bE GW1agc4sWvo1HQPbtbZK8K1TVTafEx5GAfUbO9k0H54lxPLxL7g1iMcky t5OU61XB+Hwgff5ZIs+nY2OhzYYQwjGzjR7DLIvWnOOHl3ZgT/LNSVmp1 nIGtuym6+SwtXS33zjttG+j/qhqWwLlcmJbbN79uqQWlWrPYypdXxIsrB A==; X-CSE-ConnectionGUID: hQrxUXIFQP+8hgpKQ/qzsQ== X-CSE-MsgGUID: IfHrX5ARSqyiGpRCWr5A+g== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226100941" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226100941" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:31 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id ABA6D8203FA for ; Thu, 30 Apr 2026 10:49:31 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 61A4514003DA for ; Thu, 30 Apr 2026 10:49:31 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id F29E5180113C; Thu, 30 Apr 2026 10:49:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 02/64] appstream-glib: upgrade 0.8.2 -> 0.8.3 Date: Thu, 30 Apr 2026 18:48:21 +0800 Message-ID: <20260430104924.1106-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126672 From: Wang Mingyu Changelog: =========== - Drop support for libstemmer - Add font glob match for .ttc files - Do not veto the extension if the parent cannot be found - Include screenshot height in "too small" and "too large" error - Make the appdata filename check match the plugin globs - Remove Check for X-KDE-StartupNotify - Stop trying to convert Fedora licenses into SPDX - Support RFC9512 registration for application/yaml Signed-off-by: Wang Mingyu --- .../{appstream-glib_0.8.2.bb => appstream-glib_0.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-support/appstream-glib/{appstream-glib_0.8.2.bb => appstream-glib_0.8.3.bb} (91%) diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.3.bb similarity index 91% rename from meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb rename to meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.3.bb index efb85d77c5..399d9813af 100644 --- a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb +++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.3.bb @@ -20,7 +20,7 @@ DEPENDS = " \ inherit meson gobject-introspection gettext bash-completion pkgconfig manpages SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz" -SRC_URI[sha256sum] = "71256500add5048d6f08878904708b3d0c3875f402e0adcd358e91d47dcd8b96" +SRC_URI[sha256sum] = "84754064c560fca6e1ab151dc64354fc235a5798f016b91b38c9617253a8cf11" EXTRA_OEMESON = " \ -Drpm=false \ From patchwork Thu Apr 30 10:48:22 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87195 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98D3DCD13DE for ; Thu, 30 Apr 2026 10:49:36 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17426.1777546175236477107 for ; Thu, 30 Apr 2026 03:49:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RgEeSjNe; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546175; x=1809082175; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oPhEChYC0h79SMGRNeVhpy1rI0h9cRk0lPY7C4h3bew=; b=RgEeSjNeKenGb3Inuq+lr4buK2j1VRp7t5FpfTHSfOVpIJ4qyaoUnLn4 GB0ypoh2A+HI1GvWFGRuuqlsfNoSseF0o6u+UU2pX5p44DTGUAk8WuiIH IBRZy5GMiDAiPu5TRfM6SrLG/ohhD4QJ0idCP1ZNsy51jp69Egb4VCk7R 0PDo+r9GTM31M+eVfjcXjPCbFPTaO4Httua8kUxvu3vINFvTvjNk/oaBX fzcQ8n2TLh4/Lzs6ydg2aYaHbatxVkgD4If3eAuIeh2Hsfnd3kPupJGIp tqnl539IDvlr4DLA5TV9hu/ST1qK1RBez39y6OwVIF6yWThu+6BTqpPOk A==; X-CSE-ConnectionGUID: GBaIwptzRoKs1QZvRe+maA== X-CSE-MsgGUID: GpZ8H0OTTE2KdCyklABE/w== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238566065" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238566065" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:33 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 6C4B01C00093 for ; Thu, 30 Apr 2026 10:49:33 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 219D61000092 for ; Thu, 30 Apr 2026 10:49:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 94217180113F; Thu, 30 Apr 2026 10:49:30 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/64] bubblewrap: upgrade 0.11.1 -> 0.11.2 Date: Thu, 30 Apr 2026 18:48:22 +0800 Message-ID: <20260430104924.1106-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126673 From: Wang Mingyu Changelog: =========== - bug fix: CVE-2026-41163 - enhancement : New build option -Dsupport_setuid, which if set to false (which is the default) disables the support for setuid. Signed-off-by: Wang Mingyu --- .../bubblewrap/{bubblewrap_0.11.1.bb => bubblewrap_0.11.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-security/bubblewrap/{bubblewrap_0.11.1.bb => bubblewrap_0.11.2.bb} (90%) diff --git a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb similarity index 90% rename from meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb rename to meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb index 0db94b40fa..7e63435e90 100644 --- a/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.1.bb +++ b/meta-oe/recipes-security/bubblewrap/bubblewrap_0.11.2.bb @@ -8,7 +8,7 @@ DEPENDS = "libcap" SRC_URI = " \ https://github.com/containers/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ " -SRC_URI[sha256sum] = "c1b7455a1283b1295879a46d5f001dfd088c0bb0f238abb5e128b3583a246f71" +SRC_URI[sha256sum] = "69abc30005d2186baf7737feacd8da35633b93cf5af38838ecff17c5f8e924f6" inherit meson bash-completion github-releases manpages pkgconfig From patchwork Thu Apr 30 10:48:23 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87196 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8ABD6CD13DA for ; Thu, 30 Apr 2026 10:49:36 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17424.1777546172057976680 for ; Thu, 30 Apr 2026 03:49:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cpcVV10E; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546175; x=1809082175; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=B5kDZDUu3Mmh9gLreRkTp/Fm4mkl6LDU67PsCQoItZw=; b=cpcVV10ErTALWDcTu6Xk7XGyypsqk/H8thMdYJGsL4gW6IhdBJJXtxny x1ch1YUNSeRR6/ZsI3ubcNHqirXPoz1x1GF/QrNqDvirl4iQ4pzP9oDGq gV53j1MpB1SPvH9571skeJO1+CMbFWkm3YtFpPj8J9wo/LCO8/ffqHO+L LHliYT0Sd0mhqUO2jtXGIx7PkOGT3DsOoS4hj8dMCcqTgsjy4zKcjV+w4 zBb1gPb+6ssM7jDJTyhoz7wQGVkAVTPl5YYBa56adovpQDw6mN6TgTVui tx7R8ovDzbLmJ4MsQiYlaVhicLCqFqHzqFjUGSVIIXb4a/9dLrUyV+oPn w==; X-CSE-ConnectionGUID: lViCmTQNSEqSqbUsBtDNTg== X-CSE-MsgGUID: Qp9NROBoQiqHqWF5OqR+Tw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552627" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552627" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:35 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id D84861C1C706 for ; Thu, 30 Apr 2026 10:49:34 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 9168618002E8 for ; Thu, 30 Apr 2026 10:49:34 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 2D4B6180113E; Thu, 30 Apr 2026 10:49:31 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/64] ctags: upgrade 6.2.20260329.0 -> 6.2.20260426.0 Date: Thu, 30 Apr 2026 18:48:23 +0800 Message-ID: <20260430104924.1106-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126674 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.2.20260329.0.bb => ctags_6.2.20260426.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.2.20260329.0.bb => ctags_6.2.20260426.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.2.20260329.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.2.20260426.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_6.2.20260329.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.2.20260426.0.bb index 76bb5b77be..c3e6df01b2 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.2.20260329.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.2.20260426.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "34659e2cb02e055c74e929c5bad291470a729570" +SRCREV = "0498b5983b38f835ece70890ea171d1c1204f284" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" From patchwork Thu Apr 30 10:48:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87201 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 116C6CD13DA for ; Thu, 30 Apr 2026 10:49:47 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17425.1777546173502871540 for ; Thu, 30 Apr 2026 03:49:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kQjQ6aUW; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546177; x=1809082177; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZDJ+rHFywOu6pmtdGMXS33L0CDa7nru1sCvwqsiDvsM=; b=kQjQ6aUWTT1+vvu3wfuNaowqYFruA+KkBjDIpeFi/VOtFq66jpGR36y1 8lbhpmPg5YtBEL8yswJvoy7H4GUjpRUX1zWDGBzH+Zm7iIj2zZIVg1yQl JCzqzdZ8aOCW2Qh9zm2UdlnLM3ZpQBagtuf7rUCW2zLg21LrjeSJP6ar3 sc2xbBnEGRHsSzk4+c+JdbT0JQwmTBWxgo71ZkOjYpCf6N3WKX0sEazOl geXnwjplz7yvbpqnaL2S2PW3zAIUdTePEipjr/KVFzN1IgJ3Yhog3b4n/ QVrXvMXI8GZGKxUnUJam6b0BHQAViSVIuxcgLYiWM/T6P+6e/qer6Pp1T A==; X-CSE-ConnectionGUID: SaksfVLdRaO0V0Faux7iXA== X-CSE-MsgGUID: c8kmLNryTQqiMzs/Hl0S7w== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226100944" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226100944" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:36 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 76F5F1002BAD for ; Thu, 30 Apr 2026 10:49:36 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 2FBCBC0022B for ; Thu, 30 Apr 2026 10:49:36 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id C2C51180113C; Thu, 30 Apr 2026 10:49:33 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 05/64] dash: upgrade 0.5.13.2 -> 0.5.13.3 Date: Thu, 30 Apr 2026 18:48:24 +0800 Message-ID: <20260430104924.1106-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126675 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-shells/dash/{dash_0.5.13.2.bb => dash_0.5.13.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-shells/dash/{dash_0.5.13.2.bb => dash_0.5.13.3.bb} (90%) diff --git a/meta-oe/recipes-shells/dash/dash_0.5.13.2.bb b/meta-oe/recipes-shells/dash/dash_0.5.13.3.bb similarity index 90% rename from meta-oe/recipes-shells/dash/dash_0.5.13.2.bb rename to meta-oe/recipes-shells/dash/dash_0.5.13.3.bb index 94a5d87c5d..48533e908a 100644 --- a/meta-oe/recipes-shells/dash/dash_0.5.13.2.bb +++ b/meta-oe/recipes-shells/dash/dash_0.5.13.3.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e" inherit autotools update-alternatives SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz" -SRC_URI[sha256sum] = "e7136826b1eed6ce3193e8affa2f70b1b2b9168dd91ffa7ddb4f46e9e62054fe" +SRC_URI[sha256sum] = "a83727c1299ac4c3d9d43979393b3a4eb00275d5636ae02526e7979d51d6fbd1" CVE_PRODUCT = "dash:dash" From patchwork Thu Apr 30 10:48:25 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87198 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3415CD13D2 for ; Thu, 30 Apr 2026 10:49:46 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17430.1777546179907100614 for ; Thu, 30 Apr 2026 03:49:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VCieGVD9; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546179; x=1809082179; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZcsAYoHQkQ9po+tjpapP1x0EehFVVX0+Tm/t6T3VUVQ=; b=VCieGVD9y34Pj2X7n82+qFdH5nCClZ42nD5jEWd2lhzPY2PujoG1/0QQ A5W5tPTuMv/wXlNCGP9qAcC6xQBHNB42ax+Jrnm3arT7XyV7smuxNRxqT NZgk4/yqMajgX/DrFbzpP68bb3lZRpOiNkzumWL3nm8SgWbdHfQsrSFYR UuWPp8BAHUAykvCYbv7ZvFhgt1EHpz7idIkOg49+NhgtgRZ/KxyVwcsAd BNAk2NsVgGbuBlvHT3S8V9KGJmDqU0RiZnEFGZTbGfTei/7JJeuMLPKSJ FQV2m26qhjvCQdS/YdaFOWMkSErelL78FjCfiaUtcT54N1A5QxX+G6Xn5 A==; X-CSE-ConnectionGUID: D38uUfTbS3GBhtXZHTEFug== X-CSE-MsgGUID: FsMe4jsKQDW+RGYGJn55MA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="239352992" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="239352992" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:38 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 52C251000149 for ; Thu, 30 Apr 2026 10:49:38 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id F364E1004171 for ; Thu, 30 Apr 2026 10:49:37 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 63BB21801130; Thu, 30 Apr 2026 10:49:35 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 06/64] fastfetch: upgrade 2.61.0 -> 2.62.1 Date: Thu, 30 Apr 2026 18:48:25 +0800 Message-ID: <20260430104924.1106-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126676 From: Wang Mingyu Changelog: ========== - Fixes Host module not working on some devices - Logos : Adds EN-OS, LimeOS, Redrose and Uzbek Signed-off-by: Wang Mingyu --- .../fastfetch/{fastfetch_2.61.0.bb => fastfetch_2.62.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/fastfetch/{fastfetch_2.61.0.bb => fastfetch_2.62.1.bb} (98%) diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb b/meta-oe/recipes-support/fastfetch/fastfetch_2.62.1.bb similarity index 98% rename from meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb rename to meta-oe/recipes-support/fastfetch/fastfetch_2.62.1.bb index 8db0b608f1..160ac87bcb 100644 --- a/meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb +++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.62.1.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76" DEPENDS = "yyjson" SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=master;tag=${PV}" -SRCREV = "e5d600600614f5496b02907a11a7bc80c369d266" +SRCREV = "4a61cdb1c9e4044ee959751e00bac1266dc6ebf9" inherit cmake pkgconfig From patchwork Thu Apr 30 10:48:26 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87202 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0DDD9CCFA13 for ; Thu, 30 Apr 2026 10:49:47 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17213.1777546181570716244 for ; Thu, 30 Apr 2026 03:49:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nNdJpUNF; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546181; x=1809082181; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FKHpRRqHdQL449v29J8JjBaID3NbhwBwgzdUUgMmYmo=; b=nNdJpUNFtqG7CorwcKksjJt+L2vK/AU4eDQYoUbLtV1gqmYkbtF6cAi0 CZb4MRKClGgJARUP+d7Rd70yj3AbrieaaJe2SycbvlIKz1Mo79UDi+IDl d1jXVr7+sA4Z3yQGahaKv1Bd6WMH2a5SYJpY/RVxwY9X3oNczAuGkdlGT Ao0QalHfN6+tV96oBhFv76k0NWctF8HC9fxF0Txil24uqQzCO+oafPiUY JIC/LU+8vVicpDwVqR0G89C2K9ZX9R6yXTsx6vqtq5mlqr5/0pf1gADqU UuXCt1mPxIklvBrwtyNOudW0yirdWkc8UtSEaVPPZaEt/dpDBjink7Eyn A==; X-CSE-ConnectionGUID: XEscBj0/QfeUqT1nZ80xPQ== X-CSE-MsgGUID: 9PWejTxtQVihbwoqCu5OgA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238077178" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238077178" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:40 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id E84451C000C3 for ; Thu, 30 Apr 2026 10:49:39 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 94714100086D for ; Thu, 30 Apr 2026 10:49:39 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 063091801137; Thu, 30 Apr 2026 10:49:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 07/64] fluentbit: upgrade 5.0.2 -> 5.0.3 Date: Thu, 30 Apr 2026 18:48:26 +0800 Message-ID: <20260430104924.1106-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126677 From: Wang Mingyu Changelog: ============= - tests: integration: introduce in-tree integration test suite - parser: Address wrong assignments of timezone at midnight - release: update to 5.0.3 - workflows: Unify steps of downloading built macOS packages - record accessor: fix CFL root-key matching and container translation - env: add new extended format to handle environment variables - out_s3: fix retry_limit semantics and multipart upload memory leaks - lib: cmetrics: upgrade to v2.1.2 - in_tail: harden db offset restore across restart - oauth2: restore legacy context creation behavior - network: Handle baraketed ipv6 addresses - in_opentelemetry: fix tag routing issue - http_server: add settings for ingress queue - out_syslog: address invalid configurations on in syslog - input_thread: replace raw read() with pipe abstraction to fix crash - workflows: Windows docker insufficient disk space fix - http_client: enhance parser in timeouts and protocol parsing - in_ebpf: add tcp trace Signed-off-by: Wang Mingyu --- .../fluentbit/{fluentbit_5.0.2.bb => fluentbit_5.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/fluentbit/{fluentbit_5.0.2.bb => fluentbit_5.0.3.bb} (99%) diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.2.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.3.bb similarity index 99% rename from meta-oe/recipes-extended/fluentbit/fluentbit_5.0.2.bb rename to meta-oe/recipes-extended/fluentbit/fluentbit_5.0.3.bb index 3f3299459c..4153cba106 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.2.bb +++ b/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.3.bb @@ -17,7 +17,7 @@ DEPENDS = "\ " DEPENDS:append:libc-musl = " fts" -SRCREV = "66ffbe43bd0b393ec418e6f5851a23461fa478d4" +SRCREV = "63ed88ee65a1164b5be52b5ddab0344271a2825c" SRC_URI = "\ git://github.com/fluent/fluent-bit.git;nobranch=1;protocol=https;tag=v${PV} \ file://0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch \ From patchwork Thu Apr 30 10:48:27 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87206 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 015C2CD13DE for ; Thu, 30 Apr 2026 10:49:58 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17213.1777546181570716244 for ; Thu, 30 Apr 2026 03:49:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qsUw0ao7; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546187; x=1809082187; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=obczC2M7IML5yJJUcMM2txqayzJShgiVXrBPpxcqtjs=; b=qsUw0ao7TlbJHDAW8+lhs59SPRBTohVQ7DpsrYxNgNwP6500aLSRqxnM ECXOFXPeGPG60/zxOMHWuX/DmluVX10eDpV89huHA3Y4EDduq3xtwg5TV CGfnsggv0yDeGwOFAcvThhpoNI2i1KBKN/pK4nFxaw2f5UDAP2vX9bBlr U/5PRNtIT6fKoq2GzWdqVci4dRJOCXMpRSkNJhi5RgsvPqVR2r1OXL0MH gjKqYbDeSw54Z2Yv84SndN2jjC9Ecnv7roZsFMXYQ0/BIMhYQY1AmLP/u 9XzrEnQJd38AZtnxnGaDV6JMuIyGalFyx3XSdpWg/J5tuSOaLUmqLOJ0b A==; X-CSE-ConnectionGUID: EPSMYhNuSF6ZfvIxyRJQMw== X-CSE-MsgGUID: M25NjYdlQAKs+yqy2LQv3w== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238077184" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238077184" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:46 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 76FF05C32 for ; Thu, 30 Apr 2026 10:49:46 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 258CEC01296 for ; Thu, 30 Apr 2026 10:49:46 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9B7BC180113C; Thu, 30 Apr 2026 10:49:38 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 08/64] glaze: upgrade 7.3.3 -> 7.4.0 Date: Thu, 30 Apr 2026 18:48:27 +0800 Message-ID: <20260430104924.1106-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126680 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-support/glaze/{glaze_7.3.3.bb => glaze_7.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/glaze/{glaze_7.3.3.bb => glaze_7.4.0.bb} (92%) diff --git a/meta-oe/recipes-support/glaze/glaze_7.3.3.bb b/meta-oe/recipes-support/glaze/glaze_7.4.0.bb similarity index 92% rename from meta-oe/recipes-support/glaze/glaze_7.3.3.bb rename to meta-oe/recipes-support/glaze/glaze_7.4.0.bb index e733d166b2..335e1a9d7d 100644 --- a/meta-oe/recipes-support/glaze/glaze_7.3.3.bb +++ b/meta-oe/recipes-support/glaze/glaze_7.4.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8" SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}" -SRCREV = "dbf6caec935b768546587a413e45d033480c4483" +SRCREV = "0731509dd002db783005b14c32f9587e4818f500" inherit cmake From patchwork Thu Apr 30 10:48:28 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87200 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24A02CD13DE for ; Thu, 30 Apr 2026 10:49:47 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17433.1777546184395626817 for ; Thu, 30 Apr 2026 03:49:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=QjyTB5g3; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546183; x=1809082183; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fReIiPcox7QW6hMCo7S9TYNzON5o4FKWj7a3yyIzKVI=; b=QjyTB5g34iUbw4DS+WLgIU8lIh1Cnjsc2VDgCLsXQ6NzLxvWx+FOTF9y 3vtN9KF85D3o8IHMiExC++b0lm024+qAzOAAxKuOYhYXKrIucQ3IlrhfV 6sQANjzYz7DEU+V6RitCA5UgvyRQdli8b1yty9f8FR14mSZV1ck8WK6VF MBj1K6+9lSkI1bQqZTJLHLBFMmhaRFn388LVZAziBQ9CZYPu1dERcIsrY 50DBv+vcs5G8l8c30YcRMvaFLFgdQDK4mbSdCmuYRJMhOQxwQR7Oz/Zqm qbva3W+JT+bS0efgCrtvrwobpfZyyQQQNMT2R022ouMRxRqtkEYE0PRT3 w==; X-CSE-ConnectionGUID: Fz1CKB/VRUCULuBc3BBOKg== X-CSE-MsgGUID: 5Ad1iu5+RwWTyNlvvHDSfg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636917" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636917" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:42 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id DB9581002B86 for ; Thu, 30 Apr 2026 10:49:42 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 970D8C00219 for ; Thu, 30 Apr 2026 10:49:42 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3D0B81801130; Thu, 30 Apr 2026 10:49:39 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 09/64] highway: upgrade 1.3.0 -> 1.4.0 Date: Thu, 30 Apr 2026 18:48:28 +0800 Message-ID: <20260430104924.1106-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126678 From: Wang Mingyu Add: ======= - Fast* math functions, sum_array example - HWY_ARCH_MAX_BYTES, HWY_MIN_BYTES, HWY_NATIVE_MASK, HWY_REGISTERS - HWY_EXPORT_AND_TEST_BEST_P - InterleaveLower/UpperBlocks, Lookup8, XorAndNot - MinMax algo, AtomicBitSet - RVV and LSX/LASX runtime dispatch, FreeBSD futex Improvements: ============== - MulByPow2, PopulationCount, SumsOfAdjQuadAbsDiff - ReorderWidenMulAccumulate, SumOfMulQuadAccumulate - Re-enable SVE, add i8mm for SVE/NEON_BF16 Fixes: ======== - EVEX512 compiler change workaround, Timer::start() result truncation - BF16 dot on SVE, doc formatting, StringTable race, warnings Signed-off-by: Wang Mingyu --- .../highway/{highway_1.3.0.bb => highway_1.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/highway/{highway_1.3.0.bb => highway_1.4.0.bb} (93%) diff --git a/meta-oe/recipes-extended/highway/highway_1.3.0.bb b/meta-oe/recipes-extended/highway/highway_1.4.0.bb similarity index 93% rename from meta-oe/recipes-extended/highway/highway_1.3.0.bb rename to meta-oe/recipes-extended/highway/highway_1.4.0.bb index ddd684bb45..a85620710d 100644 --- a/meta-oe/recipes-extended/highway/highway_1.3.0.bb +++ b/meta-oe/recipes-extended/highway/highway_1.4.0.bb @@ -9,7 +9,7 @@ inherit cmake SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master \ file://0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch" -SRCREV = "c34a36fb145de0a922a6e719b217033e1ff2eece" +SRCREV = "2607d3b5b0113992fe84d3848859eae13b3b52c1" PV .= "+git" EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release" From patchwork Thu Apr 30 10:48:29 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87199 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BBEDFFF8875 for ; Thu, 30 Apr 2026 10:49:46 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17433.1777546184395626817 for ; Thu, 30 Apr 2026 03:49:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=pnpCH7SK; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546184; x=1809082184; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HClWMzZMIa9fwFSa+KsmRpInCXPMw7EfuD/xv00P75g=; b=pnpCH7SK4lXa/RFu7wzkvYXXn1NEOJU34HJ/REe9XGlaNnZ7/9Jg5p2M Knwj62GX9N8q1N9Wp9EJ6/CigivKGccDgP2i93k7LKzxdwZM0BhUm3EdT 86f+p7p0++R4Qtg9EiQLyENsL66Q/+xI7zDe5433DGssp0UtEEmIXX/Or LeHldTGRzEhANR2TFntYvaZU+IpRtW4wRviOju2B06gLbvzQsUcMC0hWO 1MAxCmegxEB0i/llFQPL9L2QFiyQOHmhmo9BJ/lp32QKiAqrtCbRc6ltl 5uCe6es9Muo3geh8z844rrxN2exJQJe+qPfwka7pUAT/6Mj7HjCxyACQ4 Q==; X-CSE-ConnectionGUID: 0sbiOz4tS5ajBUtdBz2IHw== X-CSE-MsgGUID: mwuq9tmITBaYHmVeuZ6AKg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636920" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636920" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:43 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 807078203CA for ; Thu, 30 Apr 2026 10:49:44 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 39A3092674F for ; Thu, 30 Apr 2026 10:49:44 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id CCD7C1801137; Thu, 30 Apr 2026 10:49:41 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 10/64] iceauth: upgrade 1.0.10 -> 1.0.11 Date: Thu, 30 Apr 2026 18:48:29 +0800 Message-ID: <20260430104924.1106-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126679 From: Wang Mingyu Changelog: ========== - meson: Add option to build with meson - gitlab CI: drop the ci-fairy check-mr job - Improve man page formatting - Add --help and --version options Signed-off-by: Wang Mingyu --- .../xorg-app/{iceauth_1.0.10.bb => iceauth_1.0.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{iceauth_1.0.10.bb => iceauth_1.0.11.bb} (79%) diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.11.bb similarity index 79% rename from meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb rename to meta-oe/recipes-graphics/xorg-app/iceauth_1.0.11.bb index 7d025de4c4..d10d9d2cfb 100644 --- a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.11.bb @@ -12,5 +12,5 @@ BBCLASSEXTEND = "native" DEPENDS += "libice" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "3deefb7da26af9dc799b5628d929d91c9af68c78575639944db3b955f29aa029" +SRC_URI[sha256sum] = "9d633cf0d4d1d98e3ef02d18660372958b60a67016e8a72cd04093a8d8f8d4e9" From patchwork Thu Apr 30 10:48:30 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87203 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5028ECD13D2 for ; Thu, 30 Apr 2026 10:49:57 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17435.1777546187581658225 for ; Thu, 30 Apr 2026 03:49:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MZgXWz/z; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546187; x=1809082187; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=V2V9o35q2nrfQHHpfJjPSzyHyTf3mICh+PEY5YSCbIw=; b=MZgXWz/zWbzxGK/6ZY34qkBez7x6/FSVqxdgUmrFmro1d5Nb/n2eDP69 M2pu/fzI5zUQpxQXDE3KfcaVx8B3GXcTd4iIPYMm5Bh/MO87LcwYJP05f +1YTl0qqo80YgViZWHSswXxDr1lUBs/pQ499cu1X2mZhCp8CnyxDa1v/t Pp/8H+GoMFNaddDnUzZXzM1tRqiwVfMKtt1qAiTPaasy57DUDeVSooOtL OQpchaCrJJWsFxETtClGl+94900opchRz7y7l9MUfoC/cxUrFXn7MEI8G cTbUv4adx0n3p1nU0yjS7r9Lime/xpweo7llV9b6667oySkxXI6mL6VFM w==; X-CSE-ConnectionGUID: c5c5WrspQeO560gTlwGtFg== X-CSE-MsgGUID: 1cv4rkxoS9C1WbOYwumdJw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="243116183" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="243116183" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:46 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 21A1B1002BAD for ; Thu, 30 Apr 2026 10:49:46 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id D13F1C0022B for ; Thu, 30 Apr 2026 10:49:45 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6E9A21801130; Thu, 30 Apr 2026 10:49:43 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 11/64] imagemagick: upgrade 7.1.2-19 -> 7.1.2-21 Date: Thu, 30 Apr 2026 18:48:30 +0800 Message-ID: <20260430104924.1106-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126681 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{imagemagick_7.1.2-19.bb => imagemagick_7.1.2-21.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/imagemagick/{imagemagick_7.1.2-19.bb => imagemagick_7.1.2-21.bb} (99%) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-19.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-21.bb similarity index 99% rename from meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-19.bb rename to meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-21.bb index 18c23cb0d4..bfcdb2495d 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-19.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-21.bb @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=htt file://imagemagick-ptest.sh \ " -SRCREV = "9fbd2b79450e930edb95e8158d412e57a7b27e83" +SRCREV = "c86de049cefb8dd739e16f0e2fdc1ef8d2006d59" inherit autotools pkgconfig update-alternatives ptest export ac_cv_sys_file_offset_bits = "64" From patchwork Thu Apr 30 10:48:31 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87205 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE61ACD13DA for ; Thu, 30 Apr 2026 10:49:57 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17436.1777546189390808719 for ; Thu, 30 Apr 2026 03:49:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bWTv29Cw; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546189; x=1809082189; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=h+oCBBGGu6yQlmYTHdbvx/HsbqAxpn3BsiiiOO+lTr8=; b=bWTv29CwwpNdQqP/uBlNXx5J4mtCjCGRpQHVR1Nh9gtss3mLOmLfT53r saQRPX5C+VLtaUipGhnRsisR6Ls77L7BpiJzVtEB1W8lF2TReGqJSNSoh 7/6wbTFRsdUH4ui+Lqc0AoYJf15pwTXj8uw4JH/ExG1As0lRyg2eiWCTO RXiGn6fT6jv7YGX2kUrCHzCwnpyGnFkq14OEDeko3CtV9h8qLG2zQJ5wb SZ5NDa3N1L6ewqSROJRe5JItMKwnJllZiq14MBKmWAFpTvHoCFAWm7C0x nlje0VSn0u2MsuNmml5ZufxPFRNpCnanH1I02oUBJtF0AwTT2W/BPvOcU Q==; X-CSE-ConnectionGUID: 5DXEQhGzTSqslx+ucBzq0A== X-CSE-MsgGUID: wYS5wK1uQiWFzWwq84ZLMA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="239352998" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="239352998" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:47 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id F13494DD4 for ; Thu, 30 Apr 2026 10:49:47 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 98C13C012A7 for ; Thu, 30 Apr 2026 10:49:47 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 107E01801137; Thu, 30 Apr 2026 10:49:44 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 12/64] isocline: upgrade 1.0.9 -> 1.1.0 Date: Thu, 30 Apr 2026 18:48:31 +0800 Message-ID: <20260430104924.1106-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126682 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../isocline/{isocline_1.0.9.bb => isocline_1.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/isocline/{isocline_1.0.9.bb => isocline_1.1.0.bb} (94%) diff --git a/meta-oe/recipes-devtools/isocline/isocline_1.0.9.bb b/meta-oe/recipes-devtools/isocline/isocline_1.1.0.bb similarity index 94% rename from meta-oe/recipes-devtools/isocline/isocline_1.0.9.bb rename to meta-oe/recipes-devtools/isocline/isocline_1.1.0.bb index 2afc4500df..c50ac01c49 100644 --- a/meta-oe/recipes-devtools/isocline/isocline_1.0.9.bb +++ b/meta-oe/recipes-devtools/isocline/isocline_1.1.0.bb @@ -9,7 +9,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=8d05469c537534c7405c82c81a526bcd" SRC_URI = "git://github.com/daanx/isocline.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "74d34bc453f5b91f1f8d8ded2840e1553623d135" +SRCREV = "d55a58139badbe83d61c5d89954fa5bddcabe6d7" inherit cmake From patchwork Thu Apr 30 10:48:32 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87208 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09971CD3420 for ; Thu, 30 Apr 2026 10:49:58 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17435.1777546187581658225 for ; Thu, 30 Apr 2026 03:49:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ieMnQPw7; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546190; x=1809082190; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cAsRq8DAM8eP3eq104OrmDT1GiuT+lVMzEsBgZ+Ofj8=; b=ieMnQPw78rQ8shKhyL5oVLpmGP/lXv9WmrtX7ZbQQwMwnUy4zT30r6ru npQUjugeLYMtch5AJdQ/3w1J3Qe5BGJ7tqkXPTmOxfimJbpjzUvQyfCBt w66U16/jfqL8bapVuJCq8TRESTT/PNyKDBBWHqZ2Q0w3CuzQEWI14XSlm xWE4LyNB2P/COYdwUYeTWjQ0veTUkOY9yMuY36owbw7PU4G3hA8xhgymj P/zBkpA0HqWIcLBBnwhYSSbpCtkzyWkL4CEMzFY4vYTfj16In5JA9F+pC 1TrGTU+DF2wLWBf1x1eu3HrZtjFeFhaFNnHgp15JxXTduk20JAH4+70Ei Q==; X-CSE-ConnectionGUID: JaafApB9TzKTEQY3J9ygDQ== X-CSE-MsgGUID: SjaBpgaCQASoTdwlsSJjbg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="243116188" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="243116188" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:49 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 9449F1000142 for ; Thu, 30 Apr 2026 10:49:49 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 3DF971801EA0 for ; Thu, 30 Apr 2026 10:49:49 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id A5FF41801130; Thu, 30 Apr 2026 10:49:46 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 13/64] jemalloc: upgrade 5.3.0 -> 5.3.1 Date: Thu, 30 Apr 2026 18:48:32 +0800 Message-ID: <20260430104924.1106-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126683 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../jemalloc/{jemalloc_5.3.0.bb => jemalloc_5.3.1.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/jemalloc/{jemalloc_5.3.0.bb => jemalloc_5.3.1.bb} (92%) diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb similarity index 92% rename from meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb rename to meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb index edaaea26b6..a369650ec5 100644 --- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb +++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb @@ -13,13 +13,11 @@ SECTION = "libs" LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f" -SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=dev;protocol=https \ +SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https;tag=${PV} \ file://run-ptest \ " -SRCREV = "630434bb0ac619f7beec927569782d924c459385" +SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8" PV_LONG := "${PV}-171-g${SRCREV}" -PV .= "+git" - inherit autotools ptest From patchwork Thu Apr 30 10:48:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87207 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 609B5CCFA13 for ; Thu, 30 Apr 2026 10:49:57 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17218.1777546192697835994 for ; Thu, 30 Apr 2026 03:49:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=BPZ12JlH; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546192; x=1809082192; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=RwAoaaoWfOYDWQ47HnSHCZK6T1PB2CSArFz0ak6y7/M=; b=BPZ12JlHzlJt+sAyP8Ut7ljyuOduT7ErJAYdu55LivZ2KHcSPe2Q/q3J lEggZ/AKM3tbsXJ2UXBHqMJDdnxR5THTBuSRkgp5uVyDoGapeC4r8PwNN LEHcYEDtfsikJKs5v439NYEn/mtehma2DnLiF69qM4KvAhIi5HfYDmGNU tEQblraeudglk4DgdGjJOcIQ2LGrLYd3hpFoOJaFK2GEpnPXukwLuvo1w axT9NGORp+iROul4DH3Tzofxfmm/2GlzRYmCAxy0cJKtonlVq3fTVMouo KKtXPsqA6SgJep5JTMHWm4yPQ1ULgA/iYFlxc390yW1JmkmSNic9WE7NW Q==; X-CSE-ConnectionGUID: +bt4xL7CTrCWZ5q8+AnZ+w== X-CSE-MsgGUID: hvHS3C+5RFyciI+U5Tl+rw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552654" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552654" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:51 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 369473D03 for ; Thu, 30 Apr 2026 10:49:51 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id D0FD41801E9B for ; Thu, 30 Apr 2026 10:49:50 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 481671801137; Thu, 30 Apr 2026 10:49:48 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 14/64] jsoncons: upgrade 1.6.0 -> 1.7.0 Date: Thu, 30 Apr 2026 18:48:33 +0800 Message-ID: <20260430104924.1106-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126684 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../jsoncons/{jsoncons_1.6.0.bb => jsoncons_1.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/jsoncons/{jsoncons_1.6.0.bb => jsoncons_1.7.0.bb} (89%) diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.6.0.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.7.0.bb similarity index 89% rename from meta-oe/recipes-support/jsoncons/jsoncons_1.6.0.bb rename to meta-oe/recipes-support/jsoncons/jsoncons_1.7.0.bb index 64860c06dd..7ae4755d33 100644 --- a/meta-oe/recipes-support/jsoncons/jsoncons_1.6.0.bb +++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.7.0.bb @@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "128553c8d1b222c30819656d123590accb60689d" +SRCREV = "cb54cdc3134a62634466bf7bcd24f1a906f4ef25" inherit cmake From patchwork Thu Apr 30 10:48:34 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87204 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C14BFF8875 for ; Thu, 30 Apr 2026 10:49:57 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17219.1777546194258626097 for ; Thu, 30 Apr 2026 03:49:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jCwwTDky; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546194; x=1809082194; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=j3lcRHJtIllMgzxvJhWTom9vRnTUcCHWOwsfdwA4mbE=; b=jCwwTDky6ioe2GU69PVL6J0IciOMYabY0hiVK03I/He8/p1AvNZuoiqW G3P4vQXi6rP7mSjBVXejT4sBPjIoH81AP13U0ChoQ0gQv1IUu/K2E/Bal pDmUhqza/rgwMluN7DgVIYU3gQLv9f6KSss8c09RAn3iQ4Ugfktslaoac Q2qZl7LyEB8hGyLOwwg56oPTvSPwOpD/EsGIhFwaGpIGlLRQycBwX2YNI o9z4ikj2fIW65jaZMZcNcwFntDRwsbagTUqX/cI/AGBxYoJUu3twgJ3we ueAWuVlRM3hNHc9Us7gDQ7fYKA6H0El3OPSkENKDz4d+bgIVDRWWTJWwq w==; X-CSE-ConnectionGUID: BnXK8zqAQIKCYQbEfiXaaQ== X-CSE-MsgGUID: RAs//CjeSLixNMTRdri+tQ== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="227309845" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="227309845" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:52 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id B436242A338 for ; Thu, 30 Apr 2026 10:49:52 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 622A31801EA1 for ; Thu, 30 Apr 2026 10:49:52 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id DE9AA1801130; Thu, 30 Apr 2026 10:49:49 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 15/64] lcms: upgrade 2.18 -> 2.19 Date: Thu, 30 Apr 2026 18:48:34 +0800 Message-ID: <20260430104924.1106-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:49:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126685 From: Wang Mingyu CVE-2026-41254_1.patch CVE-2026-41254_2.patch removed since they're included in 2.19 Changes: ======== - CMake build system. Thanks to Vlad Erium for the initial implementation and kmilos for improvements. - Large files support to use profiles up to 4Gb - Black point compensation works on multi-channel profiles - Added more test platforms/architectures in GitHub tests, Cygwin and MSYS are now fully checked. - jpgicc banner is not shown on normal operation, only when help is requested. - Added a way to access internal transform pipelines. For read only. - Add a way to retrieve the CMM signature - Added extra checks on postscript undocumented functions - Added guard on integer overflow when reading .cube files - Added unneeded checks as a try to get rid of spam reports about "vulnerabilities" that are not real. - Utility program names generated by Visual Studio 2026 are now same as all other platforms. - Creating an output profile by cmsTransform2DeviceLink does not propagate correctly the colorant table. Fixed. - Added some profile class definitions from iccMAX - Deprecated uint16 and uint32 types removed from tifdiff - fixed generation of tifdiff on Cmake and meson Signed-off-by: Wang Mingyu --- .../lcms/lcms/CVE-2026-41254_1.patch | 28 --------------- .../lcms/lcms/CVE-2026-41254_2.patch | 34 ------------------- .../lcms/{lcms_2.18.bb => lcms_2.19.bb} | 7 ++-- 3 files changed, 2 insertions(+), 67 deletions(-) delete mode 100644 meta-oe/recipes-support/lcms/lcms/CVE-2026-41254_1.patch delete mode 100644 meta-oe/recipes-support/lcms/lcms/CVE-2026-41254_2.patch rename meta-oe/recipes-support/lcms/{lcms_2.18.bb => lcms_2.19.bb} (60%) diff --git a/meta-oe/recipes-support/lcms/lcms/CVE-2026-41254_1.patch b/meta-oe/recipes-support/lcms/lcms/CVE-2026-41254_1.patch deleted file mode 100644 index 2ed8e9f587..0000000000 --- a/meta-oe/recipes-support/lcms/lcms/CVE-2026-41254_1.patch +++ /dev/null @@ -1,28 +0,0 @@ -From c83cfcd249d06950a307cee8d1e22b7f6a78a8a7 Mon Sep 17 00:00:00 2001 -From: Marti Maria -Date: Thu, 19 Feb 2026 09:07:20 +0100 -Subject: [PATCH] Fix integer overflow in CubeSize() - -Thanks to @zerojackyi for reporting - -CVE: CVE-2026-41254 -Upstream-Status: Backport [https://github.com/mm2/Little-CMS/commit/da6110b1d14abc394633a388209abd5ebedd7ab0] -Signed-off-by: Gyorgy Sarvari ---- - src/cmslut.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/cmslut.c b/src/cmslut.c -index 1089148..b245209 100644 ---- a/src/cmslut.c -+++ b/src/cmslut.c -@@ -460,7 +460,8 @@ void EvaluateCLUTfloatIn16(const cmsFloat32Number In[], cmsFloat32Number Out[], - static - cmsUInt32Number CubeSize(const cmsUInt32Number Dims[], cmsUInt32Number b) - { -- cmsUInt32Number rv, dim; -+ cmsUInt32Number dim; -+ cmsUInt64Number rv; - - _cmsAssert(Dims != NULL); - diff --git a/meta-oe/recipes-support/lcms/lcms/CVE-2026-41254_2.patch b/meta-oe/recipes-support/lcms/lcms/CVE-2026-41254_2.patch deleted file mode 100644 index be8c759a6f..0000000000 --- a/meta-oe/recipes-support/lcms/lcms/CVE-2026-41254_2.patch +++ /dev/null @@ -1,34 +0,0 @@ -From f5994aea02d5620f3182cafdcf116ffe9d6c9fd2 Mon Sep 17 00:00:00 2001 -From: Marti Maria -Date: Thu, 12 Mar 2026 22:57:35 +0100 -Subject: [PATCH] check for overflow - -Thanks to Guanni Qu for detecting & reporting the issue - -CVE: CVE-2026-41254 -Upstream-Status: Backport [https://github.com/mm2/Little-CMS/commit/e0641b1828d0a1af5ecb1b11fe22f24fceefd4bc] -Signed-off-by: Gyorgy Sarvari ---- - src/cmslut.c | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/cmslut.c b/src/cmslut.c -index b245209..c1dbb32 100644 ---- a/src/cmslut.c -+++ b/src/cmslut.c -@@ -468,12 +468,12 @@ cmsUInt32Number CubeSize(const cmsUInt32Number Dims[], cmsUInt32Number b) - for (rv = 1; b > 0; b--) { - - dim = Dims[b-1]; -- if (dim <= 1) return 0; // Error -- -- rv *= dim; -+ if (dim <= 1) return 0; - - // Check for overflow - if (rv > UINT_MAX / dim) return 0; -+ -+ rv *= dim; - } - - // Again, prevent overflow diff --git a/meta-oe/recipes-support/lcms/lcms_2.18.bb b/meta-oe/recipes-support/lcms/lcms_2.19.bb similarity index 60% rename from meta-oe/recipes-support/lcms/lcms_2.18.bb rename to meta-oe/recipes-support/lcms/lcms_2.19.bb index 1ff3b3908f..fa33678b18 100644 --- a/meta-oe/recipes-support/lcms/lcms_2.18.bb +++ b/meta-oe/recipes-support/lcms/lcms_2.19.bb @@ -3,11 +3,8 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e9ce323c4b71c943a785db90142b228a" -SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz \ - file://CVE-2026-41254_1.patch \ - file://CVE-2026-41254_2.patch \ - " -SRC_URI[sha256sum] = "ee67be3566f459362c1ee094fde2c159d33fa0390aa4ed5f5af676f9e5004347" +SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz" +SRC_URI[sha256sum] = "49e7e134e4299733dd0eda434fa468997a28ab3d33fa397c642b03644f552216" DEPENDS = "tiff" From patchwork Thu Apr 30 10:48:35 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87210 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46B7DCCFA13 for ; Thu, 30 Apr 2026 10:50:08 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17442.1777546200651331781 for ; Thu, 30 Apr 2026 03:50:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=aKF3i+aI; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546200; x=1809082200; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ySUzfB9N7Z/SG7msp/txL7XlTN2hj/gpDe36eyvUdwA=; b=aKF3i+aIjUMGQXIKjOJPMWD/L8vM9IBuk7LtJLFI7w7ev9WWUUBA5qo+ 20uAgq0+IrA4QGwneZffhHtlsnCt/IFn/CH+jmHe5BEIIwXZyh1Vb0Cua HnOh/R77RonyjVsti3NwpoaxTHfiG9yAvFhbt0yZK0rDksuTExFmNs3JC XJ4wUHjStGg5o21iW/a+mCPXwthKbolAmrKfCvA0Rn3XSbUIl2zDO2zmF sUYtooWcPAeJVa7BfHtHj9gcMFDoEj2MY5K91tD9BxE7O6QNR8d3jAsv0 /K1avi8Ngipo+QOTRkz4lLQ8ih391wdtt5Sw+JzmsJoQD/0zz4OLsrsX9 w==; X-CSE-ConnectionGUID: /WwbRGZ1Q5GDxQ5N+0wcPA== X-CSE-MsgGUID: t3Nb/c8wRQuJQUjBejHkVw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552668" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552668" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:59 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 22528820426 for ; Thu, 30 Apr 2026 10:49:59 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id D23C98D65E9 for ; Thu, 30 Apr 2026 10:49:53 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 77543180113E; Thu, 30 Apr 2026 10:49:51 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 16/64] libblockdev: upgrade 3.4.0 -> 3.5.0 Date: Thu, 30 Apr 2026 18:48:35 +0800 Message-ID: <20260430104924.1106-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126687 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{libblockdev_3.4.0.bb => libblockdev_3.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/libblockdev/{libblockdev_3.4.0.bb => libblockdev_3.5.0.bb} (96%) diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_3.4.0.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_3.5.0.bb similarity index 96% rename from meta-oe/recipes-extended/libblockdev/libblockdev_3.4.0.bb rename to meta-oe/recipes-extended/libblockdev/libblockdev_3.5.0.bb index 2263e0bbdd..d7395bef44 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_3.4.0.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.5.0.bb @@ -12,10 +12,10 @@ inherit autotools gobject-introspection pkgconfig lib_package DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme" -SRC_URI = "git://github.com/storaged-project/libblockdev;branch=master;protocol=https \ +SRC_URI = "git://github.com/storaged-project/libblockdev;branch=master;protocol=https;tag=${PV} \ file://0001-fix-pythondir-for-multilib-when-cross-compiling.patch \ " -SRCREV = "c1053b3643f0b4f3d4549ac8f3ae85fdecbb2c72" +SRCREV = "065d6910a0e915dbe633356da7bad9c4b3a2e2b9" FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" From patchwork Thu Apr 30 10:48:36 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87219 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 365BFCD3420 for ; Thu, 30 Apr 2026 10:50:19 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17224.1777546212364452843 for ; Thu, 30 Apr 2026 03:50:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ZAEx5/KZ; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546212; x=1809082212; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HdlMYpLNnqXlhD2fCnTn0pc01FQCdrgH1OxZr37Ga0c=; b=ZAEx5/KZgRId9+18DxjvPJ2VKgnMEd69FMSERWELQ26SzA2sAcrw/6Mv MZkIBcxcqP9iH/yZ9yvEdGiH1lK4rchHASx20QvQY1Co85VNE8hkn4bT/ y9kXVV7V9vj/BcSTe7ogfEhNad+XjVAjHvCQuL99T+dP6tkuAuJ1KqyRP 0XrF8G9kGnoh4t3KC715goRud7iOgfSNB/agiavPBnaeJbTa4IruTVkze AN5RTGQVt88fjR8IjiUP+XocjzNXW0/B97z3SsgNs1nlCyrxxaKpXow3j vrchH0OkC5R61tEDZ3vAr3tqYIdpDbORhMZDfLLSBw7VTQ6l+IJnmpX6o A==; X-CSE-ConnectionGUID: hG9WIfuyTzy/jB0HOheIyg== X-CSE-MsgGUID: SgnHFFSISg6qg2msfFqwjg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="227309863" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="227309863" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:11 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 0050E1467 for ; Thu, 30 Apr 2026 10:50:11 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id A3601C012BE for ; Thu, 30 Apr 2026 10:50:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 138391801137; Thu, 30 Apr 2026 10:49:52 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 17/64] libfido2: upgrade 1.16.0 -> 1.17.0 Date: Thu, 30 Apr 2026 18:48:36 +0800 Message-ID: <20260430104924.1106-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126694 From: Wang Mingyu License-Update: Copyright year updated to 2026 Changelog: ============= - Added CTAP 2.3 support. - Restrict webauthn.dll search paths; YSA-2026-01. - Support application-managed PIN/UV Auth tokens; gh#806. - Support 64-byte hmac-secret salts when using windows://hello. - Fixed a U2F transaction handling bug when a timeout had been set; gh#917. - Fixed a bug where stdin was closed on fido_nl_new failure; gh#923. - fido2-token: new -G -t mode to to retrieve a PPUAT. - fido2-token: new -I -t mode for deciphering encrypted fields. - fido2-cred -M: support the -t toggle argument - Improved documentation and examples. - Removed tools from SDK packaging on Windows. - New API calls Signed-off-by: Wang Mingyu --- .../libfido2/{libfido2_1.16.0.bb => libfido2_1.17.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libfido2/{libfido2_1.16.0.bb => libfido2_1.17.0.bb} (81%) diff --git a/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb b/meta-oe/recipes-support/libfido2/libfido2_1.17.0.bb similarity index 81% rename from meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb rename to meta-oe/recipes-support/libfido2/libfido2_1.17.0.bb index 09d34603d6..1c15196792 100644 --- a/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb +++ b/meta-oe/recipes-support/libfido2/libfido2_1.17.0.bb @@ -7,10 +7,10 @@ LICENSE = "BSD-2-Clause" SECTION = "libs/network" DEPENDS = "libcbor openssl zlib udev" -LIC_FILES_CHKSUM = "file://LICENSE;md5=20be19aaa222f71738712b26f7f8717b" +LIC_FILES_CHKSUM = "file://LICENSE;md5=81b68c65611c3a2eaac9e44814284719" SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "8c2b6fb279b5b42e9ac92ade71832e485852647b53607c43baaafbbcecea04e4" +SRC_URI[sha256sum] = "c1012c8871d71b65872fd5ff1a9d6b0838a55683a03e85ba97479ce57129c736" inherit cmake pkgconfig manpages From patchwork Thu Apr 30 10:48:37 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87211 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DC88CD13D2 for ; Thu, 30 Apr 2026 10:50:08 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17438.1777546198833265801 for ; Thu, 30 Apr 2026 03:49:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=e3dWTP8X; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546199; x=1809082199; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=i9Ew5qH5gOOjMGy1hpfRLeoofmGRQ2svCCwgPvo7iwQ=; b=e3dWTP8XhLTZEJHSPfegKA4tHb4M/SuD38ciyzSvpegzf4cWaalgrD7/ 19Z8e9PRW4EWnGOE2a5ffgJk+WkDEknWlDcE4yw4Ws+oe4LSb+DFeZrsu lLu45aFmmh/ZtDJtX+N14hRAJSNf+FmLXJ8WczGbCe6QKccflOI2mVttK 6AKc+kQjn8kKWFgHzBhcpoHGUctdYSY8D0Aw9yvVG5ul2l9I4WxSIyOP9 fQMzJO2+SSzYnz/9TCzNHzkV6be9IJgQZ0x9NryAoGDHmwACSLnjNO8ds tDyD0RmafhRlm8WsI5joA1CmAcX+UYa03DpeZCjWD/uX8o1A+D5qrDfgP g==; X-CSE-ConnectionGUID: V0VEkpeZTbWJAWDd1xJ1hA== X-CSE-MsgGUID: Ev34Rh8oT0KLsBHRJYzPxw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238077188" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238077188" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:49:57 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 5EBA88203D2 for ; Thu, 30 Apr 2026 10:49:57 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 141E418002E8 for ; Thu, 30 Apr 2026 10:49:57 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id A44C3180113E; Thu, 30 Apr 2026 10:49:54 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 18/64] libtorrent: upgrade 0.16.9 -> 0.16.10 Date: Thu, 30 Apr 2026 18:48:37 +0800 Message-ID: <20260430104924.1106-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126686 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libtorrent/{libtorrent_0.16.9.bb => libtorrent_0.16.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libtorrent/{libtorrent_0.16.9.bb => libtorrent_0.16.10.bb} (94%) diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.9.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.10.bb similarity index 94% rename from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.9.bb rename to meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.10.bb index 63c8a0bb7d..224269f1d8 100644 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.9.bb +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.10.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" DEPENDS = "zlib curl libsigc++-2.0 openssl cppunit" SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https;tag=v${PV}" -SRCREV = "e88d4e7854abacd3036a0dec11927c1276c1e6b2" +SRCREV = "3e6508fbcb9cef13c62d41ecd460990ff063a5df" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" From patchwork Thu Apr 30 10:48:38 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87209 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5396CFF8875 for ; Thu, 30 Apr 2026 10:50:08 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17446.1777546205414860099 for ; Thu, 30 Apr 2026 03:50:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=tF9OJ29K; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546205; x=1809082205; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=inszx3ao+zjJxmvxxNLUQI192/LLhXtZDZF7N9rSVjE=; b=tF9OJ29K2cLD+rCjZy9y3JcsheG3Zoemqhf589iihdet+5qhRD47Z9C/ 60ppJOuOhwKr0byZ8I52Bl6zFjj3MAQSI0xVIcBs1n56OgiCruDbokZer 69gv+n2uYg+Ll1p7QGkkpVr7tU3YDaMjPhhGEx3hiddbwnGW6dYQO6poE VbqW8gnkO2PrP0DB3EFYtR77bVsu/RqeJlDpT6UDI1tIMAsYnhGinVwx2 FHg1fnJiHXoCRNMCLMR3ktZuJvNCTwsi9QMdc8/IyKOR56e4kiWNGLbhf PXzI+aqc/bsEyrfmRdu6Yv/RZhjLRdWC2b644flJxX3niInO666fBLRiV A==; X-CSE-ConnectionGUID: l2x5Bu+JRICrZpfGfS4KNg== X-CSE-MsgGUID: Cdd6Crq1QN2AiwVDB//wig== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226100965" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226100965" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:04 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id EF6371C01682 for ; Thu, 30 Apr 2026 10:50:03 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id A543E1801FE6 for ; Thu, 30 Apr 2026 10:50:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 459B71801130; Thu, 30 Apr 2026 10:49:56 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 19/64] libtsm: upgrade 4.4.3 -> 4.5.0 Date: Thu, 30 Apr 2026 18:48:38 +0800 Message-ID: <20260430104924.1106-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126688 From: Wang Mingyu Changelog: ============= - Support for terminal bell and keyboard LEDs - Fix build musl - test/vte: fix memory leak in vte tests - Refactor scrollback and selection - screen: Fix wrong attribute for new cells when resizing - Fix remove from sb - Fix get next line - Fix scrollback position - test: robustness, make the test faster. Signed-off-by: Wang Mingyu --- .../libtsm/{libtsm_4.4.3.bb => libtsm_4.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/libtsm/{libtsm_4.4.3.bb => libtsm_4.5.0.bb} (95%) diff --git a/meta-oe/recipes-graphics/libtsm/libtsm_4.4.3.bb b/meta-oe/recipes-graphics/libtsm/libtsm_4.5.0.bb similarity index 95% rename from meta-oe/recipes-graphics/libtsm/libtsm_4.4.3.bb rename to meta-oe/recipes-graphics/libtsm/libtsm_4.5.0.bb index 8168360dec..9e999fe970 100644 --- a/meta-oe/recipes-graphics/libtsm/libtsm_4.4.3.bb +++ b/meta-oe/recipes-graphics/libtsm/libtsm_4.5.0.bb @@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "\ DEPENDS = "xkeyboard-config" SRC_URI = "git://github.com/kmscon/libtsm;protocol=https;branch=main;tag=v${PV}" -SRCREV = "6cdacfc452bf29d98e297fe3a96e55e94a88ce3e" +SRCREV = "556373437d1c5f57f4dfc7c6cc1330e5088a4174" inherit meson pkgconfig From patchwork Thu Apr 30 10:48:39 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87222 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8464ECD3426 for ; Thu, 30 Apr 2026 10:50:19 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17223.1777546212179282997 for ; Thu, 30 Apr 2026 03:50:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NdK8WeZ3; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546212; x=1809082212; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JGdUwslVR8SxCMBdMqmJAibTH4AbozzIkbjE+jnxJfo=; b=NdK8WeZ3+KGmhK2fWr1otPDzYRY4x50Wl6jpMHRBGNCJUG0eYTg1Vkv1 jFUIj1jqQFFIIjefcuk0oa7LEgt3PZKziU4MevDdcvgYbTKaiFBFkMrYJ EsjLHHhD9/TLtNhpEQMgFfvkWD7tr+Ox0E0y0qAEwWxLYzt1cy0IF5Vfh gxvCShnn44t7a6JEqflKIyIBnjAEbkG4E7NA1/81fs9zHE1iF/7ttX4lt xzmnF66DIOJntg1UtDHtCwkFuIORDmMVNQ5nur/yMsuwo+FvdGqu795gB fUSRA75mo7AKzuISDy7xMGktLFbuiGpIUwBQXnPpItvucgjpmpdODEccG w==; X-CSE-ConnectionGUID: 9oILibxjTzqaHmDg+4xhZQ== X-CSE-MsgGUID: o5wWcJ8nQ2uMZtqU4Q2eyQ== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="243116210" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="243116210" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:10 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id BDDF142A306 for ; Thu, 30 Apr 2026 10:50:10 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 66CCFC01834 for ; Thu, 30 Apr 2026 10:50:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id D49F8180113C; Thu, 30 Apr 2026 10:49:57 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 20/64] localsearch: upgrade 3.11.0 -> 3.11.1 Date: Thu, 30 Apr 2026 18:48:39 +0800 Message-ID: <20260430104924.1106-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126693 From: Wang Mingyu Changelog: Fix possible failures when extracting metadata from EPUB, ODF and OOXML documents Signed-off-by: Wang Mingyu --- .../tracker/{localsearch_3.11.0.bb => localsearch_3.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/tracker/{localsearch_3.11.0.bb => localsearch_3.11.1.bb} (96%) diff --git a/meta-gnome/recipes-gnome/tracker/localsearch_3.11.0.bb b/meta-gnome/recipes-gnome/tracker/localsearch_3.11.1.bb similarity index 96% rename from meta-gnome/recipes-gnome/tracker/localsearch_3.11.0.bb rename to meta-gnome/recipes-gnome/tracker/localsearch_3.11.1.bb index d49482cfec..48d5e6b39f 100644 --- a/meta-gnome/recipes-gnome/tracker/localsearch_3.11.0.bb +++ b/meta-gnome/recipes-gnome/tracker/localsearch_3.11.1.bb @@ -18,7 +18,7 @@ SRC_URI:append = " \ file://0001-fix-reproducibility.patch \ file://0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch \ " -SRC_URI[archive.sha256sum] = "c6774761a8b9f4a06f6812f1c8078bee2e937d65e376c3d2338b78993e5f4666" +SRC_URI[archive.sha256sum] = "7b39a6c28a8acf2b172f15b2fb5ee7c7a3764c447c2f4a14caa239b7ebe61942" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" From patchwork Thu Apr 30 10:48:40 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87221 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73211CD3425 for ; Thu, 30 Apr 2026 10:50:19 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17450.1777546208953946453 for ; Thu, 30 Apr 2026 03:50:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Oz37tLkR; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546209; x=1809082209; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nggR8GyODo5YRv55BV57g3mZpmJLhl3FSlwli9p9q0k=; b=Oz37tLkRI1HTmwU45Ik3IIXm+TqwEyvhXI7hNmNjiZnn4V3kl4z8pXzO JBwxUd2I6ZHJd3d/oq2A7iJy/EVQaxIbN8RRyu58C3r3yxMwm6pIvK8Yi WQbvFBloIojyM1F6B0ZX6MjUtUuCMs7Lf6VJttSQZSRDzY1UnQ3/R5UER 9SuowhrTa+1+XWhAjno9owvQjWZR2gblE70O+qO5EvrLkKTsLg9P0wxP4 mFe9qBFqGVgZZREpcB3RexwNuJPudhXo7k7VYOZ8FpnGhUF4InXtRwtmv v8Dw/mtK7oZnnKEGkZNEA3qC2sugrurFsNB3y9VGQPZrFYyduuZ3WsXdX w==; X-CSE-ConnectionGUID: nt/DF221RFK0mpCrAF51fg== X-CSE-MsgGUID: nHMB8KuLRXmAGws7QI7bVA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226540704" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226540704" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:07 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 480F642A338 for ; Thu, 30 Apr 2026 10:50:07 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id E67271801EA8 for ; Thu, 30 Apr 2026 10:50:01 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6CC06180113E; Thu, 30 Apr 2026 10:49:59 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 21/64] md4c: upgrade 0.5.2 -> 0.5.3 Date: Thu, 30 Apr 2026 18:48:40 +0800 Message-ID: <20260430104924.1106-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126689 From: Wang Mingyu Changes: ========== - Avoid repeated prefix language- in code block language specification if the input already explicitly includes the prefix. - Permissive autolink extensions (MD_FLAG_PERMISSIVExxxAUTOLINKS) are now tiny bit more permissive, allowing + and - characters to be anywhere in the path portion of the URL. This also improves compatibility with GFM. - Make Unicode-specific code compliant to Unicode 18.0. Fixes: =========== - #236: Fix quadratic time behavior caused by one-by-one walking over block lines instead of calling md_lookup_line(). - #238: Fix quadratic time and output size behavior caused by malicious misuse of link reference definitions. - #242: The strike-through extension (with flag MD_FLAG_STRIKETHROUGH) now follows same logic as other emphasis spans in respect to punctuation character and word boundaries. - #248: Fix handling tab when removing trailing whitespace, especially in connection with ATX headers. - #266: We now correctly abort the parser when a callback returns non-zero. (Previously it worked correctly only for negative values, values greater than zero were causing strange and inconsistent behavior.) - #271: Fix handling a code span whose closer is on the next line and yet another text follows. In the case we erroneously outputted the closer code span mark as part of the text. - #275: Fix md_decode_utf16le_before__(). (Only affected MD4C builds built with -MD4C_USE_UTF16 on Windows.) - #278, #294: Do not try to interpret characters in a link URL as Markdown syntax characters. - #292: Fix detection of closing code block fence if it has a trailing tabulator. - #299: Fix invalid free() in an error path. Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/md4c/{md4c_0.5.2.bb => md4c_0.5.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/md4c/{md4c_0.5.2.bb => md4c_0.5.3.bb} (80%) diff --git a/meta-oe/recipes-support/md4c/md4c_0.5.2.bb b/meta-oe/recipes-support/md4c/md4c_0.5.3.bb similarity index 80% rename from meta-oe/recipes-support/md4c/md4c_0.5.2.bb rename to meta-oe/recipes-support/md4c/md4c_0.5.3.bb index 59f2e430aa..12bcf15a87 100644 --- a/meta-oe/recipes-support/md4c/md4c_0.5.2.bb +++ b/meta-oe/recipes-support/md4c/md4c_0.5.3.bb @@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378" SRC_URI = " \ - git://github.com/mity/md4c.git;protocol=https;branch=master \ + git://github.com/mity/md4c.git;protocol=https;branch=master;tag=release-${PV} \ " -SRCREV = "729e6b8b320caa96328968ab27d7db2235e4fb47" +SRCREV = "472c417005c2c71b8617de4f7b8d6b30411d78f4" inherit cmake From patchwork Thu Apr 30 10:48:41 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87213 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97FBFCD13D2 for ; Thu, 30 Apr 2026 10:50:18 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17222.1777546210272801001 for ; Thu, 30 Apr 2026 03:50:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=G0L/q+R/; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546209; x=1809082209; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xLIf/uVPKyde2o4Xkj2R9C4M5RAewWPH4md+cwLfnrE=; b=G0L/q+R/mk8eQgdANCaKMEeNxNLfVTka4EpvoMawlIRCpO7ByaPtAU6B kgfauJYxh3DvjysQbsBjCgHd/Q2Cg2TBzKzaUCiVB08sSmlDTqcgYshZE 60Hr377vF4oPSsFd3sk5porjBC8wxr8zNDIrr5ke8EeEjQNt0+bmQwAtS 57xxxmWQQWyOT/zLDkHWD24ASh/3mec8WaSc79zA6eOadtj7LSDr1wkSo 7pItZkLqIuoK43ntg62FQQRHCrih6DLosao6/ScrY4OypT/BxhwFgbVHh 8Fqi6KxFyTo7G/lrQaKPZDkmw6Tukl8RVCw7Oj/cxGUW+OKw7yNJG68Q1 w==; X-CSE-ConnectionGUID: GJyZ4OybR0WDEOiLCdAvMA== X-CSE-MsgGUID: oxcKCwbMSoWFw9k0Cwftmg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636939" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636939" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:08 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id DC31442A335 for ; Thu, 30 Apr 2026 10:50:08 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 7E99BC0023B for ; Thu, 30 Apr 2026 10:50:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 04F111801543; Thu, 30 Apr 2026 10:50:00 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 22/64] mdio-tools,mdio-netlink: upgrade 1.3.1 -> 1.3.2,1.3.1 -> 1.3.2 Date: Thu, 30 Apr 2026 18:48:41 +0800 Message-ID: <20260430104924.1106-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126690 From: Wang Mingyu Changelog: =========== - Add a new addressing mode "mscc": Used to access PHYs from Microchip that uses C22 register 31 as a page register - Fix VPATH builds and various other build related warnings Signed-off-by: Wang Mingyu --- .../{mdio-netlink_1.3.1.bb => mdio-netlink_1.3.2.bb} | 0 meta-networking/recipes-support/mdio-tools/mdio-tools.inc | 4 ++-- .../mdio-tools/{mdio-tools_1.3.1.bb => mdio-tools_1.3.2.bb} | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/mdio-tools/{mdio-netlink_1.3.1.bb => mdio-netlink_1.3.2.bb} (100%) rename meta-networking/recipes-support/mdio-tools/{mdio-tools_1.3.1.bb => mdio-tools_1.3.2.bb} (99%) diff --git a/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.2.bb similarity index 100% rename from meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb rename to meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.2.bb diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools.inc b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc index fc8161eb1f..b90f476e89 100644 --- a/meta-networking/recipes-support/mdio-tools/mdio-tools.inc +++ b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc @@ -4,5 +4,5 @@ HOMEPAGE = "https://github.com/wkz/mdio-tools" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "git://github.com/wkz/mdio-tools.git;protocol=https;branch=master" -SRCREV = "f74eaf38dbda441df4fcaeb21ca4465957953a2f" +SRC_URI = "git://github.com/wkz/mdio-tools.git;protocol=https;branch=master;tag=${PV}" +SRCREV = "a1fca6b8fb3b5a95ebb28324a95673488dddc005" diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.2.bb similarity index 99% rename from meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb rename to meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.2.bb index 2c8f9b8c37..3b4a525da0 100644 --- a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb +++ b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.2.bb @@ -6,3 +6,4 @@ DEPENDS += "virtual/kernel libmnl" inherit pkgconfig autotools RRECOMMENDS:${PN} = "kernel-module-mdio-netlink" + From patchwork Thu Apr 30 10:48:42 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87218 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 731D4CD3421 for ; Thu, 30 Apr 2026 10:50:19 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17222.1777546210272801001 for ; Thu, 30 Apr 2026 03:50:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=P1UWrIsu; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546210; x=1809082210; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=z1NNOlJgss1uWFAG/v+kflUuMcp6tomltljdqphHl74=; b=P1UWrIsuuy50uVicUpoe27hq74BTzIxGHcJ+/lbMQ3scrIW+SOhtHgcj qgDXkWdWBUHz7rvFE3UP6mtUTUTyrump2FD+yovLfkWRVGmKA91UN4b5M ReSsVU0lUNN7os0Z7HrxwsTLI7lTaIgFCQS4A1rk4LJPt2DM/RSH62gMg xbO3YfPVpGrNqciRr4kvXDBG59v9cF3WG7xfGVtIKJPmPhr0DM9FChn7P Lp8LX25pb7S56E+XCJ9p50uxfA0ughUWebpBaBSu75800TAxkjHBQM/Dz zQmTGIkmfXE/2qlpp4yrhYu4uB/o/jeqyIwedVAWgiy+3/xV5q3ISsMHe g==; X-CSE-ConnectionGUID: 8yRgJfe7Rbej3Xlah8N5GQ== X-CSE-MsgGUID: CfxGKgqMTzWcmTp8GN5Zsg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636940" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636940" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:09 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 6D2BB42A306 for ; Thu, 30 Apr 2026 10:50:10 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 22EA1C012BE for ; Thu, 30 Apr 2026 10:50:05 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 930C31801544; Thu, 30 Apr 2026 10:50:02 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 23/64] nbdkit: upgrade 1.47.7 -> 1.47.8 Date: Thu, 30 Apr 2026 18:48:42 +0800 Message-ID: <20260430104924.1106-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126692 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nbdkit/{nbdkit_1.47.7.bb => nbdkit_1.47.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.47.7.bb => nbdkit_1.47.8.bb} (96%) diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.47.7.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.47.8.bb similarity index 96% rename from meta-networking/recipes-support/nbdkit/nbdkit_1.47.7.bb rename to meta-networking/recipes-support/nbdkit/nbdkit_1.47.8.bb index 3b64ccb439..e0fee3fdf0 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.47.7.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.47.8.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ " -SRCREV = "12ad24489c3de7b3810ae82fcffbdc113e1859ca" +SRCREV = "83f13d978d9959bd3e92c54af9980a8d3ceed768" DEPENDS = "curl xz e2fsprogs zlib" From patchwork Thu Apr 30 10:48:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87215 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2207CCFA13 for ; Thu, 30 Apr 2026 10:50:18 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17223.1777546212179282997 for ; Thu, 30 Apr 2026 03:50:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FT+g1VUb; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546213; x=1809082213; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ik83Z0Q9PQwwq3ozNtEhVCPPWw3XlKIB9aRQcgxS2X4=; b=FT+g1VUbIZzG69mpBJVxdq9zqIW4DKVy30sjsoFsql8VvIVvjQs/YrWB bWSXa2r8JodOxNy3WY5beTsrVRP6fahCRRw94OC2oQmcVfd048G89Jthf djkzfY4beM/ZHQnKKqrfvfx4UZSO6iPFMcTRovLlkkxzMeW9TbI8GbZat E4zYGUp3Gwup+ULSXYDU29P57+Iav7cKascaPPBxflKhj3zeqXfO5yKyb Qm019vmQ46KjaFr/jzDr9oeEuvkjeyM5v5QoHoe9YGAJcKupFdDjPj0e+ SXYCso3ksYafGhRG5Bfr8/prAsLMcnOD7GzhTFPue/9iiF2kzEqmQJ9vI w==; X-CSE-ConnectionGUID: fZweOE6MRoGBxVY0CPDp/w== X-CSE-MsgGUID: 93LEmqT3QvumiXeHXAz6CQ== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="243116214" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="243116214" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:12 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id D90A51C1C706 for ; Thu, 30 Apr 2026 10:50:11 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 9045D92674E for ; Thu, 30 Apr 2026 10:50:11 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 341DA1801130; Thu, 30 Apr 2026 10:50:03 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 24/64] neatvnc: upgrade 0.9.5 -> 0.9.6 Date: Thu, 30 Apr 2026 18:48:43 +0800 Message-ID: <20260430104924.1106-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126695 From: Wang Mingyu 0001-Use-aml-v1.patch refreshed for 0.9.6 Changelog: =========== - auth: rsa-aes: Fix potential buffer overflow - auth: vencrypt: Reject excessively long usernames and passwords Signed-off-by: Wang Mingyu --- .../neatvnc/neatvnc/0001-Use-aml-v1.patch | 21 ++++++++----------- .../{neatvnc_0.9.5.bb => neatvnc_0.9.6.bb} | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) rename meta-oe/recipes-graphics/neatvnc/{neatvnc_0.9.5.bb => neatvnc_0.9.6.bb} (96%) diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc/0001-Use-aml-v1.patch b/meta-oe/recipes-graphics/neatvnc/neatvnc/0001-Use-aml-v1.patch index 26c3a0230c..7413316bcc 100644 --- a/meta-oe/recipes-graphics/neatvnc/neatvnc/0001-Use-aml-v1.patch +++ b/meta-oe/recipes-graphics/neatvnc/neatvnc/0001-Use-aml-v1.patch @@ -1,4 +1,4 @@ -From a4b238241f3f3016ef3ddcd260c1490a9c9e8168 Mon Sep 17 00:00:00 2001 +From 8b95d3c1d5f475668d53cc21a7abf431d9a9822b Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sun, 23 Mar 2025 15:55:11 +0000 Subject: [PATCH] Use aml v1 @@ -15,13 +15,13 @@ Upstream-Status: Backport [https://github.com/any1/neatvnc/commit/a4b238241f3f30 src/server.c | 6 ++---- src/stream/gnutls.c | 6 +++--- src/stream/tcp.c | 6 +++--- - 11 files changed, 35 insertions(+), 41 deletions(-) + 10 files changed, 34 insertions(+), 39 deletions(-) diff --git a/meson.build b/meson.build -index 1017ffd..e731886 100644 +index a0d7401..b094d9b 100644 --- a/meson.build +++ b/meson.build -@@ -71,7 +71,7 @@ libavcodec = dependency('libavcodec', required: get_option('h264')) +@@ -63,7 +63,7 @@ libavcodec = dependency('libavcodec', required: get_option('h264')) libavfilter = dependency('libavfilter', required: get_option('h264')) libavutil = dependency('libavutil', required: get_option('h264')) @@ -159,10 +159,10 @@ index a361974..441df19 100644 struct encoded_frame* result; result = encoded_frame_new(self->dst.data, self->dst.len, self->n_rects, diff --git a/src/enc/zrle.c b/src/enc/zrle.c -index 42044dc..e775f34 100644 +index 503c738..c043983 100644 --- a/src/enc/zrle.c +++ b/src/enc/zrle.c -@@ -315,9 +315,9 @@ static int zrle_encode_frame(struct zrle_encoder* self, +@@ -340,9 +340,9 @@ static int zrle_encode_frame(struct zrle_encoder* self, z_stream* zs, return 0; } @@ -174,7 +174,7 @@ index 42044dc..e775f34 100644 int rc __attribute__((unused)); struct nvnc_fb* fb = self->current_fb; -@@ -349,9 +349,9 @@ static void zrle_encoder_do_work(void* obj) +@@ -374,9 +374,9 @@ static void zrle_encoder_do_work(void* obj) assert(self->current_result); } @@ -215,7 +215,7 @@ index e24798b..8f4cfa0 100644 } diff --git a/src/server.c b/src/server.c -index f172658..61da4dd 100644 +index a4f0ad9..099be28 100644 --- a/src/server.c +++ b/src/server.c @@ -210,9 +210,8 @@ static void client_close(struct nvnc_client* client) @@ -229,7 +229,7 @@ index f172658..61da4dd 100644 struct nvnc_client* client = aml_get_userdata(idle); client->close_task = NULL; aml_stop(aml_get_default(), idle); -@@ -2033,9 +2032,8 @@ static void on_client_event(struct stream* stream, enum stream_event event) +@@ -2013,9 +2012,8 @@ static void on_client_event(struct stream* stream, enum stream_event event) client->buffer_index = 0; } @@ -276,6 +276,3 @@ index 37f139a..95f5aa8 100644 // We hold a reference here in case the stream gets destroyed inside // callback. --- -2.43.0 - diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_0.9.5.bb b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.9.6.bb similarity index 96% rename from meta-oe/recipes-graphics/neatvnc/neatvnc_0.9.5.bb rename to meta-oe/recipes-graphics/neatvnc/neatvnc_0.9.6.bb index b83a886f11..34cfbf18cc 100644 --- a/meta-oe/recipes-graphics/neatvnc/neatvnc_0.9.5.bb +++ b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.9.6.bb @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/any1/neatvnc;branch=v0.9;protocol=https \ file://0001-Use-aml-v1.patch \ " -SRCREV = "36ef59a83291368d72f471700702a8b6a76f763b" +SRCREV = "3295c11b934a83dbcb44beabf3f21a8b885a2d11" DEPENDS = "libdrm pixman aml zlib" From patchwork Thu Apr 30 10:48:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87220 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66DABCD3423 for ; Thu, 30 Apr 2026 10:50:19 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17452.1777546214865337242 for ; Thu, 30 Apr 2026 03:50:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=r8gCicb7; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546216; x=1809082216; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=QZYBo7uppRSSlWbJpZLOEp/a9m+JBbn8bVTb+6KMi0o=; b=r8gCicb73Q8OxbXqGzzLnrI+kaU6nNLOQ6gv1SCZPhfe6pqUcMnc8d/5 /KywV9jql529M1EKjsiZhG84Z41KVo3UyTXQvMejIgwdVt6+b4AbVqArK /1XcJTx7HUiZPM7bkn4M0gUawemDNqCKv8zFmtCzwpo3qSNIfk92SSRra Cw3DxLL+JgdKTkzjhmw/lKYsiV7mvEkeV7b7PolcPWnFthyttavQiR6UL KfVf8SWrsLRoqPr4T7z2hNnXzTrUcEUf+eVtUE84iL8F6QnoYiOpTk765 lB/NBAlmOiGElrjMnfCaHZWog2LlBXhnvqTSn8UPvqYl2yiCaZZn4PHtK w==; X-CSE-ConnectionGUID: KN/p/Q+WSdm1iDOvdharZQ== X-CSE-MsgGUID: DF40EAaoSRCuf+E3IBV/Cw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238566097" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238566097" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:13 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id B6AF21883 for ; Thu, 30 Apr 2026 10:50:13 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 5B2491801E9B for ; Thu, 30 Apr 2026 10:50:13 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id C6CC0180113E; Thu, 30 Apr 2026 10:50:05 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 25/64] nss: upgrade 3.122 -> 3.123.1 Date: Thu, 30 Apr 2026 18:48:44 +0800 Message-ID: <20260430104924.1106-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126698 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nss/{nss_3.122.bb => nss_3.123.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nss/{nss_3.122.bb => nss_3.123.1.bb} (99%) diff --git a/meta-oe/recipes-support/nss/nss_3.122.bb b/meta-oe/recipes-support/nss/nss_3.123.1.bb similarity index 99% rename from meta-oe/recipes-support/nss/nss_3.122.bb rename to meta-oe/recipes-support/nss/nss_3.123.1.bb index 70aee3d9db..413f0ef2ac 100644 --- a/meta-oe/recipes-support/nss/nss_3.122.bb +++ b/meta-oe/recipes-support/nss/nss_3.123.1.bb @@ -33,7 +33,7 @@ SRC_URI = "https://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/ file://0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch \ file://0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ " -SRC_URI[sha256sum] = "2699478b843b9f09c61f85341578df514463a0069447c816bef0d59bd800d777" +SRC_URI[sha256sum] = "42065a3ff780a9710a3dddcd1cee9b9be2aa40628883cea851d562eb58b178b0" UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" UPSTREAM_CHECK_REGEX = "NSS_(?P\d+(\_\d+)+)" From patchwork Thu Apr 30 10:48:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87217 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1295BCD13DA for ; Thu, 30 Apr 2026 10:50:19 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17450.1777546208953946453 for ; Thu, 30 Apr 2026 03:50:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=KASakafW; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546211; x=1809082211; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=msls59KkWeHsgR2DJjW+G/DBuF/S50ckwOIpTogYAkU=; b=KASakafWJILrL+RF9lSrsdAfyecJN4NsmUpfwpNj0/6G29GYinugXF5D ql04rJ3f59J5ykCbMPJR/xYpKg7AOrJG+VkrFaIaDs+uDuQSyBM1Tdmzu w3q0DpZ2WfveTxvJM7sibGxlDXVTGcL6PaT3GDR0amp19f8TIPQ2eOOjp mpLY6WOvXi5bFbCeGDOLLynVp+uepqPbKIdec/pQ9W45QEDR6WHFMEXVJ cSDSWXTpuJia4b8KpxizSUwx27TbNLmm27pZPSyZN5+YOkWQSruwtndJm TO8dKgqV9ptF6Kj5AYa78K1HowORIZUZfdW96LQRwLGpLAKHBcWZTdpOP Q==; X-CSE-ConnectionGUID: 34DSv8+oQ7mgoQsIlDW8sw== X-CSE-MsgGUID: s7Vzv7ZMSAqLxETL4OT91Q== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226540707" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226540707" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:10 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 4BA3742A33C for ; Thu, 30 Apr 2026 10:50:10 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id E8DB4C0023A for ; Thu, 30 Apr 2026 10:50:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6B9DD1801545; Thu, 30 Apr 2026 10:50:07 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-filesystems] [PATCH 26/64] ntfs-3g-ntfsprogs: upgrade 2022.10.3 -> 2026.2.25 Date: Thu, 30 Apr 2026 18:48:45 +0800 Message-ID: <20260430104924.1106-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126691 From: Wang Mingyu 0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch removed since it's included in 2026.2.25 Changes: =========== - Fix bashism in configure script causing errors in non-bash shells. - (mkntfs) Enable microsecond-level volume creation time. - Fix two instances of an invalid errno state when encountering NULL in strings. - Fix a crash when a reparse tag could not be found in the index. - Fix incorrect MFT free records value when bitmap is expanded. - Fix 'extras' manpages being installed when extras are disabled. - Fix various instances of use-after-free conditions in the library and tools. - Fix typo in NTFS hibernation message. Thanks to Anil Kumar for the report/fix. - Escape commas in the fsname when libfuse 2.8 or higher is used. - (ntfsclone) Allow adjusting the sector size in the NTFS boot sector for the target device when restoring images. - Remove libdl dependency when building without external plugins. - (ntfsinfo) Show information about the logfile state when dumping metadata. - (ntfsinfo) Fix displaying crowded directories or indexes. - (ntfsinfo) Fix displaying the security descriptor list in ntfsinfo. - Fix heap buffer overflow when POSIX ACLs were enabled (CVE-2026-40706). Thanks to Andrea Bocchetti for the report. - (ntfsusermap) Fix overflow when constructing backup filename. - Fix two time-of-check-time-of-use conditions. - Fix missing malloc/sscanf return value checks. Signed-off-by: Wang Mingyu --- ...use-after-free-in-ntfs_uppercase_mbs.patch | 42 ------------------- ...10.3.bb => ntfs-3g-ntfsprogs_2026.2.25.bb} | 5 +-- 2 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch rename meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/{ntfs-3g-ntfsprogs_2022.10.3.bb => ntfs-3g-ntfsprogs_2026.2.25.bb} (92%) diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch deleted file mode 100644 index 3160f56880..0000000000 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 7b6210c5be46e5120b42c09f910e8f104bf3edf1 Mon Sep 17 00:00:00 2001 -From: Erik Larsson -Date: Tue, 13 Jun 2023 17:47:15 +0300 -Subject: [PATCH] unistr.c: Fix use-after-free in 'ntfs_uppercase_mbs'. - -If 'utf8_to_unicode' throws an error due to an invalid UTF-8 sequence, -then 'n' will be less than 0 and the loop will terminate without storing -anything in '*t'. After the loop the uppercase string's allocation is -freed, however after it is freed it is unconditionally accessed through -'*t', which points into the freed allocation, for the purpose of NULL- -terminating the string. This leads to a use-after-free. -Fixed by only NULL-terminating the string when no error has been thrown. - -Thanks for Jeffrey Bencteux for reporting this issue: -https://github.com/tuxera/ntfs-3g/issues/84 - -Upstream-Status: Backport [https://github.com/tuxera/ntfs-3g/commit/75dcdc2cf37478fad6c0e3427403d198b554951d] -CVE: CVE-2023-52890 -Signed-off-by: Hongxu Jia - ---- - libntfs-3g/unistr.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/libntfs-3g/unistr.c b/libntfs-3g/unistr.c -index 5854b3b..db8ddf4 100644 ---- a/libntfs-3g/unistr.c -+++ b/libntfs-3g/unistr.c -@@ -1189,8 +1189,9 @@ char *ntfs_uppercase_mbs(const char *low, - free(upp); - upp = (char*)NULL; - errno = EILSEQ; -+ } else { -+ *t = 0; - } -- *t = 0; - } - return (upp); - } --- -2.34.1 - diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2026.2.25.bb similarity index 92% rename from meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb rename to meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2026.2.25.bb index 3a7dd783b9..b3193d27b3 100644 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb +++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2026.2.25.bb @@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ SRC_URI = "git://github.com/tuxera/ntfs-3g;protocol=https;branch=edge;tag=${PV} \ file://0001-libntfs-3g-Makefile.am-fix-install-failed-while-host.patch \ - file://0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch \ -" -SRCREV = "78414d93613532fd82f3a82aba5d4a1c32898781" + " +SRCREV = "d1cb9e825d059ef5db0ccd30d5bce202edbd69dc" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" From patchwork Thu Apr 30 10:48:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87216 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F17CCCD13DF for ; Thu, 30 Apr 2026 10:50:18 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17226.1777546213155135083 for ; Thu, 30 Apr 2026 03:50:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PG0Pvrpg; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546212; x=1809082212; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JlcBN419EOoEDLOTZWc3r4DNd5r/J/Wkgtwu+q0OZSM=; b=PG0Pvrpgw5gXmTr9F7wa1ea0rk2MRMZyYgTJJ7VgslieCFKm1HrTsfhn bKfHNfiNcb/JN6+33UiCKFEDZ2+PS3uWRazWo65ePY7Hpv6YhkhyqeTgy EAawdiFvvlI1iqyvfEiMYZvUyw7p2vbeqkcYoQ6qg01y0m67/v+rWJsMI oyY2sdokaiVnKH05coUNik3N1HLR1E4qNIBIEP3h2lNcN521L3udvJZW4 xyZgMxTGHu+C2b4vsV7myK42ssqpFq6cInlxWxiMfH7e/t0go7VjCSAj8 IpConBa7jLoohnwoY9o/Whurg28OIbBhooXMMG+mb1M9yF16X6xSZMymr g==; X-CSE-ConnectionGUID: y2pEfhxjT+WiIuvKoLyGyg== X-CSE-MsgGUID: 9ZsEUDp7QeezH8GOeNPlRA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636942" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636942" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:11 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id AFDCC1C1C706 for ; Thu, 30 Apr 2026 10:50:11 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 66D50C00227 for ; Thu, 30 Apr 2026 10:50:11 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 105991801542; Thu, 30 Apr 2026 10:50:08 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 27/64] parallel: upgrade 20260322 -> 20260422 Date: Thu, 30 Apr 2026 18:48:46 +0800 Message-ID: <20260430104924.1106-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126696 From: Wang Mingyu Changelog: =========== * Remote jobs are spawned via pipe to perl, so environment can be bigger. * --pipe-part -a supports -L/-N if zextract is installed. * --pipe-part -a supports .gz, .bz2, .zst-files if zextract is installed. * Comments in code is redone. * Bug fixes and man page updates. Signed-off-by: Wang Mingyu --- .../parallel/{parallel_20260322.bb => parallel_20260422.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/parallel/{parallel_20260322.bb => parallel_20260422.bb} (93%) diff --git a/meta-oe/recipes-extended/parallel/parallel_20260322.bb b/meta-oe/recipes-extended/parallel/parallel_20260422.bb similarity index 93% rename from meta-oe/recipes-extended/parallel/parallel_20260322.bb rename to meta-oe/recipes-extended/parallel/parallel_20260422.bb index 5a9980e66f..74cf8c75e2 100644 --- a/meta-oe/recipes-extended/parallel/parallel_20260322.bb +++ b/meta-oe/recipes-extended/parallel/parallel_20260422.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ " SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "764680e932f4d0d21cf0329bd9f9eed659895de16836001f6491533b822befe0" +SRC_URI[sha256sum] = "664cf165d66ea217b2f49cd96a7865ecf90c9d0616599cc2aba8cad481d907bb" inherit autotools bash-completion From patchwork Thu Apr 30 10:48:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87214 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EAA1ACD13DE for ; Thu, 30 Apr 2026 10:50:18 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17452.1777546214865337242 for ; Thu, 30 Apr 2026 03:50:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nlkdPJTl; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546215; x=1809082215; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=642Nhl6rbciyt5NtpB5D474A0NApneVyoBX8jtrD4BQ=; b=nlkdPJTlVCBuTVrGKXkhyta65NJin1ZNS/blMNfNUKWthtpaeHI3+PdL ZTId61a+IjxVVxS+283tBHj9sot/kOE4QCz6zktinjrmd7StiiNfiirZq E3o1QB0izjvCVgKI1svTAv80Z6GUA1YeC6925OOucqGY2w4H33JFPdVlv WNi9YLj9Pn3o0/qTpqO8dUUYPxaUTY81aUlv9k7BqfSdeZ19g2aZuOn4j yikOjEliixtTSugIEZc3Djqo9yaRfQl0Ovu+M0OSt1Vhgo1ORVfiAyth7 3qgHqmeXxedfD6V7e/+kCdZwMTuL1szhkcm0dSZGoDYTMzsvFoUqucejk Q==; X-CSE-ConnectionGUID: 51e/D12jRASuPdKX7KSTRw== X-CSE-MsgGUID: +gbUrc0fQuGcV9KQSRZArA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238566096" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238566096" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:13 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 5094D1002BB5 for ; Thu, 30 Apr 2026 10:50:13 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 0BCB8C00777 for ; Thu, 30 Apr 2026 10:50:13 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9D4C4180113C; Thu, 30 Apr 2026 10:50:10 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/64] python3-asyncinotify: upgrade 4.4.2 -> 4.4.4 Date: Thu, 30 Apr 2026 18:48:47 +0800 Message-ID: <20260430104924.1106-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126697 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...hon3-asyncinotify_4.4.2.bb => python3-asyncinotify_4.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-asyncinotify_4.4.2.bb => python3-asyncinotify_4.4.4.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.4.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb rename to meta-python/recipes-devtools/python/python3-asyncinotify_4.4.4.bb index bdda38734d..f2f868e972 100644 --- a/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640" -SRC_URI[sha256sum] = "52ad97aa5332dd78592ab9c64171f2953447d98f9170b9bd440c5d19b17d0416" +SRC_URI[sha256sum] = "a8afc92bec6666807ca50524156fca22655325cba6e2b51d842b8ec0d399c708" inherit pypi python_setuptools_build_meta From patchwork Thu Apr 30 10:48:48 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87212 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97039FF8875 for ; Thu, 30 Apr 2026 10:50:18 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17227.1777546216317367145 for ; Thu, 30 Apr 2026 03:50:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SwVLDyr7; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546216; x=1809082216; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/BnC/MaaOHJ+Pp8EI0KsUD1O3LEVRYx9z4uV3+LX9rw=; b=SwVLDyr7eYJjIpQUcfjWoAo6/LENdoywtZVrERrKfTqddh46baWktUQS WKsnUxJAgejv/iyBLkYa0UecdgCwSUw4NL7ZDuiPvhVat5tAwFq0rgIzy TGhGj7vY6G18FofEFV2oRpCQc5B0u5fhLEdqAvnk1j5QmrOQXj0wfTaTx f+qd7XVVMAhsd5rOCE/R+hKF633iXSp1yDB8juuv0AEpoCea4v2VErH/n iyr1wcFfQmp+ii5YiNe4CivBv9mDILM7D5j9PJOuKTIFNxZb6SvLjK+AR eerqncODXGi9sReMB+NcEe9PJZdN4aPmfoLGR1g9mlChXScu8JK7WU+AL g==; X-CSE-ConnectionGUID: 05skHzxtSw2hcSlpBYn85A== X-CSE-MsgGUID: T1WUbXmPR1yQP+Kk0LYDcg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226100977" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226100977" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:15 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id DB00E1002B86 for ; Thu, 30 Apr 2026 10:50:14 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 9737BC00227 for ; Thu, 30 Apr 2026 10:50:14 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3F46A1801137; Thu, 30 Apr 2026 10:50:12 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 29/64] python3-bumble: upgrade 0.0.226 -> 0.0.228 Date: Thu, 30 Apr 2026 18:48:48 +0800 Message-ID: <20260430104924.1106-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126699 From: Wang Mingyu Changelog: =========== - release command semaphore after timeout - fix: add input validation to prevent remote crash from empty/malforme - SDP: Fix wrong parameter size - Hash and cache 128 bytes of UUID - SDP: Migrate to dataclasses - Make ConnectionPHY dataclass - Add --locked to allow installing cargo-all-features - Add read classic remote features support - Fix Hive demo install failure - Keys: Remove appdirs and improve typing - Feature - Add SMP Debug Mode (Core Vol.3, Part H) - Advertise in run_gatt_client_and_server Signed-off-by: Wang Mingyu --- .../{python3-bumble_0.0.226.bb => python3-bumble_0.0.228.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bumble_0.0.226.bb => python3-bumble_0.0.228.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-bumble_0.0.226.bb b/meta-python/recipes-devtools/python/python3-bumble_0.0.228.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-bumble_0.0.226.bb rename to meta-python/recipes-devtools/python/python3-bumble_0.0.228.bb index d5cc66f74d..aa011258f8 100644 --- a/meta-python/recipes-devtools/python/python3-bumble_0.0.226.bb +++ b/meta-python/recipes-devtools/python/python3-bumble_0.0.228.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/google/bumble" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a775f1b11285b6abedd76748d176125" -SRC_URI[sha256sum] = "e96f62c282a7376ab56b2f799e232d0985a8965e049030c50a59c4ff0b10f592" +SRC_URI[sha256sum] = "78fb156548dd738a28ecba539e7aaa138117516a8811482e9801bcd35a4fbbbd" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Thu Apr 30 10:48:49 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87223 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C92CDCD3427 for ; Thu, 30 Apr 2026 10:50:19 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17228.1777546217967368645 for ; Thu, 30 Apr 2026 03:50:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=H/J7xXku; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546218; x=1809082218; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2AnO4ymxM6diuJcNPZCAnryHRlJgG0fXBuOVmqKY5KA=; b=H/J7xXkug1oPf25tcK6wfFWlx0C1metfBhC+Fbi6+Qa385BRm5hmRGIQ X62eEPJzssofjYLw5whTFyYZqTUs5DZ8BUuO+1zA5brQQ3QFCQOJO/tD9 OW1M3pclfEZzA33O/03XVTlJtYWYe0Us+WwYG8ODp77FYCVmGdG0dWSTV SG3K45z5sjQGP/XJLkRgSsNN949+zmohfHJJuFi2XpLpFT2PlLDbiw531 YMuQa72hzIAcctqZh/bvPEq01MtPcqqzHABIAtuD+vH2wqGdx51+h5pU1 uc/lJz1pJ3Yh5tb6NRY7Yc+rvVhL9xv+o8FoBScbxuS+S+zN/mJ9GwaGn g==; X-CSE-ConnectionGUID: kRmON6ygSWehkNdxxKBufA== X-CSE-MsgGUID: bfdwnC9qRq2WRXQKXMxynQ== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238077209" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238077209" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:16 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 7E4DD1C1C709 for ; Thu, 30 Apr 2026 10:50:16 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 39B0418002C2 for ; Thu, 30 Apr 2026 10:50:16 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id CCE2B180113F; Thu, 30 Apr 2026 10:50:13 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 30/64] python3-cmake: upgrade 4.3.1 -> 4.3.2 Date: Thu, 30 Apr 2026 18:48:49 +0800 Message-ID: <20260430104924.1106-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126700 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-cmake_4.3.1.bb => python3-cmake_4.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmake_4.3.1.bb => python3-cmake_4.3.2.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.3.1.bb b/meta-python/recipes-devtools/python/python3-cmake_4.3.2.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-cmake_4.3.1.bb rename to meta-python/recipes-devtools/python/python3-cmake_4.3.2.bb index 5787b73d98..cfb1d3a2a8 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.3.2.bb @@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "6fe523413cdd2568a19a6ec297b8f869a95a3f8edaf0dd73731b81412216e00e" +SRC_URI[sha256sum] = "5f47f5f00910c474662d09a0516413c6e9750bde73cdc52dea3988102a274e06" SRC_URI += " \ file://CMakeLists.txt \ From patchwork Thu Apr 30 10:48:50 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87228 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85F32CD13DF for ; Thu, 30 Apr 2026 10:50:30 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17230.1777546219556337043 for ; Thu, 30 Apr 2026 03:50:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UNA6KdG9; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546219; x=1809082219; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=g9H8KS5LNlIyPg+Dovj0P6x0ROLRiKlsB3R6VDEra7A=; b=UNA6KdG9yh4PT8ownHPkF5OBFIs0928geETUvPp4JY4HouDoaG/8OOor kauYLHsCpd/rU31xslR9ZOExTqNeoOb0xsnMRpKTnPrU9FS5RYYdRyoc4 gFETuzThh3rTTT1ZfGZIUZitkmOdwHmLjnmN3JvwEFcWm8l7tv2BlQlXH 5J1XT/sSv9o2fSoYKc5IyFDVURphc6ZpD2Ouok9kTPuRd6L+9/LUoI95q BsVSvGqT8AqbthqUK+KLxT/+1dHt723JqX/zu1CJa0XAOP0lIPP4zPER7 oH7TSKv+9P6WNnGKy+XB8M5StkOOoAtCMLo1diGTrfHro7PSjl5lsSp7U A==; X-CSE-ConnectionGUID: Fn6xBI1MR7ekXOvw47w7cg== X-CSE-MsgGUID: 4MKjiwolRgiMG6h9tYHInA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="239353025" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="239353025" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:18 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 257F91C1C701 for ; Thu, 30 Apr 2026 10:50:18 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id D05CA1400617 for ; Thu, 30 Apr 2026 10:50:17 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 71B971801130; Thu, 30 Apr 2026 10:50:15 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 31/64] python3-cmd2: upgrade 3.4.0 -> 3.5.1 Date: Thu, 30 Apr 2026 18:48:50 +0800 Message-ID: <20260430104924.1106-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126701 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-cmd2_3.4.0.bb => python3-cmd2_3.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmd2_3.4.0.bb => python3-cmd2_3.5.1.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-cmd2_3.4.0.bb b/meta-python/recipes-devtools/python/python3-cmd2_3.5.1.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-cmd2_3.4.0.bb rename to meta-python/recipes-devtools/python/python3-cmd2_3.5.1.bb index 2ed0bdc769..1d57d7a8b9 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_3.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_3.5.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f2a861642858e0858af9dd4e4716bae0" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "fd43ef7540609469f055858146f2c592ca4c58e3c336b5efbc5502459ab0bdb2" +SRC_URI[sha256sum] = "1637f765e764b022dfa617f4711fb441599732082eb6310cf8739fbaec2335a0" inherit pypi python_setuptools_build_meta python3native From patchwork Thu Apr 30 10:48:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87227 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54211CD13D2 for ; Thu, 30 Apr 2026 10:50:30 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17231.1777546221601690184 for ; Thu, 30 Apr 2026 03:50:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=BcJFNtIP; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546222; x=1809082222; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=W7EIee9jiKYjefTezC+m20gpwh+hKIz0JUGFK1szx7s=; b=BcJFNtIP0TZspYtj/7M+YR6PPs6jNbwzZKNdlr0EfUyAUm0N5iuhooJu aEpVZy2RD4qSRD93gWN5BdQwb9I/aVxwHGh7kOpQC4VtPNAXzTpDR9tNd 6Bsdyj1oTbIuoMXt7xw9cUzOgXqxA62R0TXrzwKk8yka+/ZcJsu06fyZB a64BIf+RvvlDQ4Lx4+0gFFHHNmJPnpVH3lMQi7a0wgLU9gVFHz4cWRAPw 2Ccjhz+5CF1EhwwkXslxgbe4PFETbXa3+tv7jsBHXq3c+SCtS3io72J62 /XkOGNTrSVK7PspVA/zVBZQVvQIygliL3SdWBWiFf/MzHfxeIcDaoT+kT Q==; X-CSE-ConnectionGUID: xfB/do+lTXiwtI6xTlbIQQ== X-CSE-MsgGUID: xFrT1JcXSRuCdIII4t9c8w== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238610035" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238610035" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:20 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id DBD4A1C000D7 for ; Thu, 30 Apr 2026 10:50:19 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 8FF03C00228 for ; Thu, 30 Apr 2026 10:50:19 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 12ECB1801137; Thu, 30 Apr 2026 10:50:16 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 32/64] python3-faker: upgrade 40.13.0 -> 40.15.0 Date: Thu, 30 Apr 2026 18:48:51 +0800 Message-ID: <20260430104924.1106-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126702 From: Wang Mingyu Changelog: ========== - Add job providers for ar_DZ and fr_DZ locales (#2352). - Add company providers for ar_DZ and fr_DZ locales (#2351). - Add geo providers for ar_DZ and fr_DZ locales (#2350). - Add currency providers for ar_DZ and fr_DZ locales (#2349). - Add date_time provider for ar_DZ locale (#2348). - Add ssn providers for ar_DZ and fr_DZ locales (#2347). - v40.14.1 - 2026-04-17 - Fix UnicodeEncodeError in CLI docs on non-UTF consoles (#2362). - v40.14.0 - 2026-04-17 - Fix: update placekitten URL to placekittens Signed-off-by: Wang Mingyu --- .../{python3-faker_40.13.0.bb => python3-faker_40.15.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-faker_40.13.0.bb => python3-faker_40.15.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-faker_40.13.0.bb b/meta-python/recipes-devtools/python/python3-faker_40.15.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-faker_40.13.0.bb rename to meta-python/recipes-devtools/python/python3-faker_40.15.0.bb index 97f0e6e8f6..cb7e3ebbff 100644 --- a/meta-python/recipes-devtools/python/python3-faker_40.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-faker_40.15.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/joke2k/faker" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53360c4126f7d03b63cb79b0dab9e9e1" -SRC_URI[sha256sum] = "a0751c84c3abac17327d7bb4c98e8afe70ebf7821e01dd7d0b15cd8856415525" +SRC_URI[sha256sum] = "20f3a6ec8c266b74d4c554e34118b21c3c2056c0b4a519d15c8decb3a4e6e795" inherit pypi setuptools3 ptest-python-pytest From patchwork Thu Apr 30 10:48:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87226 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79DE5CD13DE for ; Thu, 30 Apr 2026 10:50:30 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17233.1777546222762598383 for ; Thu, 30 Apr 2026 03:50:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OCPKC/UY; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546223; x=1809082223; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LRFY5o+KPkPqrvXVazJAayYcBr/nWWEUtxfI4kHr7cI=; b=OCPKC/UYu8CWos0Sn6+o16LIXgnRzKNakwzFYXwFJ2QLd/noyyBNGi8M pDIzVbTxAHBDRxewppSV+8wrET3kLD+Rt7vRhRl1Slb18EAPsRPexP8h1 jwmf/sbZDMzwwsHrHo4Kt3O6LzrwwuPwIJbpi2Mhf3RyNcxvZ39jdj+uy D++9d4pbjKxBG6ehUvy4GG3imdMt/SZ+Qt5HU8GELqE81Y6jEiu+9gg/y wiiIlw+p2mC7iEtp9UHgHuKku0ouBh9qFSglWFEH1QDd4HcOMDF9tKjuh Z5Aa4PcYHa4Ld4iQYXV4J2vHSATDb8LykNh6kN0kiS2XKSrY9aGEl6Ohl A==; X-CSE-ConnectionGUID: zrF+6ErsStqBPJN/cuRbaw== X-CSE-MsgGUID: RAxmIQpnTgGRJFTW+J/Tdw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="243116227" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="243116227" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:21 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 4E0418203D2 for ; Thu, 30 Apr 2026 10:50:21 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 0A56E140060E for ; Thu, 30 Apr 2026 10:50:21 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id A0E0D1801130; Thu, 30 Apr 2026 10:50:18 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 33/64] python3-fastapi: upgrade 0.135.3 -> 0.136.1 Date: Thu, 30 Apr 2026 18:48:52 +0800 Message-ID: <20260430104924.1106-33-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126703 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-fastapi_0.135.3.bb => python3-fastapi_0.136.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fastapi_0.135.3.bb => python3-fastapi_0.136.1.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.135.3.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.136.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-fastapi_0.135.3.bb rename to meta-python/recipes-devtools/python/python3-fastapi_0.136.1.bb index a4bdb19bbf..27346415c4 100644 --- a/meta-python/recipes-devtools/python/python3-fastapi_0.135.3.bb +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.136.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://fastapi.tiangolo.com/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=95792ff3fe8e11aa49ceb247e66e4810" -SRC_URI[sha256sum] = "bd6d7caf1a2bdd8d676843cdcd2287729572a1ef524fc4d65c17ae002a1be654" +SRC_URI[sha256sum] = "7af665ad7acfa0a3baf8983d393b6b471b9da10ede59c60045f49fbc89a0fa7f" SRC_URI += "file://run-ptest" From patchwork Thu Apr 30 10:48:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87230 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 921CDCD3421 for ; Thu, 30 Apr 2026 10:50:30 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17231.1777546221601690184 for ; Thu, 30 Apr 2026 03:50:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=G/7cXiL6; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546224; x=1809082224; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nZ8PDA0ZBu8S4pnZt52adOgXSddhf40sguMswSKsibg=; b=G/7cXiL6Eg+2V3aAJHRv/inDCELeI2lQFnFt9CjOye9/Oa7gbXk/muJv QIIBoD8OgZg9nZ8lLwXoOp7xJrBDgTBl2/mIpv7kPKHGilqicnyrFzV5z RY5ZI3aW1vhPWRavVRXTRhj+G11K0HIty2ZAC6RRqvPD2+JnGcwyd9+IB E8BHBXLzOC5q8f6ht5B8/Gklfw6GWX1SsowiErNJuyitxV+E0DYi6K+dG wWbC/IaB8ww600Aq+4C2ylMkv/R54UViO/CN+sOTZvcinMyGGLlyl1Jfw 4Udhf1pNDHTA2KWYLy0TooVLJoMxSWT+SG8JOhI99mPffxqXbnK6oMLDk w==; X-CSE-ConnectionGUID: ny4pyB/BTrGiPe3u/AvUtA== X-CSE-MsgGUID: UmucVWm7QVmCV5hRySL19A== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238610039" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238610039" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:23 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 28BE421EC for ; Thu, 30 Apr 2026 10:50:23 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id CF6511801E9B for ; Thu, 30 Apr 2026 10:50:22 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 4195E1801137; Thu, 30 Apr 2026 10:50:20 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 34/64] python3-filelock: upgrade 3.25.2 -> 3.29.0 Date: Thu, 30 Apr 2026 18:48:53 +0800 Message-ID: <20260430104924.1106-34-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126704 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-filelock_3.25.2.bb => python3-filelock_3.29.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-filelock_3.25.2.bb => python3-filelock_3.29.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.25.2.bb b/meta-python/recipes-devtools/python/python3-filelock_3.29.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-filelock_3.25.2.bb rename to meta-python/recipes-devtools/python/python3-filelock_3.29.0.bb index 6f1a32ef8f..9957fa224f 100644 --- a/meta-python/recipes-devtools/python/python3-filelock_3.25.2.bb +++ b/meta-python/recipes-devtools/python/python3-filelock_3.29.0.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=2c6acbdf7bb74caa37512c3a5ca6857b" SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "b64ece2b38f4ca29dd3e810287aa8c48182bbecd1ae6e9ae126c9b35f1382694" +SRC_URI[sha256sum] = "69974355e960702e789734cb4871f884ea6fe50bd8404051a3530bc07809cf90" BBCLASSEXTEND = "native nativesdk" From patchwork Thu Apr 30 10:48:54 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87229 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9383CD13DA for ; Thu, 30 Apr 2026 10:50:29 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17454.1777546225991760313 for ; Thu, 30 Apr 2026 03:50:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qEEUBMEN; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546225; x=1809082225; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2z872W+zvy91PNpszjQxjy+Fnzq7Jo098UfUwrRkFjM=; b=qEEUBMENoFYBZKQR5pmHp0y+2+jMmKuNnRZNo4gGT3TK5e6YfQkS92g+ xEVdBilfj+x3jyaLUu82/vYKqw4Xis0M3oA33gzmfv5Rnoe+nhcaXvcI7 iZIqKgVW76WxTSUkW76SxMRWjJMdqeQL/m6RiiGxTYdYlpgYpZciI9rhQ TrQvwHalX9FR69Uo5PocNaArX8fsSDx7Mb35NQGIJABrdwxFZF6UICZIp nrr2EkBAiytdNTIwNz8GTJM7OR/OK/pWHRjfFqV8VTfeTkzVY5s6eBLTQ guzeYYdYvL4PChPsWiQADI13nDAKHz4iTOc5w6a4UIJQM9ZLjIR0Fl9rF w==; X-CSE-ConnectionGUID: TvCZQGeETPiTXFCWrDdV+w== X-CSE-MsgGUID: CrkzK7YsQdycYVmqGHVE1Q== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636951" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636951" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:23 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 8BF9A8204C9 for ; Thu, 30 Apr 2026 10:50:24 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 4560A14003FE for ; Thu, 30 Apr 2026 10:50:24 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id D86C61801130; Thu, 30 Apr 2026 10:50:21 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 35/64] python3-flask-marshmallow: upgrade 1.4.0 -> 1.5.0 Date: Thu, 30 Apr 2026 18:48:54 +0800 Message-ID: <20260430104924.1106-35-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126705 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...-marshmallow_1.4.0.bb => python3-flask-marshmallow_1.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-flask-marshmallow_1.4.0.bb => python3-flask-marshmallow_1.5.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.5.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb rename to meta-python/recipes-devtools/python/python3-flask-marshmallow_1.5.0.bb index 189ed5335b..a311730980 100644 --- a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.5.0.bb @@ -8,7 +8,7 @@ inherit pypi python_flit_core PYPI_PACKAGE = "flask_marshmallow" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "98c90a253052c72d2ddddc925539ac33bbd780c6fba86478ffe18e3b89d8b471" +SRC_URI[sha256sum] = "7c06b56e41647eccdb3cd57c25b109f19191b4c62509362bd64920cdf601a066" RDEPENDS:${PN} += "\ python3-flask \ From patchwork Thu Apr 30 10:48:55 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87224 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1256FF8875 for ; Thu, 30 Apr 2026 10:50:29 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17235.1777546227760122532 for ; Thu, 30 Apr 2026 03:50:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cHyLcyC8; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546228; x=1809082228; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KR/90UZFIU984P1bCqqEWbwu/m3KmqqmTBKcufT76cg=; b=cHyLcyC8zXZF6gl624n9FzhQvPJDsTew+ROJoP4Ns0I3Ckot7FXcVG9l R0DsHsKkwc8W0MP8eL+07TUUDlDrbR6IrMYT6KmcpDDo6TyQI7zdZgXW2 4c70f31+dIoqlzeIOrutCatEpn/+jz0kFUZQs0uMBulm6awrn5mLVmr8A LLf+2DV2kkAOG1OrTccusG5xGGyOQ+1w3mErA0BwjC8A6VuKbmsWZ5t/N HJ/L7lrXBnNL6+3HpcbxCtSp4dwu0M6s2BLxgQtovgppm0S/k+CtHk4oL PtUmVJF/s8YUXrs9q581F8z6hXroWsCY/eIxJnii9gTG1x2D3CN30FD7h Q==; X-CSE-ConnectionGUID: oVDUe2AgTFSqN3Z4NIToDA== X-CSE-MsgGUID: iIlXrRf2SxKQ04pQyljaSA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226101001" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226101001" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:26 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 54C7D1C00093 for ; Thu, 30 Apr 2026 10:50:26 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 00807C0023B for ; Thu, 30 Apr 2026 10:50:26 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 7B2D31801137; Thu, 30 Apr 2026 10:50:23 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 36/64] python3-flask-wtf: upgrade 1.2.2 -> 1.3.0 Date: Thu, 30 Apr 2026 18:48:55 +0800 Message-ID: <20260430104924.1106-36-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126706 From: Wang Mingyu Changelog: ========== - pre-commit autoupdate - remove slsa provenance - Support for Python 3.14 - Try not to read uploaded files into memory - Migrate the project to uv - ReCaptcha field testing mode documentation - Allow nonce in reCaptcha - CSRF meta tag helper - widget support the kwargs to add custom html attributes - Respect exempts in CSRFProtect.protect() - Adding RECAPTCHA_ENABLE to disable recaptcha - Improve CSRF Documentation Signed-off-by: Wang Mingyu --- .../{python3-flask-wtf_1.2.2.bb => python3-flask-wtf_1.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-flask-wtf_1.2.2.bb => python3-flask-wtf_1.3.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb rename to meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb index 0ce3de0856..2c1f8af8e8 100644 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_1.3.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Simple integration of Flask and WTForms." LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4" -SRC_URI[sha256sum] = "79d2ee1e436cf570bccb7d916533fa18757a2f18c290accffab1b9a0b684666b" +SRC_URI[sha256sum] = "61d5dabc50c3df885c297dcbd80810443a5d632106c8a69cab8ce740f0cdd7cc" PYPI_PACKAGE = "flask_wtf" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Thu Apr 30 10:48:56 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87225 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAE40CCFA13 for ; Thu, 30 Apr 2026 10:50:29 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17231.1777546221601690184 for ; Thu, 30 Apr 2026 03:50:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FTse7UNw; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546228; x=1809082228; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/BX5O/HUiSdJrz0rAvNbXstX9kzFaDRA4nfrlwE+8wY=; b=FTse7UNwy0/T8C5IisAHax3zcnQwJu4UPNURy6gETzWOoZ2xVKPpodq6 bplWHHcUbdPA4W0jE2yVavVaz+ao3xj2/yqQj8qXL35Y3bxU2pi4Ck73x kfS1tn1GyUFMmiTdmb2aD7iCVHCBftF1xpMyUEeZoBOFHaqhsTxElR/0C DP+aycAXsl4ogbI3TEZE/t3fjjvz1FkX5GZAq5BH+ZetbH+PBs48VZ0BP QtC3I+lkIR59V+mxxE/Uc5C5d8ZTkw1AyAGdjldY+8E5V0WFYSLQPBrI3 ey18lRnXJatFrwvdL6agxodvDcirMLd/5Yy1i8g604vzgWPKhKDdex2/V g==; X-CSE-ConnectionGUID: WVY9UQH+Rg6b6GocSv4e3A== X-CSE-MsgGUID: 1iFGPD9uRTC4LY0rifVXPw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238610049" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238610049" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:28 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id BD70DC00408 for ; Thu, 30 Apr 2026 10:50:27 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 735F38D65E9 for ; Thu, 30 Apr 2026 10:50:27 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 159FF1801130; Thu, 30 Apr 2026 10:50:24 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 37/64] python3-greenlet: upgrade 3.4.0 -> 3.5.0 Date: Thu, 30 Apr 2026 18:48:56 +0800 Message-ID: <20260430104924.1106-37-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126707 From: Wang Mingyu Changelog: Remove the atexit callback. Signed-off-by: Wang Mingyu --- .../{python3-greenlet_3.4.0.bb => python3-greenlet_3.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-greenlet_3.4.0.bb => python3-greenlet_3.5.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.4.0.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.5.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-greenlet_3.4.0.bb rename to meta-python/recipes-devtools/python/python3-greenlet_3.5.0.bb index 728c2b7940..a68ae74ded 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.5.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT & PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" -SRC_URI[sha256sum] = "f50a96b64dafd6169e595a5c56c9146ef80333e67d4476a65a9c55f400fc22ff" +SRC_URI[sha256sum] = "d419647372241bc68e957bf38d5c1f98852155e4146bd1e4121adea81f4f01e4" inherit pypi python_setuptools_build_meta From patchwork Thu Apr 30 10:48:57 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87233 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34D3BCD13DA for ; Thu, 30 Apr 2026 10:50:42 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17455.1777546230830066069 for ; Thu, 30 Apr 2026 03:50:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UlP31nxw; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546231; x=1809082231; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=teCOx24KuxQriWpRg+kBKOl5b39O4lMGxqFzDJgYJJc=; b=UlP31nxwVnmiWPU4kiZrXaEAbXq2ikTR9LMk35bp0JF70o4ONws9JcLk hLyshJARZfAOQX0i14sk0jQJK8SqO6q4p/O+mzXcu1+jDGmakh5dREfBO fvKD0uzmpndfAZBfFNhC2+8Toxc6jgwGzgQGLqvVxUkaYB7PYrSYQM2KO u4lbEGqRu1evTM0noDZIIZp0LRm35XDSICz9Q1k6gAdh9N9Ld0mPYP/He 91fkLNlbJLaC7hiT9T/Jw/khORnjAKCsAWCu10N34i3iq6KeoHE7s4eSF RkQl8jN6qggdoOi2GXE2v5pSwk3FDqBiah1ujcu1sT4xW0+QSqY8Y9aoE w==; X-CSE-ConnectionGUID: qfy2IYwERcW/Kxp9rhTxKw== X-CSE-MsgGUID: MclvGkpRSya5L/0sKkrhTA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238077232" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238077232" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:29 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 61ED8C01812 for ; Thu, 30 Apr 2026 10:50:29 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 1C03792674A for ; Thu, 30 Apr 2026 10:50:29 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id AFB181801137; Thu, 30 Apr 2026 10:50:26 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 38/64] python3-identify: upgrade 2.6.18 -> 2.6.19 Date: Thu, 30 Apr 2026 18:48:57 +0800 Message-ID: <20260430104924.1106-38-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126708 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-identify_2.6.18.bb => python3-identify_2.6.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-identify_2.6.18.bb => python3-identify_2.6.19.bb} (72%) diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.18.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.19.bb similarity index 72% rename from meta-python/recipes-devtools/python/python3-identify_2.6.18.bb rename to meta-python/recipes-devtools/python/python3-identify_2.6.19.bb index 7418b43150..9b8d49c61d 100644 --- a/meta-python/recipes-devtools/python/python3-identify_2.6.18.bb +++ b/meta-python/recipes-devtools/python/python3-identify_2.6.19.bb @@ -6,7 +6,7 @@ PYPI_PACKAGE = "identify" inherit pypi setuptools3 -SRC_URI[sha256sum] = "873ac56a5e3fd63e7438a7ecbc4d91aca692eb3fefa4534db2b7913f3fc352fd" +SRC_URI[sha256sum] = "6be5020c38fcb07da56c53733538a3081ea5aa70d36a156f83044bfbf9173842" RDEPENDS:${PN} = " \ python3-ukkonen \ From patchwork Thu Apr 30 10:48:58 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87232 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDB5CCCFA13 for ; Thu, 30 Apr 2026 10:50:41 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17461.1777546232639185052 for ; Thu, 30 Apr 2026 03:50:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=pOoDJGn5; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546232; x=1809082232; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NhiyHYAKcpLuO/tLPCCTpzlFfNDAlY54O1Y1HqNSf6o=; b=pOoDJGn5tThQ9N91fFZM2m6OnIgEDh4eVNaCRWOyeFOIxZFvxuTImLVS NfjctzxGmeEST4eyiaHufzb3BF/aOz1ER4yzqk22ZTLbCjKmdzF6bSo9i r9RowX1ZB3Zv5QDcjaZ0iMzUAwawVUCUfTXO8Xr9wH88ohzbSay70lY4x tnsxmPsjj99k91ImewnhXrmEl+yuw0+Qb+386WnV84fjZfO68uIvGjQ+n K/tEfC2F5Gjv1vcqSrvxBsjn0cCPdQWhtR5vT+x8NrcJUypEFkx6FSuJH VFRaWff3+XD0cCo204YFAZbK5vHbjW8YmL9hniy2OLJLjvT2QZHQolbda w==; X-CSE-ConnectionGUID: w2fLfhR5R26VWs0m1DTZ8w== X-CSE-MsgGUID: /3wzLkIWSPuiSXb62qxCWw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238566118" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238566118" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:31 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 2ED451000142 for ; Thu, 30 Apr 2026 10:50:31 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id CECE2C0023E for ; Thu, 30 Apr 2026 10:50:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 52637180113E; Thu, 30 Apr 2026 10:50:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 39/64] python3-inline-snapshot: upgrade 0.32.6 -> 0.32.7 Date: Thu, 30 Apr 2026 18:48:58 +0800 Message-ID: <20260430104924.1106-39-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126709 From: Wang Mingyu Changelog: ============ - Fixed snapshot comparison for dicts where keys are dataclass instances (or other custom objects used as dict keys), which previously caused corrupted snapshots - either collapsing multiple entries into one or appending duplicate keys on subsequent runs - Fixed tuple snapshot updates to compare elements positionally rather than using sequence alignment, so existing expressions (e.g. 3 + 3) are preserved when elements are removed from or added to a tuple. Signed-off-by: Wang Mingyu --- ...ine-snapshot_0.32.6.bb => python3-inline-snapshot_0.32.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.32.6.bb => python3-inline-snapshot_0.32.7.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.6.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.7.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.6.bb rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.7.bb index 1bcd3a457f..57a1b4965f 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.6.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.7.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "224a96eeb86c4b2831d274239d3468dc0b7819264f608f595b2f9d01f79a6e38" +SRC_URI[sha256sum] = "1a97a50420de32b86c422cceadf950f1f343ba03a28b878a757ee492b741c093" inherit pypi python_hatchling From patchwork Thu Apr 30 10:48:59 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87237 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40521CD13DF for ; Thu, 30 Apr 2026 10:50:42 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17463.1777546233991367359 for ; Thu, 30 Apr 2026 03:50:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=pN4kBzyz; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546234; x=1809082234; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1IoWtUJQ7EpsjvLaxNntoioA1jvbefchUdBcxiCf/L8=; b=pN4kBzyzA9mCJlF4bve6Ao5i8FZ5nsYV1l3hBK5BpX/U+XVjcVTS/6z4 5XzoYfBMueAnpUEY8ms6gHVSmiFTCyG5nUV/UrtDSWZqmG8pWEMO9Bxcm 6HQltkSKHB4qM7ur4Y0f80zM8t6aiImpPoJd+0nJtBz4BsQlDZjIATtun FQEPFZ5XJt+Oe+X3oQJ+kf8MspvXGSl/sJQSs9Evgaym6RxcRz6XdZXmh 39OUBe1aiC4l63ARBWkac6z8r3l/afu+cJtPhPuk3JMRSRoZETExlmNIy 5wE13kYs7FcyihMSENOllToaIMEy77aR/OP0fROVTRZFVB7KwQoCUebQc Q==; X-CSE-ConnectionGUID: KPj5KMBES6e979qwEzT0Tw== X-CSE-MsgGUID: WVg5TA2oSWC2xfNSR9pucg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="243116247" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="243116247" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:32 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 8D329C01827 for ; Thu, 30 Apr 2026 10:50:32 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 477BEC0080A for ; Thu, 30 Apr 2026 10:50:32 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id DE203180113F; Thu, 30 Apr 2026 10:50:29 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 40/64] python3-ipython: upgrade 9.12.0 -> 9.13.0 Date: Thu, 30 Apr 2026 18:48:59 +0800 Message-ID: <20260430104924.1106-40-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126710 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-ipython_9.12.0.bb => python3-ipython_9.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_9.12.0.bb => python3-ipython_9.13.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb b/meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb rename to meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb index 1dcac8b51c..c563b110e1 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_9.13.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://ipython.org" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" -SRC_URI[sha256sum] = "01daa83f504b693ba523b5a407246cabde4eb4513285a3c6acaff11a66735ee4" +SRC_URI[sha256sum] = "7e834b6afc99f020e3f05966ced34792f40267d64cb1ea9043886dab0dde5967" RDEPENDS:${PN} = "\ python3-setuptools \ From patchwork Thu Apr 30 10:49:00 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87236 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD5BBCD13D2 for ; Thu, 30 Apr 2026 10:50:41 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17455.1777546230830066069 for ; Thu, 30 Apr 2026 03:50:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IzBmYo9C; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546235; x=1809082235; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Boz2LZ9cspVw+jFzGw28YgLHGxKQmeTyo26ujkGF1UM=; b=IzBmYo9C+W93d2CqCiRwn1CQWgdFK0IyVfOh46rhKCzpRyKHwrfbtGHA ekS8xK6c6izsf4rRrEd9QDl88faNyvdzqlnWmH+H8fPFQxdO8UwXV0Z5i Rp55NpdtdWNOzRVzie3U+9jwXXJteKYH0lgJM1aFhCAz1bs8sVYVYoMJt RxRiUG/4KPT0QdpjZURCzBpuBBAVTm5cw2AP9tpHhyjSVuWqB3yhn8jJX y8d1DalXDqH/VJSdLgNs3VXA28NVHhHRB0ZKA3P8/EWWzlj1ymfPnZrJP tKDZJSynG65k08v+g5stLUdSDGDftPNzxH0uEskJfvEfkR4ycIBlpbxvk g==; X-CSE-ConnectionGUID: ielM+yNjRT2eFhe28okGzA== X-CSE-MsgGUID: ICN6vG8STNOKh8rjwyZOkw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238077241" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238077241" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:34 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 3B3B11C1C701 for ; Thu, 30 Apr 2026 10:50:34 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id E76E58D65E9 for ; Thu, 30 Apr 2026 10:50:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 87B6C180113C; Thu, 30 Apr 2026 10:50:31 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 41/64] python3-moteus: upgrade 0.3.100 -> 0.3.101 Date: Thu, 30 Apr 2026 18:49:00 +0800 Message-ID: <20260430104924.1106-41-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126711 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-moteus_0.3.100.bb => python3-moteus_0.3.101.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-moteus_0.3.100.bb => python3-moteus_0.3.101.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.100.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-moteus_0.3.100.bb rename to meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb index fe12809d78..0b7d636cd6 100644 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.100.bb +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.101.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462 inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "cab1bdcffc18b83ebb52066b1bffe6de7c1354b163b3bd63e430b4fa04fbc6b9" +SRC_URI[sha256sum] = "a288796f54515a40b02f548d8bcfb47c1e846e6460748d81856798c463b35cf5" S = "${UNPACKDIR}/moteus-${PV}" From patchwork Thu Apr 30 10:49:01 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87231 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F192FF8875 for ; Thu, 30 Apr 2026 10:50:41 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17461.1777546232639185052 for ; Thu, 30 Apr 2026 03:50:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FpPZj/PF; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546236; x=1809082236; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YtMK/galDR3e3p+d2slPL6aqxiatnzwXZ2C0pRAdOwc=; b=FpPZj/PF13GmgA5WvB1PPkFt7mBD3JAXYBl8KEEopCSgrC+VowTz+huB TVxf8Jy8eGJYrk3kv919C1ibeY6FgzI+6/v6YUt2HqjhqCJZInehk5U5I DvvGU3iZG7CRWIJ/MLLsamLHxgR03DipzGmVwhfKC7y48Ieo1OKT4/90E fIbz5T+z4M50xTMCpKmsamYcI3w+mWYIFmlOxNOrZ3TLlKsHoWJ+AQ154 OKi/kqt57n+eChq/vzEM/ooDma7LkamvtcHevj3lMqAGdnIWkZISzI0V+ pAUXKpZt/BTaA/sOpolfNM6/NUPd3HY6LdnWmVOWDKFdGgXgIlS0v5VBs g==; X-CSE-ConnectionGUID: snAQjdOZSkGreJ1PNQ1xmA== X-CSE-MsgGUID: qwtj8P+qSvO9OZ3HyKuiKA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238566125" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238566125" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:36 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id C9297C00408 for ; Thu, 30 Apr 2026 10:50:35 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 828B214003F2 for ; Thu, 30 Apr 2026 10:50:35 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 298BC180113F; Thu, 30 Apr 2026 10:50:32 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 42/64] python3-pre-commit: upgrade 4.5.1 -> 4.6.0 Date: Thu, 30 Apr 2026 18:49:01 +0800 Message-ID: <20260430104924.1106-42-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126712 From: Wang Mingyu Changelog: ============ - feature: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks. - fix: --hook-type is required Signed-off-by: Wang Mingyu --- ...{python3-pre-commit_4.5.1.bb => python3-pre-commit_4.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pre-commit_4.5.1.bb => python3-pre-commit_4.6.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb b/meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb rename to meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb index df4769c13e..2dbe9e557b 100644 --- a/meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b53a93744e3ff841e5fc9a934da8e1c8" PYPI_PACKAGE = "pre_commit" inherit pypi setuptools3 -SRC_URI[sha256sum] = "eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61" +SRC_URI[sha256sum] = "718d2208cef53fdc38206e40524a6d4d9576d103eb16f0fec11c875e7716e9d9" RDEPENDS:${PN} = " \ python3-cfgv \ From patchwork Thu Apr 30 10:49:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87234 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E96A9CD13DE for ; Thu, 30 Apr 2026 10:50:41 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17461.1777546232639185052 for ; Thu, 30 Apr 2026 03:50:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hEXVvEDZ; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546238; x=1809082238; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=r0GwuaceCH6ikXIw4cR4pTgL1m6VwqJZ8dxZajdO8oY=; b=hEXVvEDZiZBl3aXLcCo/FKUanR+6DFUfcYFk3+56jzY2yaRzTo2gxqAz 9Ur4s3K9DNFtrL7aUxQPe7ueWzQ8VN/1IXE8fhqNJfQ6Ou/Mwy7A6edTh b15I5SrLLLh89uNCo//038Uk6M6a9xCJDRQV8XTPETzSl+gT8MY5AKN3g 4qo3F11gB+jmTPotLLTeZ2IDkxH0FPsUWQrGIoSsd6beDtRvEs1p9Mf+g RcgibGI5k6RabkxSjkjGWffzFxCCnPNm5Lz77iDARKEAQBvtNxDDOv/gZ lRdqWsSNcGFfWRCB06+tGHo0LS7yFfGxpeLapJ71zciEHuh/mm2D7bKPc Q==; X-CSE-ConnectionGUID: u9FVupFaT2KTZJRXca6GgA== X-CSE-MsgGUID: UPnmzD2dT0ebM8Kq6CXILA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238566127" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238566127" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:37 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 6C106C00408 for ; Thu, 30 Apr 2026 10:50:37 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 2716418002C2 for ; Thu, 30 Apr 2026 10:50:37 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id BA5751801130; Thu, 30 Apr 2026 10:50:34 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 43/64] python3-pymisp: upgrade 2.5.33.1 -> 2.5.33.2 Date: Thu, 30 Apr 2026 18:49:02 +0800 Message-ID: <20260430104924.1106-43-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126713 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-pymisp_2.5.33.1.bb => python3-pymisp_2.5.33.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.5.33.1.bb => python3-pymisp_2.5.33.2.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.5.33.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.5.33.2.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-pymisp_2.5.33.1.bb rename to meta-python/recipes-devtools/python/python3-pymisp_2.5.33.2.bb index 4885dda859..59fa072eb4 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.5.33.1.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.5.33.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/MISP/PyMISP" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" -SRC_URI[sha256sum] = "b5cd9aac342596fbe2696b7c3ee02a2a221574557c0334451b0d4e21a4c5928f" +SRC_URI[sha256sum] = "ed45ae12bb58082c5dd7e8bd35bee3a3b7eee54196d3451fa4bb7051535dbd2e" inherit python_poetry_core pypi From patchwork Thu Apr 30 10:49:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87235 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99666CD3420 for ; Thu, 30 Apr 2026 10:50:42 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17246.1777546240533654019 for ; Thu, 30 Apr 2026 03:50:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gNhiQW3O; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546239; x=1809082239; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KHkXkm4nhmhNWgiy2+4lAmEEZx4kTsKAQo6h+cFBN0I=; b=gNhiQW3OdHaUHxLEQdY9FWYVxV1QITJhRH6YpEA/8QxQBLrTLFuejrZb wj0sQ3uTRYII+iD4kOrX9LGzBiC1o4ApIji+PVlG1Jmbty05fHDPeWkLJ udbMaxd5Nv5R1DswCbW3hsiQ/Ta5t/WPhFTkOZBXAB4qTMl4MvAPPzgue Ho1VT2Sn/OjhWfiVv/q4eFYUjMWM+4tmxSNFAAk7jexjAaKQhXaZduIEm mEIXC7EIg/880jyEz1OLFu/l7c7ZA2RHtY8H/PjbUX7A/dPX5RtFdDgA5 voaAsQQ/DsaP6c+ZC9/1teDFaxJs2ipYbimGIJcNnOStpVDzOBbB9Ae3r w==; X-CSE-ConnectionGUID: 3s8mV35EQIyV3f2PcSlhKA== X-CSE-MsgGUID: blRYCoFCQhW3XBmwhLn81Q== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636972" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636972" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:38 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 17CDA8203D2 for ; Thu, 30 Apr 2026 10:50:39 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id C56EC1801FE6 for ; Thu, 30 Apr 2026 10:50:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6492E180113C; Thu, 30 Apr 2026 10:50:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 44/64] python3-pymongo: upgrade 4.16.0 -> 4.17.0 Date: Thu, 30 Apr 2026 18:49:03 +0800 Message-ID: <20260430104924.1106-44-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126714 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-pymongo_4.16.0.bb => python3-pymongo_4.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymongo_4.16.0.bb => python3-pymongo_4.17.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.16.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.17.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymongo_4.16.0.bb rename to meta-python/recipes-devtools/python/python3-pymongo_4.17.0.bb index 75d0504d46..663de17352 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_4.16.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_4.17.0.bb @@ -8,7 +8,7 @@ HOMEPAGE = "https://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "8ba8405065f6e258a6f872fe62d797a28f383a12178c7153c01ed04e845c600c" +SRC_URI[sha256sum] = "70ffa08ba641468cc068cf46c06b34f01a8ce3489f6411309fcb5ceabe6b2fc0" CVE_PRODUCT = "pymongo" From patchwork Thu Apr 30 10:49:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87244 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E85B8CD3420 for ; Thu, 30 Apr 2026 10:50:52 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17465.1777546242213856863 for ; Thu, 30 Apr 2026 03:50:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=AM1O/RTJ; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546242; x=1809082242; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NNTklzBTUSf1cTB/BV7jl6RXPRf0Ng4FkarpbxJFl3s=; b=AM1O/RTJOLSTwBLWYQbgvnf6MyThpll5qgpbfrGsCwMx4RiFXBHH9KXw XPttA4ZE6+J8Vp/v8cihycu9OlsljWPSRpwfAd42jk0VsVOT4F4YkQUud ptHFK/UqEbA84dDt/930cfnDerbE0qKMQMdyNv2QI6N/PcEUXd+gQBO4c YtxzCvXvbeUnIwwN0RT0aKvKcm7s83yhMsAqKlqoTTy5WyuCVk8I5vCsl AA3AFYv6AyCuW46HKW7xZTkdQ5kJmlBhwkW0PXIijIIR/2NQnvHVFDnlg UYERtDb8tVdmo736hvXohU9V2IPw7Zsxhq9V73ML++78n9yr3UgGXnQUj g==; X-CSE-ConnectionGUID: fW0t5tKsR/C+LlZ7tIuXlg== X-CSE-MsgGUID: i/LGh4XmS0qwGjKiPZu/Aw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217414101" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217414101" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:40 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id A847C1002BAD for ; Thu, 30 Apr 2026 10:50:40 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 64774140060E for ; Thu, 30 Apr 2026 10:50:40 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 0A46E1801130; Thu, 30 Apr 2026 10:50:37 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 45/64] python3-pyroute2: upgrade 0.9.5 -> 0.9.6 Date: Thu, 30 Apr 2026 18:49:04 +0800 Message-ID: <20260430104924.1106-45-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126715 From: Wang Mingyu Changelog: ============= - dhcp: call UNBOUND hook upon NAK - ndb: support replacement policies for routes - ndb: support localns setup and fix object cache - iproute: fix set_netnsid() to be a coroutine - ci: drop support for Python < 3.10 Signed-off-by: Wang Mingyu --- .../{python3-pyroute2_0.9.5.bb => python3-pyroute2_0.9.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyroute2_0.9.5.bb => python3-pyroute2_0.9.6.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb rename to meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb index d5c95cf546..834546b9db 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=dccbff78d7d79ae7e53953d43445c6e6 \ file://LICENSE.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://LICENSE.Apache-2.0;md5=34281e312165f843a2b7d1f114fe65ce" -SRC_URI[sha256sum] = "a198ccbe545b031b00b10da4b44df33d548db04af944be8107c05a215ba03872" +SRC_URI[sha256sum] = "6bc5e2ea9a372ded682b4ede4028ba00236bd6e35b42d833f39a96b219ef1db2" inherit python_setuptools_build_meta pypi ptest-python-pytest From patchwork Thu Apr 30 10:49:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87238 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EA04CCFA13 for ; Thu, 30 Apr 2026 10:50:52 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17247.1777546243832757177 for ; Thu, 30 Apr 2026 03:50:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=k/lx069y; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546244; x=1809082244; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JALwUCJZH1TxjN/rWVFKOIOzzgYUmW0RwRp+QWrOQsQ=; b=k/lx069yMq5BsRlqoKW2rbWi/A8HHdYmgSkKHXdJ5t6LdW9l7//kY9si j4+LeQHt99zyjwUSMGxiSE8XFgAGzukO2m2s30kddbAvm2iVi5BjPVR+7 4XL7elJSeF3yGR+eSNQssWsNXutYrIr4Yf5nKMRyuHczeffW1A4yEkUVp ceR0Azs4H1Wfur2rn/XQODbBxd4rqOx/US9biy9CBcvfS+mrPFXeGZIlw gmmbp3cVJ9njJ+yxoyzRmledWtems1QdRdtnb2re1hSvII5jTkZWKV82S +NdHTKzws0NXpRGNkd7siDR98KQTNwpJ1SrjtbK1pB2Ep/my/4gmwA4D2 Q==; X-CSE-ConnectionGUID: j5QZKrJpRUisMa30hnAAdQ== X-CSE-MsgGUID: nv9R4TwxQlyfiROeR0KJ8Q== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552732" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552732" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:42 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 4B0458203D2 for ; Thu, 30 Apr 2026 10:50:42 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 072EB18002C2 for ; Thu, 30 Apr 2026 10:50:42 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9CFD2180113C; Thu, 30 Apr 2026 10:50:39 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 46/64] python3-pytest-codspeed: upgrade 4.3.0 -> 4.4.0 Date: Thu, 30 Apr 2026 18:49:05 +0800 Message-ID: <20260430104924.1106-46-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126716 From: Wang Mingyu Changelog: =========== - fix: fix segfault caused by multiple activate_stack_trampoline - fix: Exclude setup time from benchmark in walltime mode - feat: collect Python toolchain information via instrument hooks environment API Signed-off-by: Wang Mingyu --- ...ytest-codspeed_4.3.0.bb => python3-pytest-codspeed_4.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pytest-codspeed_4.3.0.bb => python3-pytest-codspeed_4.4.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-codspeed_4.3.0.bb b/meta-python/recipes-devtools/python/python3-pytest-codspeed_4.4.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-pytest-codspeed_4.3.0.bb rename to meta-python/recipes-devtools/python/python3-pytest-codspeed_4.4.0.bb index 3fc2715102..efab39fd5f 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-codspeed_4.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-codspeed_4.4.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=2856cbe664e8843cd4fd4c1d1d85c2c3" DEPENDS = "python3-cffi-native" -SRC_URI[sha256sum] = "5230d9d65f39063a313ed1820df775166227ec5c20a1122968f85653d5efee48" +SRC_URI[sha256sum] = "edb7c101d9c50439a42cf02cfa9c0ac92da618841636bbebf87c3fa54669442a" inherit pypi python_hatchling From patchwork Thu Apr 30 10:49:06 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87240 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4D52CD13DA for ; Thu, 30 Apr 2026 10:50:52 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17246.1777546240533654019 for ; Thu, 30 Apr 2026 03:50:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NpLlCmgY; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546243; x=1809082243; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=9GErLQdRTE51GRq1baVj84Vdt6iTAWGfJvlQxtTxrlI=; b=NpLlCmgYuid7fyShYEdPSIJXg1QfF3sd60O28nU87gD903Bsg9FxVxuz osOo01EKZ+8daqPbJAnnIOkx1mP4EJkY0CJH7lzIOh+VeQl78WXZmYXl8 bx0VhJ/CLEbHOn+vJrYw3AtKzNZ2k175at8pXUNtzXt9AMI1Gr0yP6wgI Z+Zi1mdIxNbIitizMtz7GlURdSnrcaZPPwk80yCf4U00icDDMSzaHrDYk G9WBbhT9jkZQX1ac2A1KiWPYqLILwAJg74gfm6pCH/YaSOBdooVMbhTyp D+PsapkPPcb6ZUL0Zc1IyY0TVoKfYaFFfLhzMlh58Wu9YLREmaM0vDoeC A==; X-CSE-ConnectionGUID: rY660+bzSdKV/1jtbQ1Q9g== X-CSE-MsgGUID: e6NNmhN4Rdm760FFs7dzyA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636977" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636977" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:43 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id E2A168203D2 for ; Thu, 30 Apr 2026 10:50:43 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 98ADA180A311 for ; Thu, 30 Apr 2026 10:50:43 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 417FE180113F; Thu, 30 Apr 2026 10:50:41 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 47/64] python3-python-multipart: upgrade 0.0.26 -> 0.0.27 Date: Thu, 30 Apr 2026 18:49:06 +0800 Message-ID: <20260430104924.1106-47-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126717 From: Wang Mingyu Changelog: ============ - Pass parse offsets via constructors - Add multipart header limits Signed-off-by: Wang Mingyu --- ...n-multipart_0.0.26.bb => python3-python-multipart_0.0.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-python-multipart_0.0.26.bb => python3-python-multipart_0.0.27.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.27.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb rename to meta-python/recipes-devtools/python/python3-python-multipart_0.0.27.bb index 46046dc050..184f5212a8 100644 --- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.27.bb @@ -2,7 +2,7 @@ SUMMARY = "A streaming multipart parser for Python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17" +SRC_URI[sha256sum] = "9870a6a8c5a20a5bf4f07c017bd1489006ff8836cff097b6933355ee2b49b602" inherit pypi python_hatchling ptest-python-pytest From patchwork Thu Apr 30 10:49:07 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87241 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4163CD13DE for ; Thu, 30 Apr 2026 10:50:52 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17249.1777546246945321106 for ; Thu, 30 Apr 2026 03:50:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=JTrwUD/d; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546247; x=1809082247; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=pJrS5X+3a+4JslnmYzW+QDB9Vvmn5C1UE7zpYN7v5LA=; b=JTrwUD/d+omRREbykwOZpphCyhRsUacwN/IMsNbEWnr1a+9oVTEIrii9 jC/anUlMpXrKNXsDxsf5+vqp59h1ZXT4aLoxzS4ZAiKt7CLVvt+VaRySU +nC/jTXtnwyaiQotmweyA0I+Z/wfXLYEA8e3V/nmJNcjP9YE9JnrSHpNC b8+lkpRb4JpDDXjJOcNMkwZ374dqqGRCDHBCgDfIjOIwz0ivZaxdGaVAb zjR2h24HhurUiM6dVxMpvQ/h5GkmSixoc4xlI2gerVoFUupDkgd75fXlL FrblgLme1Tlx2G+f6MlzbPsQgWQfrnsSlqCSlmyaXBi+80mbPf8U1NIoU A==; X-CSE-ConnectionGUID: yrf8FwdgSYSe6Te3p43Q1Q== X-CSE-MsgGUID: /yfOM0rpSHaa11p+dybtqg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226101029" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226101029" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:45 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 85C53C00415 for ; Thu, 30 Apr 2026 10:50:45 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 3E2E11801FE6 for ; Thu, 30 Apr 2026 10:50:45 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id CFE111801542; Thu, 30 Apr 2026 10:50:42 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 48/64] python3-sentry-sdk: upgrade 2.57.0 -> 2.58.0 Date: Thu, 30 Apr 2026 18:49:07 +0800 Message-ID: <20260430104924.1106-48-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126718 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-sentry-sdk_2.57.0.bb => python3-sentry-sdk_2.58.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_2.57.0.bb => python3-sentry-sdk_2.58.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.57.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.58.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_2.57.0.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_2.58.0.bb index 94fc007b84..d752b7cca7 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.57.0.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.58.0.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\ python3-datetime \ " -SRC_URI[sha256sum] = "4be8d1e71c32fb27f79c577a337ac8912137bba4bcbc64a4ec1da4d6d8dc5199" +SRC_URI[sha256sum] = "c1144d947352d54e5b7daa63596d9f848adf684989c06c4f5a659f0c85a18f6f" PYPI_PACKAGE = "sentry_sdk" From patchwork Thu Apr 30 10:49:08 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87243 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08CADCD13DF for ; Thu, 30 Apr 2026 10:50:53 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17250.1777546248679091465 for ; Thu, 30 Apr 2026 03:50:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=n0r5YH2E; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546248; x=1809082248; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6E+w8ZG1Q5MOPc+1DBkXC3bFtApZy//pk8wQO4cz7M4=; b=n0r5YH2Es3Rd2vrTHMokVybvZYZ9Mxn4geSxQgT/WKAM+5ukZHMMgKzY Fzu2+u6DzvemTk1QXw8UMBzDTqkyKLdbPJcR6jxmlMtVODtyJI7J4a51I BD9IOanLSNJ7ISkcyA8j9subon+um859GvL8PMopPauX0a47Fnr1R3Zlw HsFCWYAkV3TSgAsig0fsVdyEZs9HMwzlSKE5KQUg1j7SlTya6kfr7S4dF xh7okFR2ceagDH4Ga2nRZD+bUAH2h9imJZPqeZuWnxII7idPA2+dEIYS8 CcXN/yyIY+YFjceqgez6KK+jlVNwrxJGiP1jcqPGfMMy84JmkiWnB2gUe Q==; X-CSE-ConnectionGUID: o175TzqXRXW0Cl+nD8IsJA== X-CSE-MsgGUID: IAjdZdP7RLaAfJzRvHcDYQ== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="227309915" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="227309915" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:47 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 4D39533D8 for ; Thu, 30 Apr 2026 10:50:47 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id F2EF3C0023E for ; Thu, 30 Apr 2026 10:50:46 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 72127180113E; Thu, 30 Apr 2026 10:50:44 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 49/64] python3-simplejson: upgrade 3.20.2 -> 4.1.1 Date: Thu, 30 Apr 2026 18:49:08 +0800 Message-ID: <20260430104924.1106-49-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126719 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...python3-simplejson_3.20.2.bb => python3-simplejson_4.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-simplejson_3.20.2.bb => python3-simplejson_4.1.1.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb b/meta-python/recipes-devtools/python/python3-simplejson_4.1.1.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb rename to meta-python/recipes-devtools/python/python3-simplejson_4.1.1.bb index f1a8d55132..0579513a96 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_4.1.1.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://cheeseshop.python.org/pypi/simplejson" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" -SRC_URI[sha256sum] = "5fe7a6ce14d1c300d80d08695b7f7e633de6cd72c80644021874d985b3393649" +SRC_URI[sha256sum] = "c08eb9f7a90f77ae470e19a07472e9a79ebc0d1c2315d86a72767665bd5ba79f" inherit pypi setuptools3 From patchwork Thu Apr 30 10:49:09 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87239 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9AAFFF8875 for ; Thu, 30 Apr 2026 10:50:52 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17249.1777546246945321106 for ; Thu, 30 Apr 2026 03:50:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bvnArIF/; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546249; x=1809082249; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KBZv3IUII+LRiRAZhrTv9X8zobd14aoBg+TPg3amWI8=; b=bvnArIF/8nO+8/nmXjy8Tu5L0LN9pgjQRKuEuHeIRIkRn98k251MiAeT tapyfTg0qJGrBeqbOcl9FlW7GJc8TuToxp05KCYe8hOH/i/3xrDNdAOPh L/MEijuMoUp1ZYEIZUBtOYOAz1/UKh9Usuwn2E3fAn7FBAu3grDhWzNmm 2XgoSWJKgDplcyy18EPb0Y2TxS+Q4+NRrCSpixTINfRgQ6SNuOnxenAIc RWgj27QXKUcAmAeQNlqAl7R1012NzBrarGXXDmscoYPpBpl9MDP0hCol3 LgxPAgPY9LUlaG/i/3CBneyr2pbnAOtweZ88HNhfY0u2AIJt0dQLBkISc A==; X-CSE-ConnectionGUID: zXm3xx6kS22iLSsB5Df+ng== X-CSE-MsgGUID: B0NzWqWWRS+AH4bFYdEQyg== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226101033" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226101033" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:49 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 0328142A335 for ; Thu, 30 Apr 2026 10:50:49 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 98B50C0023E for ; Thu, 30 Apr 2026 10:50:48 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 14B1D1801130; Thu, 30 Apr 2026 10:50:45 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 50/64] python3-tox: upgrade 4.52.1 -> 4.53.0 Date: Thu, 30 Apr 2026 18:49:09 +0800 Message-ID: <20260430104924.1106-50-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126720 From: Wang Mingyu Changelog: eat(toml): allow bare range/labeled dicts in env_list Signed-off-by: Wang Mingyu --- .../python/{python3-tox_4.52.1.bb => python3-tox_4.53.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tox_4.52.1.bb => python3-tox_4.53.0.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-tox_4.52.1.bb b/meta-python/recipes-devtools/python/python3-tox_4.53.0.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-tox_4.52.1.bb rename to meta-python/recipes-devtools/python/python3-tox_4.53.0.bb index dbac6deed8..bf3c1d3690 100644 --- a/meta-python/recipes-devtools/python/python3-tox_4.52.1.bb +++ b/meta-python/recipes-devtools/python/python3-tox_4.53.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://tox.readthedocs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" -SRC_URI[sha256sum] = "297e71ea0ae4ef3acc45cb5fdf080b74537e6ecb5eea7d4646fa7322ca10473e" +SRC_URI[sha256sum] = "62c780e42f87d34ee60f2ea20342156253794fdcbd6885fd797d98ee05009f22" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling From patchwork Thu Apr 30 10:49:10 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87242 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFA28CD13D2 for ; Thu, 30 Apr 2026 10:50:52 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17249.1777546246945321106 for ; Thu, 30 Apr 2026 03:50:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=D20SSeDx; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546251; x=1809082251; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6DBgcGkwH42gR5EKf89SQSvh/aQV0Y04EnqF0B8ZMlU=; b=D20SSeDxgjWNb2lV5QmGF9TRPzovDDJ7vtWuvmMH+QbKSsEl5hUfBaP4 YuEXCsJZAc3ewexiV4JLkGB3V7Saj+0RLhQ2ijPMikvlxAOtcLGQx3+ec BPd+8+O7nmqFcdGZTKSuk+zE972IM2CeXleMdQ0QpQ4nNag0/V+AYd7ly MgAtkiJU8cSEeFFHxHQfcjFyvtpSCGTgVyM5tgZhl6evSykhuLKrSt2LP JsqjkyoZTL5JXvYNnOghwUz6w10ipUIhM0AzOfdyXG79ljTRAfeHH3+nm 56hRdzhOsmE8xvXqb+CgmJ5biiPd3aNeRpQQpKa+vzuEjcnAzyrGzZ3KT g==; X-CSE-ConnectionGUID: pV+6G8DbTcm1mMtFd7rNKw== X-CSE-MsgGUID: 7h86h39PTV6OZDOlSivdcw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226101035" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226101035" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:50 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 96E4C426E for ; Thu, 30 Apr 2026 10:50:50 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 411FB1800E9E for ; Thu, 30 Apr 2026 10:50:50 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id AAAE31801137; Thu, 30 Apr 2026 10:50:47 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 51/64] python3-typer: upgrade 0.24.1 -> 0.25.0 Date: Thu, 30 Apr 2026 18:49:10 +0800 Message-ID: <20260430104924.1106-51-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:50:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126721 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-typer_0.24.1.bb => python3-typer_0.25.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-typer_0.24.1.bb => python3-typer_0.25.0.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-typer_0.24.1.bb b/meta-python/recipes-devtools/python/python3-typer_0.25.0.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-typer_0.24.1.bb rename to meta-python/recipes-devtools/python/python3-typer_0.25.0.bb index 6538f16f0d..c38fbc9761 100644 --- a/meta-python/recipes-devtools/python/python3-typer_0.24.1.bb +++ b/meta-python/recipes-devtools/python/python3-typer_0.25.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/fastapi/typer" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" -SRC_URI[sha256sum] = "e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45" +SRC_URI[sha256sum] = "123eaf9f19bb40fd268310e12a542c0c6b4fab9c98d9d23342a01ff95e3ce930" inherit pypi python_pdm ptest From patchwork Thu Apr 30 10:49:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87245 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0ECE8CD13D2 for ; Thu, 30 Apr 2026 10:51:03 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17252.1777546253593599723 for ; Thu, 30 Apr 2026 03:50:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VZQsfwKO; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546253; x=1809082253; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=D3d8kS6tExDzKzMvWYRY4gKmuaUnWWfFhCKBFQy+Gb4=; b=VZQsfwKOe07apYtWPcN04MEkA1iNqPgg5xFj8Rk5RYQpcQwbNQmYf9Zo HPaAMyjD/BnC6/8RPR1/3ZT8Etl7zPE/lrQDzoI7ShV3meugjDdF3tLY9 +e5Qg+CKnOrk0jFj5lDovXWQmTX1BQLc0tcAQg2U5t9ajDVDFXp8ghLOy 2sDPgCII4apr/fZqnjyaGHVBvLgrddadgE2MxJ2SGz5qO+H4rrVNvYO9Q fps/VAYEkY/WDKAQTmXPQp3svP969MuIqcwDyhH1AJR8yNXJe0qCnzB5G 3+YQPXXOoD9Z0NBfwEHThbjentinm08BI/EtCmwohZhGjthoBnvpZqfAB g==; X-CSE-ConnectionGUID: sV4LsrpRTQuafps7Acv1OQ== X-CSE-MsgGUID: kqzRD9iiQIaTyeVutnwi/g== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217414109" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217414109" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:52 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 03ADD8204D6 for ; Thu, 30 Apr 2026 10:50:52 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id B0E8C92674F for ; Thu, 30 Apr 2026 10:50:51 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 518DC1801130; Thu, 30 Apr 2026 10:50:49 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 52/64] python3-tzdata: upgrade 2026.1 -> 2026.2 Date: Thu, 30 Apr 2026 18:49:11 +0800 Message-ID: <20260430104924.1106-52-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126722 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-tzdata_2026.1.bb => python3-tzdata_2026.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tzdata_2026.1.bb => python3-tzdata_2026.2.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2026.1.bb b/meta-python/recipes-devtools/python/python3-tzdata_2026.2.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-tzdata_2026.1.bb rename to meta-python/recipes-devtools/python/python3-tzdata_2026.2.bb index 9a66460e76..0a94aa59ff 100644 --- a/meta-python/recipes-devtools/python/python3-tzdata_2026.1.bb +++ b/meta-python/recipes-devtools/python/python3-tzdata_2026.2.bb @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fca9fd5c15a28eb874ba38577a585d48 \ file://licenses/LICENSE_APACHE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "67658a1903c75917309e753fdc349ac0efd8c27db7a0cb406a25be4840f87f98" +SRC_URI[sha256sum] = "9173fde7d80d9018e02a662e168e5a2d04f87c41ea174b139fbef642eda62d10" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Thu Apr 30 10:49:12 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87248 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B076CD13DE for ; Thu, 30 Apr 2026 10:51:03 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17468.1777546255145746602 for ; Thu, 30 Apr 2026 03:50:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Sk9vjjRJ; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546255; x=1809082255; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xLptGg50pZeIfArvaJZVgKMjI5U8u5TWDkFgYqLX0F8=; b=Sk9vjjRJuQWmnosLbaliYmcFZglQFvkE5G/Eslk7jFG9juv1T0fqaYl/ gFg93FeETT6nNL8LgxhkYPhIUhurPwaqsRJVo+LF1JNxw9p3Y3VukDs5+ 70fDRdrCSXWvGg/vhSTn1RHLFRciPcQsDbxP4EQR3PWe0MgnyYZQsGJF2 TxjrePYExOBdPOveKhbCsmxDdztJyXlIDVtU5DIexAMuDFRIrcBDNwZu5 uHCwizELH8Iu835M/3J2tO811+Q0SuQAl5Gy/a+BVw9lD/HgWw1m/0J7F QDq7+j+HeqkRyRncPQZLa6+afDUDsGNsdKVsNVYQfCRhGHn8sUeTtFBiP Q==; X-CSE-ConnectionGUID: g04V8/DbSYOh7zrUmR5buQ== X-CSE-MsgGUID: 4+YZbs7RQ6+k7eCh6nIdbw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552750" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552750" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:53 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 98C60C00091 for ; Thu, 30 Apr 2026 10:50:53 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 5366A8D65E9 for ; Thu, 30 Apr 2026 10:50:53 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id E8C9E1801137; Thu, 30 Apr 2026 10:50:50 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 53/64] python3-virtualenv: upgrade 21.2.1 -> 21.3.0 Date: Thu, 30 Apr 2026 18:49:12 +0800 Message-ID: <20260430104924.1106-53-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126723 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-virtualenv_21.2.1.bb => python3-virtualenv_21.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-virtualenv_21.2.1.bb => python3-virtualenv_21.3.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_21.2.1.bb b/meta-python/recipes-devtools/python/python3-virtualenv_21.3.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-virtualenv_21.2.1.bb rename to meta-python/recipes-devtools/python/python3-virtualenv_21.3.0.bb index 3ff03e43c7..492d1ff731 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_21.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_21.3.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" -SRC_URI[sha256sum] = "b66ffe81301766c0d5e2208fc3576652c59d44e7b731fc5f5ed701c9b537fa78" +SRC_URI[sha256sum] = "733750db978ec95c2d8eb4feadaa57091002bce404cb39ba69899cf7bd28944e" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling From patchwork Thu Apr 30 10:49:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87250 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E4FFCD13DF for ; Thu, 30 Apr 2026 10:51:03 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17468.1777546255145746602 for ; Thu, 30 Apr 2026 03:50:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=JA5HrDEy; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546256; x=1809082256; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ijOzf/gJORZ9SK2Fk4qYMgjyyWPYmZa9D8FAjTK8ViQ=; b=JA5HrDEynLKMzDO2RZUoj8/mUa7XbASBJ+o0p4L0pLhLD3zzoj/bNN3G 7YrV2L7/45hWUhHwv/2hOtrv6WkEjFN+fKEfzVOl2vAnQ+Wn5SpNQBjWZ 7FSSVdXHKkPOI4h3JT7LbYXymlEdIgF8ztLrBJOHo5AM6RnrAbIEo+p23 RwcIgBvkxnaV5eXMUNJPAo/K7rEEyznOHv90CI0jXS5wivrE/NG/TlAUF 1PUUMkypWz4H90eFujaPkmGm8MqbdfVp2dtNPPZyKKgac0wduCH9u7vtD h9CsHqs2jF1SHLsMpvowsl8NqSniuMrlpNnyTyFUsEMGa/FArBXBv7+we g==; X-CSE-ConnectionGUID: IKtxLJZETGq45Tp6jkJniA== X-CSE-MsgGUID: tVVq/sfHSKeZFcxAcTISMw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552751" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552751" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:55 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 36C36C00091 for ; Thu, 30 Apr 2026 10:50:55 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id E4A28C0075C for ; Thu, 30 Apr 2026 10:50:54 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 8B036180113C; Thu, 30 Apr 2026 10:50:52 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 54/64] python3-xxhash: upgrade 3.6.0 -> 3.7.0 Date: Thu, 30 Apr 2026 18:49:13 +0800 Message-ID: <20260430104924.1106-54-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126724 From: Wang Mingyu Changelog: ========== - Drop support for Python 3.7 - Build armv7l manylinux/musllinux wheels - Build riscv64 manylinux/musllinux wheels - Build android and ios wheels Signed-off-by: Wang Mingyu --- .../python/{python3-xxhash_3.6.0.bb => python3-xxhash_3.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xxhash_3.6.0.bb => python3-xxhash_3.7.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-xxhash_3.6.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_3.7.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-xxhash_3.6.0.bb rename to meta-python/recipes-devtools/python/python3-xxhash_3.7.0.bb index c62595c4d1..57755cce74 100644 --- a/meta-python/recipes-devtools/python/python3-xxhash_3.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-xxhash_3.7.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=82f3295151c5e61043a4a201c031a5ee" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "f0162a78b13a0d7617b2845b90c763339d1f1d82bb04a4b07f4ab535cc5e05d6" +SRC_URI[sha256sum] = "6cc4eefbb542a5d6ffd6d70ea9c502957c925e800f998c5630ecc809d6702bae" SRC_URI += " \ file://run-ptest \ From patchwork Thu Apr 30 10:49:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87247 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E174CD13DA for ; Thu, 30 Apr 2026 10:51:03 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17255.1777546258491554769 for ; Thu, 30 Apr 2026 03:50:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=e+iVpmwU; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546257; x=1809082257; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iv5/m3NM+6hL5KbfkbXGzgQermXQJ+A3GKPcT+sxYow=; b=e+iVpmwUXhAPtjofWZLKCrQyZ1XucG4XHyajan2gZxDgAAdIi3+5/bmz sO0z7rSej0x9MNGx6P2nkXVeUhLf70xzgfu5JH3Lo//tqrns1i4KC8yhR GolT++5AgQ0G8wmbcawY7pXHWJKAVi6FhDBdgDVbccHhxR0qP6vdSQx2w ywRErw52VFC6xiNCzZpkdl1nTEVquWBe4XTlFdLsCRh+bsws9bu0YhkGQ cnn3j6NmLH51W4AffINY83KAR9DVgzVzprbiNLqwPMks+N7/hQyqW5aft 2IA7vMUBLNjYzSMXPbgfYdm5sZpwsPqFJYlU8BPTwRy9kz67ZwqC3WVLm w==; X-CSE-ConnectionGUID: 5yA2m02zR8SgR/f3FKdmbQ== X-CSE-MsgGUID: a7vTXs1dTViNrtoGCqc/zw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636989" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636989" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:56 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 1A0BB426E for ; Thu, 30 Apr 2026 10:50:57 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id B400C1800E9E for ; Thu, 30 Apr 2026 10:50:56 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 2CF54180113E; Thu, 30 Apr 2026 10:50:53 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 55/64] python3-zopeinterface: upgrade 8.3 -> 8.4 Date: Thu, 30 Apr 2026 18:49:14 +0800 Message-ID: <20260430104924.1106-55-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126725 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-zopeinterface_8.3.bb => python3-zopeinterface_8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zopeinterface_8.3.bb => python3-zopeinterface_8.4.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.3.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-zopeinterface_8.3.bb rename to meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb index 2dc586a3ab..51169e04f7 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_8.3.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb @@ -6,7 +6,7 @@ PYPI_PACKAGE = "zope_interface" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "e1a9de7d0b5b5c249a73b91aebf4598ce05e334303af6aa94865893283e9ff10" +SRC_URI[sha256sum] = "9dbee7925a23aa6349738892c911019d4095a96cff487b743482073ecbc174a8" PACKAGES =. "${PN}-test " RPROVIDES:${PN} += "zope-interfaces" From patchwork Thu Apr 30 10:49:15 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87249 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B906FF8875 for ; Thu, 30 Apr 2026 10:51:03 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17255.1777546258491554769 for ; Thu, 30 Apr 2026 03:50:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eJCBCrbD; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546258; x=1809082258; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6vvsvEafkAxDviFzT1uAU87mY7k6Q0Ozl+pu66njzmE=; b=eJCBCrbDk3lEV/rMavEGLn4RLs/8d37LeiGiKZXLIGQbM+vNg3kz5S9y kAWKK2c1hbB9OJoQMcW7anfSpgacRN5SQieob/2cuLx4Nc4sGwxInGil/ oBXO2zgQzzUmU1SqChZikoqlUo90z9vRQMNv4lHGlfS77UamDpcmlWFkE XkEf10BC8DD1noe2FrLen/es/vfD8qrciSxFdtF25liIZ68MxQLF8uyQj 5hvvDTCs23pnggFe0gDqa/WhEmj1RekSmLmq9H/JhotLNmxulxa2okfC8 3D0S5ieUc8uoMO359hFmYU64N5+LPm5BqpzDU5tsuc4KrjWRrtrIXsx4z g==; X-CSE-ConnectionGUID: aYc6JE/RSaeN27QI6Ik0Fw== X-CSE-MsgGUID: rKMVZuvDQaup1xX0bJlGwA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636990" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636990" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:50:57 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 7AC1F1C1C701 for ; Thu, 30 Apr 2026 10:50:58 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 35C4414003DA for ; Thu, 30 Apr 2026 10:50:58 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id C78B81801130; Thu, 30 Apr 2026 10:50:55 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 56/64] rtorrent: upgrade 0.16.9 -> 0.16.10 Date: Thu, 30 Apr 2026 18:49:15 +0800 Message-ID: <20260430104924.1106-56-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126726 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../rtorrent/{rtorrent_0.16.9.bb => rtorrent_0.16.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/rtorrent/{rtorrent_0.16.9.bb => rtorrent_0.16.10.bb} (89%) diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.9.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.10.bb similarity index 89% rename from meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.9.bb rename to meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.10.bb index 7ce38e9597..36ef5a623e 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.9.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.10.bb @@ -7,7 +7,7 @@ DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurse SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}" -SRCREV = "b78fd9aef5d0060fe7bd8447cace38606e03f41c" +SRCREV = "b5a606649a4800deb44c31d3ad74d01b4c5ca37a" inherit autotools pkgconfig From patchwork Thu Apr 30 10:49:16 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87246 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0ECADCCFA13 for ; Thu, 30 Apr 2026 10:51:03 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17471.1777546261645951050 for ; Thu, 30 Apr 2026 03:51:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kw86sxBJ; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546261; x=1809082261; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nr9Vq+pycL3s1STB11Jv6PAHAnW+sVyiIf4CIRzfp7I=; b=kw86sxBJ0pgBd8T9PvujAsaG24wikF4tskWysxQYfRfh72eFhqiIe6ar e35GeyCvmnXwvswCBEqEF0oCp8+B4CKmeJVFOqnt50t0qV3waLkqdlLZx C6j+VnHeY5QnALcot62Qt0D+pJjXHTGiulyXxd3UleGuIzdYlnG3WymP9 d6q/S+aaxDWthgYjjQyuTRxmDC4x7vTWBquOuqHRcqcrUEgn7vuBR0RxW WOHXq+8I+nX/wey4+K4t9UcIiap7ugEtSFusOw/Op1QYp1SQdnh/cwZv+ JWDwikIAD+FxI4isCAJpq7cHdIEbehCZUB9AN8Koa6pcmG8ip64UP37TP w==; X-CSE-ConnectionGUID: RzmActTmRPatgvbi0PNQ3w== X-CSE-MsgGUID: B0BreDMURU26uC8UJyLqRw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="243116273" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="243116273" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:51:00 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 41FA81C00093 for ; Thu, 30 Apr 2026 10:51:00 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id E5754C00D59 for ; Thu, 30 Apr 2026 10:50:59 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6D8CE180113C; Thu, 30 Apr 2026 10:50:57 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 57/64] spectre-meltdown-checker: upgrade 26.26.0404682 -> 26.33.0420460 Date: Thu, 30 Apr 2026 18:49:16 +0800 Message-ID: <20260430104924.1106-57-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126727 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ....26.0404682.bb => spectre-meltdown-checker_26.33.0420460.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-security/spectre-meltdown-checker/{spectre-meltdown-checker_26.26.0404682.bb => spectre-meltdown-checker_26.33.0420460.bb} (95%) diff --git a/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_26.26.0404682.bb b/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_26.33.0420460.bb similarity index 95% rename from meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_26.26.0404682.bb rename to meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_26.33.0420460.bb index 454e702e66..a86869e752 100644 --- a/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_26.26.0404682.bb +++ b/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_26.33.0420460.bb @@ -9,7 +9,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://spectre-meltdown-checker.sh;beginline=2;endline=2;md5=3ae5399e70af7be9b93f72568069e2f4" SRC_URI = "git://github.com/speed47/spectre-meltdown-checker;protocol=https;branch=master;tag=v${PV}" -SRCREV = "8a6f9d5d638c601d2a875669015a6cb217e40f49" +SRCREV = "1c067add59115190e8d87313ff5899b29bff0ff3" # binutils: readelf,objdump might be used for deeper analysis # coreutils: dd with iflag=skip_bytes oflag=seek_bytes in some cases From patchwork Thu Apr 30 10:49:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87257 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0AC3CD13D2 for ; Thu, 30 Apr 2026 10:51:13 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17473.1777546263122939452 for ; Thu, 30 Apr 2026 03:51:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Rn5OVOn4; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546262; x=1809082262; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=0hriw1PezWla5Izcv/5gGLLcdU5SuGQQmu02EJB30PI=; b=Rn5OVOn4X8BpTjoWBkflh1OPY6qKLC2ffd2in8IpnJZ4Wh/JrpGn5/Y3 EP6qXoBnpSmXAWHf61PyPboosEw4U7WTiUMyFy2hvIKSgWSX85DVXSCKI dbQ4JE3uhCEIdZl6NxKWU9xZdC3lrvcIHbQBwSBz6JsJZT/ynv9Beiswi YmVOq7a+3cKy/Jqs3Sg2YHCRnONWXVukEH/2QkCP/t+jFae2bHIguFID4 VcWdaKL6wDtqqEYepDxD9cMFHL/QD310t/Yc10RfUnt9s15atvhJV4GUu 23tRN7z1efdFJQ+DOigg0VGnMLmFBsmJqB/iFPY3aHsDHgoYHSbxw/jY1 Q==; X-CSE-ConnectionGUID: C6qK1r6lScevSf3Xcl9Dbw== X-CSE-MsgGUID: urNR5GVSSbWbUK9TY0Q+vQ== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="217636992" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="217636992" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:51:01 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id A68698203CA for ; Thu, 30 Apr 2026 10:51:01 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 6020A14003F2 for ; Thu, 30 Apr 2026 10:51:01 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 08FFA1801130; Thu, 30 Apr 2026 10:50:58 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 58/64] strongswan: upgrade 6.0.5 -> 6.0.6 Date: Thu, 30 Apr 2026 18:49:17 +0800 Message-ID: <20260430104924.1106-58-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126728 From: Wang Mingyu Changelog: =========== - CVE-2026-35328 - Fixed a vulnerability in libtls related to the processing of the supported_versions extension in TLS that can result in an infinite loop. - CVE-2026-35329 - Fixed a vulnerability in libstrongswan and the pkcs7 plugin related to the processing of encrypted PKCS#7 containers that can result in a crash. - CVE-2026-35330 - Fixed a vulnerability in in libsimaka related to the processing of certain EAP-SIM/AKA attributes that can result in an infinite loop or a heap-based buffer overflow and potentially remote code execution. - CVE-2026-35331 - Fixed a vulnerability in the constraints plugin related to the processing of X.509 name constraints that can allow authentication with certificates that violate the constraints. - CVE-2026-35332 - Fixed a vulnerability in libtls related to the processing of ECDH public values in TLS < 1.3 that can result in a crash. - CVE-2026-35333 - Fixed a vulnerability in libradius related to the processing of RADIUS attributes that can result in an infinite loop or an out-of-bounds read that may cause a crash. - CVE-2026-35334 - Fixed a vulnerability in the gmp plugin related to RSA decryption that can result in a crash. - Made the Botan RNG types used/provided by the botan plugin configurable. - The fix for the vulnerability in the constraints plugin now causes all certificates that contain excluded name constraints of type directoryName (DN) to get rejected. Signed-off-by: Wang Mingyu --- .../strongswan/{strongswan_6.0.5.bb => strongswan_6.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/strongswan/{strongswan_6.0.5.bb => strongswan_6.0.6.bb} (99%) diff --git a/meta-networking/recipes-support/strongswan/strongswan_6.0.5.bb b/meta-networking/recipes-support/strongswan/strongswan_6.0.6.bb similarity index 99% rename from meta-networking/recipes-support/strongswan/strongswan_6.0.5.bb rename to meta-networking/recipes-support/strongswan/strongswan_6.0.6.bb index 405080070c..daa6552899 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_6.0.5.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_6.0.6.bb @@ -10,7 +10,7 @@ DEPENDS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', ' tpm2-tss', SRC_URI = "https://download.strongswan.org/strongswan-${PV}.tar.bz2" -SRC_URI[sha256sum] = "437460893655d6cfbc2def79d2da548cb5175b865520c507201ab2ec2e7895d9" +SRC_URI[sha256sum] = "07df7cedae56a7f3bb07e66d21a1f9f87e961db70e99184e11d3819413e4f87c" UPSTREAM_CHECK_REGEX = "strongswan-(?P\d+(\.\d+)+)\.tar" From patchwork Thu Apr 30 10:49:18 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87251 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C77CCCFA13 for ; Thu, 30 Apr 2026 10:51:13 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17471.1777546261645951050 for ; Thu, 30 Apr 2026 03:51:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=J9ywfTL4; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546264; x=1809082264; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=M40OoF4/iBvR4G8XjbL1O9/ArAjizYwRHs/eVewkyi8=; b=J9ywfTL4u+uhG1x/VVZkVAEV3GbtJf6R2FT8wfsZZVVcSEp7oaQpbHV9 Sti7qHuvt70hjWW9X0Qi1hGsiWWid9L79Q2rxOEhb4AFhnKHVeszSHAwc KmFWLkZ+quA6V0AeuF7UD6eynXahkBvSinsAOrb53JI0RIsq8L2HUaZy/ ClnR49nSmJPrYVCo72mQxGFSfK1fW6Bdkiie6j6ukL1jAyuVZDJMqZPuV vew6dO3rATH7t1H5uCtOCTrGqWWW2V4iSuZpVQ2gu1QTGdI8v057bieRU MYw4DHblCdvdL1KNCKF48WEekCGX6yhGSrD0iSWBb+Bhn+bBv/bnvFQbr w==; X-CSE-ConnectionGUID: BRs6BaDOTAq9UYclpTohCg== X-CSE-MsgGUID: VGQNSDXmThyNSA6UkDwXZA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="243116278" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="243116278" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:51:03 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 7DDE51C000D7 for ; Thu, 30 Apr 2026 10:51:03 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 25E411000092 for ; Thu, 30 Apr 2026 10:51:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 96468180113C; Thu, 30 Apr 2026 10:51:00 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-webserver] [PATCH 59/64] swagger-ui: upgrade 5.32.2 -> 5.32.5 Date: Thu, 30 Apr 2026 18:49:18 +0800 Message-ID: <20260430104924.1106-59-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126729 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../swagger-ui/{swagger-ui_5.32.2.bb => swagger-ui_5.32.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-devtools/swagger-ui/{swagger-ui_5.32.2.bb => swagger-ui_5.32.5.bb} (94%) diff --git a/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.32.2.bb b/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.32.5.bb similarity index 94% rename from meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.32.2.bb rename to meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.32.5.bb index 7684b1dccc..d494f0ffd6 100644 --- a/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.32.2.bb +++ b/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.32.5.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://github.com/swagger-api/swagger-ui;branch=master;protocol=https;tag=v${PV}" -SRCREV = "d02a2df106961d8cb6bceb6b4b3aa8d9f6faaf4a" +SRCREV = "dcb493cdbf58fa885047513bd176a644f92c4955" CVE_STATUS[CVE-2016-1000229] = "fixed-version: fixed since 2.2.1" From patchwork Thu Apr 30 10:49:19 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87253 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8D51CD13DE for ; Thu, 30 Apr 2026 10:51:13 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17475.1777546266332523961 for ; Thu, 30 Apr 2026 03:51:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=D7UyqFet; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546266; x=1809082266; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5sQtzW4YpHrMXbGmQ4Daw1TeRkL8nKWOG2P4UPhLw9g=; b=D7UyqFetccdQJxwx1UHh9PBpXWo0aoerrzwITCwdFbXJ1dj9y4fi3Slf 6cQILCMnAoWGDNRB9BH8blh9s40Om39IXdpXx/3/QKVXoVjdwciYDMxcc 8PPWq22O4/GO+QulbadCpnnci1MAtjlf8fvvE3tG+7mc0xuDZEv3ik4Rr W9rLiHhAsUsvQn58lVes0s7Q27UWZPoxDCpOdIgAymzU801lwtZ9C0715 pDFDqJ+90edXwKpHJt/+BNNrKsUDLjb8Z4MB48CXVKoeLJtYntK/pF2oG AGnIRMHp8KliAhfgRFZ1jgokOhQWY2Dzim2FCw+3XtARHEjDgbh86zpsJ Q==; X-CSE-ConnectionGUID: QHFuez5/T/ar/ly9KWWRWA== X-CSE-MsgGUID: Tz9gcQcaTeyEzsNqNKACyw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552762" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552762" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:51:05 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id C668F1C000D9 for ; Thu, 30 Apr 2026 10:51:04 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 6B59F1C00282 for ; Thu, 30 Apr 2026 10:51:04 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3861E1801130; Thu, 30 Apr 2026 10:51:01 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 60/64] tinysparql: upgrade 3.11.0 -> 3.11.1 Date: Thu, 30 Apr 2026 18:49:19 +0800 Message-ID: <20260430104924.1106-60-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126730 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../tracker/{tinysparql_3.11.0.bb => tinysparql_3.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/tracker/{tinysparql_3.11.0.bb => tinysparql_3.11.1.bb} (95%) diff --git a/meta-gnome/recipes-gnome/tracker/tinysparql_3.11.0.bb b/meta-gnome/recipes-gnome/tracker/tinysparql_3.11.1.bb similarity index 95% rename from meta-gnome/recipes-gnome/tracker/tinysparql_3.11.0.bb rename to meta-gnome/recipes-gnome/tracker/tinysparql_3.11.1.bb index 522cfb3d23..5ddc309293 100644 --- a/meta-gnome/recipes-gnome/tracker/tinysparql_3.11.0.bb +++ b/meta-gnome/recipes-gnome/tracker/tinysparql_3.11.1.bb @@ -20,7 +20,7 @@ inherit gettext gnomebase gobject-introspection vala gi-docgen bash-completion SRC_URI += "file://0001-fix-reproducibility.patch" SRC_URI += "file://0001-src-libtracker-sparql-meson.build-dont-create-compat.patch" -SRC_URI[archive.sha256sum] = "011e758a53f31112a8c45700fd6039ae55617f0dac70119d9eddafc03cf68fe5" +SRC_URI[archive.sha256sum] = "cfd46021ee1514ad435e714f7aa1ec7a787c7f516a94f4c7438897ee3d6eca1e" # text search is not an option anymore and requires sqlite3 build with # PACKAGECONFIG[fts5] set (default) From patchwork Thu Apr 30 10:49:20 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87256 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6779CD13DF for ; Thu, 30 Apr 2026 10:51:13 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17476.1777546267994460443 for ; Thu, 30 Apr 2026 03:51:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hYyk6Bql; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546268; x=1809082268; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Cqly2R35Vh0tvUcExCJ/xPdg3CxCsfOuS6Omb8OCrQQ=; b=hYyk6Bqlt4TGJQd42cxMNebiR7ckwJYjrsBvnaKtsrZdqW7f7DWr+RnY 9zGdKQwA+mQ4FLZy0dxrhYv9csdIM6tKIYp9eoWRUZHFwUMSSLd49Sk1d B/MJobuvzAL6Y5FO6s+WUhgkzuDVvJi3W20LQ0ZqOkm8sRv508RxV+KIa VosvklcsdCIkuKy1vN4VRG4rHkmRYZq1KxbSd3YrCNiMlERI2CJRI6yU7 akGC27HfonztiirjQCwkjHUvPTqMMh3I60lYF+W67tLD7dnZIgxgq8pt0 JGIGLGI5UjkQm3qVFql6DVlIMZVnMAWQHtxXZAWn4Gw9gSnlXumudtQiu A==; X-CSE-ConnectionGUID: NgOjOQszSN6AxHvUPvyMaA== X-CSE-MsgGUID: rcnI0fQxR3eBSfnvRBukpA== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="226540781" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="226540781" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:51:06 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 684821000142 for ; Thu, 30 Apr 2026 10:51:06 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 08DB71C00107 for ; Thu, 30 Apr 2026 10:51:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 86D2F1801137; Thu, 30 Apr 2026 10:51:03 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-initramfs] [PATCH 61/64] ubi-utils-klibc: upgrade 2.3.0 -> 2.3.1 Date: Thu, 30 Apr 2026 18:49:20 +0800 Message-ID: <20260430104924.1106-61-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126731 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch | 0 .../0001-make-Add-compiler-includes-in-cflags.patch | 0 .../0003-Makefile.am-only-build-ubi-utils.patch | 0 ...04-mtd-utils-common.h-no-features.h-for-klibc-builds.patch | 0 .../{ubi-utils-klibc_2.3.0.bb => ubi-utils-klibc_2.3.1.bb} | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename meta-initramfs/recipes-devtools/mtd/{ubi-utils-klibc-2.3.0 => ubi-utils-klibc-2.3.1}/0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch (100%) rename meta-initramfs/recipes-devtools/mtd/{ubi-utils-klibc-2.3.0 => ubi-utils-klibc-2.3.1}/0001-make-Add-compiler-includes-in-cflags.patch (100%) rename meta-initramfs/recipes-devtools/mtd/{ubi-utils-klibc-2.3.0 => ubi-utils-klibc-2.3.1}/0003-Makefile.am-only-build-ubi-utils.patch (100%) rename meta-initramfs/recipes-devtools/mtd/{ubi-utils-klibc-2.3.0 => ubi-utils-klibc-2.3.1}/0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch (100%) rename meta-initramfs/recipes-devtools/mtd/{ubi-utils-klibc_2.3.0.bb => ubi-utils-klibc_2.3.1.bb} (96%) diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.0/0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.1/0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch similarity index 100% rename from meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.0/0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch rename to meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.1/0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.0/0001-make-Add-compiler-includes-in-cflags.patch b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.1/0001-make-Add-compiler-includes-in-cflags.patch similarity index 100% rename from meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.0/0001-make-Add-compiler-includes-in-cflags.patch rename to meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.1/0001-make-Add-compiler-includes-in-cflags.patch diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.0/0003-Makefile.am-only-build-ubi-utils.patch b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.1/0003-Makefile.am-only-build-ubi-utils.patch similarity index 100% rename from meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.0/0003-Makefile.am-only-build-ubi-utils.patch rename to meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.1/0003-Makefile.am-only-build-ubi-utils.patch diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.0/0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.1/0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch similarity index 100% rename from meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.0/0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch rename to meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.3.1/0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.3.0.bb b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.3.1.bb similarity index 96% rename from meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.3.0.bb rename to meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.3.1.bb index 3fcda333c9..564463462e 100644 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.3.0.bb +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.3.1.bb @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ inherit autotools pkgconfig klibc -SRCREV = "4594fc1f4496a0ed55cabd31fbeba4e3fbf05602" -SRC_URI = "git://git.infraroot.at/mtd-utils.git;protocol=https;branch=master \ +SRCREV = "053ee1038e5dedae61a88cadfb7bdfe9894d8bb6" +SRC_URI = "git://git.infraroot.at/mtd-utils.git;protocol=https;branch=master;tag=v${PV} \ file://0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch \ file://0003-Makefile.am-only-build-ubi-utils.patch \ file://0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch \ From patchwork Thu Apr 30 10:49:21 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87254 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0873DCD3420 for ; Thu, 30 Apr 2026 10:51:14 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17259.1777546269482641712 for ; Thu, 30 Apr 2026 03:51:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nLTQOhA5; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546269; x=1809082269; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Jm1sClOdy7+zZ/k6ZR80kIBobUC1EzY7xV99BPtl7Yc=; b=nLTQOhA5PKatR/AcPR5K7JfDKOVVrWuh7bD3yvNr5+UsaOp717EVAnIV 0eQtN3nXDvInqFbhZTA9EFuTlxaBb3QAKll1wvynGp9iQGBjeS2R0rWUE V69cHuePonBg7H8TxXBRlH/inQd4Xf3ARB2d+U/2AXRHILxT5vDH4cSQY N71fEZSzRIvWeUcAAywvXFA00ER8QfGVoHztbJvyhAAElfyYTPtCWShZw i3akEMgCQbHtUrzt5O1Klpc6e5/URwkrDW1UmD/u1nT46WIxVo+mcTxPF tXGLrBu4W0H6C1wDnvDSIcBZrrpUmygHSvvcx5yif1s5S3D1ocdA+Ke6J A==; X-CSE-ConnectionGUID: qjssho52Q/KD+q19+9cKIw== X-CSE-MsgGUID: y4m4e9TaT063MBKQcpUDYw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238566140" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238566140" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:51:08 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 01AF51000146 for ; Thu, 30 Apr 2026 10:51:08 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id A850B1000092 for ; Thu, 30 Apr 2026 10:51:07 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 23F9F1801130; Thu, 30 Apr 2026 10:51:04 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 62/64] uriparser: upgrade 1.0.0 -> 1.0.1 Date: Thu, 30 Apr 2026 18:49:21 +0800 Message-ID: <20260430104924.1106-62-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126732 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../uriparser/{uriparser_1.0.0.bb => uriparser_1.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/uriparser/{uriparser_1.0.0.bb => uriparser_1.0.1.bb} (91%) diff --git a/meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb b/meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb similarity index 91% rename from meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb rename to meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb index b9c5100803..987c28744b 100644 --- a/meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb +++ b/meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://src/COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168 \ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz \ file://run-ptest" -SRC_URI[sha256sum] = "291f25264a5c025005b1bc39de3c029e6a6ca0a8d6cfa5e61cb5b03702c0884d" +SRC_URI[sha256sum] = "5a3b7c491a1e9033d86b9c00a947bafc46407187938578daf799a4155cb7c88a" inherit cmake github-releases ptest From patchwork Thu Apr 30 10:49:22 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87255 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9690CD13DA for ; Thu, 30 Apr 2026 10:51:13 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17475.1777546266332523961 for ; Thu, 30 Apr 2026 03:51:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=BzZpiWtE; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546270; x=1809082270; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dQgtXLAQNOdVis1U+xZ2+9ua0sbUwWk2SBeAL6cADFk=; b=BzZpiWtEnRiFsRvTpArCIhEcnzyxvhBzlA7cF4ZNsMOh7HBLffS7g/AU F8saVaNUzzIQ6hw1SbvyxmCSmAEQl3VOrnuRYd95A5KM0zzD4dKiez4sC XLywysMkB1MLLDTuIzP051zVuG5p7/PJmgKWv1aAklqu9lqI44BQnasXG XmJhjacAigXpHkXHCCa6tgfRC3Bt5s3Sk5GFDmEu+fhgV2qdAQ1J2Ou6d 6L54OHPkDmWXvmKfIHuvW+LEvDbFzRgQePLPA2KtahJZWKGekhcnDQrm4 h1341LNERcO5a7DO0CFWeNXqGsPTalAsGGJQtxkSGxh/s9+qjolPMcsH0 A==; X-CSE-ConnectionGUID: gQvVPBbIRxWFYs9O2Fk2fQ== X-CSE-MsgGUID: qND2Kx8zRkeM1ipv2GJiRw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552766" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552766" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:51:09 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 5EA17C0182D for ; Thu, 30 Apr 2026 10:51:09 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 19F198D65E9 for ; Thu, 30 Apr 2026 10:51:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id B94951801137; Thu, 30 Apr 2026 10:51:06 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 63/64] xbitmaps: upgrade 1.1.3 -> 1.1.4 Date: Thu, 30 Apr 2026 18:49:22 +0800 Message-ID: <20260430104924.1106-63-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126733 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb | 7 ------- meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.4.bb | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb create mode 100644 meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.4.bb diff --git a/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb deleted file mode 100644 index 5f49152972..0000000000 --- a/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb +++ /dev/null @@ -1,7 +0,0 @@ -require xorg-data-common.inc - -SUMMARY = "Common X11 Bitmaps" - -LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f" - -SRC_URI[sha256sum] = "ad6cad54887832a17d86c2ccfc5e52a1dfab090f8307b152c78b0e1529cd0f7a" diff --git a/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.4.bb b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.4.bb new file mode 100644 index 0000000000..3da81156a7 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.4.bb @@ -0,0 +1,7 @@ +require xorg-data-common.inc + +SUMMARY = "Common X11 Bitmaps" + +LIC_FILES_CHKSUM = "file://COPYING;md5=91d7417ea327b03bd865e34bb3b6bc0e" + +SRC_URI[sha256sum] = "895722f136e21e728c52f2d99fd2dae95018b9ddad1bac1f29d61bcd6593721d" From patchwork Thu Apr 30 10:49:23 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 87252 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B60FBFF8875 for ; Thu, 30 Apr 2026 10:51:13 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17475.1777546266332523961 for ; Thu, 30 Apr 2026 03:51:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bJ6uDHfw; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1777546271; x=1809082271; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=unxbNSAYbA/xg1eYqSSdZvArMmAGBC0biwB7aqyH8kI=; b=bJ6uDHfwITZTn1XFjGzQeWj70ImrhXqYqT4AbQZeYmbUSRrnWdMlx/vt +8XoMeyTWS88zVFOt2Wl3ddCenOxNwrxXNV+m7oZMXZa5gteyWEhGmHsQ tWPpMTIOywjHI7rkx883grj6/D0weFJ4ieRztd2/jALbXBiHSKCZ37JIa iJ2RcMjWfkkhP8hxaFmJJFk8xNR+f5mI1TQ5hZFGFG6szbx+3mpZWIx78 xp8Jh7zETzBXg4r7pI0HfQXS8wfKEscS1nwulF4FT4UopvrK1DZIBXl9A Xz4ZcQlKuqotAbBM8V9nhLy8RZPmXXwdwgz/Las+fll6kpAftLiO2Etl/ A==; X-CSE-ConnectionGUID: MRCqL2DRRnal6fvjgwGI5w== X-CSE-MsgGUID: QzDxc6+YSSGtMeKNHKJWOw== X-IronPort-AV: E=McAfee;i="6800,10657,11771"; a="238552772" X-IronPort-AV: E=Sophos;i="6.23,207,1770562800"; d="scan'208";a="238552772" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2026 19:51:11 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 0A596C01836 for ; Thu, 30 Apr 2026 10:51:11 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id B4B788D65E9 for ; Thu, 30 Apr 2026 10:51:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 55F21180113E; Thu, 30 Apr 2026 10:51:08 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 64/64] xterm: upgrade 408 -> 409 Date: Thu, 30 Apr 2026 18:49:23 +0800 Message-ID: <20260430104924.1106-64-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260430104924.1106-1-wangmy@fujitsu.com> References: <20260430104924.1106-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 Apr 2026 10:51:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126734 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-graphics/xorg-app/{xterm_408.bb => xterm_409.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xterm_408.bb => xterm_409.bb} (95%) diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_408.bb b/meta-oe/recipes-graphics/xorg-app/xterm_409.bb similarity index 95% rename from meta-oe/recipes-graphics/xorg-app/xterm_408.bb rename to meta-oe/recipes-graphics/xorg-app/xterm_409.bb index 0f76bc1209..d013a73ab4 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_408.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_409.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=413ff95100710d7a81 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ file://0001-include-missing-pty.h-header-for-openpty.patch \ " -SRC_URI[sha256sum] = "27dc9e770885f98fbd0b5b40bcda959dc11ec9ba21f0a33b12aafffcc7f9b813" +SRC_URI[sha256sum] = "349dc755c49299ca4b8e3a90f7201dff41877a1e6ac16129e439d76493246c40" PACKAGECONFIG ?= "" PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"