From patchwork Tue Apr 14 10:38: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: 85974 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 00CAEED7B9F for ; Tue, 14 Apr 2026 10:38:59 +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.15838.1776163133350051810 for ; Tue, 14 Apr 2026 03:38:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jNJWoADF; 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=1776163134; x=1807699134; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=mFU6sE0flYiEyEsm4DD6BdjGGgeDDfuwikeyq8aXgJU=; b=jNJWoADFz3FxtfQD62tNGFKFbFPS3E2Zg1TIyLq4pMO3Kfk32ma6610U RRig1fbGXYKi1c+QQ/9JMg1dpGBE5Z1VPuPvKz4Bmp2Ud31KYOK8HxZNc a1E7KgIKogQSOhUViboB1Swct8snGuMyNgyD84eCJQ246JziEonAVvc7e qnhycsQoYgdK7mLgGlp8LBnK3QxF08g0OFWyRNGt/rSCiKsShn/Mh8fM9 mAjyVqRCRkB+FwJeom5h3Kw4qZXEye+FIASqwrKbCd8hhXwXwhdHJoHTg rTqxIyXUV97m28JpFmRuMV928NtfaES4IdAWFw0277qepOhKvhdzwEf7O Q==; X-CSE-ConnectionGUID: XJR6VqdDQ3aKie13qdVCxQ== X-CSE-MsgGUID: 8NDAAwwdSr2SkqNlnNAX8w== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236866976" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236866976" 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; 14 Apr 2026 19:38: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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 84B7E21D6 for ; Tue, 14 Apr 2026 10:38:51 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 355C81800085 for ; Tue, 14 Apr 2026 10:38:51 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 95D1314001CD; Tue, 14 Apr 2026 10:38:48 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 01/32] atftp: upgrade 0.8.0 -> 0.8.1 Date: Tue, 14 Apr 2026 18:38:14 +0800 Message-ID: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:38:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126305 From: Wang Mingyu License-Update: update LICENSE from https://www.gnu.org/licenses/ Changelog: ============= - merge README* to single README.md - Merge pull request #2 from feckert/pr/20250902-build-fixes - Fix fortify abort when LTO is enabled - Fix uninitialized buffer data. - Enable listening on IPv6 - test.sh: redirect stderr to /dev/null when counting lines - Declare variable D as local in stop_and_clean - Fix pthread_t format warning for fprintf - Fix incompatible-pointer-types for pcre2_substring_list_free Signed-off-by: Wang Mingyu --- .../recipes-daemons/atftp/{atftp_0.8.0.bb => atftp_0.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-daemons/atftp/{atftp_0.8.0.bb => atftp_0.8.1.bb} (91%) diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb b/meta-networking/recipes-daemons/atftp/atftp_0.8.1.bb similarity index 91% rename from meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb rename to meta-networking/recipes-daemons/atftp/atftp_0.8.1.bb index 9db0aebccb..ecd55684f5 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_0.8.1.bb @@ -2,9 +2,9 @@ SUMMARY = "Advanced TFTP server and client" SECTION = "net" HOMEPAGE = "http://packages.debian.org/atftp" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f65159f73e603f89d6867d43191900e5" +LIC_FILES_CHKSUM = "file://LICENSE;md5=570a9b3749dd0463a1778803b12a6dce" -SRCREV = "d5c27eb7a9695d83569767e27ef69674173db39a" +SRCREV = "7238b7b6753157d0c4ad739df3d87a958f78d70b" SRC_URI = "git://git.code.sf.net/p/atftp/code;branch=master;protocol=https \ file://atftpd.init \ From patchwork Tue Apr 14 10:38: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: 85975 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 F3FC2ED7BA0 for ; Tue, 14 Apr 2026 10:39:18 +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.15846.1776163155299889933 for ; Tue, 14 Apr 2026 03:39:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nYm5Z0S5; 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=1776163156; x=1807699156; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=D0zXWvTWudHz30S93teaGNZxI+W1/WdsmLiITGxB1xs=; b=nYm5Z0S51waYWdC14K556+o/MrRb/NA/yGWxqOZ02JtcM305YrGV9GsY lpX0pGmri/JBgzELHua7q0SitSSPbzk+KytZE80KSltiVQeruWfr5ewIk FgmSJ+ZohZzuYDx65WwfZVszNCKX8TGl43nodXzL5AfzypjsRPek2hQQg tnEAvX/QdDqQVja663t47RoTPAhQF4suy6z1o+eLSCkdmBQ53iBPGXRpI DenXkOpImCOKhw28A3Y6A/6E7CTCs1zvOo1kevxyj0q5J5FuefDomLnPW wyMQwhExs/btsuD+kcvNHTKzDiBoDRxU2bPfJXyXjlYLh5inB6xAyIdX+ Q==; X-CSE-ConnectionGUID: AHtpWTrRSn2JYuIdyvUsLA== X-CSE-MsgGUID: 51GSIb6iTVaKLmnTntXVCA== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236364843" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236364843" 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; 14 Apr 2026 19:39:14 +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 AC2B31002BA9 for ; Tue, 14 Apr 2026 10:39:13 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 609188D65DB for ; Tue, 14 Apr 2026 10:39:13 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id A0E1114001D2; Tue, 14 Apr 2026 10:39:10 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/32] b4: upgrade 0.15.1 -> 0.15.2 Date: Tue, 14 Apr 2026 18:38:15 +0800 Message-ID: <20260414103845.1728-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:39:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126306 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/b4/{b4_0.15.1.bb => b4_0.15.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/b4/{b4_0.15.1.bb => b4_0.15.2.bb} (79%) diff --git a/meta-oe/recipes-devtools/b4/b4_0.15.1.bb b/meta-oe/recipes-devtools/b4/b4_0.15.2.bb similarity index 79% rename from meta-oe/recipes-devtools/b4/b4_0.15.1.bb rename to meta-oe/recipes-devtools/b4/b4_0.15.2.bb index beb8dcbd27..002f6ccfeb 100644 --- a/meta-oe/recipes-devtools/b4/b4_0.15.1.bb +++ b/meta-oe/recipes-devtools/b4/b4_0.15.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" inherit pypi python_pep517 python_setuptools_build_meta -SRC_URI[sha256sum] = "e48c44bb579fadabb1fc3f15bf1874afd721bc1a63fba10c96f568bc1f47ccb3" +SRC_URI[sha256sum] = "b815f2aed2288718cfe2a14c76421a00bc4f0918ea32b45dd1645c999fdda69d" RDEPENDS:${PN} += " \ python3-mailbox \ From patchwork Tue Apr 14 10:38: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: 85976 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 02358ED7B9A for ; Tue, 14 Apr 2026 10:39:29 +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.15848.1776163159987250872 for ; Tue, 14 Apr 2026 03:39:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=H3cvmIDg; 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=1776163161; x=1807699161; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=egfanh1UEXWLEWyX1+vAllSzREwrrXbwaJ9WoCSeiR0=; b=H3cvmIDg+E5eI9QemY+8kPYdwohdqSNRushIS0o9JLmIxYS2PpU014ws LpE5STvJ4gkRUjJMBrEslgrJKB8LdSSJ291Tin4QQ87IWh36g2jmR4zbD I9wYis33wQAykKzV4dCKfU1vw3+YrhxE9fL4w3IkDKGKrtK4Z3KPIoZCw tSm4BidryE/dQGsVRBEfICEEP0PTbmb5qRy50pE+gV5BUYPJXkGsEHNuX rybc22sZaOIh9zoKUaj58UaxesPMurJvv66cgHX10ldKfjKovLoVXFDER wKT6aEpKsrr3cS+uJz4ZtmUerEvuGnfhUzRcZoLdrNSfM7Lasex+4gNcZ Q==; X-CSE-ConnectionGUID: Q7hQ8lBBQPe1/wEuUBeSfA== X-CSE-MsgGUID: qgBy9ttGRn63h+sENcEqFw== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236851607" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236851607" 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; 14 Apr 2026 19:39:19 +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 3A45F1C1C71D for ; Tue, 14 Apr 2026 10:39:18 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id E86318D65F4 for ; Tue, 14 Apr 2026 10:39:17 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 6FF5414000EC; Tue, 14 Apr 2026 10:39:15 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 03/32] babl: upgrade 0.1.124 -> 0.1.126 Date: Tue, 14 Apr 2026 18:38:16 +0800 Message-ID: <20260414103845.1728-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:39:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126307 From: Wang Mingyu It is now possible to build with MSVC. Signed-off-by: Wang Mingyu --- .../recipes-gimp/babl/{babl_0.1.124.bb => babl_0.1.126.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gimp/babl/{babl_0.1.124.bb => babl_0.1.126.bb} (84%) diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.124.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.126.bb similarity index 84% rename from meta-gnome/recipes-gimp/babl/babl_0.1.124.bb rename to meta-gnome/recipes-gimp/babl/babl_0.1.126.bb index b1e9d96b79..10e2c482a5 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.124.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.126.bb @@ -10,7 +10,7 @@ inherit setuptools3 gnomebase gobject-introspection vala DEPENDS += "lcms" SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" -SRC_URI[sha256sum] = "1b0d544ab6f409f2b1b5f677226272d1e8c6d373f2f453ee870bfc7e5dd4f1b1" +SRC_URI[sha256sum] = "3f090f4b2a61fecf7c8dc60a5804bbc77cefd8d778af2ded059f0e367a52930e" FILES:${PN} += "${libdir}/${BPN}-${@gnome_verdir("${PV}")}" From patchwork Tue Apr 14 10:38: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: 85978 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 140CCED7BA5 for ; Tue, 14 Apr 2026 10:39: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.msgproc02-g2.15965.1776163163067952168 for ; Tue, 14 Apr 2026 03:39:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jDrDlCU7; 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=1776163161; x=1807699161; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=AmXrpBBXHvUjVbHFnkvlnOwJXOSZTUEYGncuam782r8=; b=jDrDlCU7APbpi9uYEFDie6nfGykhR1a/v+n3G5+HUVOP+wcjHUu5Db0l RJFXzuGSkk4szosfMiW9Ijy4SOnGUUZpmySzwiMqNNSUWdNGjaNv4pWM5 wAzWpmVX/F4wRg/3d3sxHt5L3ZBmFHcFPj9M83Hg64YvdwDaB3E/GTodO dCV73cqkL6ZeQSZ6lIKo9QfpomLHkcgVUEtfzVa2ICmC1yNg/ikV83a5G aQHth0m1Czi22u8u12psNbhxwVxDMzp7VPuQDoILRTQg47XRsU2tAOZHe ujBYKbDFNFMmo/YowZBQ3MY++mmXh7wHKx1x40mo01n4pKH1iYzgQNz4S Q==; X-CSE-ConnectionGUID: kULselVxSjOM66X2NHTyCA== X-CSE-MsgGUID: rrBmZToaSuyXKIp3T3lOpw== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236908201" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236908201" 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; 14 Apr 2026 19:39:20 +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 5D4FBC0009E for ; Tue, 14 Apr 2026 10:39:21 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 17D2E8D65DF for ; Tue, 14 Apr 2026 10:39:21 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 9847614000E2; Tue, 14 Apr 2026 10:39:18 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/32] geoclue: upgrade 2.8.0 -> 2.8.1 Date: Tue, 14 Apr 2026 18:38:17 +0800 Message-ID: <20260414103845.1728-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:39:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126308 From: Wang Mingyu Fixes: - Accept NMEA GGA sentences with 11 or more parts (needed 14 or more previously) - Use async D-bus 'Set' methods to set client properties in libgeoclue to improve robustness - Do not change Client Location property on updates which are below threshold to avoid leaking location to D-bus - Ignore wired WPA interfaces when finding an interface for WiFi scanning Signed-off-by: Wang Mingyu --- .../geoclue/{geoclue_2.8.0.bb => geoclue_2.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-navigation/geoclue/{geoclue_2.8.0.bb => geoclue_2.8.1.bb} (95%) diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.8.0.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.8.1.bb similarity index 95% rename from meta-oe/recipes-navigation/geoclue/geoclue_2.8.0.bb rename to meta-oe/recipes-navigation/geoclue/geoclue_2.8.1.bb index 54c938c908..4769ed033a 100644 --- a/meta-oe/recipes-navigation/geoclue/geoclue_2.8.0.bb +++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.8.1.bb @@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 dbus json-glib libsoup-3.0 intltool-native" inherit meson pkgconfig gtk-doc gobject-introspection vala -SRCREV = "f59a42a9fbbcfcb341708e5efd6edfe72a9da768" -SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;branch=master \ +SRCREV = "81ddcb11208a59328a04bf022542504ac80602f5" +SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;branch=master;tag=${PV} \ file://0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch \ " From patchwork Tue Apr 14 10:38: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: 85977 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 EF04BED7BA1 for ; Tue, 14 Apr 2026 10:39:28 +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.15967.1776163165650361513 for ; Tue, 14 Apr 2026 03:39:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MdDFk06d; 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=1776163165; x=1807699165; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SE/yVh61GGcYG66Fs947acN0UG0Bio/5sz4I0hehBto=; b=MdDFk06dr6qU5dINGfp9UahhBzSf8Jxq76OWD6kPRsp+GxobrIEQ0pQZ h+B2Seqk9o7lGw21fkneP2pKniYI9QPToSOoZnvnQa0YkIH/g/95HBj35 kJmDQJuLLD//lThZoPoa7rvvIfdPWq+wOSmVZQPFA0PEEiMyL0zlnHavj JMkHUF1KTrU4wD2yWBoJPUkW6+ZiLqjO/DK3IXnpTyvYKeOq2pcQRKMGP 72lrpNaBrG53fiQtCn4uqrZW/voXW45+mV9xqpi8Qdd6og1PQ5FkoZIOy bOOSbPNWwNvpWN2DzhJJ/WcSH8KYBf0u4bhmZe1UmE1P75t9dq9RvJGca w==; X-CSE-ConnectionGUID: 3wHWyMqdSD2O3yzLYAeQVQ== X-CSE-MsgGUID: NAfYuEA+QBi7VCpV3b62vw== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="237631489" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="237631489" 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; 14 Apr 2026 19:39:24 +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 31EC942A316 for ; Tue, 14 Apr 2026 10:39:24 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id D3EF31800323 for ; Tue, 14 Apr 2026 10:39:23 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 47E1114000EC; Tue, 14 Apr 2026 10:39:21 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 05/32] glaze: upgrade 7.3.0 -> 7.3.3 Date: Tue, 14 Apr 2026 18:38:18 +0800 Message-ID: <20260414103845.1728-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:39:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126309 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-support/glaze/{glaze_7.3.0.bb => glaze_7.3.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/glaze/{glaze_7.3.0.bb => glaze_7.3.3.bb} (92%) diff --git a/meta-oe/recipes-support/glaze/glaze_7.3.0.bb b/meta-oe/recipes-support/glaze/glaze_7.3.3.bb similarity index 92% rename from meta-oe/recipes-support/glaze/glaze_7.3.0.bb rename to meta-oe/recipes-support/glaze/glaze_7.3.3.bb index 698f0fab3c..e733d166b2 100644 --- a/meta-oe/recipes-support/glaze/glaze_7.3.0.bb +++ b/meta-oe/recipes-support/glaze/glaze_7.3.3.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 = "d59555bced07d7d4a633e1a282917b567b997b15" +SRCREV = "dbf6caec935b768546587a413e45d033480c4483" inherit cmake From patchwork Tue Apr 14 10:38: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: 85979 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 19E4AED7BA1 for ; Tue, 14 Apr 2026 10:39:39 +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.15969.1776163174132774870 for ; Tue, 14 Apr 2026 03:39:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=C+BthfQG; 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=1776163175; x=1807699175; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=IQ2qMka6MBsKFLsuUASDYTKjamqXzXtyeQV4wFLPLSw=; b=C+BthfQG9nNPO4Z3gs/8uVVMIRpfETh2rZq8yOrx3a9aOo6frpcUhU5w OemwyPA3zdNBhxLjwTDYHqFxss1FG2FFAQGJuIzlDsPP3MatKciahBqnh /GI83hdsLJYvpeD3oBbS6BnA4yHY1GPlXTKvxu6/sdMjn9WKB+FOYiKd/ cYbuhwEAdVnhHkYJIBgITlUxhNFI3d34aCAUEgeVChX8o3ku8eaSpZ1r5 qqTKH4YbPqM+P4jvvoKsb6uXgepebNYbic/Dn6xZhmls1iBwFkE9zE/0u DanUsedpTP8ZzRh1Jbw+Jclud+T0Gcm4Zo/ZHn9mvpb3bh1aPX3MxQQkE A==; X-CSE-ConnectionGUID: LRfQe8HuRH29qx5ub4TwhA== X-CSE-MsgGUID: NfyP5aLrSwu6m4dfEBPebw== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236851622" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236851622" 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; 14 Apr 2026 19:39:33 +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 A313D42A316 for ; Tue, 14 Apr 2026 10:39:32 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 526791807161 for ; Tue, 14 Apr 2026 10:39:32 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id BBA2914000E2; Tue, 14 Apr 2026 10:39:29 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 06/32] gnome-online-accounts: upgrade 3.58.0 -> 3.58.1 Date: Tue, 14 Apr 2026 18:38:19 +0800 Message-ID: <20260414103845.1728-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:39:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126310 From: Wang Mingyu * Bugs fixed: - !391 google: Use #ifdef for GOA_GOOGLE_FILES_ENABLED * Translation updates: - Serbian - Slovak Signed-off-by: Wang Mingyu --- ...nline-accounts_3.58.0.bb => gnome-online-accounts_3.58.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-online-accounts/{gnome-online-accounts_3.58.0.bb => gnome-online-accounts_3.58.1.bb} (92%) diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.58.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.58.1.bb similarity index 92% rename from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.58.0.bb rename to meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.58.1.bb index 62f67460b0..6b80df7781 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.58.0.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.58.1.bb @@ -8,7 +8,7 @@ REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils" -SRC_URI[archive.sha256sum] = "344d4dff9149a1adc4539417193e1eccc2f76ef40ac24e104ccf58072be55999" +SRC_URI[archive.sha256sum] = "9ec1900cc51409c2067c07c828c10be06fe3bf68d2999bb72d7d5ed325ed9bbc" PACKAGECONFIG ?= "goabackend kerberos owncloud google" From patchwork Tue Apr 14 10:38: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: 85980 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 1A251ED7BA5 for ; Tue, 14 Apr 2026 10:39:49 +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.15851.1776163183639976075 for ; Tue, 14 Apr 2026 03:39:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fGsh/3Ni; 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=1776163184; x=1807699184; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sA3fLFHSiX+vmq6kF+lsBoGfqZ9HjHh81BT6rRdxs/4=; b=fGsh/3NiCZzR/V5oaLXLLL94xSz4ulXfZv6JzXGEaMbL4XOKo5ucUjjt TM4sV6YPj4eM6lMy7xGZyRGxEgbpUgjMHMdXiL5/ufwnd4S1UWWCsqt9P 6zCMIniZYuWCmPhImkXReVfiyrh/7yYrRfEizmFdq8xUdj1jIvYBvoAvu WfYSlmHaSIMO64vIZQvHMS7w4QKDJJu6AymdBCV4NiBED6VGgXc6tJjk6 GpiwQZkXShfs/SYQV1VMOxBZdX3O1CgIbfCs/Q2mtmVPM2b47k/KmH4wI jOosHGzn/iOmKYlAkJfl+u1wZ1ylNNptM3zWaoD8HylOuqiiTvdApVWmq w==; X-CSE-ConnectionGUID: MSElQ4mSQvuCyjTNaw+onw== X-CSE-MsgGUID: fhfZCW/CSTeXd5U//YFoOQ== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236867021" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236867021" 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; 14 Apr 2026 19:39:43 +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 286F01C00086 for ; Tue, 14 Apr 2026 10:39:42 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id C7EDC1C0CAE6 for ; Tue, 14 Apr 2026 10:39:41 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 2EC2214000E2; Tue, 14 Apr 2026 10:39:38 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 07/32] graphviz: upgrade 14.1.4 -> 14.1.5 Date: Tue, 14 Apr 2026 18:38:20 +0800 Message-ID: <20260414103845.1728-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:39:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126311 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../graphviz/{graphviz_14.1.4.bb => graphviz_14.1.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/graphviz/{graphviz_14.1.4.bb => graphviz_14.1.5.bb} (97%) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb b/meta-oe/recipes-graphics/graphviz/graphviz_14.1.5.bb similarity index 97% rename from meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb rename to meta-oe/recipes-graphics/graphviz/graphviz_14.1.5.bb index a5f08d0c85..388de9b452 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_14.1.5.bb @@ -23,7 +23,7 @@ SRC_URI = "https://gitlab.com/api/v4/projects/4207231/packages/generic/${BPN}-re SRC_URI:append:class-nativesdk = "\ file://graphviz-setup.sh \ " -SRC_URI[sha256sum] = "043877c0857d8d46067cd2f18809d54fc876c399f0ecd438f60ea7f4d8037451" +SRC_URI[sha256sum] = "b017378835f7ca12f1a3f1db5c338d7e7af16b284b7007ad73ccec960c1b45b3" UPSTREAM_CHECK_URI = "https://graphviz.org/download/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Tue Apr 14 10:38: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: 85981 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 1A5A5ED7BA8 for ; Tue, 14 Apr 2026 10:39:59 +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.15853.1776163192868427976 for ; Tue, 14 Apr 2026 03:39:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gsNc0ieH; 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=1776163193; x=1807699193; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1mIR5GJJVbJH/O6b1Qd4RQhoGtdsMQ/dac1v1pKCRNk=; b=gsNc0ieHPi0k6gVMd3hxGFFKV/ZM8ntgAg8gG37Tlfl9c3pFphi9Jpc+ r+d2d2vWIk+2r5I9s0gJr1Pkn/ajLbZTpe7v02/5R8iKjOJFGdtBfSB8X uaGZnuv3zJhNqkbC+Ib0D2FXXdVcBS55dVF/vKcAtYfiOinMbKMwi8N3H apeSZ9OM0lxTZNAXubXF0lC2sEateVtOPM2z5Lh0GHLXIoGAmAqAVGgZ+ hJVL0CstEDn/hlgS/a72i2SfCmHBQFtoXBYlsmdg40grzsk2TGd/LofNR HuBx9z1l4nc2aRasuphQdgSpetQTSQiH55KY/oDXhyszhKX3E7A60JnmF A==; X-CSE-ConnectionGUID: nU+i1dPfSzunu4PR5rdKnA== X-CSE-MsgGUID: Ii7QW5QdTmmYQnwkhxkGjQ== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="215917380" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="215917380" 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; 14 Apr 2026 19:39: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 gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 4F5EA1000346 for ; Tue, 14 Apr 2026 10:39:51 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id ECF5C1800323 for ; Tue, 14 Apr 2026 10:39:50 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 59AD614000E2; Tue, 14 Apr 2026 10:39:48 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 08/32] imagemagick: upgrade 7.1.2-18 -> 7.1.2-19 Date: Tue, 14 Apr 2026 18:38:21 +0800 Message-ID: <20260414103845.1728-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:39:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126312 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{imagemagick_7.1.2-18.bb => imagemagick_7.1.2-19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/imagemagick/{imagemagick_7.1.2-18.bb => imagemagick_7.1.2-19.bb} (99%) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-18.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-19.bb similarity index 99% rename from meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-18.bb rename to meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-19.bb index 49bf257cd3..18c23cb0d4 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-18.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-19.bb @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=htt file://imagemagick-ptest.sh \ " -SRCREV = "d4e4b2b35a573fb7d96bc64ff1a417415bbe0f4c" +SRCREV = "9fbd2b79450e930edb95e8158d412e57a7b27e83" inherit autotools pkgconfig update-alternatives ptest export ac_cv_sys_file_offset_bits = "64" From patchwork Tue Apr 14 10:38: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: 85983 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 2FF18ED7BAA for ; Tue, 14 Apr 2026 10:39:59 +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.msgproc02-g2.15973.1776163195249895472 for ; Tue, 14 Apr 2026 03:39:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CHz8gsVD; 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=1776163194; x=1807699194; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xAwV5omuRjKKTZ3F676dpqua4a3F4MT5eHRKPfmGTU8=; b=CHz8gsVDuRJqjEOthMGVuFOFKzAfB6NXDpxPS0D4RUZIardFedOjl5Jb jiOEIPEf4xnOkCCFChOQY46PWfYIae4iYvVTYgfCMbgVgsl8a9Abvhdfz uEgaGkhPVAxpa63+hWfomnIAv2zfn8Lit2r4nZyZJ8TEFaB5bDP/PAKIY n58EVJ30nqm855alm2OMH6k4VG6fzt82RL/z5h01TeybXdFhrk0PIug/U YJCduT4LjZmugLc3qaUOp1HU3nh9Sk6ry3wnmo0mwYfMsM3G1yA4fHDJY MeWi6cS5fBnOfp7x4YbTNKAbWJ9Xjep56wbZmjA+51K2XfFj6RooB9EiW g==; X-CSE-ConnectionGUID: np1kV7S/QVap4DPkS/rZhg== X-CSE-MsgGUID: PT6xDzanQP6RMEI1L82kFg== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236908237" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236908237" 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; 14 Apr 2026 19:39: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 B584C1000341 for ; Tue, 14 Apr 2026 10:39:53 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 5CE9B1807172 for ; Tue, 14 Apr 2026 10:39:53 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id C0BA314000EC; Tue, 14 Apr 2026 10:39:50 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 09/32] libgedit-gfls: upgrade 0.4.0 -> 0.4.1 Date: Tue, 14 Apr 2026 18:38:22 +0800 Message-ID: <20260414103845.1728-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:39:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126313 From: Wang Mingyu Changelog: =========== - Fix a unit test on big-endian architectures. - Translation updates. Signed-off-by: Wang Mingyu --- .../gedit/{libgedit-gfls_0.4.0.bb => libgedit-gfls_0.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gedit/{libgedit-gfls_0.4.0.bb => libgedit-gfls_0.4.1.bb} (90%) diff --git a/meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.4.0.bb b/meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.4.1.bb similarity index 90% rename from meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.4.0.bb rename to meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.4.1.bb index 05c30a1e35..87006cc564 100644 --- a/meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.4.0.bb +++ b/meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.4.1.bb @@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 gtk+3" inherit gobject-introspection features_check gtk-doc gnomebase SRC_URI = "git://gitlab.gnome.org/World/gedit/libgedit-gfls.git;branch=main;protocol=https;tag=${PV}" -SRCREV = "b292896adfb1c371aa8db0819f4754ff3bf4a848" +SRCREV = "ce4b836dfda4ea3f594b9ded7b60c5cb51ccbc87" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" From patchwork Tue Apr 14 10:38: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: 85982 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 18FC9ED7BA7 for ; Tue, 14 Apr 2026 10:39:59 +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.15854.1776163197755722549 for ; Tue, 14 Apr 2026 03:39:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dHS3LHuM; 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=1776163198; x=1807699198; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jvhzZs9T6SKFV0VIVBNr6D58qMM97SCF3Nb7PBaeXLc=; b=dHS3LHuMXLPqR5l4enp7iDj/O9Sibk0x8V6Ri5EHkDMZ6szfeIOyk5Ak 9d0268Kcr4ABno2jaIRGLecuIedwMHIlfG0ymCT6gVwi5ssT3/bCrYv+m JNVKYE++TVxtLR11lnJDezXceiJJyHtXrkyQcWtQdAGHGW6cAiMVTadkF Y+rNJJ6MW3TZpHjsilzncc8iIxvIjzpRY3y3DM9voL7WDh/RJLr5+AG80 KUNMJMbI6HAPCQT7X3CdErdnv5b5vbpYCdQu6JoaLeW5uRoxJhamn6MUL NMf24Xb0T7J7z3D5KrRfSy+mr9rd6dflTroPChHq97S4rkEF5LaN6Ow/t w==; X-CSE-ConnectionGUID: cAlVBF0uSYS0zkJk7Zatsg== X-CSE-MsgGUID: ijvbRXcWTrucEMEM2jQVMA== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236867034" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236867034" 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; 14 Apr 2026 19:39: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 36DA0C0009E for ; Tue, 14 Apr 2026 10:39:56 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id E36BD18002C6 for ; Tue, 14 Apr 2026 10:39:55 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 774E814000E2; Tue, 14 Apr 2026 10:39:53 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 10/32] libsodium: upgrade 1.0.21 -> 1.0.22 Date: Tue, 14 Apr 2026 18:38:23 +0800 Message-ID: <20260414103845.1728-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:39:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126314 From: Wang Mingyu 0001-Fix-compilation-with-GCC-on-aarch64.patch removed since it's included in 1.0.22 Changelog: ============ - Post-quantum key encapsulation is now available. ML-KEM768, the NIST-standardized lattice-based KEM, is accessible through the 'crypto_kem_mlkem768_*()' functions. - X-Wing, a hybrid KEM combining ML-KEM768 with X25519 for protection against both classical and quantum adversaries, is available through the 'crypto_kem_*()' functions. X-Wing is the recommended KEM for most applications. - SHA-3 hash functions are now available as 'crypto_hash_sha3256_*()' and 'crypto_hash_sha3512_*()', with both one-shot and streaming APIs. - Performance: NEON optimizations for Argon2 on ARM platforms. - Performance: SHA3 (Keccak1600) now leverages ARM SHA3 instructions when available on ARM platforms. - Performance: WebAssembly SIMD implementations of Argon2 have been added. - Emscripten: LTO is now disabled. With Emscripten 4, LTO produced WebAssembly modules with functions that ran significantly slower than without it. - Emscripten: a new option allows compilation with SIMD support. - Emscripten: native ESM module generation is now supported. - JavaScript sumo builds now allow up to 80 MiB memory usage, so that 'crypto_pwhash' with the interactive settings can be used in pure JavaScript, not just WebAssembly. - XOF state alignment has been relaxed. - 'crypto_core_keccak1600_state' has been added. - Export missing 'crypto_ipcrypt_nd_keygen()' helper function. - 'crypto_auth_hmacsha256_init' and 'crypto_auth_hmacsha512_init' now accept NULL key pointers (with a zero key length), for consistency with other '_init' functions. - apple-xcframework: headers are now in a Clibsodium subdirectory to prevent module.modulemap collisions with other xcframeworks. - Fixed compilation with GCC on aarch64 and gcc 4.x. - On aarch64, aes256-gcm is now enabled even when not using clang, including MSVC. - Added compatibility with Visual Studio 2026 when toolsets do not define PlatformToolsetVersion. - Libsodium can be directly used as a dependency in a Zig project. - Performance of MSVC builds has been improved. Signed-off-by: Wang Mingyu --- ...-Fix-compilation-with-GCC-on-aarch64.patch | 49 ------------------- ...ibsodium_1.0.21.bb => libsodium_1.0.22.bb} | 6 +-- 2 files changed, 2 insertions(+), 53 deletions(-) delete mode 100644 meta-oe/recipes-crypto/libsodium/libsodium/0001-Fix-compilation-with-GCC-on-aarch64.patch rename meta-oe/recipes-crypto/libsodium/{libsodium_1.0.21.bb => libsodium_1.0.22.bb} (68%) diff --git a/meta-oe/recipes-crypto/libsodium/libsodium/0001-Fix-compilation-with-GCC-on-aarch64.patch b/meta-oe/recipes-crypto/libsodium/libsodium/0001-Fix-compilation-with-GCC-on-aarch64.patch deleted file mode 100644 index c5c0d12b87..0000000000 --- a/meta-oe/recipes-crypto/libsodium/libsodium/0001-Fix-compilation-with-GCC-on-aarch64.patch +++ /dev/null @@ -1,49 +0,0 @@ -From fc66d1bd0d3db6392424a1fd10dcf4343ce72c52 Mon Sep 17 00:00:00 2001 -From: Frank Denis -Date: Wed, 7 Jan 2026 12:00:49 +0100 -Subject: [PATCH] Fix compilation with GCC on aarch64 - -Use unsigned NEON intrinsics everywhere - -Fixes #1502 - -Upstream-Status: Backport [https://github.com/jedisct1/libsodium/commit/6702f69bef6044163acc7715e6ac7e430890ce78] ---- - src/libsodium/crypto_ipcrypt/ipcrypt_armcrypto.c | 14 +++++++------- - 1 file changed, 7 insertions(+), 7 deletions(-) - -diff --git a/src/libsodium/crypto_ipcrypt/ipcrypt_armcrypto.c b/src/libsodium/crypto_ipcrypt/ipcrypt_armcrypto.c -index c5a27e92..bad4ce38 100644 ---- a/src/libsodium/crypto_ipcrypt/ipcrypt_armcrypto.c -+++ b/src/libsodium/crypto_ipcrypt/ipcrypt_armcrypto.c -@@ -37,7 +37,7 @@ typedef uint64x2_t BlockVec; - # define XOR128_3(a, b, c) veorq_u64(veorq_u64((a), (b)), (c)) - # define SET64x2(a, b) vsetq_lane_u64((uint64_t) (a), vmovq_n_u64((uint64_t) (b)), 1) - # define BYTESHL128(a, b) \ -- vreinterpretq_u64_u8(vextq_s8(vdupq_n_s8(0), vreinterpretq_s8_u64(a), 16 - (b))) -+ vreinterpretq_u64_u8(vextq_u8(vdupq_n_u8(0), vreinterpretq_u8_u64(a), 16 - (b))) - - # define AES_XENCRYPT(block_vec, rkey) \ - vreinterpretq_u64_u8( \ -@@ -348,12 +348,12 @@ pfx_set_bit(uint8_t ip16[16], const unsigned int bit_index, const uint8_t bit_va - static void - pfx_shift_left(uint8_t ip16[16]) - { -- BlockVec v = LOAD128(ip16); -- const BlockVec shl = vshlq_n_u8(vreinterpretq_u8_u64(v), 1); -- const BlockVec msb = vshrq_n_u8(vreinterpretq_u8_u64(v), 7); -- const BlockVec zero = vdupq_n_u8(0); -- const BlockVec carries = vextq_u8(vreinterpretq_u8_u64(msb), zero, 1); -- v = vreinterpretq_u64_u8(vorrq_u8(shl, carries)); -+ BlockVec v = LOAD128(ip16); -+ const uint8x16_t shl = vshlq_n_u8(vreinterpretq_u8_u64(v), 1); -+ const uint8x16_t msb = vshrq_n_u8(vreinterpretq_u8_u64(v), 7); -+ const uint8x16_t zero = vdupq_n_u8(0); -+ const uint8x16_t carries = vextq_u8(msb, zero, 1); -+ v = vreinterpretq_u64_u8(vorrq_u8(shl, carries)); - STORE128(ip16, v); - } - --- -2.47.3 - diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.21.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.22.bb similarity index 68% rename from meta-oe/recipes-crypto/libsodium/libsodium_1.0.21.bb rename to meta-oe/recipes-crypto/libsodium/libsodium_1.0.22.bb index a1647d2a30..fbd14a8181 100644 --- a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.21.bb +++ b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.22.bb @@ -4,10 +4,8 @@ BUGTRACKER = "https://github.com/jedisct1/libsodium/issues" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=4942a8ebbbc7f2212bd68a47df264a4f" -SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz \ - file://0001-Fix-compilation-with-GCC-on-aarch64.patch \ - " -SRC_URI[sha256sum] = "9e4285c7a419e82dedb0be63a72eea357d6943bc3e28e6735bf600dd4883feaf" +SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz" +SRC_URI[sha256sum] = "adbdd8f16149e81ac6078a03aca6fc03b592b89ef7b5ed83841c086191be3349" inherit autotools From patchwork Tue Apr 14 10:38: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: 85985 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 377B2ED7BA9 for ; Tue, 14 Apr 2026 10:40:09 +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.15854.1776163197755722549 for ; Tue, 14 Apr 2026 03:40:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bFOVnaT1; 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=1776163200; x=1807699200; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hh3KejWvz54knktmyOUUtBv+Tz3+YA90x+LwDD0ModQ=; b=bFOVnaT10lyiJ6ez1XAdzlaZosnqXiFulx1VK217MTZKa8ULe6CQlo8K ViBnSOPUkGSj4YewxL1X3dh3y1kRDg3toGgQSNic8PHBusYu9pDG14b80 /CyD9dDGrzfHIP0YNbBAjE5hv4uL9RL+1eP7Y2dzCTOvMqFpKpG8uhZSF iWVZa2K21WoRNdConBt2Foe4m7YTflNHe87RZ08v+nAVLmPWsx9cS+UJN KhbBwbbHyLWgDdbnOFj2fA8iwJYrhqXBeLKYzVbAeQSo/WlLqSPBsnPlr O3OPdft5SDaxTqgApM7FeFPaZDzlDS15B1IA+2EjgYyT/YctBGoIPrSRf A==; X-CSE-ConnectionGUID: +8ssksv1TY+lXBTGDhD0+w== X-CSE-MsgGUID: 8io1/owSQ6uxXk3VPqRSJg== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236867039" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236867039" 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; 14 Apr 2026 19:40:00 +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 14840C0023B for ; Tue, 14 Apr 2026 10:39:59 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id C30328D65DB for ; Tue, 14 Apr 2026 10:39:58 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 493A614000E2; Tue, 14 Apr 2026 10:39:56 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 11/32] mpich: upgrade 5.0.0 -> 5.0.1 Date: Tue, 14 Apr 2026 18:38:24 +0800 Message-ID: <20260414103845.1728-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126315 From: Wang Mingyu Changelog: ========== - Fix bad cast in release-gather collectives that caused data loss issues on Big-Endian 64b arches (s390x) - Fix issue with canceling MPI_ANY_SOURCE receive requests - Fix configuration issue when C++ compiler does not support complex types - Fix function signature issue in Hydra PBS support - Fix crash in MPI_Allreduce with MPI_LOGICAL type - Fix potential crash in multi-nic libfabric initialization - Fix memory leaks in Level Zero and PMIx support - Fix bug in CMA code when GPU support is enabled - Fix potential shared memory collision between multiple singleton processes on the same node - Add large count and other necessary aliases to ROMIO to avoid accidental profiling of internal MPI function usage - Add missing error checks in rndv and colletive composition code - Improve autogen.sh error message when autotools are too old Signed-off-by: Wang Mingyu --- .../recipes-devtools/mpich/{mpich_5.0.0.bb => mpich_5.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/mpich/{mpich_5.0.0.bb => mpich_5.0.1.bb} (96%) diff --git a/meta-oe/recipes-devtools/mpich/mpich_5.0.0.bb b/meta-oe/recipes-devtools/mpich/mpich_5.0.1.bb similarity index 96% rename from meta-oe/recipes-devtools/mpich/mpich_5.0.0.bb rename to meta-oe/recipes-devtools/mpich/mpich_5.0.1.bb index 505fc6f92b..55f6cde82f 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_5.0.0.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_5.0.1.bb @@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a296dfb961b957b0e8adf67d8478d3d" SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz" -SRC_URI[sha256sum] = "e9350e32224283e95311f22134f36c98e3cd1c665d17fae20a6cc92ed3cffe11" +SRC_URI[sha256sum] = "8c1832a13ddacf071685069f5fadfd1f2877a29e1a628652892c65211b1f3327" RDEPENDS:${PN} += "bash perl libxml2" From patchwork Tue Apr 14 10:38: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: 85984 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 43E6DED7BAB for ; Tue, 14 Apr 2026 10:40:09 +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.15979.1776163207015447916 for ; Tue, 14 Apr 2026 03:40:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=uInMdoGA; 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=1776163207; x=1807699207; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Zjx47e06A3v7tzSYk/vM9uR/6y6pqYjS+7hfw391DSU=; b=uInMdoGAVsftleW7hUMC25A8tQWjhe0DYeLtIn9gJBUiwWb4MdprCO+1 gg8OEupdG8TvjpCR1n8QzSjRcIgKR/srEnhsaQLTwqLDk8wv3jPqZWReZ Pm4AHJY6frop9RZfLc9HwObVlYDtSRtUIAiXz0np5SCcz+n6o8kcZKfvD 1YvjlNpVimDw/D2b2wL4WovrqJX2LOcyF83EX46gRotGhO2F97pFViUUn IzkblDtR9f2dAEm2XcOWsjjMIaZDdrcc6MQLUH7yZZQ4PCMvM8ZQWkydj HXbIm0tfzZy07skY07NggpgRASJ6jfAobNt24gef1IiBwhbjkkS0gFwfC A==; X-CSE-ConnectionGUID: otNy8VFxSkuJpp6EyBHvKg== X-CSE-MsgGUID: xkYg8SJzQ4+mjz5An7sLJg== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236364898" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236364898" 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; 14 Apr 2026 19:40:05 +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 9854B1C0009F for ; Tue, 14 Apr 2026 10:40:05 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 482521800E9A for ; Tue, 14 Apr 2026 10:40:05 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id AF80C14000E2; Tue, 14 Apr 2026 10:40:02 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 12/32] nano: upgrade 8.7.1 -> 9.0 Date: Tue, 14 Apr 2026 18:38:25 +0800 Message-ID: <20260414103845.1728-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126316 From: Wang Mingyu Changelog: ============ - When the cursor almost goes offscreen to the right, all lines are now scrolled sideways together, by just the amount needed to keep the cursor in view. Use --solosidescroll or 'set solosidescroll' to get back the old, jerky, single-line horizontal scrolling. - The viewport can be scrolled sideways (in steps of one tabsize) with M-< and M->. See 'man nanorc' if M-< and M-> should switch between buffers (as they did earlier). - M-Left, M-Right, M-Up, and M-Down have become rebindable. - Stopping the recording of a macro immediately after starting it cancels the recording and leaves an existing macro in place. - Feature toggles no longer break a chain of ^K cuts or M-6 copies, except the M-K cut-from-cursor toggle. - With --mouse and --indicator, one can click in the scrollbar area to roughly navigate within the buffer. Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nano/{nano_8.7.1.bb => nano_9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nano/{nano_8.7.1.bb => nano_9.0.bb} (87%) diff --git a/meta-oe/recipes-support/nano/nano_8.7.1.bb b/meta-oe/recipes-support/nano/nano_9.0.bb similarity index 87% rename from meta-oe/recipes-support/nano/nano_8.7.1.bb rename to meta-oe/recipes-support/nano/nano_9.0.bb index e62529ff9b..06bb7a63ce 100644 --- a/meta-oe/recipes-support/nano/nano_8.7.1.bb +++ b/meta-oe/recipes-support/nano/nano_9.0.bb @@ -13,7 +13,7 @@ RDEPENDS:${PN} = "ncurses-terminfo-base" PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" -SRC_URI[sha256sum] = "76f0dcb248f2e2f1251d4ecd20fd30fb400a360a3a37c6c340e0a52c2d1cdedf" +SRC_URI[sha256sum] = "9f384374b496110a25b73ad5a5febb384783c6e3188b37063f677ac908013fde" UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano" From patchwork Tue Apr 14 10:38: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: 85987 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 305B4ED7BAB for ; Tue, 14 Apr 2026 10:40: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.msgproc01-g2.15857.1776163209396328350 for ; Tue, 14 Apr 2026 03:40:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LZS64StM; 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=1776163209; x=1807699209; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=v4mQ/jtxl8S+SFGd/ldxX+2X2Z6G9OoxwYki6NNbQG0=; b=LZS64StM4I2ja6S8ulc3bp4qgmYnQ5lok34/pk6Mjev5osEbR+ZGH6NR hUK5Tu1li7q+nB3AnCapXHvSzmlgl7DteFNkb1ZKwz3oHPnfcmpHcWjf7 mIAygq8hmvb5mhdYbfhkDprrnsZQndNdgyZK+ZHs/pj9wSkSuUSozZnft HKvItCzUvn+eHwY9iRJV9cmIbxFsDkGsc/dgpG/oX0yx0fzIijtgRZpE6 NXQ9hD/J8NqEQBkORk2QM6JUnjf3xfKXWtCjvjjSudtohdXZ5f76HBmsN o0AvkQlY5itvwMFGuCdmkvG4avRmDQJCn1lUh9UMkx+pFr+EvXbMAm/sT A==; X-CSE-ConnectionGUID: TetJAgy7TUCidEbDTNEgGw== X-CSE-MsgGUID: TdNeULafTh+a7w5YrUepZA== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="224845187" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="224845187" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2026 19:40:07 +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 C877F1C1C70E for ; Tue, 14 Apr 2026 10:40:07 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 7C61FC02F18 for ; Tue, 14 Apr 2026 10:40:07 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 06C5014000EC; Tue, 14 Apr 2026 10:40:04 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 13/32] ostree: upgrade 2025.7 -> 2026.1 Date: Tue, 14 Apr 2026 18:38:26 +0800 Message-ID: <20260414103845.1728-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126317 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ostree/{ostree_2025.7.bb => ostree_2026.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/ostree/{ostree_2025.7.bb => ostree_2026.1.bb} (98%) diff --git a/meta-oe/recipes-extended/ostree/ostree_2025.7.bb b/meta-oe/recipes-extended/ostree/ostree_2026.1.bb similarity index 98% rename from meta-oe/recipes-extended/ostree/ostree_2025.7.bb rename to meta-oe/recipes-extended/ostree/ostree_2026.1.bb index 363210b452..af726fff12 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2025.7.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2026.1.bb @@ -23,7 +23,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \ file://run-ptest \ file://0001-trivial-httpd-Fix-const-correctness-of-slash-pointer.patch \ " -SRC_URI[sha256sum] = "af8d080b9585e7fd1faba8f022967e1c268ae62e20ecf32ee7b364c1e307570b" +SRC_URI[sha256sum] = "8e77c285dd6fa5ec5fb063130390977be727fe11107335ed8778a40385069e95" S = "${UNPACKDIR}/libostree-${PV}" From patchwork Tue Apr 14 10:38: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: 85989 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 530D7ED7BAF for ; Tue, 14 Apr 2026 10:40: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.msgproc02-g2.15981.1776163211530201612 for ; Tue, 14 Apr 2026 03:40:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=n5pGtQ/T; 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=1776163210; x=1807699210; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PbE6N1YmmwHSxcNCdeTPGR45Ss4IbW5gzdWkzgYQ3nw=; b=n5pGtQ/TX8XSk7ESuNqJPFvZSU2aEj4PfyXWAtMl0fjyZb6xi8s42PCu EMOzI0g2BHe6dGVUJkR5umFki/qbzI5htjxtUwlOSq7Z3dqQ41I9xfJNi DU5C5uL5JKkS/yq591Q+SxpUyT3ZsYLHg3mxS04GEmdw5SmNLhIufRJAF hZD3nzEu/zEQNxUPY93cwTz2CZQWbS1gdke5N9pCMkRiBQXgxDFsVBJrD bnD2uGl8bvATojQsKfIn5MHfuo+hqXNOKJy7Mx8hdV1QfoHfHkG0A6AWd a9XoF+bPd/gXhQzi1QyCC9PGbDvG/mw6w4p6IXNSbSUHdgUWZm1bJ5le6 A==; X-CSE-ConnectionGUID: /rOOqs5iR7+nLYn8vFM8jg== X-CSE-MsgGUID: UjngKGFpS9qOQABWZ+A64g== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="225583988" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="225583988" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2026 19:40:09 +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 15BBAC00213 for ; Tue, 14 Apr 2026 10:40:10 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id C4A8614003D0 for ; Tue, 14 Apr 2026 10:40:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 3A7AD14000E2; Tue, 14 Apr 2026 10:40:06 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 14/32] python3-gevent: upgrade 25.9.1 -> 26.4.0 Date: Tue, 14 Apr 2026 18:38:27 +0800 Message-ID: <20260414103845.1728-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126318 From: Wang Mingyu Changelog: =========== - Make gevent.ssl stop reusing exception instances, as this could appear to cause a memory leak if there are many short reads or writes. - Fix Greenlet.dead returning true for an active greenlet during early bootstrap. - Fix some potential GIL-related crashes during interpreter shutdown by avoiding acquiring the GIL in libev callbacks when the interpreter is finalizing. - Support for Python 3.9 has been removed. Signed-off-by: Wang Mingyu --- .../{python3-gevent_25.9.1.bb => python3-gevent_26.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gevent_25.9.1.bb => python3-gevent_26.4.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb b/meta-python/recipes-devtools/python/python3-gevent_26.4.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb rename to meta-python/recipes-devtools/python/python3-gevent_26.4.0.bb index 51861f24c7..c29b55d25d 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_25.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_26.4.0.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} = "python3-greenlet \ SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" -SRC_URI[sha256sum] = "adf9cd552de44a4e6754c51ff2e78d9193b7fa6eab123db9578a210e657235dd" +SRC_URI[sha256sum] = "288d03addfccf0d1c67268358b6759b04392bf3bc35d26f3d9a45c82899c292d" CVE_PRODUCT = "gevent" From patchwork Tue Apr 14 10:38: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: 85986 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 4744EED7BAD for ; Tue, 14 Apr 2026 10:40:19 +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.15982.1776163214916307199 for ; Tue, 14 Apr 2026 03:40:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Dk5/19UE; 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=1776163216; x=1807699216; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mPCj2Cg7B2Mh6It+5ncM3vbgLhmu1euUcYDll2d3g0g=; b=Dk5/19UEw1jaBbaGuLb2juo+B/V9aawzoq3QBmpLZkQP+DRMsMJfRHvR 0/lMi/Y1eeneXXn2eJhy+9JoQGuOn6gMoDIGniwv6KucNEr0w9KTI0Om+ 0kyYEjPAtzKLEWHxU6i6zAoL+yQR2D0zEuINXCaAe2siDn18z2gX9lBI/ 0tERqtvZ5NeWKOc9JqoHO0vpAyUXbLE81Ef5NZ3kiljdCiBG0vryVFhdH 3cvM/HMgWZ5zNLRGiCLf+BfBRnzOcxyplhgmZOeO/HR4Uqlf0CfpuS9s8 APoahzqygMU6hAvM2YeJNImcvjP5XJmnSS0ezGNivyk8vXyGg5utIjD5Z Q==; X-CSE-ConnectionGUID: zQy2sEwNR3apN7Wh4cwL2A== X-CSE-MsgGUID: biP7VuEESlGNKwIbGgDT8A== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236851662" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236851662" 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; 14 Apr 2026 19:40:14 +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 65BEB820714 for ; Tue, 14 Apr 2026 10:40:13 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 1F3ECC008A0 for ; Tue, 14 Apr 2026 10:40:13 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id EB74C14000E2; Tue, 14 Apr 2026 10:40:09 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 15/32] python3-git-pw: upgrade 2.7.1 -> 2.8.0 Date: Tue, 14 Apr 2026 18:38:28 +0800 Message-ID: <20260414103845.1728-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126319 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-git-pw_2.7.1.bb => python3-git-pw_2.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-git-pw_2.7.1.bb => python3-git-pw_2.8.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb b/meta-python/recipes-devtools/python/python3-git-pw_2.8.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb rename to meta-python/recipes-devtools/python/python3-git-pw_2.8.0.bb index 6308732f49..4cb8621ad8 100644 --- a/meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-git-pw_2.8.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/getpatchwork/git-pw" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=26e1a171d943c64f00c51f90c256b9d4" -SRC_URI[sha256sum] = "f69c57aafd13d21d6fa604dff680c4f9113a8f31bf3f65dd663bad0e1839b0e1" +SRC_URI[sha256sum] = "212743923badb38b9da658b0df0b9f3770997684a9e787d489eed5d103e96100" PYPI_PACKAGE = "git_pw" inherit pypi python_setuptools_build_meta From patchwork Tue Apr 14 10:38: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: 85988 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 9F43CED7BB0 for ; Tue, 14 Apr 2026 10:40:19 +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.15982.1776163214916307199 for ; Tue, 14 Apr 2026 03:40:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LurDhrU9; 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=1776163217; x=1807699217; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3Lk4oDdTNC4UD6ASu0GA1JNkPRx2WQpHvuafNXBrC4Y=; b=LurDhrU96GmcRf6o0c631m1PCdv3D5XR2fHyfbyYNa3JSbTs8a3Zxa1/ 2qGt9OzPjU21j4QvkpwPD2mRfanI3raC8ZugCr3tHriN8O65Qs1ej1q53 csL9lO2wFaiF7CGAAuHltaz/kvwlyEFmmW2gEqG6IF0CO7ZadQQMo6jEw HzPJyYc1hCGIfbdSFGHB6TmhcumWfzhx+JGjFeqVbWjTmcvWsx3fsf6yr jvdtWJq5OVtZ+IR0mpiQAyFnvug6L0TV1zPk1weGmRMhPJtGNKR2mfi0P gV74swrJBNvvRmmfxTebdWM2uHJKejkjbrUi5DtTcBUDqkm7NChbF1SnV Q==; X-CSE-ConnectionGUID: IYoBLt0CSC6vyEOdlVfEfg== X-CSE-MsgGUID: zmdVFRSBTfKAMke+vEOdfA== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236851667" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236851667" 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; 14 Apr 2026 19:40:17 +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 1C36E42A30D for ; Tue, 14 Apr 2026 10:40:16 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id BD3BB1000276 for ; Tue, 14 Apr 2026 10:40:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 041FB14001D2; Tue, 14 Apr 2026 10:40:12 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 16/32] python3-google-auth: upgrade 2.48.0 -> 2.49.2 Date: Tue, 14 Apr 2026 18:38:29 +0800 Message-ID: <20260414103845.1728-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126320 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...hon3-google-auth_2.48.0.bb => python3-google-auth_2.49.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.48.0.bb => python3-google-auth_2.49.2.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.48.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.49.2.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-google-auth_2.48.0.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.49.2.bb index 4e48c62861..fc6df70f45 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.48.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.49.2.bb @@ -9,7 +9,7 @@ SRC_URI += " \ file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "4f7e706b0cd3208a3d940a19a822c37a476ddba5450156c3e6624a71f7c841ce" +SRC_URI[sha256sum] = "c1ae38500e73065dcae57355adb6278cf8b5c8e391994ae9cbadbcb9631ab409" PYPI_PACKAGE = "google_auth" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Tue Apr 14 10:38: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: 85990 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 C7ECBED7BB3 for ; Tue, 14 Apr 2026 10:40:19 +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.15982.1776163214916307199 for ; Tue, 14 Apr 2026 03:40:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=sjEgzXEf; 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=1776163219; x=1807699219; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=S1bmhhOBhRe4vAgAbOaOe6s3ck3Z1DZfv6YnVzjQ3gM=; b=sjEgzXEftvt87TBr6aIL/TznKIWdZWROvM50vsxWG4nvkm2MadbKV4rP bkoDQsOkjk5a9t4Tw2GiOEvC1jDenmWKf6A6XxRRyWFjbOI8CMmGfrTc8 5T6HEUFWtDAwYi20fS/RPmlEE4GZSpak0abs4QcPCW7Tz2O7rHA6UwztR zpm6VIHrvLdU7rpKcWxO9dh6LI62p/0Fik9vCZRMWxx9644yZOR6Pm8zg SyurjcBXwV8mjkfRcPJVmTTrhjdfE9kBvGRgCJ9uirCWv1BGmiZ9NTxMH xzNO5ihUnAn5UpD4iWBO44yfSd4Qv03IFJge4S/aGQoGPCJYpdWvU7bU4 w==; X-CSE-ConnectionGUID: Nd2s3b6BRlCz2pX7R93SMA== X-CSE-MsgGUID: /+Y0hiFdT/SCEwXh1b8TxQ== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236851671" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236851671" 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; 14 Apr 2026 19:40:19 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 3CB1E2B88 for ; Tue, 14 Apr 2026 10:40:18 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id DDA341000276 for ; Tue, 14 Apr 2026 10:40:17 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 55DEA14000E2; Tue, 14 Apr 2026 10:40:15 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 17/32] python3-greenlet: upgrade 3.3.2 -> 3.4.0 Date: Tue, 14 Apr 2026 18:38:30 +0800 Message-ID: <20260414103845.1728-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126321 From: Wang Mingyu Changelog: ========== - Publish binary wheels for RiscV 64. - Fix multiple rare crash paths during interpreter shutdown. - Note that this now relies on the atexit module, and introduces subtle API changes during interpreter shutdown (for example, getcurrent is no longer available once the atexit callback fires). - Address the results of an automated code audit performed by Daniel Diniz. This includes several minor correctness changes that theoretically could have been crashing bugs, but typically only in very rare circumstances. - Fix several race conditions that could arise in free-threaded builds when using greenlet objects from multiple threads, some of which could lead to assertion failures or interpreter crashes. Signed-off-by: Wang Mingyu --- .../{python3-greenlet_3.3.2.bb => python3-greenlet_3.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-greenlet_3.3.2.bb => python3-greenlet_3.4.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.3.2.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.4.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-greenlet_3.3.2.bb rename to meta-python/recipes-devtools/python/python3-greenlet_3.4.0.bb index 21d6d620cb..728c2b7940 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.4.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] = "2eaf067fc6d886931c7962e8c6bede15d2f01965560f3359b27c80bde2d151f2" +SRC_URI[sha256sum] = "f50a96b64dafd6169e595a5c56c9146ef80333e67d4476a65a9c55f400fc22ff" inherit pypi python_setuptools_build_meta From patchwork Tue Apr 14 10:38: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: 85992 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 A5F31ED7BAF for ; Tue, 14 Apr 2026 10:40:29 +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.15983.1776163221945097186 for ; Tue, 14 Apr 2026 03:40:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mi2FV001; 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=1776163223; x=1807699223; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TpKzy8GWOFvH/j8Mpyr/NNyn8CghKSd7/uzFxWrtHuI=; b=mi2FV001vlilRw43MygwO+MGZ306++c+RE8Zj1Gr0TJiMoUOS6lYIl8d nmFJvxMJyPIDthj+7RDVfSP1/jajeIfMivCzAlw264qwTvM6Ss1/Dka4a 8H5X9BJUeYO1ppJnOVN29ZZrMwE+3AW1R51SHU912J+tJuysWN9CsWMIT aOmQ/bj42rUlxoKxigQ632cltd+EMPIdl+UUwQn7+ammJ/ifFO4WyhHiB 1z/Dwy5DE7EYVlbKj3OotAZ0XBOwOMTDMZLLgjt4goz6r0TXe6SFSry+J +y+ybsrO0vjkqmCNRC78qtG0xmuI8I65s+5NNaENYmqLOquQp33+8ci5R A==; X-CSE-ConnectionGUID: jKcfoJmMSUG9SAvcNxVFPQ== X-CSE-MsgGUID: Ks77ahb5QL+1vLoJ7ggPww== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236867081" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236867081" 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; 14 Apr 2026 19:40:21 +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 71C6F1000341 for ; Tue, 14 Apr 2026 10:40:20 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 231A11000276 for ; Tue, 14 Apr 2026 10:40:20 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 8663814000EC; Tue, 14 Apr 2026 10:40:17 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 18/32] python3-imgtool: upgrade 2.3.0 -> 2.4.0 Date: Tue, 14 Apr 2026 18:38:31 +0800 Message-ID: <20260414103845.1728-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126322 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-imgtool_2.3.0.bb => python3-imgtool_2.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imgtool_2.3.0.bb => python3-imgtool_2.4.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-imgtool_2.3.0.bb b/meta-python/recipes-devtools/python/python3-imgtool_2.4.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-imgtool_2.3.0.bb rename to meta-python/recipes-devtools/python/python3-imgtool_2.4.0.bb index ed647143cc..6b88fc0535 100644 --- a/meta-python/recipes-devtools/python/python3-imgtool_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-imgtool_2.4.0.bb @@ -3,7 +3,7 @@ SUMMARY = "MCUboot's image signing and key management tool" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://imgtool/main.py;beginline=3;endline=18;md5=0645fb61e2f961a110302fbfdb227446" -SRC_URI[sha256sum] = "fff72e4e793ac0ec02a493c19548715ccc0a2358afaeeaa10b49ccc2e0bd1295" +SRC_URI[sha256sum] = "ef2db1d9e3f62b9bc9425a8e86c4ea7212c164f0a16e923d55250f0d8743342e" inherit pypi setuptools3 From patchwork Tue Apr 14 10:38: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: 85994 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 D10E7ED7BB4 for ; Tue, 14 Apr 2026 10:40:29 +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.15984.1776163223972188057 for ; Tue, 14 Apr 2026 03:40:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TI03Lj74; 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=1776163224; x=1807699224; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tsgWay/ITmxNQLX8v7BkPui+XNoGdIrLJ6o5NXGo7ZA=; b=TI03Lj74A0nb06QKQo3XqWc6yMwzY4QCXhl0OC1qPCZMtTuRIMSWe/Jm J+32yWkV7zmf7NRe5xYZFbNBx3ePBDhP9+Cmnz+SbL7DkrtxLDQ0GmUP/ 31cgQC+iJxOb8aKmu5R0d7XVtC7NB7d/iolpvjlhaAiTc7KGqplLGN5oX ovVnQGgBkETgLcZEWG3DqqNN5BAu9mnLm0nHLO9w5PxHitLM+lA0wZ4cF kw1RN8WztUd8uG7uaNcwOHubxV2Lk6Y2iJVR4Dl7zKd4C5sttK0Mobd5h eOe7jqLTIHRvlXeUfKAQS4Sl/zITsOTpZJHd9paoqKpRBCdMBfm8unMSK Q==; X-CSE-ConnectionGUID: n8cYfWtUQpiP5KQ4GDZCFw== X-CSE-MsgGUID: IRbFgRWKSv6KZT4t4MKFJw== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="241332021" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="241332021" 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; 14 Apr 2026 19:40:23 +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 94F561000367 for ; Tue, 14 Apr 2026 10:40:22 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 41E2E1000276 for ; Tue, 14 Apr 2026 10:40:22 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id AB16314000E2; Tue, 14 Apr 2026 10:40:19 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 19/32] python3-inline-snapshot: upgrade 0.32.5 -> 0.32.6 Date: Tue, 14 Apr 2026 18:38:32 +0800 Message-ID: <20260414103845.1728-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126323 From: Wang Mingyu Fix: - Pydantic models, attrs and dataclasses with NewType-typed fields now generate correct snapshots that wrap the field value with the NewType constructor (e.g. Something(some_id=SomeID(1)) instead of Something(some_id=1)). This could only be fixed for Python >= 3.10. Signed-off-by: Wang Mingyu --- ...ine-snapshot_0.32.5.bb => python3-inline-snapshot_0.32.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.32.5.bb => python3-inline-snapshot_0.32.6.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.5.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.6.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.5.bb rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.6.bb index 32b8d15249..1bcd3a457f 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.5.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.32.6.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "5025074eab5c82a88504975e2655beeb5e96fd57ed2d9ebb38538473748f2065" +SRC_URI[sha256sum] = "224a96eeb86c4b2831d274239d3468dc0b7819264f608f595b2f9d01f79a6e38" inherit pypi python_hatchling From patchwork Tue Apr 14 10:38: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: 85991 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 C5066ED7BB1 for ; Tue, 14 Apr 2026 10:40: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.msgproc01-g2.15858.1776163226490446219 for ; Tue, 14 Apr 2026 03:40:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HNG870hE; 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=1776163226; x=1807699226; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oEBw4dOSAELZPg0zjI+AV83X4O9+gewALHETMCRG+SY=; b=HNG870hE7fzFxxV6olX4mFwLnA404w7qME92zlRZSwgq+Ov0NA8aKkR0 7MQdsjqoydYQRRukqTkdNzRQrcTLLxDoY3vt0qTjuI2LoIoCyap7qpm4k m7rBekWd/SF6M/mJ0/KyeCgfJsOqailXOf8GRFSke7ZyrRfu3/YCwGEL/ HQITB/qpGntb9kKt9dDjWiIlwNhOzR30R0djKO5lr1bnR7m8SZ8ytwVGJ y1rH2QfZV0i9hPwhmY5EKIyFNpCogU/PZ1Ll+RbyQRh2C5/KAzd36wag4 izUB9j0y8D5xtyOUsXowGfZ9H2rfd4tjHRwL0iiW//dS4f1SWn79mkbB+ g==; X-CSE-ConnectionGUID: mw7AGGGfS1GABmBMP7mZqQ== X-CSE-MsgGUID: XC8RUloIQ92qgsBXC/dmGg== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="215917414" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="215917414" 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; 14 Apr 2026 19:40:25 +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 229741C00091 for ; Tue, 14 Apr 2026 10:40:25 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id C2A4E18009E6 for ; Tue, 14 Apr 2026 10:40:24 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 310CB1400109; Tue, 14 Apr 2026 10:40:21 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 20/32] python3-platformdirs: upgrade 4.9.4 -> 4.9.6 Date: Tue, 14 Apr 2026 18:38:33 +0800 Message-ID: <20260414103845.1728-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126324 From: Wang Mingyu fix: use double quotes for tag variable expansion Signed-off-by: Wang Mingyu --- ...hon3-platformdirs_4.9.4.bb => python3-platformdirs_4.9.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-platformdirs_4.9.4.bb => python3-platformdirs_4.9.6.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb rename to meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb index df0e3597b7..6ca4a09bde 100644 --- a/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb +++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/platformdirs/platformdirs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" -SRC_URI[sha256sum] = "1ec356301b7dc906d83f371c8f487070e99d3ccf9e501686456394622a01a934" +SRC_URI[sha256sum] = "3bfa75b0ad0db84096ae777218481852c0ebc6c727b3168c1b9e0118e458cf0a" inherit pypi python_hatchling ptest-python-pytest From patchwork Tue Apr 14 10:38: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: 85993 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 31FB8ED7BB6 for ; Tue, 14 Apr 2026 10:40: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.15859.1776163228605346039 for ; Tue, 14 Apr 2026 03:40:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hCgO+5RC; 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=1776163228; x=1807699228; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ur08HshKv/Ss9QQG6NweVcw/j4nBjIryzKUVgWzgNsA=; b=hCgO+5RCBGyVy3miq1xxHd4K+JiXlQZrrqYkbmW0/YAKpT9q49t2thNB V+xuR3S6Xm9Pv0CL0uBpRSz/Fk7S44rrHiadQ1DKXM1kC9f2JSrHOGDEG gnCP1c+C3tzDFnqU0cPvivqlYHwTgPby3FUOqHMelgl7UV6Up19+OyuKM J532VdHmeRAplJJscQsxxJIFGCRCMqGkRWx4JCBiaXHHs3pUdrJPzXu1w vWCPa5F3XKIgfMwv2nrQ9xndvzEyN7+AOcyIMD4tCxf71NQP5qHQOl61k tnvb9abpKo/2jZZ0O/tEAinxcJA7tNjOoB1D1ZO040Q4o/FWjWMZsSUVO w==; X-CSE-ConnectionGUID: 5E3k2u8dSlusP5cyRTefkA== X-CSE-MsgGUID: oHZ3FgtQSFmRSVBGQM7N7Q== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="237631568" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="237631568" 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; 14 Apr 2026 19:40:27 +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 3E2AE1000341 for ; Tue, 14 Apr 2026 10:40:27 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id DA7D910000F9 for ; Tue, 14 Apr 2026 10:40:26 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 4F07C14001D2; Tue, 14 Apr 2026 10:40:24 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 21/32] python3-pyais: upgrade 2.20.1 -> 3.0.0 Date: Tue, 14 Apr 2026 18:38:34 +0800 Message-ID: <20260414103845.1728-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126325 From: Wang Mingyu Changelog: =========== - ~35% faster compared to v2 - breaking Changes removed bitarray dependency. Replaced with a custom bit_vector renamed AISSentence.bit_array to AISSentence.bv renamed Payload.from_bitarray() to Payload.from_vector() renamed Payload.to_bitarray() to Payload.to_bytes() changed overflow encoding behavior deprecated NonPrintableCharacterException dropped support for Python 3.9 - removed bitarray as an external dependency - improved performance through a custom bit vector implementation - optimized single-fragment message assembly - NOTE: If you are not ready to migrate, v2 continues to receive bugfixes on the legacy branch Signed-off-by: Wang Mingyu --- .../{python3-pyais_2.20.1.bb => python3-pyais_3.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyais_2.20.1.bb => python3-pyais_3.0.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-pyais_2.20.1.bb b/meta-python/recipes-devtools/python/python3-pyais_3.0.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pyais_2.20.1.bb rename to meta-python/recipes-devtools/python/python3-pyais_3.0.0.bb index 6ee62a6a32..a8b8777821 100644 --- a/meta-python/recipes-devtools/python/python3-pyais_2.20.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyais_3.0.0.bb @@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/M0r13n/pyais" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=79d9e278b76e3e5b3358cd70b328173c" -SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=master;tag=v${PV}" +SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=main;tag=v${PV}" -SRCREV = "6cec67eb8e48c2254bd7bc31415f8df60ecb11ce" +SRCREV = "a88659ae381487e547fde3c18ab45cfe572b1094" inherit python_setuptools_build_meta ptest-python-pytest From patchwork Tue Apr 14 10:38: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: 85996 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 064DAED7BB4 for ; Tue, 14 Apr 2026 10:40:40 +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.msgproc01-g2.15862.1776163230775855678 for ; Tue, 14 Apr 2026 03:40:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MkWerJgE; 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=1776163230; x=1807699230; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/w0Ee8lBshsMLyh9muH8KvA1GAmqTaCguYycRxVr7Pk=; b=MkWerJgE5aPgkmwXyqb6yIQ77Agq0E9tJPXKur5+lOlSuE4ABntg4dQ/ YfUZjPaOa+kvn7XX0vKzULGFU/+XR7HshsCtTFvM+axq9hZHs5g3C9vAG rynP4PcgiReRi/Kg7x6SAkbu2T66lRdDTZvDLyEmVhpD8u5Gp2Feie2py lN+KrnkEBLtp8VBZJHGuvvMxXNDJvxSPGiqI1pQOkCafusTCNSnSuTr44 oNZNABmojs8qPGu/+iyytExur+XCdD9HdNOAa28RN5UDAmuwv+d2ujE87 DdaE/N72bUz+k0TgiHSQmY7fjVCHTsINvBGuJTBUEst8zFE6zi4kGvw/M A==; X-CSE-ConnectionGUID: 7oekIsUYRFmYtYphY+8CYw== X-CSE-MsgGUID: 55OcsTwEQ5G8S9znj9K9GQ== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="224845213" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="224845213" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2026 19:40:29 +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 370E11C1C713 for ; Tue, 14 Apr 2026 10:40:29 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id E200518002C6 for ; Tue, 14 Apr 2026 10:40:28 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 7AC4914000E2; Tue, 14 Apr 2026 10:40:26 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 22/32] python3-pymodbus: upgrade 3.12.1 -> 3.13.0 Date: Tue, 14 Apr 2026 18:38:35 +0800 Message-ID: <20260414103845.1728-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126326 From: Wang Mingyu Changelog: ============ - Correct missing types. - Altherma heat pump control, with Home Assistant and updating server. - SimDevice, use_bit_address allows different addressing for BITS. - Remove 3.5char frame time check. - Fixed Modbus*Context. - Fix bug in ModbusDeviceContext. - Fix log level in examples - Fix CSS lookup for simulator server - Fix usage docs in examples: add missing option --baudrate - Doc:Finalice server/simulator narrative - Fix codespell bug. - Datastores uses SimData/SimDevice. - Doc on how to convert to SimData/SimDevice. - Fix Read Fifo Query RTU Frame Size - Update server documentation (datstore). - Update server examples to use SimData/SimDevice. - Add server.async_get/setValues. - Solve codeql caching problem. - Remove unused methods in datastore. - Remove datastore get/setValues (async_get/set exist) - Revert "Combine ModbusSparseDataBlock with ModbusSequentialDataBlock." - Combine ModbusSparseDataBlock with ModbusSequentialDataBlock. - Remove RemoteDeviceContext datastore. Signed-off-by: Wang Mingyu --- .../{python3-pymodbus_3.12.1.bb => python3-pymodbus_3.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.12.1.bb => python3-pymodbus_3.13.0.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.12.1.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.13.0.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.12.1.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.13.0.bb index 7ba7ee78cd..c59e8870b7 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.13.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=12a490c6cffa2e76a6df8aa1fa29e183" -SRC_URI[sha256sum] = "bcb483381747b3e3aec2c8e01d5df885e5ea43f85b7145dc1907af06aca93a2c" +SRC_URI[sha256sum] = "da4c87afe772787620594c564cd8aa8a4c58ff9786382aba9550fe0ce8879f32" inherit pypi python_setuptools_build_meta From patchwork Tue Apr 14 10:38: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: 85998 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 251A9ED7BB8 for ; Tue, 14 Apr 2026 10:40:40 +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.15987.1776163232941856575 for ; Tue, 14 Apr 2026 03:40:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=WoN/UW9Y; 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=1776163233; x=1807699233; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xO2/EZQca8fRZSs7B2eNbIO2/KS+jwzGnmYAlK88LbU=; b=WoN/UW9YoN1fzImoEXiD1s6PfuZIOp0ILw9cCyE5hB/5KVyZXeWIcOeF LWnH+LhhjfhvQO/qekWOLynu5jDHHBwlLTl5NBp6W9u5VQECysfJfHgMb 3GkHh6675aTQbcLgZnx8R2KfASk8B5qvYxHCo6rJvtop/SaQLJFLpPZY7 l78g6WsIi+yL4nxLcugp9MsSR8zXpDTxrK7kqL2dD4DS9Pg0S2StwagiC 1nbk8LBjRQQ+01SNgzKf/izMtn6RIE70Qb96oJBZtjFz4KXaYJrWlFIpR 5zXGJNBY3fVTRFU9D0hXwRtDzR4yLJERHcvbfcyNEOzA1ozic7+IMVM5J A==; X-CSE-ConnectionGUID: 7HsYJ7XtRzuze97GqNUYwA== X-CSE-MsgGUID: lYXYp0YFQYWHTcZOwT/GgA== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="224383890" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="224383890" 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; 14 Apr 2026 19:40:31 +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 691D01C1C70E for ; Tue, 14 Apr 2026 10:40:31 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 2184D8D65DF for ; Tue, 14 Apr 2026 10:40:31 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id A3D2C1400109; Tue, 14 Apr 2026 10:40:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 23/32] python3-pytest-httpx: upgrade 0.36.0 -> 0.36.2 Date: Tue, 14 Apr 2026 18:38:36 +0800 Message-ID: <20260414103845.1728-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126327 From: Wang Mingyu License-Update: Copyright year updated to 2026. Fixed: Document how to ignore query parameters while matching on URL. Signed-off-by: Wang Mingyu --- ...-pytest-httpx_0.36.0.bb => python3-pytest-httpx_0.36.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pytest-httpx_0.36.0.bb => python3-pytest-httpx_0.36.2.bb} (76%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb similarity index 76% rename from meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb rename to meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb index 1cdf3d3d23..ac1a53d224 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb @@ -1,10 +1,10 @@ SUMMARY = "Send responses to httpx." HOMEPAGE = "https://github.com/Colin-b/pytest_httpx" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8dcb0d82b1d402b6be745fc78dde254b" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b6746540997ba13df3f30783db069bc" RECIPE_MAINTAINER = "Tom Geelen " -SRC_URI[sha256sum] = "9edb66a5fd4388ce3c343189bc67e7e1cb50b07c2e3fc83b97d511975e8a831b" +SRC_URI[sha256sum] = "05a56527484f7f4e8c856419ea379b8dc359c36801c4992fdb330f294c690356" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Tue Apr 14 10:38: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: 85995 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 1950CED7BAF for ; Tue, 14 Apr 2026 10:40:40 +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.15867.1776163235264108708 for ; Tue, 14 Apr 2026 03:40:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=V/JD3J2i; 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=1776163234; x=1807699234; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=78GPFApdxWs2x5f2+HXz6A1rZDIoDh403gX+LcE4hag=; b=V/JD3J2ilZUP4dvYui0GToLoWSR8rziW3YlwD3AnwolfowR4NMiDjqpv lF/GFdRKh5RcuDybbJX6N7U9GLtDcc1nIXAhZzQon4bispRWYdzGcM11K LYDNkyhKZWNv1jKVqNV8fRcT1c4Fj5rx39IxTF87qzjtRmv3Kq5OQqX7/ /BtvBIStj2CFHbPYQxGK6nTBVfrz3/1V/TbOnN6iBEEGxdsr2VknpE2AE OUkMQpY2HwgOLKNiEjx80j37k8UjgpCXYEzynJI1ZFMX6zdHTSqjzXFhb q5C6XIAr2wTCH6RXNDDcktIEcwJ9O54VlKilzk91/zAbe7pHWKLEM/oTA g==; X-CSE-ConnectionGUID: YYm6xJFZRomvIHbww++fQA== X-CSE-MsgGUID: UN0XsfxHRiW93mqplgrRhA== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236908290" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236908290" 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; 14 Apr 2026 19:40:32 +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 C678B100035D for ; Tue, 14 Apr 2026 10:40:33 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 76ED810000F9 for ; Tue, 14 Apr 2026 10:40:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id D3DB114001D2; Tue, 14 Apr 2026 10:40:30 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 24/32] python3-python-multipart: upgrade 0.0.24 -> 0.0.26 Date: Tue, 14 Apr 2026 18:38:37 +0800 Message-ID: <20260414103845.1728-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126328 From: Wang Mingyu Changelog: =========== - Skip preamble before the first multipart boundary more efficiently - Silently discard epilogue data after the closing multipart boundary - Add MIME content type info to File - Handle CTE values case-insensitively - Remove custom FormParser classes - Add UPLOAD_DELETE_TMP to FormParser config - Emit field_end for trailing bare field names on finalize - Handle multipart headers case-insensitively - Apply Apache-2.0 properly Signed-off-by: Wang Mingyu --- ...multipart_0.0.24.bb => python3-python-multipart_0.0.26.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-python-multipart_0.0.24.bb => python3-python-multipart_0.0.26.bb} (63%) diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb similarity index 63% rename from meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb rename to meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb index 15a35655da..46046dc050 100644 --- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb @@ -1,8 +1,8 @@ SUMMARY = "A streaming multipart parser for Python" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "9574c97e1c026e00bc30340ef7c7d76739512ab4dfd428fec8c330fa6a5cc3c8" +SRC_URI[sha256sum] = "08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17" inherit pypi python_hatchling ptest-python-pytest From patchwork Tue Apr 14 10:38: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: 85997 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 78BF7ED7BBA for ; Tue, 14 Apr 2026 10:40:40 +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.msgproc02-g2.15989.1776163238016945631 for ; Tue, 14 Apr 2026 03:40:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NwGHLWfW; 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=1776163237; x=1807699237; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YAHx05KxaE4Z5d+A69A1apF2eXRnFhZTEg04rM36CGU=; b=NwGHLWfWn/mYNZXZhl4iUWvNHq9iXHbBhpURNUp5TnrEolHbhxyY/+Bl 15rj9g7H7YTlNGDeld2if7JCgewg5VOyyJxEyIDo+11aJYfZTv4R7j6KG iw2mRAeuN7C9fUpfnpW9KKc2F3C62zAqpaeE635ie6uuKmGlx4yk0wmzj k4Pe5uawIc5SGQKj30Tn47UGejkZU2fFHnFBrxJN0kiPEcjGBJI2JXiCo D+dyHDlKpyY4qjTmoqFURNIZWxQlBx2GUKYlLdnJJSbAGKbypdHQrdKlR lA8AqbV/QXiCNShq4hNvoSBPmG34Q3xisVpSj3Wp953/mTg3qD9ngKiNI w==; X-CSE-ConnectionGUID: WsTW9xbmQfid8djG2GpgJw== X-CSE-MsgGUID: eJX+kBS4SuqsK6c+H4RQbA== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="225584017" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="225584017" 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; 14 Apr 2026 19:40:35 +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 939F01000346 for ; Tue, 14 Apr 2026 10:40:36 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 3AD4A180716C for ; Tue, 14 Apr 2026 10:40:36 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 8167814001CD; Tue, 14 Apr 2026 10:40:33 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 25/32] python3-rich: upgrade 14.3.3 -> 15.0.0 Date: Tue, 14 Apr 2026 18:38:38 +0800 Message-ID: <20260414103845.1728-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126329 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-rich_14.3.3.bb => python3-rich_15.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-rich/{python3-rich_14.3.3.bb => python3-rich_15.0.0.bb} (88%) diff --git a/meta-python/recipes-extended/python-rich/python3-rich_14.3.3.bb b/meta-python/recipes-extended/python-rich/python3-rich_15.0.0.bb similarity index 88% rename from meta-python/recipes-extended/python-rich/python3-rich_14.3.3.bb rename to meta-python/recipes-extended/python-rich/python3-rich_15.0.0.bb index a2af61840f..2ab3b2fdbc 100644 --- a/meta-python/recipes-extended/python-rich/python3-rich_14.3.3.bb +++ b/meta-python/recipes-extended/python-rich/python3-rich_15.0.0.bb @@ -8,7 +8,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303" -SRC_URI[sha256sum] = "b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b" +SRC_URI[sha256sum] = "edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36" inherit pypi python_poetry_core From patchwork Tue Apr 14 10:38: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: 85999 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 4615DED7BB8 for ; Tue, 14 Apr 2026 10:40:50 +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.15991.1776163240207910742 for ; Tue, 14 Apr 2026 03:40:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Gh5EMv3e; 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=1776163240; x=1807699240; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wS9HTjENpIJPxv95QDzPqS7IxtBNs7hv+zV0c5PU3wY=; b=Gh5EMv3elQFJj1aLI4fTpRq+0vOIXgpTSARmmSoOthv1k+iY5kwmhFki pLo0l/sNuLXJrg9m8KuPDzXw2pIZEe7KCo8Y4g0ltIuIsaLIEeyN7tEpE 4BiGFhwehoqXB9FrJ75pMcfP6mLCZRHpH9lzB7BGtg9Chq5+g5hFXZkc2 xsiDzHASJCqcTehYUIbsSoUqGw/+d7DpiJISSMUPiOEUBNfdJbMIVPjup AZWKIvwkqi6yq66Pv3m01M/VHrHTBYrUNzMPLXh2OCsqlzY764Siz16IR MWTx8IB3BiR7mZcz999DjcXj1G0f9oGF6qL6sJIpGEpCta8FENL4b9zz4 A==; X-CSE-ConnectionGUID: q2r2xcdCRxGzucK9J6COKA== X-CSE-MsgGUID: eyYvckszTEuHVkaYiH5feQ== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="215917436" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="215917436" 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; 14 Apr 2026 19:40:38 +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 C38251002B99 for ; Tue, 14 Apr 2026 10:40:38 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 7D70CC008A0 for ; Tue, 14 Apr 2026 10:40:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 0842714000E2; Tue, 14 Apr 2026 10:40:35 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 26/32] python3-smbus2: upgrade 0.6.0 -> 0.6.1 Date: Tue, 14 Apr 2026 18:38:39 +0800 Message-ID: <20260414103845.1728-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126330 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-smbus2_0.6.0.bb => python3-smbus2_0.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-smbus2_0.6.0.bb => python3-smbus2_0.6.1.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.6.0.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-smbus2_0.6.0.bb rename to meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb index 33613d9abe..1b9a879234 100644 --- a/meta-python/recipes-devtools/python/python3-smbus2_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2a3eca2de44816126b3c6f33811a9fba" inherit pypi setuptools3 -SRC_URI[sha256sum] = "9b5ff1e998e114730f9dfe0c4babbef06c92468cfb61eaa684e30f225661b95b" +SRC_URI[sha256sum] = "2b043372abf8f6029a632c3aab36b641c5d5872b1cbad599fc68e17ac4fd90a5" CLEANBROKEN = "1" From patchwork Tue Apr 14 10:38: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: 86004 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 BE9ECED7BBC for ; Tue, 14 Apr 2026 10:40:50 +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.15868.1776163242240617593 for ; Tue, 14 Apr 2026 03:40:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DsjHNg7Z; 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=1776163243; x=1807699243; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/bhtZTfAhK5aF0+zA2c/iRaPcapJcWrx20xjuudil+M=; b=DsjHNg7ZKVqA27sUeKJpJ5Go8x9IHc4qhsGKDRhtlq4Sz5cB3Oal6pX0 k1oUCmTfZuNx+q9WwT9I1BXTbqQDtx/D5V/ko7rkY0h/O+dKlIazEF/vn sO8Hi+UUAuwZQT7o9MhIrQUf+iwmb0XtmxkvowtmdvPWZfEmKNRIpACXo 89J7OYDlaUXU+8ewXj5YQZzfBNJRqfrzNCeHKMuxfCOvCivKymSaf3Ibs qKmo6gWZV4cVXnn3fuqnpqrL6+AeRn1ByrlTJqkdtZ9wgY/V0RYqENdzn cqjZjJikrAVTdkJGl+1QhZLyAl5kOR+0kPXoTonGM37mjAfRE9ty1C/uO w==; X-CSE-ConnectionGUID: +juZ4lTIQBu2bSPF2IkhuA== X-CSE-MsgGUID: rdWcjzZ4TSGHBpZHdEsZ3w== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236867109" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236867109" 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; 14 Apr 2026 19:40:41 +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 B876B1000344 for ; Tue, 14 Apr 2026 10:40:40 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 61D75C00D79 for ; Tue, 14 Apr 2026 10:40:40 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id B87E014000EC; Tue, 14 Apr 2026 10:40:37 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 27/32] python3-soundcard: upgrade 0.4.5 -> 0.4.6 Date: Tue, 14 Apr 2026 18:38:40 +0800 Message-ID: <20260414103845.1728-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126331 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-soundcard_0.4.5.bb => python3-soundcard_0.4.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-soundcard_0.4.5.bb => python3-soundcard_0.4.6.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-soundcard_0.4.5.bb b/meta-python/recipes-devtools/python/python3-soundcard_0.4.6.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-soundcard_0.4.5.bb rename to meta-python/recipes-devtools/python/python3-soundcard_0.4.6.bb index 5116892dad..17308a8965 100644 --- a/meta-python/recipes-devtools/python/python3-soundcard_0.4.5.bb +++ b/meta-python/recipes-devtools/python/python3-soundcard_0.4.6.bb @@ -6,7 +6,7 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e39df1540c06c17ca310ce87c36b042c" -SRC_URI[sha256sum] = "07272ba927e32cafdf634e4a1ca53b9a3218321a60c7d2e08f54b832a56946aa" +SRC_URI[sha256sum] = "9b46d64a26f97cd7d88bcfc385c97c069f97c5ec3404e4e7c23771598a8cf47b" inherit pypi setuptools3 features_check From patchwork Tue Apr 14 10:38: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: 86001 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 CB72EED7BBE for ; Tue, 14 Apr 2026 10:40:50 +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.msgproc02-g2.15989.1776163238016945631 for ; Tue, 14 Apr 2026 03:40:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=h28KXiS/; 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=1776163242; x=1807699242; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PwJubPbbCjZ0k5RT+mOHEVjB6uYGtEwXpCDhQlopqzo=; b=h28KXiS/6AFpaAsWUDtL0i/9qcaGQP+rJggeA/xjIPcoCMXMZscijWi2 DsUdVBZNjsWx1VCYL8bw0oXkHUSt70/IUZPUOlYP7jf5kFlbmcHmwiyo7 MD4xDHfauhfSEkgOL68kjZx9k/rglFVIverjke3Cn1FJRDZuq80oCZBP1 V9N4J/TZFbCo03hZXkUYGCE3RCrGZ4dYGRu/C9P/R5UPBNZBdAl+eAUl+ wsTgeKJo2DckW6W1WWPkW5LJ8584Ycm5etG2yVvqYvUKKD+kaGlBaNvQU /FwJmNBX9FmP6sdUBTxrDWY7sJ8d3B2USHgA7t6LL6Jz1BTCriLNlOCEy w==; X-CSE-ConnectionGUID: KaOm0JRuRciAPlWjHth1bQ== X-CSE-MsgGUID: w+9SOv6hTsKih2vghg7sUQ== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="225584022" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="225584022" 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; 14 Apr 2026 19:40:41 +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 6B2805C1D for ; Tue, 14 Apr 2026 10:40:42 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 161CFC00567 for ; Tue, 14 Apr 2026 10:40:42 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 7948414001D5; Tue, 14 Apr 2026 10:40:39 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/32] python3-tox: upgrade 4.52.0 -> 4.52.1 Date: Tue, 14 Apr 2026 18:38:41 +0800 Message-ID: <20260414103845.1728-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126332 From: Wang Mingyu Changelog: ========== - use normalize_isa for architecture factor matching - fix(pip): invalidate install cache on resolution env var changes Signed-off-by: Wang Mingyu --- .../python/{python3-tox_4.52.0.bb => python3-tox_4.52.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tox_4.52.0.bb => python3-tox_4.52.1.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-tox_4.52.0.bb b/meta-python/recipes-devtools/python/python3-tox_4.52.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-tox_4.52.0.bb rename to meta-python/recipes-devtools/python/python3-tox_4.52.1.bb index 57b780ede0..dbac6deed8 100644 --- a/meta-python/recipes-devtools/python/python3-tox_4.52.0.bb +++ b/meta-python/recipes-devtools/python/python3-tox_4.52.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://tox.readthedocs.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" -SRC_URI[sha256sum] = "6054abf5c8b61d58776fbec991f9bf0d34bb883862beb93d2fe55601ef3977c9" +SRC_URI[sha256sum] = "297e71ea0ae4ef3acc45cb5fdf080b74537e6ecb5eea7d4646fa7322ca10473e" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling From patchwork Tue Apr 14 10:38: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: 86003 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 E24A4F531DE for ; Tue, 14 Apr 2026 10:40:50 +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.msgproc02-g2.15989.1776163238016945631 for ; Tue, 14 Apr 2026 03:40:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=YwTWsS7n; 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=1776163243; x=1807699243; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ta6isRPqYmUF8pXQOUHkIo884yJiG8vQtyN5ADPL8EI=; b=YwTWsS7n0Zox+wZA14OazRrAyc18LkIQV4j6JwQY6IBGVFu4uwtSREsq 16ndxiWE2dKAhpqRL5rIbcnS5wkmQMBcwxPy+7DKDLl7lWYhOf7RD+vKa adRoNps3aPnPuBzDaggFXnQxJHCKrXn87XfOX8eAVOY3HwPbSuw+rpiT5 YnLK/BxksGtr3nASki8JDi2LSGhwqcvncdfUAXb48bN5Qd2PM5rT2aRjc OzXfl65rF+j+flTq+Jw1g7eSvDRY5+DgObQJ5Ktp5/o4CQyv8ny4fm8/j mKpvpaA+B7TYt5hroko0I95DQ3bVd1In6W9VghGhJBWp61X/ckUDlLcA+ w==; X-CSE-ConnectionGUID: jdoIuVOaQ9SyR4e4L1cUXw== X-CSE-MsgGUID: bRl178FoQeKWzx5NUy0eFA== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="225584023" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="225584023" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2026 19:40:43 +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 E73ED1C1C71D for ; Tue, 14 Apr 2026 10:40:43 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 9F66314003D0 for ; Tue, 14 Apr 2026 10:40:43 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 2ED3F14000E2; Tue, 14 Apr 2026 10:40:40 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 29/32] python3-virtualenv: upgrade 21.2.0 -> 21.2.1 Date: Tue, 14 Apr 2026 18:38:42 +0800 Message-ID: <20260414103845.1728-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126333 From: Wang Mingyu Changelog: =========== - Upgrade embedded pip/setuptools/wheel - Enhance upgrade workflow: age check, dedup, issue tracking - fix(create): use commonpath for correct path validation - ci(workflows): add zizmor security auditing - Add current and previous maintainers - fix(ci): restore git credentials for release and upgrade jobs - Fix broken Installation link in README - fix: use terminal width for help formatting instead of hardcoded 240 - fix(nushell): surface actionable hint in deactivate error output - ci: fix setup-uv warnings and drop brew@3.9 - fix(ci): fix pre-release push and release note generation - fix(ci): check out repo in publish job for gh release notes Signed-off-by: Wang Mingyu --- ...ython3-virtualenv_21.2.0.bb => python3-virtualenv_21.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-virtualenv_21.2.0.bb => python3-virtualenv_21.2.1.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_21.2.0.bb b/meta-python/recipes-devtools/python/python3-virtualenv_21.2.1.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-virtualenv_21.2.0.bb rename to meta-python/recipes-devtools/python/python3-virtualenv_21.2.1.bb index dda29c549d..3ff03e43c7 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_21.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_21.2.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" -SRC_URI[sha256sum] = "1720dc3a62ef5b443092e3f499228599045d7fea4c79199770499df8becf9098" +SRC_URI[sha256sum] = "b66ffe81301766c0d5e2208fc3576652c59d44e7b731fc5f5ed701c9b537fa78" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling From patchwork Tue Apr 14 10:38: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: 86002 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 350BCF531ED for ; Tue, 14 Apr 2026 10:40:51 +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.15994.1776163247102285001 for ; Tue, 14 Apr 2026 03:40:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cGLNZbGv; 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=1776163247; x=1807699247; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=C+KtWmDtszWd0sVPMAwB9HoX08Zq/YlSfwZ/1p8S3vo=; b=cGLNZbGvOfdgpDNuwd0g7dklgLQ1fA0wdxKZ5x2ZoOyhmz9yVS3BhBQW jC/ZShHseDf0q91u6RjUCARIVVZW3TdoY2JAiDk1u208uvf+miXG9+FOv 2jfYS0bcueOuEAXs4QJvKz8ItXveZc9DIvhtJUsFLfsgAi24Ep52XtSxq Otx5rIZWuJ27YX8wP/3ekYvzwtxi8SE1mTbtX3dpyqfqv9W7ZC4lfvjNh j1DObZI+DhUj5hCoAYAYLHyGhiMHV6zG8sT/85cxVqcZSbtbuvp3gM0jK J6F2MDFKvmpAnftyQslLim1BMSRZy7XXT0Jzh8nXlqIb/Qc0r6Bc8Guwk w==; X-CSE-ConnectionGUID: 8bsjbPsJSfCvmdZo1Z8IZQ== X-CSE-MsgGUID: d4D/Gy7dTo+Vmjj85yhM6g== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="215917448" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="215917448" 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; 14 Apr 2026 19:40:45 +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 A84D3C0009E for ; Tue, 14 Apr 2026 10:40:45 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 60391C00334 for ; Tue, 14 Apr 2026 10:40:45 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id DB69114001D5; Tue, 14 Apr 2026 10:40:42 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 30/32] python3-zopeinterface: upgrade 8.2 -> 8.3 Date: Tue, 14 Apr 2026 18:38:43 +0800 Message-ID: <20260414103845.1728-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126334 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-zopeinterface_8.2.bb => python3-zopeinterface_8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zopeinterface_8.2.bb => python3-zopeinterface_8.3.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.3.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb rename to meta-python/recipes-devtools/python/python3-zopeinterface_8.3.bb index 690c2d26aa..2dc586a3ab 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.3.bb @@ -6,7 +6,7 @@ PYPI_PACKAGE = "zope_interface" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "afb20c371a601d261b4f6edb53c3c418c249db1a9717b0baafc9a9bb39ba1224" +SRC_URI[sha256sum] = "e1a9de7d0b5b5c249a73b91aebf4598ce05e334303af6aa94865893283e9ff10" PACKAGES =. "${PN}-test " RPROVIDES:${PN} += "zope-interfaces" From patchwork Tue Apr 14 10:38: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: 86000 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 53376ED7BBA for ; Tue, 14 Apr 2026 10:40:50 +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.15868.1776163242240617593 for ; Tue, 14 Apr 2026 03:40:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=h/YnzAmq; 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=1776163249; x=1807699249; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vuhsjOF78SSa/fTuwhz40O69cj8woSc2VWwUtpiwaU0=; b=h/YnzAmqUQr1Gh+vvBHv8O2mXVRV/yPTNGVKWvedcq2cXIThwQRGuuVl 89Odn//i/m1l2noDFNfy7lYBsUSbjxoZSsxbE2w6yjFkM5+DGhB95mgw4 mwS6Nt5TIgdlHdHl3hJ+BKt/g4cZ9irL7bT+B9cMkLSsGgQ7Z389Sj/fH Fujkrdfc1u7oo7lR5ZrunX894fyWhyZ4mWp6DzRloErwiQ+QyyUh1Dgdt dzNhmd6m1p3oHx4YsAaHdGwPmtFMJowPRCSfemjDaknXtzatv27R1ipbC RkhDJSX/nb2ZYKa2HB8ETqR2t5Kv7KRRta4jgo9fHprAP2l1051mnGQ0+ g==; X-CSE-ConnectionGUID: dVefWDWKQ4qIcaSt0gVyeA== X-CSE-MsgGUID: CkMSDxFIQhaNsZXZ1UT6NQ== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="236867116" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="236867116" 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; 14 Apr 2026 19:40:48 +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 5A07A1002B99 for ; Tue, 14 Apr 2026 10:40:47 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 0EA3514003D2 for ; Tue, 14 Apr 2026 10:40:47 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 97B4C1400109; Tue, 14 Apr 2026 10:40:44 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 31/32] stunnel: upgrade 5.77 -> 5.78 Date: Tue, 14 Apr 2026 18:38:44 +0800 Message-ID: <20260414103845.1728-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:40:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126335 From: Wang Mingyu License-Update: Copyright year updated to 2026 fix-openssl-no-des.patch refreshed for 5.78 Signed-off-by: Wang Mingyu --- .../stunnel/stunnel/fix-openssl-no-des.patch | 14 +++++++------- .../stunnel/{stunnel_5.77.bb => stunnel_5.78.bb} | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) rename meta-networking/recipes-support/stunnel/{stunnel_5.77.bb => stunnel_5.78.bb} (86%) diff --git a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch index 3520bf429e..0e94a969c0 100644 --- a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch +++ b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch @@ -1,4 +1,4 @@ -From e08b9760d319d0334f2aad02d32d791c8ebd8564 Mon Sep 17 00:00:00 2001 +From 08b1bf417be039b097fae25708861fe8184c739c Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Wed, 1 Nov 2017 09:23:41 -0400 Subject: [PATCH] stunnel: fix compile error when openssl disable des support @@ -17,10 +17,10 @@ Signed-off-by: Kai Kang 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/common.h b/src/common.h -index c2229d0..5eaee8c 100644 +index ada7ff7..8484144 100644 --- a/src/common.h +++ b/src/common.h -@@ -497,7 +497,9 @@ extern char *sys_errlist[]; +@@ -489,7 +489,9 @@ extern char *sys_errlist[]; #ifndef OPENSSL_NO_MD4 #include #endif /* !defined(OPENSSL_NO_MD4) */ @@ -29,9 +29,9 @@ index c2229d0..5eaee8c 100644 +#endif #ifndef OPENSSL_NO_DH #include - #if OPENSSL_VERSION_NUMBER<0x10100000L + #endif /* !defined(OPENSSL_NO_DH) */ diff --git a/src/protocol.c b/src/protocol.c -index c390a6f..7aca745 100644 +index cddc381..ae0f374 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -82,7 +82,7 @@ NOEXPORT void ldap_client_middle(CLI *); @@ -43,7 +43,7 @@ index c390a6f..7aca745 100644 NOEXPORT void ntlm(CLI *); NOEXPORT char *ntlm1(void); NOEXPORT char *ntlm3(char *, char *, char *, char *); -@@ -1391,7 +1391,7 @@ NOEXPORT void connect_client_middle(CLI *c) { +@@ -1392,7 +1392,7 @@ NOEXPORT void connect_client_middle(CLI *c) { fd_printf(c, c->remote_fd.fd, "Host: %s", c->opt->protocol_host); if(c->opt->protocol_username && c->opt->protocol_password) { if(!strcasecmp(c->opt->protocol_authentication, "ntlm")) { @@ -52,7 +52,7 @@ index c390a6f..7aca745 100644 ntlm(c); #else s_log(LOG_ERR, "NTLM authentication is not available"); -@@ -1434,7 +1434,7 @@ NOEXPORT void connect_client_middle(CLI *c) { +@@ -1435,7 +1435,7 @@ NOEXPORT void connect_client_middle(CLI *c) { str_free(line); } diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.77.bb b/meta-networking/recipes-support/stunnel/stunnel_5.78.bb similarity index 86% rename from meta-networking/recipes-support/stunnel/stunnel_5.77.bb rename to meta-networking/recipes-support/stunnel/stunnel_5.78.bb index 954fa896ba..1740ad41f2 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.77.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.78.bb @@ -3,7 +3,7 @@ DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-sta HOMEPAGE = "https://www.stunnel.org/" SECTION = "net" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING.md;md5=1e4388407e163ad0cde171362f9a7b94" +LIC_FILES_CHKSUM = "file://COPYING.md;md5=df2a0f88c5d5e3ebce922682a7b598ec" DEPENDS = "autoconf-archive libnsl2 openssl" @@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \ file://fix-openssl-no-des.patch \ " -SRC_URI[sha256sum] = "ec026f4fae4e0d25b940cc7a9451d925e359e7fd59e9edad20baea66ce45f263" +SRC_URI[sha256sum] = "8727e53bb8b7528f850327a2a149158422c02183bc120d1d733cc65b1e2c349d" inherit autotools bash-completion pkgconfig From patchwork Tue Apr 14 10:38: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: 86005 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 E4C66ED7BBC for ; Tue, 14 Apr 2026 10:41:00 +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.15995.1776163250627939653 for ; Tue, 14 Apr 2026 03:40:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jTW6YPZh; 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=1776163250; x=1807699250; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qgCV26c+F/I5VcHQozrJsiO5fDz9cgA9/BzS0KspCaE=; b=jTW6YPZh9wouyxM8cccByIInBml8yHio05dtBNJOPQlsDOncr4ewqLgP Ga8F/3Ym8+xqoa1sJrKqnyEiH8rw7nlmRVPKHkGe+JdaIDYJJ8EMEeAvo adW6870koHVZ7lhf5O6MDSjf3ZndKhogL+fuhqF8atmd5tvwxiZYhqLlo r15C9XVo1tgkJs2aAM4CyZW8RHIDNFwriqNOofHkVOEIZyU7JQZgqN5He rT7qBgaedZG91g8RChotJnM6e6cHhG78lVDU0pfN1U/npH6x76jEmLOkd whXyoZ9Bt58MmeKkUEAE+4xhe6d++i7rqufreNB1hD0xWwDmUhQsRYB1y Q==; X-CSE-ConnectionGUID: pz0Fv+ewRqabOdsMvfr9wg== X-CSE-MsgGUID: S0LyhR5lSfGwmUT0Xz199Q== X-IronPort-AV: E=McAfee;i="6800,10657,11758"; a="215917454" X-IronPort-AV: E=Sophos;i="6.23,179,1770562800"; d="scan'208";a="215917454" 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; 14 Apr 2026 19:40: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 44F3542A325 for ; Tue, 14 Apr 2026 10:40:49 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id EA82C1800E9A for ; Tue, 14 Apr 2026 10:40:48 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTP id 50A4114000E2; Tue, 14 Apr 2026 10:40:46 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 32/32] xterm: upgrade 407 -> 408 Date: Tue, 14 Apr 2026 18:38:45 +0800 Message-ID: <20260414103845.1728-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260414103845.1728-1-wangmy@fujitsu.com> References: <20260414103845.1728-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 ; Tue, 14 Apr 2026 10:41:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126336 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-graphics/xorg-app/{xterm_407.bb => xterm_408.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xterm_407.bb => xterm_408.bb} (95%) diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_407.bb b/meta-oe/recipes-graphics/xorg-app/xterm_408.bb similarity index 95% rename from meta-oe/recipes-graphics/xorg-app/xterm_407.bb rename to meta-oe/recipes-graphics/xorg-app/xterm_408.bb index 4aecd77f98..0f76bc1209 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_407.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_408.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] = "2136eba530068a1b7565abbf17823274f5cefb7fe3618355cbc89dc55c8b7b6a" +SRC_URI[sha256sum] = "27dc9e770885f98fbd0b5b40bcda959dc11ec9ba21f0a33b12aafffcc7f9b813" PACKAGECONFIG ?= "" PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"