From patchwork Thu Apr 2 02:13: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: 85061 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 8E7D91112251 for ; Thu, 2 Apr 2026 02:14:21 +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.7064.1775096043356987981 for ; Wed, 01 Apr 2026 19:14:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TU40jDg/; 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=1775096042; x=1806632042; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=N8Mk/NHkz+dJfS5eKY5jK1a7Rzj8LqgEJUPWj2W4VH4=; b=TU40jDg/b4vPsAXe6G7iYtipeCP72MYsIUkpaCgu64m06rYLKWfIYIq5 5SrSBHVS9lNoAJ3+eJq+6Pk7t1qbh8JNXe0h3e4E2YG3op7GkP4PiQIzR Xplx32hkM2hIobcJgxEsPbPD+uZiO/1Yiba5szUSYEfViSwuPTHjqY8ZU CInNhN3iJvvonaxas54EDs6rGZ2flCKS6k4bkdGqOlxjQR7BHYSTdU69G S4LmFLKbCQPv6Fu86r1awWZNhYObsJQMKk4DczhTrrX2IzBUZQxV1eHvV fDpsxyVm/rzIpE9xGuqAmn9rqvurYOjtoOjNmFOXId/JWshHEuN4w5ZxV g==; X-CSE-ConnectionGUID: Rru4aovORp2OsW9dMal2Jw== X-CSE-MsgGUID: Q1/KshBSTqeL9jU6b2gZcg== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="235493273" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="235493273" 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; 02 Apr 2026 11:14:00 +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 8B2CC1C1C713 for ; Thu, 2 Apr 2026 02:14:01 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 4471D14003ED for ; Thu, 2 Apr 2026 02:14:01 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id D47D510001CA; Thu, 2 Apr 2026 02:13:58 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 01/39] audit: upgrade 4.1.3 -> 4.1.4 Date: Thu, 2 Apr 2026 10:13:16 +0800 Message-ID: <20260402021355.1324-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:14:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125916 From: Wang Mingyu 0001-Fixed-swig-host-contamination-issue.patch refreshed for 4.1.4 Changelog: =========== - Update syscalls and io_uring tables for the 7.0 kernel - Code cleanups - Avoid blocking auditd while handling disk space alerts - Tighten auditctl permission checks and rule deletion handling - Fix ausearch and auparse parsing for several newer record types - Prevent queue resize races in audisp and oversize records in af_unix - Fix memory safety issues in auparse and the audisp filter plugin - Improve reliability of audisp-remote, auplugin, and the ids plugin - Fix stats collection and parsing in the audisp-statsd plugin - Refresh ausearch and aureport man pages Signed-off-by: Wang Mingyu --- .../audit/0001-Fixed-swig-host-contamination-issue.patch | 8 ++++---- .../audit/{audit_4.1.3.bb => audit_4.1.4.bb} | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename meta-oe/recipes-security/audit/{audit_4.1.3.bb => audit_4.1.4.bb} (97%) diff --git a/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch b/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch index f37fbf63a7..087b31cc21 100644 --- a/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch +++ b/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch @@ -1,4 +1,4 @@ -From 4f78fcb8728cd4bf31175b3fa610a5c003e915d1 Mon Sep 17 00:00:00 2001 +From 14e49fe508a150d99ac18e35887b7d75e84c47d8 Mon Sep 17 00:00:00 2001 From: Li xin Date: Sun, 19 Jul 2015 02:42:58 +0900 Subject: [PATCH] Fixed swig host contamination issue @@ -19,7 +19,7 @@ Signed-off-by: Yi Zhao 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bindings/swig/python3/Makefile.am b/bindings/swig/python3/Makefile.am -index 428e40fa..f4dd45bc 100644 +index f8f6db18..171e96a6 100644 --- a/bindings/swig/python3/Makefile.am +++ b/bindings/swig/python3/Makefile.am @@ -23,6 +23,7 @@ @@ -30,8 +30,8 @@ index 428e40fa..f4dd45bc 100644 LIBS = $(top_builddir)/lib/libaudit.la SWIG_FLAGS = -python SWIG_INCLUDES = -I. -I$(top_builddir) -I${top_srcdir}/lib $(PYTHON3_INCLUDES) -@@ -35,7 +36,7 @@ _audit_la_DEPENDENCIES =${top_srcdir}/lib/audit_logging.h ${top_builddir}/lib/li - _audit_la_LIBADD = ${top_builddir}/lib/libaudit.la +@@ -34,7 +35,7 @@ _audit_la_DEPENDENCIES =${top_srcdir}/lib/audit_logging.h ${top_builddir}/lib/li + _audit_la_LIBADD = ${top_builddir}/lib/libaudit.la $(PYTHON3_LIBS) nodist__audit_la_SOURCES = audit_wrap.c audit.py audit_wrap.c: ${srcdir}/../src/auditswig.i - swig -o audit_wrap.c ${SWIG_FLAGS} ${SWIG_INCLUDES} ${srcdir}/../src/auditswig.i diff --git a/meta-oe/recipes-security/audit/audit_4.1.3.bb b/meta-oe/recipes-security/audit/audit_4.1.4.bb similarity index 97% rename from meta-oe/recipes-security/audit/audit_4.1.3.bb rename to meta-oe/recipes-security/audit/audit_4.1.4.bb index 12636045d4..05d6f1d277 100644 --- a/meta-oe/recipes-security/audit/audit_4.1.3.bb +++ b/meta-oe/recipes-security/audit/audit_4.1.4.bb @@ -7,12 +7,12 @@ SECTION = "base" LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;protocol=https \ +SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;protocol=https;tag=v${PV} \ file://0001-Fixed-swig-host-contamination-issue.patch \ file://auditd \ " -SRCREV = "dfda9708910e4e72412e68d638087b29522df386" +SRCREV = "07eea50408d28c953d4048dfef3da6556ce4b569" inherit autotools python3targetconfig update-rc.d systemd From patchwork Thu Apr 2 02:13: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: 85063 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 9B2F81112250 for ; Thu, 2 Apr 2026 02:14:21 +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.7066.1775096049332419609 for ; Wed, 01 Apr 2026 19:14:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Zrg3Tv3p; 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=1775096049; x=1806632049; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=pCvnDc/7/VwQCXeU/lrCYBkJQr7w5QKm9Tu8Foeoyr8=; b=Zrg3Tv3pNJtlR5cbtpdu5qM6X1e7D6PK5BiFIHKe6rwMb2q4bIZdHKJu pcbGfg+uR9db9GEdjHV/NRsXHG/pWXRADytEMpCupcPTj2K5C4Kehp8kW kJZ9s4LGpWtMu22dEg8biWGsaYA5G1+xbb2S/Tnwsxe27suD327LwdOaU nVQtvQw2WFqPqqFWxvGKTdVzyS9RrCo2mq4YTZfMWm/lhRXDNcDhTa8zt wZ6EEiwn1u0plTdB+rMuvFtiSkEpro35baBx8592kNoaHvHMOruSRENL4 qhb74OUJ6GO77CEWNTkusHhkzTqzkEzDV7QBCsh5oFIJDBT7JuUA+9+IA g==; X-CSE-ConnectionGUID: ulIufu2WTY+ema1qt/8ySA== X-CSE-MsgGUID: QgORKBO0TLiKw4LiBIQlcw== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="234940460" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="234940460" 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; 02 Apr 2026 11:14:07 +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 A87E0407540 for ; Thu, 2 Apr 2026 02:14:07 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 5447F1C4B539 for ; Thu, 2 Apr 2026 02:14:07 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id CFDFD1003740; Thu, 2 Apr 2026 02:14:04 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/39] b4: upgrade 0.15.0 -> 0.15.1 Date: Thu, 2 Apr 2026 10:13:17 +0800 Message-ID: <20260402021355.1324-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:14:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125917 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/b4/{b4_0.15.0.bb => b4_0.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/b4/{b4_0.15.0.bb => b4_0.15.1.bb} (79%) diff --git a/meta-oe/recipes-devtools/b4/b4_0.15.0.bb b/meta-oe/recipes-devtools/b4/b4_0.15.1.bb similarity index 79% rename from meta-oe/recipes-devtools/b4/b4_0.15.0.bb rename to meta-oe/recipes-devtools/b4/b4_0.15.1.bb index 4da95e12eb..beb8dcbd27 100644 --- a/meta-oe/recipes-devtools/b4/b4_0.15.0.bb +++ b/meta-oe/recipes-devtools/b4/b4_0.15.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" inherit pypi python_pep517 python_setuptools_build_meta -SRC_URI[sha256sum] = "4cfd99a27af9cabe319fe21ba20af695f68c65904c63731c4fc5a30ea38da7c8" +SRC_URI[sha256sum] = "e48c44bb579fadabb1fc3f15bf1874afd721bc1a63fba10c96f568bc1f47ccb3" RDEPENDS:${PN} += " \ python3-mailbox \ From patchwork Thu Apr 2 02:13: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: 85060 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 AB9981112255 for ; Thu, 2 Apr 2026 02:14:21 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7068.1775096051389554652 for ; Wed, 01 Apr 2026 19:14:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HpKolygE; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1775096051; x=1806632051; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=AYWcT2gggQ/ThktP4br/r8NfYeXvIokmlF4fZwiscE4=; b=HpKolygEASyXk0hMMubJ3uEPEmQMd2lyYfByS19gCGfZgE2ivuRP70bF s9fsQKWQW4us731Lni3Lse4+Wh2tPBHtYkkVpEYbhFdNiB+GGM6BVpHeg mriTzsAaSbm3OrJTKeszuryIUwy2iVeFksEaIkz2HIlPJhYs+RoIirC/3 flgxKVar9zx9LnzRjDoVdVy7U5TCfrzZ1vgnGcyHmB9fb7KEpBRGpg50P qdUfyLiewS20IvUmBE+z6+dx001vPWLTzSq4OtyZb2p/rmIanMKfHU199 ysz1Dts4XqqBTfk64y4EidLfOiJsSLaQwg9AoCH047jGYLEPViShkgKT8 w==; X-CSE-ConnectionGUID: PS8z8xQlSG61YWe51wDBdg== X-CSE-MsgGUID: ehhg4J7fQhiynsofwTXIKQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="214299088" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="214299088" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:14:09 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id D4EAD446 for ; Thu, 2 Apr 2026 02:14:09 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 849D11C4C181 for ; Thu, 2 Apr 2026 02:14:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 0FA591003741; Thu, 2 Apr 2026 02:14:06 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/39] ctags: upgrade 6.2.20260322.0 -> 6.2.20260329.0 Date: Thu, 2 Apr 2026 10:13:18 +0800 Message-ID: <20260402021355.1324-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:14:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125918 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.2.20260322.0.bb => ctags_6.2.20260329.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.2.20260322.0.bb => ctags_6.2.20260329.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.2.20260322.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.2.20260329.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_6.2.20260322.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.2.20260329.0.bb index b44b00eca0..76bb5b77be 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.2.20260322.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.2.20260329.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "0c1b0f3dfa7ed5fddb4369c8abd0c463ea3665a8" +SRCREV = "34659e2cb02e055c74e929c5bad291470a729570" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" From patchwork Thu Apr 2 02:13: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: 85067 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 D8F591112251 for ; Thu, 2 Apr 2026 02:14:41 +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.7190.1775096052976715283 for ; Wed, 01 Apr 2026 19:14:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=AcpsGsyg; 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=1775096051; x=1806632051; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oPXjjdpv5kkNp9enrH7Y3/aA8L41VgTHcayCE2ayVYw=; b=AcpsGsygCTeOL/OGR2supSGF/myDI43bTbySVHXlJY9Bw4cl896M1cF0 LZVm4AkaTvdGpBVsgyV85FHYieUzJm0B/34+o9FJ/5JPPFr9BTa9yZSgT qeVoP2kGSIVMy7fS3l6Sv7+SFB2HeGxCKkterLp/nnEK9LXH3JzqRoSPk Vpe/9e+wRphJDXPU6MWh0w3EL45Km0X84oEpsGB4ebr+W27LDug0kd5aO rFk3Um34aCKc17d8oprtMexh+HVXkgeKm/JGePpp6updGR0B6WSCGcAgu NzPXhFIyz+zInozZw8dexeiUptUY3dTOD7iV5zT4bPNIV4xJByh5K/GB+ w==; X-CSE-ConnectionGUID: SRQzqSP5Rwm1IwPugyIWSQ== X-CSE-MsgGUID: qlhg92z0QtiNukvQRmo7lA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="224160829" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="224160829" 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; 02 Apr 2026 11:14: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 4A4CF820C1B for ; Thu, 2 Apr 2026 02:14:11 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 05189145A2D2 for ; Thu, 2 Apr 2026 02:14:11 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 9F3D5100249C; Thu, 2 Apr 2026 02:14:08 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/39] debootstrap: upgrade 1.0.142 -> 1.0.143 Date: Thu, 2 Apr 2026 10:13:19 +0800 Message-ID: <20260402021355.1324-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:14:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125919 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{debootstrap_1.0.142.bb => debootstrap_1.0.143.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/debootstrap/{debootstrap_1.0.142.bb => debootstrap_1.0.143.bb} (89%) diff --git a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.142.bb b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb similarity index 89% rename from meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.142.bb rename to meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb index 1478ebb1e4..531d613cea 100644 --- a/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.142.bb +++ b/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.143.bb @@ -11,7 +11,7 @@ SRC_URI = "\ file://0003-do-not-hardcode-the-full-path-of-dpkg.patch \ " -SRC_URI[sha256sum] = "334b188c2bab5c1aa6f858a044274631d342f07f5ddec1bad870d728f02fd652" +SRC_URI[sha256sum] = "c638730e50d3cd8a46ff4ce8b1f74d579e9c8323974285cf3fd1ac36aa8f2ade" S = "${UNPACKDIR}/debootstrap" From patchwork Thu Apr 2 02:13: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: 85066 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 E56D51112259 for ; Thu, 2 Apr 2026 02:14:41 +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.7190.1775096052976715283 for ; Wed, 01 Apr 2026 19:14:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UscFhrMW; 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=1775096052; x=1806632052; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vlV2TwG3kqJEK5WT38U9eMamIebmK3+bV6Q/Ej1gNew=; b=UscFhrMWYajgDXaOlfIIirFG70RSOzlXFv1eFbSsTEffOCBP2dctB/1l 82LB+qUxhK8kETjiYZXtwHH9ar2/3eclfHLghtGRznwdaWWFI/uy6GX3P Tyj6eQ/IJLQuV/TQr3vtDJb9NkGGD6GrTkF9IYH8ogtqzZNrHuasChrRl PWHJOfC77jb4jEp2TDDFwEzsYTb3zelGAPRbeKmFA1sN+uhjUmcGAZoEK Gk1VM6Z8dBzQ4wLySEwK1lwSMGJYoSLMsPHrU/9WK4JC8gKtyvnK974GX KWonu5dzLSk583y4IdQja+m8VQdL+mxzq5DhS9xs6cUBIe4aAf9Sbpmlt w==; X-CSE-ConnectionGUID: b3nAS2NrQHObf52vYnzM/Q== X-CSE-MsgGUID: 9fxOiqGRT8esZyKUilWaTw== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="224160833" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="224160833" 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; 02 Apr 2026 11:14:11 +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 DA838C01598 for ; Thu, 2 Apr 2026 02:14:12 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 94C87140060E for ; Thu, 2 Apr 2026 02:14:12 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 375A41003740; Thu, 2 Apr 2026 02:14:09 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 05/39] fastfetch: upgrade 2.60.0 -> 2.61.0 Date: Thu, 2 Apr 2026 10:13:20 +0800 Message-ID: <20260402021355.1324-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:14:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125920 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../fastfetch/{fastfetch_2.60.0.bb => fastfetch_2.61.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/fastfetch/{fastfetch_2.60.0.bb => fastfetch_2.61.0.bb} (97%) diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.60.0.bb b/meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb similarity index 97% rename from meta-oe/recipes-support/fastfetch/fastfetch_2.60.0.bb rename to meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb index dbb999969b..8d2daeb24f 100644 --- a/meta-oe/recipes-support/fastfetch/fastfetch_2.60.0.bb +++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.61.0.bb @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76" DEPENDS = "yyjson" -SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=dev;tag=${PV}" -SRCREV = "06ecc9c4805794ca8d632844e64950e82a6d5f7e" +SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=master;tag=${PV}" +SRCREV = "e5d600600614f5496b02907a11a7bc80c369d266" inherit cmake pkgconfig From patchwork Thu Apr 2 02:13: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: 85062 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 C78491112257 for ; Thu, 2 Apr 2026 02:14:21 +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.7069.1775096056335327423 for ; Wed, 01 Apr 2026 19:14:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hJ2Qq3gs; 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=1775096054; x=1806632054; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=y4B28FTrPMwBtvfnOn673kdP/Z9wc1Yrd8P+BjmVQgc=; b=hJ2Qq3gsE6OiEvzCUJgJR+NPB8liQGzu/rjPDNQ+xFd3f4MxGZymXehu UuVobGgpaaPxHZh5l2K4wuNn54QXKDSDMoN0FDn7uSIbFg4wrLLRBiGOY RqCmMgwWmFRkQRI7pG1PlRyCMIxdJuFPeasEGs4QnWDsJb5P7s8qbcCff /0clkejYfLr9aR25vejVgcR7ryUOHn5Hmckwt6CKSsQgEQeS5vsqoBAqa GAbViPl6F0sS0RskbJVAoaJYEuuxSfsoQgEpaH4ZSSfmovm/yEm4SR97w Lej1npVCWWYmr/JFiZ/UQmKjx0rmEczYZHKPUXQSv8vIKCWzeOgCmsYmE w==; X-CSE-ConnectionGUID: y3zdZXz+RuWtlWL9Lw14Ew== X-CSE-MsgGUID: JN+3b4A7QEuACVJ0v/pU3g== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="223429490" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="223429490" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:14:13 +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 9CB1C407569 for ; Thu, 2 Apr 2026 02:14:14 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 47E381C2DF4A for ; Thu, 2 Apr 2026 02:14:14 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id C1B9B100008A; Thu, 2 Apr 2026 02:14:11 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 06/39] gedit: upgrade 49.0 -> 50.0 Date: Thu, 2 Apr 2026 10:13:21 +0800 Message-ID: <20260402021355.1324-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:14:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125921 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gnome/gedit/{gedit_49.0.bb => gedit_50.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gedit/{gedit_49.0.bb => gedit_50.0.bb} (96%) diff --git a/meta-gnome/recipes-gnome/gedit/gedit_49.0.bb b/meta-gnome/recipes-gnome/gedit/gedit_50.0.bb similarity index 96% rename from meta-gnome/recipes-gnome/gedit/gedit_49.0.bb rename to meta-gnome/recipes-gnome/gedit/gedit_50.0.bb index 15b14b2c90..92685f085a 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_49.0.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_50.0.bb @@ -24,7 +24,7 @@ def gnome_verdir(v): return oe.utils.trim_version(v, 1) SRC_URI = "git://gitlab.gnome.org/World/gedit/gedit.git;protocol=https;branch=master;tag=${PV}" -SRCREV = "684abd8299139e1a3b87446da501ad034e78c840" +SRCREV = "25d0bf0c3c40b0866fc23ec875f0af6c67f728ef" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" From patchwork Thu Apr 2 02:13: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: 85064 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 D7F1E1112259 for ; Thu, 2 Apr 2026 02:14:21 +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.7071.1775096057622354780 for ; Wed, 01 Apr 2026 19:14:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Zoxg+meE; 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=1775096056; x=1806632056; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=e+lV3ciPEFGl5mte/Owg2SdY8wF/SPkDzJ1FMkMHPv0=; b=Zoxg+meE31EE1bzPI8IqRYBc6k4tE2MVknsP1Ia3jF2YX3YSuCGH5Pho 1AsUVhJLOdogp+eTIpqZHGus7bUhx2WGl1t/VIxLRdyAEIH9qYFMdQcUG plMZKDoVd3ZyG7gI4OvusYudtmEyRtohEIi0GhcNk/rrkl9GYpVmzDQRB v0YDuv/c/fenawIPrykIgvKRLR6PRS+I55R8GjfyGfPoP+TK1H7qsMe9r W9C2HMFe5BGrxqvODCqX7zUDFr+5dhC6UAWnBmNJKuEBuWofkSKABUjMw hfEqTBJ1FFAE4KxWV1mTMu5hoPZKld4GZowjF6TRhT39vIYs625RCUWN0 w==; X-CSE-ConnectionGUID: Oqja6pcuSsOpQoZoz7dUdA== X-CSE-MsgGUID: d49Rlbr8Qp6I1xJTnwnQUg== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="235493301" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="235493301" 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; 02 Apr 2026 11:14:15 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 0BE558204FA for ; Thu, 2 Apr 2026 02:14:16 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id B9C73C252F6 for ; Thu, 2 Apr 2026 02:14:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 5D3C91003740; Thu, 2 Apr 2026 02:14:13 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 07/39] gegl: upgrade 0.4.68 -> 0.4.70 Date: Thu, 2 Apr 2026 10:13:22 +0800 Message-ID: <20260402021355.1324-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:14:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125922 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gimp/gegl/{gegl_0.4.68.bb => gegl_0.4.70.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gimp/gegl/{gegl_0.4.68.bb => gegl_0.4.70.bb} (96%) diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.68.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.70.bb similarity index 96% rename from meta-gnome/recipes-gimp/gegl/gegl_0.4.68.bb rename to meta-gnome/recipes-gimp/gegl/gegl_0.4.70.bb index 83612aa3f7..64ff475dc4 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.68.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.70.bb @@ -28,7 +28,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" SHPV = "${@gnome_verdir("${PV}")}" SRC_URI = "https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "5002309b9a701260658e8b3a61540fd5673887cef998338e1992524a33b23ae3" +SRC_URI[sha256sum] = "47f50d9c3aecd375deb48c11ebfead52d162e4fc162a4b3d44618277f1faec02" PACKAGECONFIG ??= "gexiv2 libraw librsvg pango poppler sdl2" PACKAGECONFIG:class-native = "librsvg" From patchwork Thu Apr 2 02:13: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: 85068 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 087E4111225B for ; Thu, 2 Apr 2026 02:14:42 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7196.1775096059394153438 for ; Wed, 01 Apr 2026 19:14:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bmZcasgn; 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=1775096059; x=1806632059; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3ZROSGOlZz06CEDgFxx5DNGHv9he7WN6Wrtzd6MrNv8=; b=bmZcasgnu45ov9xh/ScaB2uwmcXlHsroWk+CVWaK9SHuWMNmhndmc9mR lASLJFnHO+XFfP23uPidxAZrEu1GFudpmCRFVXPZDpmh1C/scMlMh58QE JI8V/XVkze4J65P67RYWQSwDTJ3AgUC1DrOWUnMMDi1hoXpe0yg8NhsX7 TLrrOc7PmDSJZnQEq294W9Rq9a0RJFi5zJTb78fdUQWaEkHqjh3ApzTpn uIrxraXAm115PACagPF3P0WCRLeMrMftaiVGUl4krRIyVUz2kzgJRs1Yj 7z0vBe7V/6UpEL6t+O9Qija6oNdKft1DzVXnB+muz6HR5pRy9ch2lnzMW g==; X-CSE-ConnectionGUID: VkmhC2KdR8ac5hMd1ART4g== X-CSE-MsgGUID: I6tsjgsDQaSDsuEK/fpxsg== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="214501714" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="214501714" 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; 02 Apr 2026 11:14:17 +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 B4CE11C00091 for ; Thu, 2 Apr 2026 02:14:17 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 65E51C012AC for ; Thu, 2 Apr 2026 02:14:17 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id E8DC4100008A; Thu, 2 Apr 2026 02:14:14 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 08/39] glaze: upgrade 7.2.1 -> 7.2.2 Date: Thu, 2 Apr 2026 10:13:23 +0800 Message-ID: <20260402021355.1324-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:14:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125923 From: Wang Mingyu Improvements ============= error_on_missing_array_elements option Glaze vs Boost.Beast HTTP server benchmarks and optimizations custom optional support Add clang-cl CI workflow Make REST router more like a map and allow overwriting routes Fixes ====== YAML fix for generic_u64 and generic_i64 format_context to support specifying YAML in opts format field glz::patch support for all glz::generic_ types Avoid erroring on nullable value types Fix GNU-style flag passing to MSVC frontend Nullable value write skipping Signed-off-by: Wang Mingyu --- .../recipes-support/glaze/{glaze_7.2.1.bb => glaze_7.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/glaze/{glaze_7.2.1.bb => glaze_7.2.2.bb} (92%) diff --git a/meta-oe/recipes-support/glaze/glaze_7.2.1.bb b/meta-oe/recipes-support/glaze/glaze_7.2.2.bb similarity index 92% rename from meta-oe/recipes-support/glaze/glaze_7.2.1.bb rename to meta-oe/recipes-support/glaze/glaze_7.2.2.bb index 9750253005..807f8811d1 100644 --- a/meta-oe/recipes-support/glaze/glaze_7.2.1.bb +++ b/meta-oe/recipes-support/glaze/glaze_7.2.2.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 = "527b419fecfcc19261866dcfdf62dbf6e393970c" +SRCREV = "959c50207aa552a8de5aabfcbb6801d08fa6fb9d" inherit cmake From patchwork Thu Apr 2 02:13: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: 85065 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 20FA5111225B for ; Thu, 2 Apr 2026 02:14:22 +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.7072.1775096060546262058 for ; Wed, 01 Apr 2026 19:14:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ZEu72sdl; 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=1775096060; x=1806632060; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=u5WYPEo+5MyoKCUjcir3gDwZQIEQytpmKJNcp0sCw34=; b=ZEu72sdl70WNB4nA0aLbmminqHVBsY239n5son929uegy3HGM1QsbSLa qEV75CxmghUk1VQUr4C1psKX65QPqAWYMqcallsPtfYIIOXdKjYmVL6hT jXReTQOM4+bQtYyerlhPGcHqhpLhmeFkiDaVs8ExrxLEYHkdYSg9dVXK+ PcLocPOcSehjTWSZheyjJCdy7b7RVdgGHr/QJT3LtyxHQggnrBQI0irgT NzLcMvMNhnJZjSDVfD7vjQ8XRk1xm1oKi8NQU5uYQPLrjzw3VTcevJlah ctr6wiIbAF5QEIQyJ+L0x+MT9HmPpqQlJEJgOB/QY4ACkGpkhboLdL8CH g==; X-CSE-ConnectionGUID: iU6gqZEPT5uvkp3rzN23CA== X-CSE-MsgGUID: L1MJadNuSaiJzRsjf2QmqA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="234940499" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="234940499" 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; 02 Apr 2026 11:14:19 +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 220D9820C0A for ; Thu, 2 Apr 2026 02:14:19 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id CD5D7C252CA for ; Thu, 2 Apr 2026 02:14:18 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 779F81003741; Thu, 2 Apr 2026 02:14:16 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 09/39] jsoncons: upgrade 1.5.0 -> 1.6.0 Date: Thu, 2 Apr 2026 10:13:24 +0800 Message-ID: <20260402021355.1324-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:14:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125924 From: Wang Mingyu Changelog: ============ - Git PR #673: Fix warning for non clang builds on linux - Git Issue #675: std::chrono conversion does not compile with libc++ - Git PR #679: Fix double colon in url generator - Git PR #680: Added missing space after "found" in maximum_validator - Git PR #685: optimize semantic_tag::noesc write_string - Git PR #687: jmespath: allow rhs_expression in a keyvalue - expression - Git PR #688,#689: jmespath: where possible without losing information, - store the result of ceil and floor as basic_json integer values - rather than double values. - Added toon-format extension Signed-off-by: Wang Mingyu --- .../jsoncons/{jsoncons_1.5.0.bb => jsoncons_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/jsoncons/{jsoncons_1.5.0.bb => jsoncons_1.6.0.bb} (89%) diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.6.0.bb similarity index 89% rename from meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb rename to meta-oe/recipes-support/jsoncons/jsoncons_1.6.0.bb index 1321f824ee..64860c06dd 100644 --- a/meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb +++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.6.0.bb @@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "95a220dff2d927f15e1fe0c7dac2821b7134e4c9" +SRCREV = "128553c8d1b222c30819656d123590accb60689d" inherit cmake From patchwork Thu Apr 2 02:13: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: 85069 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 F17C9111225A for ; Thu, 2 Apr 2026 02:15:31 +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.7213.1775096123469670295 for ; Wed, 01 Apr 2026 19:15:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=F/+SjnBZ; 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=1775096124; x=1806632124; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=60vYLd78d5pctoeRXw9QIEoW/8zPDq4Iul9kf4fQPd0=; b=F/+SjnBZHySzKCJdZgxBG2eqoSuNjC1o4RfOyrwYcUjrfYPiEijpFAVj ViOikqVIpmlregNhbIXb9FWF2PGW30lBFddcw8afOMQCdGQnRbIn6Y6x+ x3lgc4RcKekwQE7Bh1/vxptenq25Qnh2E51fq3u+P0OQikd2qv5GIHaAB Yk7cc7fOaRLN6g7znOWf81NdxUw6zWEq9Ma2C1gW+jIIDufXsJkXWh1pC rKknCDI/Dnp+G/X8zUMHr4nbAO7mEf00bC6cY8Cyo7q2j/8F2HURNfPi2 M7VtRM/16BBtXm699x5HW1/4GB0RLAYg10BcFs2q87NikCNHjdmrbFX+o w==; X-CSE-ConnectionGUID: vaRqDmupTRCigVIX2gCJYQ== X-CSE-MsgGUID: 3o9+FO21R+axAJ6wkA8Mug== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="235451163" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="235451163" 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; 02 Apr 2026 11:15:22 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id DE2243FE2 for ; Thu, 2 Apr 2026 02:15:21 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 8D3501C135FE for ; Thu, 2 Apr 2026 02:15:21 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 1833B1003742; Thu, 2 Apr 2026 02:15:18 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 10/39] libgedit-gfls: upgrade 0.3.1 -> 0.4.0 Date: Thu, 2 Apr 2026 10:13:25 +0800 Message-ID: <20260402021355.1324-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125925 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../gedit/{libgedit-gfls_0.3.1.bb => libgedit-gfls_0.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gedit/{libgedit-gfls_0.3.1.bb => libgedit-gfls_0.4.0.bb} (90%) diff --git a/meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.3.1.bb b/meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.4.0.bb similarity index 90% rename from meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.3.1.bb rename to meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.4.0.bb index 8d864daac0..05c30a1e35 100644 --- a/meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.3.1.bb +++ b/meta-gnome/recipes-gnome/gedit/libgedit-gfls_0.4.0.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 = "0a0c8dd29ae2f9f4a99cbaaf1628d2352953e0bc" +SRCREV = "b292896adfb1c371aa8db0819f4754ff3bf4a848" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" From patchwork Thu Apr 2 02:13: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: 85070 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 13E91111225C for ; Thu, 2 Apr 2026 02:15:32 +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.7214.1775096124709632293 for ; Wed, 01 Apr 2026 19:15:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=tItrHdUY; 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=1775096124; x=1806632124; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=GK5kNMoxPit4PYm8oUk8KPYXBDTTsC6TzUyPNrLx8do=; b=tItrHdUY7grPb7ymsNrdDd0JgnH/1k2LccMHkyZ2P6vJy6smYrHEb3le 76zz5XqDODLEQdIA6x166jop4BnW3Rl8PJOaGfY5C7z52qNoWxyThpp83 6OTDUUtczibh0Xupdf6sR7fNlD+rxGw2Ebm5KDkhRf65inzWg5vRHVzRk hG+S/wArtNKPboaWCv0govg/ILeiJxJV2+OhLaZDyXCN3Yy4tP0EOowTT OxzUBCSpCJUTgAGwn2qS50N7bg0/I3X/0ituN7wwzjeNDdDuRD+n7Qry1 hzjKfZeTBFFlbqW6VDobi9rjsB1/p3Fp5iKmb5lXyFJ9eHEXPe4EPZKrp w==; X-CSE-ConnectionGUID: xSOn3GpsTqy/1CkAr0cbuw== X-CSE-MsgGUID: oO8ZGYSFTKCW5+K7KY1YNw== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="234940626" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="234940626" 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; 02 Apr 2026 11:15:23 +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 42C1F8203DD for ; Thu, 2 Apr 2026 02:15:23 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id F1C97C00546 for ; Thu, 2 Apr 2026 02:15:22 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id A4DB31003740; Thu, 2 Apr 2026 02:15:20 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 11/39] libharu: upgrade 2.4.5 -> 2.4.6 Date: Thu, 2 Apr 2026 10:13:26 +0800 Message-ID: <20260402021355.1324-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125926 From: Wang Mingyu Changelog: =========== - TTF security fixes - Fix #334 - HPDF_FAILD_TO_ALLOC_MEM missing - Compatibility with Higher version of Delphi - Remove restriction on user password to be different from owner password - Fix various typos - Fix Build error for Win32 (x86) due to modifier mismatch #350 - CMakeLists.txt: install docs and bindings to DOCDIR - Adapt CMake scripts for WebAssembly compilation Signed-off-by: Wang Mingyu --- .../libharu/{libharu_2.4.5.bb => libharu_2.4.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libharu/{libharu_2.4.5.bb => libharu_2.4.6.bb} (83%) diff --git a/meta-oe/recipes-support/libharu/libharu_2.4.5.bb b/meta-oe/recipes-support/libharu/libharu_2.4.6.bb similarity index 83% rename from meta-oe/recipes-support/libharu/libharu_2.4.5.bb rename to meta-oe/recipes-support/libharu/libharu_2.4.6.bb index 0ad4bd92c0..714cccbc3c 100644 --- a/meta-oe/recipes-support/libharu/libharu_2.4.5.bb +++ b/meta-oe/recipes-support/libharu/libharu_2.4.6.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=924546dab2bef90e370d7c0c090ddcf0" DEPENDS += "libpng zlib" -SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https" -SRCREV = "8fe5a738541a04642885fb7a75b2b5b9c5b416fa" +SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https;tag=v${PV}" +SRCREV = "3467749fd1c0ab6ca6ed424d053b1ea53c1bf67c" inherit cmake From patchwork Thu Apr 2 02:13: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: 85073 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 20796111225E for ; Thu, 2 Apr 2026 02:15:32 +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.7091.1775096126299395392 for ; Wed, 01 Apr 2026 19:15:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TjA/Y4Pk; 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=1775096126; x=1806632126; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LC3oS7bXP/DnF80i8RSrGWIqpwgS8nczGESCHJ5miJQ=; b=TjA/Y4PkswwnD7tIdVG77nUXTHGOf0KjT6fMvtz46DXpigdy56ErXXI2 EpbKoG3S7bSxBkX+nrxqdc6N3kJYu6ITLMtLnCZlsbIjFsui4QGHtqstW qigl4UVcm6J9QWXBoeyUshHhnx3GSjRtne5gqCXWDZ6xyXtxTBVWsTm3o suzPUSay2TpZdRzjeTZfE4jH/w2xvnV4i4Fh8EuiF4qvAu79JfOxLA/ia 1qm13ze0UPR7I1M0gmcMLaTTRALvmEBJ7nv1oaLjRnf1yvSIJ4ivt2a8B u4Urh/pCuf6D1sQSQMQHPm+wEFVd0MwUOJhdm3C7IpCa6gzNGsuJRX5hY g==; X-CSE-ConnectionGUID: ZZAgwPw3S52vN5DRmVXaAg== X-CSE-MsgGUID: +BGyvqlfRDqxO12UMXU1IQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="214501867" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="214501867" 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; 02 Apr 2026 11:15:25 +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 D5F52820C24 for ; Thu, 2 Apr 2026 02:15:24 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 8DD27896E17 for ; Thu, 2 Apr 2026 02:15:24 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 33BE410001CA; Thu, 2 Apr 2026 02:15:21 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 12/39] libwebsockets: upgrade 4.5.7 -> 4.5.8 Date: Thu, 2 Apr 2026 10:13:27 +0800 Message-ID: <20260402021355.1324-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125927 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{libwebsockets_4.5.7.bb => libwebsockets_4.5.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_4.5.7.bb => libwebsockets_4.5.8.bb} (98%) diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.7.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.8.bb similarity index 98% rename from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.7.bb rename to meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.8.bb index 9c7c60742d..02843be7c3 100644 --- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.7.bb +++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.8.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b5d391cc7929bcba238f9ba6805f7574" DEPENDS = "zlib" DEPENDS:append:class-native = " libcap-native" -SRCREV = "94b9bdbfec2a89464505fc8cc379f33d4e334018" +SRCREV = "fbb0baf6af9c4324f0f1591734c78b0089b599d4" SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.5-stable;tag=v${PV}" UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases" From patchwork Thu Apr 2 02:13: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: 85072 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 397321112260 for ; Thu, 2 Apr 2026 02:15:32 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7093.1775096128011006245 for ; Wed, 01 Apr 2026 19:15:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ol7eJ/VB; 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=1775096126; x=1806632126; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oz+yWeaxGiKFoGisG3P1hq7EWuxYvCk2vqI7CzIZqz4=; b=ol7eJ/VB19AcvxLA+41n0uln4LB5h2CEAhuVj13JQpFgjrwvCrLJBU1R o4YJZFTo2PP77YzRDo6nAbbmTuwr1qj3PyyVdhj/5KTIu7+INJqjWHpci Ir+g63QHB0xTm88VF8raBOwRdF4aP6KtiQvSieqbauvM/3FgJh6W9EDMq I0OaNpveNCYpkk0CTaxZNZ50MhLfTMHKAZxMdTKfb/mijnAZQ2xy4XdqU U5oCCVTxS/D3HNfgLVq3Xy22ADm+aBe7HRxYd4fZXEqmZ7Ov+kTzsBEHf Ioll67mr4K8Cfds1FbGOAvcrw6vml62174bn0prmk2EvL3xhe11S8G9wB w==; X-CSE-ConnectionGUID: lppLOJ52TSmzdSe14QF6qQ== X-CSE-MsgGUID: y2j02AIGQs+Sr6/E9cFTsg== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="224160998" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="224160998" 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; 02 Apr 2026 11:15:25 +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 99A501C001B2 for ; Thu, 2 Apr 2026 02:15:26 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 4C761C012B8 for ; Thu, 2 Apr 2026 02:15:26 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id BF7C81003742; Thu, 2 Apr 2026 02:15:23 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 13/39] ngtcp2: upgrade 1.21.0 -> 1.22.0 Date: Thu, 2 Apr 2026 10:13:28 +0800 Message-ID: <20260402021355.1324-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125928 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ngtcp2/{ngtcp2_1.21.0.bb => ngtcp2_1.22.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/ngtcp2/{ngtcp2_1.21.0.bb => ngtcp2_1.22.0.bb} (93%) diff --git a/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.0.bb similarity index 93% rename from meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb rename to meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.0.bb index f71de5aa07..f7c0ee0d4f 100644 --- a/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.21.0.bb +++ b/meta-networking/recipes-protocols/ngtcp2/ngtcp2_1.22.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=de0966c8ff4f62661a3da92967a75434" SRC_URI = "gitsm://github.com/ngtcp2/ngtcp2;protocol=https;branch=main;tag=v${PV};name=ngtcp2" -SRCREV = "9e32add590fc74707b62f61aa5e0aa5c6f8a2c60" +SRCREV = "2a441e8540d192b0707989b146ce80efcae5f0d6" DEPENDS = "brotli libev nghttp3" From patchwork Thu Apr 2 02:13: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: 85071 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 4609F1112262 for ; Thu, 2 Apr 2026 02:15:32 +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.7097.1775096129695242631 for ; Wed, 01 Apr 2026 19:15:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mn/Rr/nx; 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=1775096128; x=1806632128; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=b1gdZeLqoAbyefY1BZPVYsopJH1Uhed0tMW7Khnsf5s=; b=mn/Rr/nxXdGzWs2lnXXUW8jFeTa9t4nkO2k+Rfi9LJpoORMuL0BVDvEf +mHV4o/SbdkX73361rv2aXTH4ChN2hJm4PR1gQudxNx70P5BR6BY12ucc j7D8bwUQnHxj9Brt9zPKEG9FZz4fr0MCI7SRttQIrwF0WvZ2/I31kzC+o W5wITWbxVOyp0jgsVHgwAmnZrCEhJnf2jrmCX+ZlSecdrOaSJKF43JRbZ bpv0X0CsJAgm4mq9NHNlmkRS5ptEmf1iTRB1dbtYFPiT4VbG4PeGGruOa KRhydVzFASzySkL/2D5VxLiGPCVcrM9peWS/fnD6n3emVmW3x9AO+EhjT Q==; X-CSE-ConnectionGUID: M848irDiSfO5bRKhsIQEBw== X-CSE-MsgGUID: WDuGkffYQsmHAvaDoBfJug== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="236208312" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="236208312" 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; 02 Apr 2026 11:15:26 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 2FE7B1C001B5 for ; Thu, 2 Apr 2026 02:15:28 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id D483EC012B8 for ; Thu, 2 Apr 2026 02:15:27 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 56F381003741; Thu, 2 Apr 2026 02:15:25 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 14/39] nss: upgrade 3.121 -> 3.122 Date: Thu, 2 Apr 2026 10:13:29 +0800 Message-ID: <20260402021355.1324-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125929 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nss/{nss_3.121.bb => nss_3.122.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nss/{nss_3.121.bb => nss_3.122.bb} (99%) diff --git a/meta-oe/recipes-support/nss/nss_3.121.bb b/meta-oe/recipes-support/nss/nss_3.122.bb similarity index 99% rename from meta-oe/recipes-support/nss/nss_3.121.bb rename to meta-oe/recipes-support/nss/nss_3.122.bb index 99f54c948a..70aee3d9db 100644 --- a/meta-oe/recipes-support/nss/nss_3.121.bb +++ b/meta-oe/recipes-support/nss/nss_3.122.bb @@ -33,7 +33,7 @@ SRC_URI = "https://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/ file://0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch \ file://0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ " -SRC_URI[sha256sum] = "cb3a8f8781bea78b7b8edd3afb7a2cb58e4881bb0160d189a39b98216ba7632e" +SRC_URI[sha256sum] = "2699478b843b9f09c61f85341578df514463a0069447c816bef0d59bd800d777" UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" UPSTREAM_CHECK_REGEX = "NSS_(?P\d+(\_\d+)+)" From patchwork Thu Apr 2 02:13: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: 85075 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 3DD76111225A for ; Thu, 2 Apr 2026 02:15:42 +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.7216.1775096131714999810 for ; Wed, 01 Apr 2026 19:15:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IC9872yI; 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=1775096132; x=1806632132; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=GPHs0bBWRX1WPJS/uvRczYcYVlHzzkU/wWwdw1WGUEw=; b=IC9872yIdDrOCVTy42T8v6X+8So1jPeZH1KUgNXw40RP79C19mwspIvd CoaQtPeUNXkrsobrFIRlObtiGveyGnye0yuXZrk/h67pifC05mofRW2Pa T1pwW/mRu8kFcuYhwjHcYsDh2TZGAVH29FYTqeoexcYeq1PT8vQGTMj9o PThPWcfPVhny5soyr8K0VN716mqw0eQWc9fZFcFjS6HvNusVHWuxZJf56 HQAdWIYMbDIu29XixuhAhLw2hWJRjICu5Z+n8GLHsxs1fdpBBecHio/Bi L0VvxKAJNaDjLDgQKqLV4CKG0ycu0VNKz4r/SMJm0sl+ewIEwTi3SAIF3 g==; X-CSE-ConnectionGUID: ceajHGhGRr+GN02AKW0xwQ== X-CSE-MsgGUID: /iYgPCyrQtC0CNd2sz07Eg== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="235451174" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="235451174" 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; 02 Apr 2026 11:15:30 +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 3916E1000359 for ; Thu, 2 Apr 2026 02:15:30 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id DC6CDC012B8 for ; Thu, 2 Apr 2026 02:15:29 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id E31CC1003743; Thu, 2 Apr 2026 02:15:26 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 15/39] parallel: upgrade 20260222 -> 20260322 Date: Thu, 2 Apr 2026 10:13:30 +0800 Message-ID: <20260402021355.1324-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125930 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../parallel/{parallel_20260222.bb => parallel_20260322.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/parallel/{parallel_20260222.bb => parallel_20260322.bb} (93%) diff --git a/meta-oe/recipes-extended/parallel/parallel_20260222.bb b/meta-oe/recipes-extended/parallel/parallel_20260322.bb similarity index 93% rename from meta-oe/recipes-extended/parallel/parallel_20260222.bb rename to meta-oe/recipes-extended/parallel/parallel_20260322.bb index cf01b783bb..5a9980e66f 100644 --- a/meta-oe/recipes-extended/parallel/parallel_20260222.bb +++ b/meta-oe/recipes-extended/parallel/parallel_20260322.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ " SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "c6272a48972a0f2fdd3f39560d698f3c5abd3d8a4de40d52f9772f3a03ae1f48" +SRC_URI[sha256sum] = "764680e932f4d0d21cf0329bd9f9eed659895de16836001f6491533b822befe0" inherit autotools bash-completion From patchwork Thu Apr 2 02:13: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: 85074 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 4B5711112261 for ; Thu, 2 Apr 2026 02:15:42 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7218.1775096133229766648 for ; Wed, 01 Apr 2026 19:15:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gWay5ldk; 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=1775096133; x=1806632133; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Vn45F0JMgAmIrfdF0XeD0j3y+XE320j7CE8gHIEw2k4=; b=gWay5ldksUAe7aXzOTyTBzXxTwzy2O2A2upKYPPSb0ywNjke8ZMsldVs ataUt5tbAImgD1cQk3Vm9KTIWrKpCyLhjIIkmppQXtV5qwZn5FpBMn9Wp UxiC/50+61z6vh09kRX/ToKm0Ur60AhBF1UIJzZKG6GDnkdcWTEQt3dcZ jMZChJWgmo390YkgtgoiprpJ+lKwn/rPdXrK1TkBb4JVr6jZfEyMIWMDl VOgCzXWQmdtOzEZRR2U8SKY0eyx08Sa5CjIaAku7YR1bJO4TCk0sxbY/x 2GTBAzhv6tMRcDV6qHy7sYCukoWyGjWy0tWhmW6gI4FMjhKaoxsuHqiAV A==; X-CSE-ConnectionGUID: EgLUbfhQSOeCn9eoTCFooQ== X-CSE-MsgGUID: gH1fjGOuTTurLymDkkLrBQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="214501872" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="214501872" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15:32 +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 D1DB53FC6 for ; Thu, 2 Apr 2026 02:15:31 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 7C77D18915CB for ; Thu, 2 Apr 2026 02:15:31 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id EE3821003741; Thu, 2 Apr 2026 02:15:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 16/39] python3-aiohttp: upgrade 3.13.3 -> 3.13.4 Date: Thu, 2 Apr 2026 10:13:31 +0800 Message-ID: <20260402021355.1324-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125931 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-aiohttp_3.13.3.bb => python3-aiohttp_3.13.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohttp_3.13.3.bb => python3-aiohttp_3.13.4.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.3.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.4.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-aiohttp_3.13.3.bb rename to meta-python/recipes-devtools/python/python3-aiohttp_3.13.4.bb index 00758a7546..7416b87347 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.3.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.4.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" -SRC_URI[sha256sum] = "a949eee43d3782f2daae4f4a2819b2cb9b0c5d3b7f7a927067cc84dafdbb9f88" +SRC_URI[sha256sum] = "d97a6d09c66087890c2ab5d49069e1e570583f7ac0314ecf98294c1b6aaebd38" CVE_PRODUCT = "aiohttp" From patchwork Thu Apr 2 02:13: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: 85076 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 5C34F1112263 for ; Thu, 2 Apr 2026 02:15:42 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7093.1775096128011006245 for ; Wed, 01 Apr 2026 19:15:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=A9niVaVx; 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=1775096132; x=1806632132; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3ZDUMoTdSbXQYK0a+PaO/yQ3oGF10RnSFtdaqlxcKPs=; b=A9niVaVx6J0LrZ3Zr6cxGUG/mx26Ar06pEsiafgUqO4C+mINuwDwMflX 1Ow+VHtVrSdz8nApPx0ivbTaILRWVYZojaxWA8NbpcLvJUhMptvgkl1Zn BsA0fEcQDWoTk1u2cI47Eb+YWy26TSHelWMuKjgtIjEQra997uOdyMzDz Cylh7xcxR92uy5c9N9OHBdc8KlvsBvQm8sSzYiuudKWGAu/DtC32OzsnY nRMTG/vXtTvSzNb6G1Uq55C1hCLigFiv56t3MFJ5CEa0yYEeFfTaOl6ta 2RIEmBpwri4Ef27Xc1ekHxlvqPfz9FcZaeXMX9Uo5AC9nMp0q4XChzV/C g==; X-CSE-ConnectionGUID: PALcGicpSOitJ1YYMI/Z0Q== X-CSE-MsgGUID: hEfWGAvLQ46M/D4AIcmJfA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="224161011" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="224161011" 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; 02 Apr 2026 11:15:32 +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 578D31000141 for ; Thu, 2 Apr 2026 02:15:33 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 084F9C0387B for ; Thu, 2 Apr 2026 02:15:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 89F251003743; Thu, 2 Apr 2026 02:15:30 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 17/39] python3-anyio: upgrade 4.12.1 -> 4.13.0 Date: Thu, 2 Apr 2026 10:13:32 +0800 Message-ID: <20260402021355.1324-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125932 From: Wang Mingyu Changelog: =========== - Dropped support for Python 3.9 - Added a ttl parameter to the anyio.functools.lru_cache wrapper - Widened the type annotations of file I/O streams to accept IO[bytes] instead of just BinaryIO - Fixed anyio.Path not being compatible with Python 3.15 due to the removal of pathlib.Path.is_reserved() and the addition of pathlib.Path.__vfspath__() - Fixed the BrokenResourceError raised by the asyncio SocketStream not having the original exception as its cause - Fixed the TypeError raised when using "func" as a parameter name in pytest.mark.parametrize when using the pytest plugin - Fixed the pytest plugin not running tests that had the anyio marker added programmatically via pytest_collection_modifyitems - Fixed cancellation exceptions leaking from a CancelScope on asyncio when they are contained in an exception group alongside non-cancellation exceptions - Fixed Condition.wait() not passing on a notification when the task is cancelled but already received a notification - Fixed inverted condition in the process pool shutdown phase which would cause still-running pooled processes not to be terminated Signed-off-by: Wang Mingyu --- .../python/{python3-anyio_4.12.1.bb => python3-anyio_4.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-anyio_4.12.1.bb => python3-anyio_4.13.0.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb b/meta-python/recipes-devtools/python/python3-anyio_4.13.0.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb rename to meta-python/recipes-devtools/python/python3-anyio_4.13.0.bb index 40312c761a..e3e4fc9f7e 100644 --- a/meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-anyio_4.13.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703" +SRC_URI[sha256sum] = "334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc" DEPENDS += " \ python3-setuptools-scm-native \ From patchwork Thu Apr 2 02:13: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: 85078 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 6EA951112265 for ; Thu, 2 Apr 2026 02:15:42 +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.7221.1775096136442485621 for ; Wed, 01 Apr 2026 19:15:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=snv+EO3J; 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=1775096136; x=1806632136; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mx5zsLHGGl9VVADFuuhXNiAANqiVGlZRxekcxkCd/68=; b=snv+EO3JI4h75n0Is/xSVhBkiSxhkiCYUdA4bvvZu01qgerEu3tzWpEp 0VOc2xjNmV/z+XE7BFeu9we9wRyeRmCyTrXrI1Psm1Z+GW00OpAnOoQER kDRItY/pm8NKXOsZvP91udDXdJx0RpPqRRoHHnty05kJcm86VGD3vR0eR r96ptwgvhzfcyPiIHURJkZ25gZsfOLhacYlQU3JbuEcbKVbpBeUUAXRXa wzUv43m6eksp7w82634Ue+CXsYaI0vNGxxoXD9MYVGsDeSYr7ExyqJiZF 4UUSWNm908NO4UL2f5xilKhOx9SopucS0JdlDb0FhBrFtMpiOv5/XhJjm Q==; X-CSE-ConnectionGUID: CkSkH9JwQdG7mS1BDNoBKQ== X-CSE-MsgGUID: vlUmkH1bTHCuCbUjgKkNMw== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="222970428" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="222970428" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15: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 EAC5F1C001B3 for ; Thu, 2 Apr 2026 02:15:34 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 99A2B188C99A for ; Thu, 2 Apr 2026 02:15:34 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 1DE26100249C; Thu, 2 Apr 2026 02:15:31 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 18/39] python3-bleak: upgrade 3.0.0 -> 3.0.1 Date: Thu, 2 Apr 2026 10:13:33 +0800 Message-ID: <20260402021355.1324-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125933 From: Wang Mingyu Changelog: Fixed AttributeError in start_notify() and stop_notify() on Android. Signed-off-by: Wang Mingyu --- .../python/{python3-bleak_3.0.0.bb => python3-bleak_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bleak_3.0.0.bb => python3-bleak_3.0.1.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-bleak_3.0.0.bb b/meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-bleak_3.0.0.bb rename to meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb index d4cae1b418..89f7c973d5 100644 --- a/meta-python/recipes-devtools/python/python3-bleak_3.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/hbldh/bleak" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" -SRCREV = "f137b19257abe27b4700b5ab0f5303a1461f6c70" +SRCREV = "3f967abe9ef454bd494055612a067f2128944df2" PYPI_SRC_URI = "git://github.com/hbldh/bleak.git;protocol=https;branch=develop;destsuffix=${S};tag=v${PV}" SRC_URI:append = " file://run-ptest" From patchwork Thu Apr 2 02:13: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: 85077 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 7F3061112264 for ; Thu, 2 Apr 2026 02:15:42 +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.7221.1775096136442485621 for ; Wed, 01 Apr 2026 19:15:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Psdq6Mc8; 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=1775096137; x=1806632137; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5K9mKIta7a2wAqWP3xwVrf5elNSSxuFjq0dkZoNb/8w=; b=Psdq6Mc8mDoAGFo083XFExESqL4dKJkxYFHCr0yuP3IA3IGyoiTJu3z5 ADlRcoRNeunLjNMaMHOS25IqhYClhBdBRrd1Wc4bacL3w48OoZ+p1g9ac TWaQfsLdmCariNmvD5PpTkGoro7z3tSBgxjVaqBPRUDBAJ7Lh7CQFRM6C cisYXA2E1rqrHkVxZDbGn2egp2UhZAAUmj2T6V8mW+ILNwh6J+oKNZrQh t7/luR3bCwOpNZpd+oarFqy9u508FKEzwrVBTjzAcBr0W+dezJyb7zJ7m XtwiNyklfF7pOh46sOBy2j2+7CWjdj6rEfnvOA4tIpAviM6+ywmXWwb7a w==; X-CSE-ConnectionGUID: geg71VQSRRWdzbZvL4HI/A== X-CSE-MsgGUID: B3skrHYAQX6k0iMgB33pmw== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="222970434" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="222970434" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15:36 +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 8A73B1000145 for ; Thu, 2 Apr 2026 02:15:36 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 368BB18915DB for ; Thu, 2 Apr 2026 02:15:36 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id ACAC5100008A; Thu, 2 Apr 2026 02:15:33 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 19/39] python3-cmake: upgrade 4.2.3 -> 4.3.0 Date: Thu, 2 Apr 2026 10:13:34 +0800 Message-ID: <20260402021355.1324-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125934 From: Wang Mingyu Changelog: docs: mention Windows ARM in README Signed-off-by: Wang Mingyu --- .../python/{python3-cmake_4.2.3.bb => python3-cmake_4.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmake_4.2.3.bb => python3-cmake_4.3.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.2.3.bb b/meta-python/recipes-devtools/python/python3-cmake_4.3.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-cmake_4.2.3.bb rename to meta-python/recipes-devtools/python/python3-cmake_4.3.0.bb index 613652b578..b9eb56891d 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.3.0.bb @@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "7a6bc333453c9f7614c7a6e664950d309a5e1f89fa98512d537d4fde27eb8fae" +SRC_URI[sha256sum] = "b25ef14e4ebc16219eeb199da2199fc526c011f9973e02e7c21c69bfd46ed752" SRC_URI += " \ file://CMakeLists.txt \ From patchwork Thu Apr 2 02:13: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: 85079 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 8EC921112269 for ; Thu, 2 Apr 2026 02:15:42 +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.7224.1775096139922212124 for ; Wed, 01 Apr 2026 19:15:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OpzwNYpu; 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=1775096140; x=1806632140; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iwjYtsvzrCbKjpmO/iK9XTeWurmRlxAsps1pFj1K/zQ=; b=OpzwNYpuNC3DCm9CLvcDc0F8cKv78EmRtDI5wT7WzM5FEr5BbxlmI/x1 LgaC85nZGX7JIxkiNCWJgm/C5XiCSRQMRKiGzAfICAJY3lh67oO0xwKQ4 hSVpXqPy60G2UHRjpVVf11hKtbYVrHmJievjLl9wL/Yiz+Y/VsOtslkxu ynYvp2wZMIKrgWXhfgp1cfyliiI99ZA46c+a9ie1iFkw0HQH6daMdOKWp wZ4jnt5cKCOdjZNuP7hoKlGPrDKVqenxrUefS8YAWAPy41Z9bkeMGGx51 D696kEx2EJRHD6GyC/FKolSXjghopnsr+jiPReYYCCUF1H1UoD7DubMXj g==; X-CSE-ConnectionGUID: p0C5C97sTlakm09/j6L2MA== X-CSE-MsgGUID: xW8wWROsSwCego9dVbutfw== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="235432974" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="235432974" 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; 02 Apr 2026 11:15:38 +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 1D8691C00194 for ; Thu, 2 Apr 2026 02:15:38 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id C0B9518915CB for ; Thu, 2 Apr 2026 02:15:37 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 4747F100249C; Thu, 2 Apr 2026 02:15:35 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 20/39] python3-dateparser: upgrade 1.3.0 -> 1.4.0 Date: Thu, 2 Apr 2026 10:13:35 +0800 Message-ID: <20260402021355.1324-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125935 From: Wang Mingyu Security fixes: ================= - Remove import-time loading of timezone offset data from pickle to prevent unsafe deserialization from packaged data - Replace eval() use when parsing no_word_spacing with strict boolean parsing to prevent code execution from locale metadata (#1056) New features: ============= - Add support for expressions like "N {interval} from now" in English (#1271) - Add support for the en-US locale (#1222) Fixes: ======== - Honor REQUIRE_PARTS for ambiguous month-number inputs by retrying with a year-biased DATE_ORDER (#1298) - Fix parsing word-number relative phrases such as "two days later" (#1316) - Allow md5hash to work in FIPS environments (#1267) Improvements: ============= - Add Bosnian Cyrillic (ijekavica) date translations (#1293) - Add a new browser-based demo to the project documentation (#1306) - Update installation documentation to replace setup.py install guidance - Add a project security policy Signed-off-by: Wang Mingyu --- ...{python3-dateparser_1.3.0.bb => python3-dateparser_1.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dateparser_1.3.0.bb => python3-dateparser_1.4.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.3.0.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.4.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-dateparser_1.3.0.bb rename to meta-python/recipes-devtools/python/python3-dateparser_1.4.0.bb index 012c9654a4..27f9da83b6 100644 --- a/meta-python/recipes-devtools/python/python3-dateparser_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.4.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/scrapinghub/dateparser" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3d3ed25571191e7aa3f55d0a6efe0051" -SRC_URI[sha256sum] = "5bccf5d1ec6785e5be71cc7ec80f014575a09b4923e762f850e57443bddbf1a5" +SRC_URI[sha256sum] = "97a21840d5ecdf7630c584f673338a5afac5dfe84f647baf4d7e8df98f9354a4" PYPI_PACKAGE = "dateparser" From patchwork Thu Apr 2 02:13: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: 85080 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 9EF15111226B for ; Thu, 2 Apr 2026 02:15:42 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7103.1775096140965546978 for ; Wed, 01 Apr 2026 19:15:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VH6KmEaf; 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=1775096141; x=1806632141; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=VNMYAJCTQlfUX9gqZ63hPzkTvMgKJ2vxHXyn3h0z77I=; b=VH6KmEafY6ZmSyRw0MJXXJqXA9uFTYgZcRq1BNSEwM8rGUeFFk8OrAsg ltpfWWf5stcWaLhwoDnozJdtWESUfy2PKgI6rvH0uQbcdl4GAgTPEW/sX iS+FGNNxF4u3VD4oYMtj8VdYGEVILAb/fG1kIbd31RNX4T2ERrwsGZUmZ 7cNwOuGqVpa61ZhKhA4gwOBgFhYTbwpi8o9/PTAf6FfFNGeoFIi0CdTPW cOJB9KcQHsQN/8L+Au7Yw+SWelpKLq9OdBip/vnud8hRYGjA6+HQAlcFO eWtg/85jTrsW4AsDMfHs54qVbSqC0m6uHEJKInk1rpdCuCPe+d9zfQGaV Q==; X-CSE-ConnectionGUID: i4JEHNrxTD+sY+4oboLoIA== X-CSE-MsgGUID: AODgqE8ZQ2GsR72eAjVJTw== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="239868179" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="239868179" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15:39 +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 810B9820C0A for ; Thu, 2 Apr 2026 02:15:39 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 3A0F41821F7A for ; Thu, 2 Apr 2026 02:15:39 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id CD5D11003742; Thu, 2 Apr 2026 02:15:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 21/39] python3-eth-hash: upgrade 0.7.1 -> 0.8.0 Date: Thu, 2 Apr 2026 10:13:36 +0800 Message-ID: <20260402021355.1324-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125936 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-eth-hash_0.7.1.bb => python3-eth-hash_0.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-eth-hash_0.7.1.bb => python3-eth-hash_0.8.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-eth-hash_0.7.1.bb b/meta-python/recipes-devtools/python/python3-eth-hash_0.8.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-eth-hash_0.7.1.bb rename to meta-python/recipes-devtools/python/python3-eth-hash_0.8.0.bb index ce67505659..04a94d20be 100644 --- a/meta-python/recipes-devtools/python/python3-eth-hash_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-eth-hash_0.8.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ethereum/eth-hash" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3ef06eb4d4373222e59a338e2eb9a795" -SRC_URI[sha256sum] = "d2411a403a0b0a62e8247b4117932d900ffb4c8c64b15f92620547ca5ce46be5" +SRC_URI[sha256sum] = "b009752b620da2e9c7668014849d1f5fadbe4f138603f1871cc5d4ca706896b1" inherit pypi python_setuptools_build_meta From patchwork Thu Apr 2 02:13: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: 85082 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 95E731112263 for ; Thu, 2 Apr 2026 02:15:52 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7105.1775096142995234313 for ; Wed, 01 Apr 2026 19:15:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SzRzqtIQ; 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=1775096141; x=1806632141; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iD3isUqJGTVAKGvtKUpdb4o7SA1ymiNaBJl6o/BivQI=; b=SzRzqtIQPgtZLrVuzIp6/VN0ultDcxRE0YXUE9txYiXvqnAmuZgwmYcu SLeg36OA4aBisSGx/fMIv/i7xYjLXmLwRoSnLpQo55VCDnW8r/uxq0lJ5 HxG2KVy/ZvbMOKphP3JEls2wVgwLJo3SPTcL7wqtGhf1zWIsnW8dpvkzt n1iOOZxP+cZRyZK4U5OX00GvDfGfXhbjcwAjmQvt3SrG9cKjC8TK7cUYv 5e3w7SHh5pjeKt7GgB/A01gcun/VY1JCEMIj1wftkzEjWt5aT6xLpQYpt nUaCgO/ZKJnMaMYIV2CTLrZwjpjn9nnvm2M1PILCqY1TJSjrqCVpHo385 Q==; X-CSE-ConnectionGUID: CYFmrOc7SNSJtMh8NC2gMA== X-CSE-MsgGUID: omw+WOclTMKoTQriSWsgoQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="224161021" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="224161021" 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; 02 Apr 2026 11:15:40 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 84530820C0A for ; Thu, 2 Apr 2026 02:15:41 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 3E7FD1410CB9 for ; Thu, 2 Apr 2026 02:15:41 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 6869910001CA; Thu, 2 Apr 2026 02:15:38 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 22/39] python3-eth-typing: upgrade 5.2.1 -> 6.0.0 Date: Thu, 2 Apr 2026 10:13:37 +0800 Message-ID: <20260402021355.1324-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125937 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...{python3-eth-typing_5.2.1.bb => python3-eth-typing_6.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-eth-typing_5.2.1.bb => python3-eth-typing_6.0.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_5.2.1.bb b/meta-python/recipes-devtools/python/python3-eth-typing_6.0.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-eth-typing_5.2.1.bb rename to meta-python/recipes-devtools/python/python3-eth-typing_6.0.0.bb index 727a19aab6..51d1abec7b 100644 --- a/meta-python/recipes-devtools/python/python3-eth-typing_5.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-eth-typing_6.0.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3ef06eb4d4373222e59a338e2eb9a795" -SRC_URI[sha256sum] = "7557300dbf02a93c70fa44af352b5c4a58f94e997a0fd6797fb7d1c29d9538ee" +SRC_URI[sha256sum] = "315dd460dc0b71c15a6cd51e3c0b70d237eec8771beb844144f3a1fb4adb2392" PYPI_PACKAGE = "eth_typing" From patchwork Thu Apr 2 02:13: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: 85081 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 A3AD31112265 for ; Thu, 2 Apr 2026 02:15:52 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7103.1775096140965546978 for ; Wed, 01 Apr 2026 19:15:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=QeyCe3Jk; 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=1775096144; x=1806632144; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1joY69MJl4XJMamkUjU9byPfw6I2fmIhsgIgltvwpH0=; b=QeyCe3JkJYEqTPLLsB3CNcUWKyHcl0UumJT8BrQKwJUfqJQmlbqc0q1Y 1n7Au3HsXGMvKH8PZVKYzMvxDCOPeh+Fcwv8jmg0JMSgfnT8smxwdWuwX IzyDvDiallsVp5xQW+MkWQ4CanWrglrnpGxmXVQaSQtAz8AYa7Yd8x9tp tBj/+mVWXsJ952kW2bbXCOb5eCD2ni4Ou040aUgTpQOjzDOY62m5cEfkC IgVzJNaII7l4EZG+5RFSM6k8pofJ2iXMSHAJvpyPB83Ipbu0l08gmzOeU EnHQf0x2VTTt/9Vq07h5qZgiNTenVegRMQKj7CTfQ8ECsI+rrOoi4KloR w==; X-CSE-ConnectionGUID: 0ECjlqcPQ0qPpHHfSOyOZg== X-CSE-MsgGUID: yvbNKGbDQrGzznbQFIkM4g== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="239868189" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="239868189" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15:43 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 17382820C1B for ; Thu, 2 Apr 2026 02:15:43 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id C585D18578C2 for ; Thu, 2 Apr 2026 02:15:42 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 6F9EA100008A; Thu, 2 Apr 2026 02:15:40 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 23/39] python3-eth-utils: upgrade 5.3.1 -> 6.0.0 Date: Thu, 2 Apr 2026 10:13:38 +0800 Message-ID: <20260402021355.1324-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125938 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-eth-utils_5.3.1.bb => python3-eth-utils_6.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-eth-utils_5.3.1.bb => python3-eth-utils_6.0.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-eth-utils_5.3.1.bb b/meta-python/recipes-devtools/python/python3-eth-utils_6.0.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-eth-utils_5.3.1.bb rename to meta-python/recipes-devtools/python/python3-eth-utils_6.0.0.bb index 481e5081c9..36d787746e 100644 --- a/meta-python/recipes-devtools/python/python3-eth-utils_5.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-eth-utils_6.0.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d3f53e7cc5bf80b16eff1f4a38c73182" -SRC_URI[sha256sum] = "c94e2d2abd024a9a42023b4ddc1c645814ff3d6a737b33d5cfd890ebf159c2d1" +SRC_URI[sha256sum] = "eb54b2f82dd300d3142c49a89da195e823f5e5284d43203593f87c67bad92a96" PYPI_PACKAGE = "eth_utils" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Thu Apr 2 02:13: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: 85083 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 B0DC1111226A for ; Thu, 2 Apr 2026 02:15:52 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7224.1775096139922212124 for ; Wed, 01 Apr 2026 19:15:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jnCm7OcA; 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=1775096146; x=1806632146; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=r7nmV5Fv+onoomxEhvqiDwwVO46FL2fLZ08V1sd7m1w=; b=jnCm7OcAg2KRUpBFv9NalXn9xtiYgVH19K9pzPUekg/5ZWQ7wlwEqwL+ TNpOiz6bYfsXVTlJgpd3YEDXNeg+yqbFeW1nEaTptbqyBON8Yfoe70tds DV3m8PFcL+JldLZhr5+FE+XcneurjFi4IC+S81QuEmuTwhJGB51gHf/bh 1LkHJ+iv+HoH5WF7uKEqeekHZFPQ4OVQPIGP9CHsMcMeS+3RqzctV8GCX gXuhNhdHNN9Ts9X5RvvTDlHj8yxHQ0Zbbve/Qmw4W2NyLsymNxjOJvuAF 3Pc7lzSCFubPLTXVGnLtMr7JqEcERITlAoimjwHgTVAOpdHTjvBAgmErI A==; X-CSE-ConnectionGUID: 8CnqXxA1Q5WBEoGVbNauZA== X-CSE-MsgGUID: wOaMyUboSXqySbDT5X92cg== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="235432990" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="235432990" 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; 02 Apr 2026 11:15:46 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 4C3FA1000359 for ; Thu, 2 Apr 2026 02:15:45 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id EDB68C0342A for ; Thu, 2 Apr 2026 02:15:44 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 738831003743; Thu, 2 Apr 2026 02:15:42 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 24/39] python3-faker: upgrade 40.11.0 -> 40.12.0 Date: Thu, 2 Apr 2026 10:13:39 +0800 Message-ID: <20260402021355.1324-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125939 From: Wang Mingyu Changelog: Add address providers for ar_DZ and fr_DZ locale Signed-off-by: Wang Mingyu --- .../{python3-faker_40.11.0.bb => python3-faker_40.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-faker_40.11.0.bb => python3-faker_40.12.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-faker_40.11.0.bb b/meta-python/recipes-devtools/python/python3-faker_40.12.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-faker_40.11.0.bb rename to meta-python/recipes-devtools/python/python3-faker_40.12.0.bb index c163bbb16d..2f3ec72c02 100644 --- a/meta-python/recipes-devtools/python/python3-faker_40.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-faker_40.12.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/joke2k/faker" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53360c4126f7d03b63cb79b0dab9e9e1" -SRC_URI[sha256sum] = "7c419299103b13126bd02ec14bd2b47b946edb5a5eedf305e66a193b25f9a734" +SRC_URI[sha256sum] = "58b5a9054c367bd5fb2e948634105364cc570e78a98a8e5161a74691c45f158f" inherit pypi setuptools3 ptest-python-pytest From patchwork Thu Apr 2 02:13: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: 85085 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 C4672111226C for ; Thu, 2 Apr 2026 02:15:52 +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.7109.1775096148359118781 for ; Wed, 01 Apr 2026 19:15:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=es39VMB5; 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=1775096146; x=1806632146; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=E2V/GEsRFOZ6N5LGr0KPANLdNd8T4sxPtFEcjAa3+mg=; b=es39VMB5dJOHOEF4VpLFg45+X8F2sxCYDNdVv1uwqvBE6ERykAw2lza8 sNfxYELtI8A3GT82B+e6hGnxTERivo9usqUE8tBjHBDeg3pAGMWcjQzxf UQxlgWGWpJq5pf8NJQwk/+KDLWeSMVA9EEidWKi++EyI+ONVIeKcy0Z4v fgbY/Q98JPo8SpXTzQZn1w1VS9D8GMD2LXdhI8fHZUoh/qnacHJvh8+J3 Qy9z61pwdT18qXp+YuS2mdzD5vuIpMgy9TfE9325aEJGpP2CVloi+BvFV w2K45T+ry00iSTsGNu/vnrxIypqt5zR+jlP08btTh67XrxHb4EiIDxoYB w==; X-CSE-ConnectionGUID: NJ88fF7CRAC/70WTIY3eOg== X-CSE-MsgGUID: KsZ6foiKT+OGYzL68DUWTA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="223429718" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="223429718" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15:45 +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 D2F391000141 for ; Thu, 2 Apr 2026 02:15:46 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 83B5DC0425E for ; Thu, 2 Apr 2026 02:15:46 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 0801F10001CA; Thu, 2 Apr 2026 02:15:43 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 25/39] python3-fastapi: upgrade 0.135.1 -> 0.135.2 Date: Thu, 2 Apr 2026 10:13:40 +0800 Message-ID: <20260402021355.1324-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125940 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-fastapi_0.135.1.bb => python3-fastapi_0.135.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fastapi_0.135.1.bb => python3-fastapi_0.135.2.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.135.1.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.135.2.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-fastapi_0.135.1.bb rename to meta-python/recipes-devtools/python/python3-fastapi_0.135.2.bb index 4eb9dced82..a8ace95347 100644 --- a/meta-python/recipes-devtools/python/python3-fastapi_0.135.1.bb +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.135.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://fastapi.tiangolo.com/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=95792ff3fe8e11aa49ceb247e66e4810" -SRC_URI[sha256sum] = "d04115b508d936d254cea545b7312ecaa58a7b3a0f84952535b4c9afae7668cd" +SRC_URI[sha256sum] = "88a832095359755527b7f63bb4c6bc9edb8329a026189eed83d6c1afcf419d56" SRC_URI += "file://run-ptest" From patchwork Thu Apr 2 02:13: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: 85084 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 D5989111226E for ; Thu, 2 Apr 2026 02:15:52 +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.7230.1775096149856720011 for ; Wed, 01 Apr 2026 19:15:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=GtWgwM8C; 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=1775096148; x=1806632148; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5gcgHbooWHm6qv42RMMFVs+WQ9yqUTgpQMaGVD8+e9s=; b=GtWgwM8ChkP00bxfq6+gjQugM7wh7El73BkqAMOa6nAnaUo8G4/hDkSD Qa92TQkY3zXnXQigSgCAGlhTJSAQ499E0RlpAdXNbatpyNX/O5Dkaw0KK VTV1AcaSKFHDytAug+WGY0E87JNP1JFzLv0ekVjKeuIqQF5j3uINim474 AU6/fVn1eeQM19QZw5o/QccpV6nV4aUs2tXVr917FaMjV5xfv2KrfhZV7 HqwdXZtp3eHFaf+XlA4Ai8cG1yWkApFs6kIeTz1DiIubPNE//rB4eKw/M oiULU+szijveje9TTKw4OvyYcWL8OEl/fto6v/RbKmI9Ge4vmgfw+WRQQ w==; X-CSE-ConnectionGUID: SGVOF9acR6OX0CSlJ44pnA== X-CSE-MsgGUID: WpJkvlnfTE27Dw1GwzgTJQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="236208350" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="236208350" 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; 02 Apr 2026 11:15:46 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 708BA1000141 for ; Thu, 2 Apr 2026 02:15:48 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 217E5C0E61F for ; Thu, 2 Apr 2026 02:15:48 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 97D99100249C; Thu, 2 Apr 2026 02:15:45 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 26/39] python3-fsspec: upgrade 2026.2.0 -> 2026.3.0 Date: Thu, 2 Apr 2026 10:13:41 +0800 Message-ID: <20260402021355.1324-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125941 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-fsspec_2026.2.0.bb => python3-fsspec_2026.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fsspec_2026.2.0.bb => python3-fsspec_2026.3.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-fsspec_2026.2.0.bb b/meta-python/recipes-devtools/python/python3-fsspec_2026.3.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-fsspec_2026.2.0.bb rename to meta-python/recipes-devtools/python/python3-fsspec_2026.3.0.bb index 3b165a663e..4b81c6040f 100644 --- a/meta-python/recipes-devtools/python/python3-fsspec_2026.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-fsspec_2026.3.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/fsspec/filesystem_spec" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=b38a11bf4dcdfc66307f8515ce1fbaa6" -SRC_URI[sha256sum] = "6544e34b16869f5aacd5b90bdf1a71acb37792ea3ddf6125ee69a22a53fb8bff" +SRC_URI[sha256sum] = "1ee6a0e28677557f8c2f994e3eea77db6392b4de9cd1f5d7a9e87a0ae9d01b41" inherit pypi python_hatchling ptest From patchwork Thu Apr 2 02:13: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: 85086 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 EE3E11112270 for ; Thu, 2 Apr 2026 02:15:52 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7231.1775096151260007282 for ; Wed, 01 Apr 2026 19:15:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DSS00kE4; 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=1775096151; x=1806632151; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lHl+JHKm0FdsTbWmpxSphKSJZGMtrhse/P++WkmpZT8=; b=DSS00kE4K2vlqPAK7PaimnuO6nM+zUj9Ga5ED95Zqg/8KLMJWWgHrQqx 13swbR+4hlgFnnNCsgSkx3fDkIaz+bszcml8TIH8E46iX+JyB88vvRHE8 zRqjbocy+YWhuq5fEtKGRN4Q2MGJlkKyxmaB7u+f+fUleHyKVtlsCuJyw yzvEkQpxjT9IFQgqKmZmqWZ/rDI5F/UNjBFXRAqSo3FGWAvwFLifZ9/y/ 7I8kg2des5Ru/jcg0WXiZ6gnMyWFQeCWt73Uxl96uTo0VaaLQ988XsRMn AG5TvY7Fymk3gaAXOpe3XCY7pP8NMT9jrbDGhTHm07C4bn3jP81Jqk4la Q==; X-CSE-ConnectionGUID: mkt0AyW2T0arvkwNrl2hkg== X-CSE-MsgGUID: OqB8+MiQQQeiULK66hofNA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="214501904" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="214501904" 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; 02 Apr 2026 11:15:50 +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 C3FAAC00347 for ; Thu, 2 Apr 2026 02:15:49 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 7E41D14003ED for ; Thu, 2 Apr 2026 02:15:49 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 2BF3F1003740; Thu, 2 Apr 2026 02:15:46 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 27/39] python3-gunicorn: upgrade 25.1.0 -> 25.3.0 Date: Thu, 2 Apr 2026 10:13:42 +0800 Message-ID: <20260402021355.1324-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125942 From: Wang Mingyu Bug Fixes ========== - HTTP/2 ASGI Body Duplication: Fix request body being received twice in HTTP/2 ASGI requests, causing JSON parsing errors with "Extra data" messages (#3558) - ASGI Chunked EOF Handling: Add finish() method to callback parser to handle chunked encoding edge case where connection closes before final CRLF after zero-chunk - HTTP/2 Documentation: Fix http_protocols examples to use comma-separated string instead of list syntax (#3561) - Chunked Encoding: Reject chunk extensions containing bare CR bytes per RFC 9112 (#3556) - Request Line Limit: Fix --limit-request-line 0 to mean unlimited as documented, instead of using default maximum. Works with both Python and fast C parser. (#3563) - uWSGI Async Workers: Fix InvalidUWSGIHeader: incomplete header error when using gevent or gthread workers with uwsgi protocol behind nginx. - FileWrapper Iterator Protocol: Add __iter__ and __next__ methods to FileWrapper for full PEP 3333 compliance. Previously only supported old-style __getitem__ iteration which broke code explicitly using iter() or next(). Security ============= - ASGI Parser Header Validation: Add security checks per RFC 9110/9112: - Reject duplicate Content-Length headers - Reject requests with both Content-Length and Transfer-Encoding - Reject chunked transfer encoding in HTTP/1.0 - Reject stacked chunked encoding - Validate Transfer-Encoding values - Strict chunk size validation Changes ========== - Fast HTTP Parser: Update to gunicorn_h1c >= 0.6.3 for asgi_headers property and InvalidChunkExtension validation for bare CR rejection - ASGI PROXY Protocol: Add PROXY protocol v1/v2 support to callback parser - Docker Images: Update to Python 3.14 New Features ============ - Fast HTTP Parser (gunicorn_h1c 0.6.0): Integrate new exception types and limit parameters from gunicorn_h1c 0.6.0 for both WSGI and ASGI workers - Requires gunicorn_h1c >= 0.6.0 for http_parser='fast' - Falls back to Python parser in auto mode if version not met - Proper HTTP status codes for limit errors (414, 431) Performance ============ - ASGI HTTP Parser Optimizations: Improve ASGI worker HTTP parsing performance - Callback-based parsing with direct bytearray buffer operations - Use bytearray.find() directly instead of converting to bytes first - Use index-based iteration for header parsing instead of list.pop(0) (O(1) vs O(n)) Signed-off-by: Wang Mingyu --- .../{python3-gunicorn_25.1.0.bb => python3-gunicorn_25.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gunicorn_25.1.0.bb => python3-gunicorn_25.3.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_25.1.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-gunicorn_25.1.0.bb rename to meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb index a8b06786ae..cf41feae70 100644 --- a/meta-python/recipes-devtools/python/python3-gunicorn_25.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-gunicorn_25.3.0.bb @@ -3,7 +3,7 @@ SUMMARY = "WSGI HTTP Server for UNIX" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5dc9171ccd8fcbd7827c850148b3ca98" -SRC_URI[sha256sum] = "1426611d959fa77e7de89f8c0f32eed6aa03ee735f98c01efba3e281b1c47616" +SRC_URI[sha256sum] = "f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889" inherit pypi python_setuptools_build_meta ptest From patchwork Thu Apr 2 02:13: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: 85088 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 DD41E111226A for ; Thu, 2 Apr 2026 02:16:02 +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.7234.1775096152944378429 for ; Wed, 01 Apr 2026 19:15:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IWE4kf4x; 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=1775096151; x=1806632151; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=pYNpFV9vgskB1jMlTZ0SfvTCWX7RB7qVx9AEptete6s=; b=IWE4kf4xdSrk0I2Gd5mgfdmticQv4GYUND0Sc/721Y+/55nqhKbcwIn6 ZEthHspT0mqz9sIMrUlgHV1fUDy3chYRIOMjprYtVYQXkwz4n+Q6RDdxw olomXjrSB6WX1yEEBvI5AcXNkKp9Cj3x3xap8pcArz5WXDmhUsC0sUfcS KvcQGdUOOKNmQ75Lc4peKproOy6oEsVsisECiV7ZN1+p9jbvI3HPgmumY C59eMSIlOs3Ca4+vtZx0NYijAZ/VmyimfwrNYr17BynOg5txXc0xZyCBl Pb0QyuKSfvqGjQX2VPRS2K5SRWN1tgXy7rlCQKbAQpIWDQ62lDwEfp0cH A==; X-CSE-ConnectionGUID: dQlYR1xtRHCWdgjhUqrSPw== X-CSE-MsgGUID: wOo1audYRWuazKmeXcL1xA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="224161050" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="224161050" 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; 02 Apr 2026 11:15:50 +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 85BD41C001B2 for ; Thu, 2 Apr 2026 02:15:51 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 3A216C01EFE for ; Thu, 2 Apr 2026 02:15:51 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id AE4E8100249C; Thu, 2 Apr 2026 02:15:48 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/39] python3-ipython: upgrade 9.11.0 -> 9.12.0 Date: Thu, 2 Apr 2026 10:13:43 +0800 Message-ID: <20260402021355.1324-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125943 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-ipython_9.11.0.bb => python3-ipython_9.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_9.11.0.bb => python3-ipython_9.12.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-ipython_9.11.0.bb b/meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-ipython_9.11.0.bb rename to meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb index 3db3763f3e..1dcac8b51c 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_9.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_9.12.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://ipython.org" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" -SRC_URI[sha256sum] = "2a94bc4406b22ecc7e4cb95b98450f3ea493a76bec8896cda11b78d7752a6667" +SRC_URI[sha256sum] = "01daa83f504b693ba523b5a407246cabde4eb4513285a3c6acaff11a66735ee4" RDEPENDS:${PN} = "\ python3-setuptools \ From patchwork Thu Apr 2 02:13: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: 85087 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 EDF94111226E for ; Thu, 2 Apr 2026 02:16:02 +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.7235.1775096154337244785 for ; Wed, 01 Apr 2026 19:15:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Kt1AP+DJ; 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=1775096154; x=1806632154; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6h0KJ03Ea6AZ7MzwcME2n5V84IkYyQOt96jSMlkpIn8=; b=Kt1AP+DJj3oe/tXl8tbQHQJ91ehil6v4Cit+Cj3FKqAbpoisghPqHfTA +91FjKhdGPWjjQmdt/O6ZFR9TGi1B2Pqn4oO1oH+WMRiX5n8AAhf91DDs hTKE+S+fL5ostUVNdnA/t1cZifDnrHrKX69VQ69d3JL87a5W3+8EP9L1U J5Um2u02yAjv3Ims63baoQdxo/oCeA3Jn50miBFschG/CcI0ODXBBUv0o 8W+m5sDsSnPiar8CP0hisA182aiFRKDrQkYEnT/IFxPPrugK7Ks/n9wHd Y/+J/spT7iHWHp0IiVBzMoM65Ki+VVXWHS+S/nxzt9zKNNNm7QftrPJwC Q==; X-CSE-ConnectionGUID: eZWRJl9bQzi1hYHiiPHAGQ== X-CSE-MsgGUID: 2PSZYNxIQOeUTQkkdkOm4g== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="222970463" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="222970463" 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; 02 Apr 2026 11:15:53 +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 DAD8D820C0A for ; Thu, 2 Apr 2026 02:15:52 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 90814140060E for ; Thu, 2 Apr 2026 02:15:52 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 43883100008A; Thu, 2 Apr 2026 02:15:50 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 29/39] python3-marshmallow: upgrade 4.2.2 -> 4.2.3 Date: Thu, 2 Apr 2026 10:13:44 +0800 Message-ID: <20260402021355.1324-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125944 From: Wang Mingyu Changelog: =========== - Make marshmallow.fields.Number and marshmallow.fields.Mapping abstract base classes to prevent using them within Schemas - Allow required to be set on marshmallow.fields.Contant - Fix marshmallow.validate.OneOf emitting extra pairs when labels outnumber choices - Fix behavior when passing a dot-delimited attribute name to partial for a key with data_key set - Fix Enum field by-name lookup to only return actual members - marshmallow.fields.DateTime with format="timestamp_ms" properly rejects bool values - Fix typing of error_essages argument to marshmallow.fields.Field - Add ipaddress.* to marshmallow.Schema.TYPE_MAPPING - Signed-off-by: Wang Mingyu --- ...ython3-marshmallow_4.2.2.bb => python3-marshmallow_4.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-marshmallow_4.2.2.bb => python3-marshmallow_4.2.3.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.3.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb rename to meta-python/recipes-devtools/python/python3-marshmallow_4.2.3.bb index 4172a3e745..d41ec8f6de 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_4.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" -SRC_URI[sha256sum] = "ba40340683a2d1c15103647994ff2f6bc2c8c80da01904cbe5d96ee4baa78d9f" +SRC_URI[sha256sum] = "3e3fef6b3603721a25a723b8caedfa488369bddaf9bc03b40b9442c90aebd22b" CVE_PRODUCT = "marshmallow" From patchwork Thu Apr 2 02:13: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: 85091 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 0903C1112270 for ; Thu, 2 Apr 2026 02:16:03 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7238.1775096156180116148 for ; Wed, 01 Apr 2026 19:15:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HXYnfK+E; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1775096156; x=1806632156; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Gv9EXUEH0WbJvtqWJUPzGxfclHNU2ogVI+8IUB972tM=; b=HXYnfK+ESawAmPBFsYKNDXMM52AENNzk9VsBoH4FiDx+5eVasEP59I1i BQfSuDqwBF7T+RivYeknOGsHC18vfEGhp/Mm8nXy2Q4VYU+Oap9zU1+zb uPL8lr3lETDjgxORYB6o730/j4Gm+D2jzMDscW1hT1D8RnxPwTkXq24X7 NXwMFCai+VC/4lSEuMHJ5KIPwoKDpiHoXjIy8xtaYKzIFnBd8SWQ3LU0b h/R3JVrCcxf+b4+0W6jreI9feQmYeGznEeROeirobPEfakP89Hnve6Y5R 396jzEXETyo/uQiWmkyEYRJCtEeNCVzHR7yy5lrpylN8YoXYLd/IDMumW g==; X-CSE-ConnectionGUID: dboHEaznTECmXYzlyYk7uw== X-CSE-MsgGUID: co1L5YDsSTKJ1NJ3JePlKg== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="214299310" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="214299310" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15:54 +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 99A54468 for ; Thu, 2 Apr 2026 02:15:54 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 41444C0371F for ; Thu, 2 Apr 2026 02:15:54 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id C38AB1003742; Thu, 2 Apr 2026 02:15:51 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 30/39] python3-pyais: upgrade 2.20.0 -> 2.20.1 Date: Thu, 2 Apr 2026 10:13:45 +0800 Message-ID: <20260402021355.1324-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125945 From: Wang Mingyu this release reduces the supply chain attack surface - pins dependencies - pins workflows - adds a SHA256 hash sum for deployed artifacts - migrates to PyPI trusted publishing Signed-off-by: Wang Mingyu --- .../python/{python3-pyais_2.20.0.bb => python3-pyais_2.20.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyais_2.20.0.bb => python3-pyais_2.20.1.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-pyais_2.20.0.bb b/meta-python/recipes-devtools/python/python3-pyais_2.20.1.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-pyais_2.20.0.bb rename to meta-python/recipes-devtools/python/python3-pyais_2.20.1.bb index ce53d39476..6ee62a6a32 100644 --- a/meta-python/recipes-devtools/python/python3-pyais_2.20.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyais_2.20.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=79d9e278b76e3e5b3358cd70b328173c" SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=master;tag=v${PV}" -SRCREV = "2fc03eee875dd2c54af1220bb876651725c8e559" +SRCREV = "6cec67eb8e48c2254bd7bc31415f8df60ecb11ce" inherit python_setuptools_build_meta ptest-python-pytest From patchwork Thu Apr 2 02:13:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 85089 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 140771112272 for ; Thu, 2 Apr 2026 02:16:03 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7115.1775096157321046455 for ; Wed, 01 Apr 2026 19:15:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=YJ6j77TC; 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=1775096157; x=1806632157; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iiwAlUxvmsVynkECaAZEic+uJ9W28iJwrrmSGXH4lEM=; b=YJ6j77TCM8Nk6CX7cYygGE6txntSltePJTTf2aI1DOt5GrKlLd8/aIB3 7tK1HEALN0LOz+SZlc1RVHKGCIDRYljGeXP8/nw+4Tpve3CTAyDmtEFkJ Sw5A/7l7oq64IcTpwLCQCy1f2ZkBfz4DdGBVN9UgfRHcvZ+V9Kgi0DPFe mGSssn42KKjJRlXOYvMflg9leorDlUU1Qz6pB7qZBHFiJsdT6pC3Gh1Jc dUFe4riSKh1ZffKu4y6AwGX5jW9kooS7iweouIbiF8fMb29vchTvNTLV5 SRNQiRRWufWDqdmyO5l+CZF3K/VKVQk0T23GjG6VtKG8zfrdV0hgTZqYN g==; X-CSE-ConnectionGUID: IB/i6HU1RXy34SaBZZeX3w== X-CSE-MsgGUID: u/K6uWQJTBSSjbUb7AVNhA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="239868213" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="239868213" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15:56 +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 DCC7B1002B97 for ; Thu, 2 Apr 2026 02:15:55 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 97A8A148AD12 for ; Thu, 2 Apr 2026 02:15:55 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 4DF521003740; Thu, 2 Apr 2026 02:15:53 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 31/39] python3-redis: upgrade 7.3.0 -> 7.4.0 Date: Thu, 2 Apr 2026 10:13:46 +0800 Message-ID: <20260402021355.1324-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125946 From: Wang Mingyu Changelog: ========== - Fix AttributeError in cluster metrics recording when connection is None or ClusterNode object instance is used to extract the connection info (#3999) - Fixing security concern in repr methods for ConnectionPools - passwords might leak in plain text logs (#3998) - Refactored connection count and SCH metric collection (#4001) - Refactored health check logic for MultiDBClient (#3994) - Expose basic Otel classes and functions to be importable through redis.observability to match the examples in the readthedocs Signed-off-by: Wang Mingyu --- .../python/{python3-redis_7.3.0.bb => python3-redis_7.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-redis_7.3.0.bb => python3-redis_7.4.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-redis_7.3.0.bb b/meta-python/recipes-devtools/python/python3-redis_7.4.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-redis_7.3.0.bb rename to meta-python/recipes-devtools/python/python3-redis_7.4.0.bb index 861221d3ee..5978ef51e1 100644 --- a/meta-python/recipes-devtools/python/python3-redis_7.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-redis_7.4.0.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8" # Prefix archive to avoid clashing with the main redis archives PYPI_ARCHIVE_NAME_PREFIX = "pypi-" -SRC_URI[sha256sum] = "4d1b768aafcf41b01022410b3cc4f15a07d9b3d6fe0c66fc967da2c88e551034" +SRC_URI[sha256sum] = "64a6ea7bf567ad43c964d2c30d82853f8df927c5c9017766c55a1d1ed95d18ad" inherit pypi python_hatchling From patchwork Thu Apr 2 02:13:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 85092 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 28B701112274 for ; Thu, 2 Apr 2026 02:16:03 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7238.1775096156180116148 for ; Wed, 01 Apr 2026 19:15:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=B/xl/f/8; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1775096158; x=1806632158; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mW8Y7w71p3Br6iWB7o2vjjX2OKqIgM1HrpVpOHQxyY4=; b=B/xl/f/88xs/8dJMUrYYczpp2ixnOUfFDt1+LBouG6BCh5sPc0L+g1nh GZIOx/vTB4UmXh8lK3keoDKU1Cow3fIstV+42+EuC1a+dEC5g3Z/+XKNS C1M5V3H5x0Z9Pom+x8lNl+2CBDgLfi0F25K9iJiES9uh11opo135hEqBC 0HZdFRX1NAEEQLPmyb2PrVlg9FeoLElBm+0eFh8wWL5eQOI9TVlJSIrcm CKloImu/GiAUKQh2zt+PAeO3EavC+vT9kNeD0hc1HErH2Z1dLhN/+b8pq exIjtbYOVh37sbQQcbzJjjBAzwISJjPUQA33aRNB5S86pBgQukURe0ahb Q==; X-CSE-ConnectionGUID: lpnh00iSRkSapSt3FKrl0A== X-CSE-MsgGUID: DPi7CZJcQbGKJQ9u/E4ORQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="214299318" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="214299318" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15: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 898411C166C9 for ; Thu, 2 Apr 2026 02:15:57 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 3EAE818578C5 for ; Thu, 2 Apr 2026 02:15:57 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id D48C9100249C; Thu, 2 Apr 2026 02:15:54 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 32/39] python3-regex: upgrade 2026.2.28 -> 2026.3.32 Date: Thu, 2 Apr 2026 10:13:47 +0800 Message-ID: <20260402021355.1324-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125947 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-regex_2026.2.28.bb => python3-regex_2026.3.32.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-regex_2026.2.28.bb => python3-regex_2026.3.32.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-regex_2026.2.28.bb b/meta-python/recipes-devtools/python/python3-regex_2026.3.32.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-regex_2026.2.28.bb rename to meta-python/recipes-devtools/python/python3-regex_2026.3.32.bb index 4ad0eadc98..a2091df806 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2026.2.28.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2026.3.32.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "a729e47d418ea11d03469f321aaf67cdee8954cde3ff2cf8403ab87951ad10f2" +SRC_URI[sha256sum] = "f1574566457161678297a116fa5d1556c5a4159d64c5ff7c760e7c564bf66f16" RDEPENDS:${PN} += " \ python3-stringold \ From patchwork Thu Apr 2 02:13:48 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 85093 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 42C671112276 for ; Thu, 2 Apr 2026 02:16:03 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7242.1775096160569544124 for ; Wed, 01 Apr 2026 19:16:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=e3VK2i5z; 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=1775096160; x=1806632160; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=B4KRhDcpbXCY/n/JdHGk6VKWI9lkM9A78icg5MtK2T4=; b=e3VK2i5zMHV3wHw3wwFIKIeyZnIK6ItrI2VuOLejoar4GyglrpL+JoNk w+58gDcq3sDosx5EDfYP9xzg5pTevhkJ+3bXNztr+BUJg8N18X+i09bnu qG5C1BSrqBOZsPPGOlOxlfNvhbJjQf0NeS292IxV/fSu5v4AwIZlmj1iw Cju+ghnpAB5NQwOZfd+wmKp4XovxqvnTbWDqgKkjdphsryohLjt6+2vH2 FJ42gXidVF6PMOM20PII+OKv4C8OawJqrQ7WUdYOeZ6+1W6n5HIneZEo3 4TQOy8MEr3nEmCx/N2VZh4NyZFzev739jRmEfPOf40lt6yj0JtV70bR0m A==; X-CSE-ConnectionGUID: t7IemQiUSfOi+AbvIaJTjA== X-CSE-MsgGUID: 4u16yLLOQ8KV/oT7h+iXIA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="214501931" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="214501931" 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; 02 Apr 2026 11:15:59 +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 209F41002BBA for ; Thu, 2 Apr 2026 02:15:59 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id D149418578C2 for ; Thu, 2 Apr 2026 02:15:58 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 6A11E1003740; Thu, 2 Apr 2026 02:15:56 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 33/39] python3-sentry-sdk: upgrade 2.55.0 -> 2.56.0 Date: Thu, 2 Apr 2026 10:13:48 +0800 Message-ID: <20260402021355.1324-33-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125948 From: Wang Mingyu Changelog: ========= - (asgi) Add option to disable suppressing chained exceptions - (logging) Separate ignore lists for events/breadcrumbs and sentry logs - Set exception info on streaming span when applicable - Patch AsyncStream.close() and AsyncMessageStream.close() to finish spans - Patch Stream.close() and MessageStream.close() to finish spans - (starlette) Catch Jinja2Templates ImportError - Add note on AI PRs to CONTRIBUTING.md - Pin GitHub Actions to full-length commit SHAs - Add -latest alias for each integration test suite - Use date-based branch names for toxgen PRs - Update test matrix with new releases (03/19) - Add client report tests for span streaming Signed-off-by: Wang Mingyu --- ...ython3-sentry-sdk_2.55.0.bb => python3-sentry-sdk_2.56.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_2.55.0.bb => python3-sentry-sdk_2.56.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.56.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_2.56.0.bb index ac57d3b0ac..4833feac20 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.55.0.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.56.0.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\ python3-datetime \ " -SRC_URI[sha256sum] = "3774c4d8820720ca4101548131b9c162f4c9426eb7f4d24aca453012a7470f69" +SRC_URI[sha256sum] = "fdab72030b69625665b2eeb9738bdde748ad254e8073085a0ce95382678e8168" PYPI_PACKAGE = "sentry_sdk" From patchwork Thu Apr 2 02:13:49 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 85090 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 4EE161112278 for ; Thu, 2 Apr 2026 02:16:03 +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.7120.1775096162335174097 for ; Wed, 01 Apr 2026 19:16:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UnnJp2u9; 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=1775096161; x=1806632161; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Tf8MzM1WJ5xaIKiUlDGm1RneE/4dJXiWZ/9lrqnVuTk=; b=UnnJp2u9nQE7hItSWWDrXf9dTM97x5NUL8/c68odoQZsNUeJg6k1DGy9 MkdfVrVfeQQ8nirYua3hMyzRqPh8gapFPfdbtbEsmXFza+WT5F/7631xc nmoNy29EEhW32MDxS1RODteGXIyuAF3TAwLiuK5u27RqBGhQMRms2a8KO ikFz5OJTQTvJzrQK+5sW9XmqbTv5L/di00RdCkvjUJCTLl35Oh/hqVjEO VKjUs5pZDZFT1s+IUC/Wc+GxQYpO1ayQrKBsnETozA6YC4RMw9bwCar1b X8oMAkSlvpS+1vgP2qOcWaxckCelzkDS0m0YXzlOQ7ers8iJ35L/S8N8Z g==; X-CSE-ConnectionGUID: jypCxMXAS66eF+ZFP8V2Jg== X-CSE-MsgGUID: PHQi96U9R9WP3Z6d7F0olA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="235493534" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="235493534" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:15:59 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id CAD347327 for ; Thu, 2 Apr 2026 02:16:00 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 726D91C4C185 for ; Thu, 2 Apr 2026 02:16:00 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id E98851003743; Thu, 2 Apr 2026 02:15:57 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 34/39] python3-tomli: upgrade 2.4.0 -> 2.4.1 Date: Thu, 2 Apr 2026 10:13:49 +0800 Message-ID: <20260402021355.1324-34-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125949 From: Wang Mingyu Changelog: Limit number of parts of a TOML key to address quadratic time complexity Signed-off-by: Wang Mingyu --- .../python/{python3-tomli_2.4.0.bb => python3-tomli_2.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tomli_2.4.0.bb => python3-tomli_2.4.1.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-tomli_2.4.0.bb b/meta-python/recipes-devtools/python/python3-tomli_2.4.1.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-tomli_2.4.0.bb rename to meta-python/recipes-devtools/python/python3-tomli_2.4.1.bb index 310052072d..b95d208a82 100644 --- a/meta-python/recipes-devtools/python/python3-tomli_2.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-tomli_2.4.1.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5" inherit pypi python_flit_core -SRC_URI[sha256sum] = "aa89c3f6c277dd275d8e243ad24f3b5e701491a860d5121f2cdd399fbb31fc9c" +SRC_URI[sha256sum] = "7c7e1a961a0b2f2472c1ac5b69affa0ae1132c39adcb67aba98568702b9cc23f" BBCLASSEXTEND = "native nativesdk" From patchwork Thu Apr 2 02:13:50 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 85098 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 6E52D1112276 for ; Thu, 2 Apr 2026 02:16:23 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7130.1775096175837857056 for ; Wed, 01 Apr 2026 19:16:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cTrgP9Ox; 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=1775096174; x=1806632174; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=L3AhEDTNNLVYWICsQogGxRxL7Q4OpicKiMvoRyxbxss=; b=cTrgP9OxgW71mu6hdwzYXIqOHwu38xjsLKIJK/w89cYPbv34tlmX17IS iVFreOVQ+WObA1/QG4o8JjM2Amnw6VsNvAcx8TS8pfT02aeR9JEjx9vFS VSHjGPKXgk5SU/k2XUd54yBDGX/0HrXmBMyH5cyIreZC7XPdYPepWy6Qu yPvowkpXZWx0OE++D4fWerrfI6ACk1hrH286D1cYCiS+c34ZOoe99n6JL dRTZmF1a7kKvCUemqLgssMxmgoNy746WwiMlmUOhYfIAqHyQKnIiwuIA2 sQNNxcc88m2X3+5On+Djnfed0yasGBs1BQKmHgqybjiNw7foY87PSoZmm w==; X-CSE-ConnectionGUID: mzfHncV3SJu8epq54rse5w== X-CSE-MsgGUID: 6vZBh4PzQQeq521HDa8cRQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="224161106" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="224161106" 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; 02 Apr 2026 11:16: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 2496F820C26 for ; Thu, 2 Apr 2026 02:16:02 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id D26BF832855 for ; Thu, 2 Apr 2026 02:16:01 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 7E3B610001CA; Thu, 2 Apr 2026 02:15:59 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 35/39] python3-werkzeug: upgrade 3.1.6 -> 3.1.7 Date: Thu, 2 Apr 2026 10:13:50 +0800 Message-ID: <20260402021355.1324-35-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125954 From: Wang Mingyu Changelog: ========== - parse_list_header preserves partially quoted items, discards empty items, and returns empty for unclosed quoted values. - WWWAuthenticate.to_header does not produce a trailing space when there are no parameters. - Transfer-Encoding is parsed as a set. - Request.host, get_host, and host_is_trusted validate the characters of the value. An empty value is no longer allowed. A Unix socket server address is ignored. The trusted_list argument to host_is_trusted is optional. - Fix multipart form parser handling of newline at boundary. - Response.make_conditional sets the Accept-Ranges header even if it is not a satisfiable range request. - merge_slashes merges any number of consecutive slashes. Signed-off-by: Wang Mingyu --- .../{python3-werkzeug_3.1.6.bb => python3-werkzeug_3.1.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-werkzeug_3.1.6.bb => python3-werkzeug_3.1.7.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_3.1.6.bb b/meta-python/recipes-devtools/python/python3-werkzeug_3.1.7.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-werkzeug_3.1.6.bb rename to meta-python/recipes-devtools/python/python3-werkzeug_3.1.7.bb index edddca72e0..29ef2db10a 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_3.1.6.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_3.1.7.bb @@ -10,7 +10,7 @@ HOMEPAGE = "https://werkzeug.palletsprojects.com" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462" -SRC_URI[sha256sum] = "210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25" +SRC_URI[sha256sum] = "fb8c01fe6ab13b9b7cdb46892b99b1d66754e1d7ab8e542e865ec13f526b5351" CVE_PRODUCT = "werkzeug" From patchwork Thu Apr 2 02:13:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 85095 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 4480A1112270 for ; Thu, 2 Apr 2026 02:16:13 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7123.1775096165688477148 for ; Wed, 01 Apr 2026 19:16:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=afZ9xn5R; 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=1775096165; x=1806632165; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5sKAlYQxoa/ettJ/tPOkWKNvEmItee2uD1he2kVPwSM=; b=afZ9xn5RjszdZQ6aDTToGmCukL1aDtXtJp5erqCMHtM6UFXZtUqPeOTx ru1X/LHdaN1nrqDnr4fLQAGYVSjZs95vTlY/X63p/oUFOwFOkRHnMRSC5 5KjzxdCUxPmn/0dVB7TKr4qRFHBsWbMGfHjAgKXZF5Jws6Uy6rP6I6zgy IjwvoEdL9pi0tq3kHrgtbKuLzwnb5UFL42GUkknLRpYGovK5md7CPgoze MfzGHamJwTQOVJtxHffrCCcaY3PbmgRoEUwQD0K5nNVWwLgJrBkerp0dj K7el10ZhGoBGN6RIU34sXfWN493FIJrxb9F8X4UqTVU05RpAKStboGtw4 w==; X-CSE-ConnectionGUID: GytzcNoCSDWe5irsKee5gg== X-CSE-MsgGUID: uZxTOs2TTRGij2oXzhIpjQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="222970488" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="222970488" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:16:04 +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 mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 4CAA73050 for ; Thu, 2 Apr 2026 02:16:04 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id ED46C1C2DF4A for ; Thu, 2 Apr 2026 02:16:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 0BF24100249C; Thu, 2 Apr 2026 02:16:00 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 36/39] setxkbmap: upgrade 1.3.4 -> 1.3.5 Date: Thu, 2 Apr 2026 10:13:51 +0800 Message-ID: <20260402021355.1324-36-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125950 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-app/{setxkbmap_1.3.4.bb => setxkbmap_1.3.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{setxkbmap_1.3.4.bb => setxkbmap_1.3.5.bb} (86%) diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.5.bb similarity index 86% rename from meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb rename to meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.5.bb index 9c522d6ae1..3b0fdf6077 100644 --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.5.bb @@ -16,4 +16,4 @@ DEPENDS += "libxkbfile xrandr" BBCLASSEXTEND = "native" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "be8d8554d40e981d1b93b5ff82497c9ad2259f59f675b38f1b5e84624c07fade" +SRC_URI[sha256sum] = "360193cecc93f906d8383a8fb5c1f3a7eed35e6ced0e118a64ee56ae13c88cac" From patchwork Thu Apr 2 02:13:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 85094 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 5A93B1112274 for ; Thu, 2 Apr 2026 02:16:13 +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.7120.1775096162335174097 for ; Wed, 01 Apr 2026 19:16:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=rHV+Btkc; 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=1775096165; x=1806632165; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ee8fLyDZptL9TvUvrbUoIzmButQuIKXkewTFIW0rTHI=; b=rHV+BtkcwNTlFxJzMC1wSZ5DpYHqwsEuOl4N0x6rzbava8FRBlR5+sZm lJ1vjlgU16qIfgRwLrknhmFlAkoozdVHDo4QxV+jnJqO6D8hHvzqkgQws 9UmmFbOTXfrFUtdYbPe7foQIhtGaCtPe2OjVYC/6SRrjko+hSUDqQPRpa rCRy3sW1/fb7GIGA9feeOirX83EtG+QtC6MHQaVjcMio1lRPhb7smVPVL Vm32yokxXABwpLe4DXEmu4Y5m4iadcn/ui2CwyyDzcTYB0LlRjc14I3p2 3OBLBMa37RuHno7qZMQRMntXtiUBdUkeN8einWoRn/Ha5yQSYBZWJlkY3 g==; X-CSE-ConnectionGUID: 4wGAjr6wTdSpzgxI4Vs2og== X-CSE-MsgGUID: j2V5PaKYT4KYa4e7sYZ2KA== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="235493547" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="235493547" 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; 02 Apr 2026 11:16:04 +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 C324D1C166CE for ; Thu, 2 Apr 2026 02:16:05 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 7CA76C011BB for ; Thu, 2 Apr 2026 02:16:05 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 10E3E1003749; Thu, 2 Apr 2026 02:16:02 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 37/39] sip: upgrade 6.15.2 -> 6.15.3 Date: Thu, 2 Apr 2026 10:13:52 +0800 Message-ID: <20260402021355.1324-37-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125951 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/sip/{sip_6.15.2.bb => sip_6.15.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/sip/{sip_6.15.2.bb => sip_6.15.3.bb} (87%) diff --git a/meta-oe/recipes-devtools/sip/sip_6.15.2.bb b/meta-oe/recipes-devtools/sip/sip_6.15.3.bb similarity index 87% rename from meta-oe/recipes-devtools/sip/sip_6.15.2.bb rename to meta-oe/recipes-devtools/sip/sip_6.15.3.bb index e6774cc52a..5d6d8c78a6 100644 --- a/meta-oe/recipes-devtools/sip/sip_6.15.2.bb +++ b/meta-oe/recipes-devtools/sip/sip_6.15.3.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" inherit pypi python_setuptools_build_meta python3native PYPI_PACKAGE = "sip" -SRC_URI[sha256sum] = "01f8946062e94622f2de5954b9aa44ca27795ac1577a940a121ddd4d1da02568" +SRC_URI[sha256sum] = "bb2516983f9f716d321e5157c00d0de0c12422eba73b8f43a44610a0f6622438" DEPENDS += "python3-setuptools-scm-native" From patchwork Thu Apr 2 02:13:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 85097 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 67D501112276 for ; Thu, 2 Apr 2026 02:16:13 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7126.1775096168942585997 for ; Wed, 01 Apr 2026 19:16:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=iTom1FRx; 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=1775096169; x=1806632169; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=8m4aVnYFog1svEgegAVY1d+ffcmCreH7vuKWIGgsVuE=; b=iTom1FRxNw8IKBWYML7GyeIvLD6+RRBB9x/55NDU7kavx5/p5QZI2kU0 oHfG/0h72M+f3Gdgn65AwMlTcT0XsQddB7QucF+s6qBs9qBVGW8+tsVTo fKt2SZSinSFpCCvl3THcEvlfuLTDXA38wJyL57kjgcyNwMdE6mzxvE/ha SpyjmR5/oHrd6L3OzNyM4rtoZgAdksO+OBoL7ZDJYlmQ5h6pBWrlH963a yw1ukz3QELOYDJUFvSOlgn4D6iRpMGIIMGK0DEVnHhq4UZHbNXY8uPC09 9vMAEsws1K5Z9HxXaXHtOLSAu/kTkAm2o+TaQX/fNYU2cRrLgd7obvdqi A==; X-CSE-ConnectionGUID: lOM4YQDrQciAQNwmGKYeRQ== X-CSE-MsgGUID: ISTjVm05Rze/YaGEctsfvQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="239868266" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="239868266" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2026 11:16:07 +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 849EA21F5 for ; Thu, 2 Apr 2026 02:16:07 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 36117102FB93 for ; Thu, 2 Apr 2026 02:16:07 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id B0BF8100374A; Thu, 2 Apr 2026 02:16:04 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 38/39] thingsboard-gateway: upgrade 3.8.2 -> 3.8.3 Date: Thu, 2 Apr 2026 10:13:53 +0800 Message-ID: <20260402021355.1324-38-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125952 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...hingsboard-gateway_3.8.2.bb => thingsboard-gateway_3.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/{thingsboard-gateway_3.8.2.bb => thingsboard-gateway_3.8.3.bb} (98%) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.2.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.3.bb similarity index 98% rename from meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.2.bb rename to meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.3.bb index 1b619120f3..806d9d24e0 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.2.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.8.3.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://thingsboard.io/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRCREV = "d3d58c848a53403e5468e1a55ff03c44e7c70a39" +SRCREV = "7f7e0bf061bf92c2feb12b5098620f118dce364b" PYPI_SRC_URI = "git://github.com/thingsboard/${BPN};protocol=https;branch=master;tag=${PV}" PYPI_PACKAGE = "thingsboard-gateway" From patchwork Thu Apr 2 02:13:54 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 85096 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 7491D1112275 for ; Thu, 2 Apr 2026 02:16:13 +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.7120.1775096162335174097 for ; Wed, 01 Apr 2026 19:16:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DbLOgEX1; 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=1775096168; x=1806632168; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=8YZG1mzToNj/+f1x1hrlug1yiX1cntcgrpB6E9li9Sw=; b=DbLOgEX1nLeAmEkCPzWeSFwzUz/oofBU9jFLoCQTXyiDfi3HYibGevUq vsAU1XG5AeNSWogKaMR5Y2wGruj0Y5cKf5vDgt1GqIdv5pHIEDVr0AaUS q2LMBr9942WorYtaQxMgmQgU/6d9GIYyFIWiypv7MrUOQeZW85OqQXchY mp638UHGQIsgGsLtDWBOR09aJfKvo0kFFwokP9yrR/yGEZ4YiFbS0QszX rVpF9xxxa/zvvzCKgGX0aCBffVHRCB5+MSb8q7yXatmvs8YzcHHkrOr0T iUIFy6WFBpjOhvT5fnDVREn7EbiGtEK4DUR1oNZ1ss1KcSTRNNqNrMg4W Q==; X-CSE-ConnectionGUID: YpG2HotJSHmwOpc3u2U5Yg== X-CSE-MsgGUID: 6u1zES6GR6W4HWw+OubOWQ== X-IronPort-AV: E=McAfee;i="6800,10657,11746"; a="235493554" X-IronPort-AV: E=Sophos;i="6.23,153,1770562800"; d="scan'208";a="235493554" 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; 02 Apr 2026 11:16:08 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 0C1CA407540 for ; Thu, 2 Apr 2026 02:16:09 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id B00141000395 for ; Thu, 2 Apr 2026 02:16:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 3CFB31003742; Thu, 2 Apr 2026 02:16:06 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-xfce] [PATCH 39/39] thunar: upgrade 4.21.4 -> 4.21.5 Date: Thu, 2 Apr 2026 10:13:54 +0800 Message-ID: <20260402021355.1324-39-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260402021355.1324-1-wangmy@fujitsu.com> References: <20260402021355.1324-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 02 Apr 2026 02:16:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125953 From: Wang Mingyu Changelog: ============ - Popup menu at tab label on keybord activated - Add keyboard support for context menu on terminal - Add keyboard support for history menu on back and forward buttons - Add keyboard support for context menu on toolbar - Popup menu on tree view item for keyboard activated - Popup menu at focused widget on keyboard activated - Disable overlay scrolling by default (#367) - Wrap long filenames in error dialogs (#1412) - Limit filname length for create/rename (#1812) - Add fallback for backdrop highlight color - Properties dialog - add separator for fs data - Show filesystem type in preferences - At tooltips to 'Capacity' and 'Usage' (#1806) - Show as well 'usable' size in 'Capacity' row (#1806) - Differ between total and usable fs space (#1806) - Add help text for URL arguments - Call xfconf_shutdown before exit - Store pending column size changes on close (#1318) - Use GtkTreeModelFilter for tree view side pane (#1460) - Tree-view pane: Fix wrong selection on open new window - Prevent shortcuts view focus lost (#1675) - Add 'grab_focus' parameter to 'set directory' calls (#1675) - Expose drag-drop-mode in preferences - Init media_fs_uuids on startup - Never ask twice on replace/overwrite (#1794) - Fix translations for XML file (#1790) - Improve statusbar loading text (#1787) - Detect CDROM media changes using ID_FD_UUID udev property - Add %d to strings to fix some transl. (#939) - Pass current dir to catfish (#1785) - Ignore G_IO_ERROR_NOT_SUPPORTED (#1782) - Show selection busy information on statusbar Signed-off-by: Wang Mingyu --- .../recipes-xfce/thunar/{thunar_4.21.4.bb => thunar_4.21.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-xfce/thunar/{thunar_4.21.4.bb => thunar_4.21.5.bb} (93%) diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.21.4.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.21.5.bb similarity index 93% rename from meta-xfce/recipes-xfce/thunar/thunar_4.21.4.bb rename to meta-xfce/recipes-xfce/thunar/thunar_4.21.5.bb index af2580e7df..32d4c39aa5 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_4.21.4.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_4.21.5.bb @@ -13,7 +13,7 @@ inherit xfce gobject-introspection features_check mime-xdg perlnative gtk-doc REQUIRED_DISTRO_FEATURES = "x11" -SRC_URI[sha256sum] = "85f2c7fba6e891eb0df04b94139d519778130ecde95a6e629ac611d8cc9c6a7c" +SRC_URI[sha256sum] = "eddbd4bab29c73718734e0bfcf650ceea8b4fcc8cb2cbb0b24fe22b286a2be00" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" PACKAGECONFIG[pcre] = "-Dpcre2=enabled,-Dpcre2=disabled,libpcre2"