From patchwork Wed May 27 09:47:10 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88762 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 8A758CD5BD5 for ; Wed, 27 May 2026 09:48: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.msgproc02-g2.16910.1779875292896179250 for ; Wed, 27 May 2026 02:48:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PdKMn/o0; 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=1779875293; x=1811411293; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=dOCkkednqHV8SeP/AHomdS/GDPTbIo85kuGp2C14i/M=; b=PdKMn/o05jdWF6/LBNfEE2H9p1lqqyWoZbZQBhrApPStGi6BkXGkuJTo OPh9/TlOYmWi2ziCS/Vbw+edd804F79NiiaoZUMalgh5l/bFpJyZ6QZpl DZcINNreNeVq+b9GaueFnadsS3RaE6hkH77xEb0VaTBaqe5o1hCH/QVMt 0mdKhdOW0puhkyWLgipS31yuvX3A/BL6txvY9OzyvzRhpZcaC4Z96MNBD 0gI0fysbKY4AAbcBmlNeKM2q+BonBkuUt4iymSW+u9YD+h2hcZgZJQIYJ 2nF35oFs6KrgfOm2QT4U6nNMx8VJshskXgTuJFZLZAHEHeJpTCj8wawdL A==; X-CSE-ConnectionGUID: j9CGo+98TKWZymyXJXAJ3w== X-CSE-MsgGUID: YotsbfUaTyu+G1J6XXPnMA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="242050268" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="242050268" 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; 27 May 2026 18:48: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 17BD28204C4 for ; Wed, 27 May 2026 09:48:11 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id C316214003C3 for ; Wed, 27 May 2026 09:48:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id C0AF782A2C9; Wed, 27 May 2026 09:48:08 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 01/56] ctags: upgrade 6.2.20260510.0 -> 6.2.20260524.0 Date: Wed, 27 May 2026 17:47:10 +0800 Message-ID: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127208 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.2.20260510.0.bb => ctags_6.2.20260524.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.2.20260510.0.bb => ctags_6.2.20260524.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.2.20260510.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.2.20260524.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_6.2.20260510.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.2.20260524.0.bb index 19f4fd3480..93f63526db 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.2.20260510.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.2.20260524.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "76e4cc275815e0440afbf45a30d692e62729d851" +SRCREV = "4a77f4e9fdbea8350b8d7b145780e2d9027bd083" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" From patchwork Wed May 27 09:47:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88763 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 8C3D6CD6E44 for ; Wed, 27 May 2026 09:48: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.msgproc02-g2.16919.1779875297331449014 for ; Wed, 27 May 2026 02:48:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FmPUCVep; 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=1779875297; x=1811411297; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TQcvsLX4hTYKwHt9g2txC9Jq7JWVXMOvtLkjC7s+FfA=; b=FmPUCVepBRsux4C1ewP9eooWjm2UCpLx4EX5s/Qp2iieCvw/4CFfimrJ mIAhJ4KzJELULH7/4Dc1CqQMhciI+o0nGbfSls/CmSpz4223+vL+oojdj tb31lsFesddxdOKALBLyVYfWVNylvj1As1waY6VrAqsjN9FpQE7voZ40o XYaQaoJ421ZRFOEghb8YxZWN+mOdn2tKYk2cJzPwPk6GgT6hc67QUErUz 0y8UNylTaWUdgCZu/5DazNxqnzNzHK//Vt+W2D264EKt/JiUoXZ6m9rvb sQgcS1XzsaCydgAalDsGUdvL7A5KEPwMeK7rggBH30t3/WcCZUZRaDw+L g==; X-CSE-ConnectionGUID: krAdNEgBSN6wmMPMkv2lxA== X-CSE-MsgGUID: RIP8+t1fTKCEjxEWQaoIZg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="230008170" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="230008170" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:15 +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 9189FC00541 for ; Wed, 27 May 2026 09:48:15 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 478568319F7 for ; Wed, 27 May 2026 09:48:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 4FEC882A2D5; Wed, 27 May 2026 09:48:13 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/56] drm-framebuffer: upgrade 0.1 -> 1.0.0 Date: Wed, 27 May 2026 17:47:11 +0800 Message-ID: <20260527094805.2039-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127209 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{drm-framebuffer_git.bb => drm-framebuffer_1.0.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-graphics/drm-framebuffer/{drm-framebuffer_git.bb => drm-framebuffer_1.0.0.bb} (78%) diff --git a/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb b/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_1.0.0.bb similarity index 78% rename from meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb rename to meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_1.0.0.bb index faffca2059..64aa6f655e 100644 --- a/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_git.bb +++ b/meta-oe/recipes-graphics/drm-framebuffer/drm-framebuffer_1.0.0.bb @@ -5,10 +5,9 @@ SECTION = "graphics" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c" -SRC_URI = "git://github.com/embear-engineering/drm-framebuffer;protocol=https;branch=main" +SRC_URI = "git://github.com/embear-engineering/drm-framebuffer;protocol=https;branch=copilot/create-release-v1-0-0" -PV = "0.1+git" -SRCREV = "a560c2b810c8f677aaaaa9e9e8b1d13854718aba" +SRCREV = "09df30960552f23d0fa7471be0caf7f095fcd522" inherit cmake pkgconfig From patchwork Wed May 27 09:47:12 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88767 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 85ACACD6E44 for ; Wed, 27 May 2026 09:48:31 +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.16922.1779875303171871910 for ; Wed, 27 May 2026 02:48:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gCk1BQO0; 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=1779875304; x=1811411304; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=paUZMJRblvQ3GzixMkPrWgAPK6FyP9D/gu1vsjgOn6I=; b=gCk1BQO0AVsloD3zEoXrVpq9ELZ8hSlXAUNygZesKOC8ztFqX5B4Tr0y r23gsKv1OT0DPdhC9IgbDf4Q4ZCz/9d7UMOnh9xi4Ohb8AsK1U4p9+/iJ a49Qsi0uuwsjKPMPPL1YjaBd2CeTcHZ3gLJNpmZedA7xGnAKQrSJlGKfj BBNMLIDe699q+++32qwI0nZxWW+uZKYdt5uCGmiPL88RB1rbr9hfwJdGG LH2Ri3d9r2alPu6/gtwZTWfrKXya27tqE9BRcOg/sG0Q0qfTlMNlT+bZ7 06FjOvaJic8EBxASD06twWZ4b0VFObk1oOS7IRcKHi4v/qMTW+dyK4b9p A==; X-CSE-ConnectionGUID: 3Y+XB3l8RXiJGc0vXPd9+Q== X-CSE-MsgGUID: pzFfl+8aQ4+LIJChwiANDw== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="242050061" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="242050061" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:23 +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 8ABED1C1C717 for ; Wed, 27 May 2026 09:48:21 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 3E5AD8319EF for ; Wed, 27 May 2026 09:48:21 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 453FA82A2C9; Wed, 27 May 2026 09:48:19 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/56] fluentbit: upgrade 5.0.5 -> 5.0.6 Date: Wed, 27 May 2026 17:47:12 +0800 Message-ID: <20260527094805.2039-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127210 From: Wang Mingyu Changelog: =========== - release: update to 5.0.6 - env: add bash-style default value operator - lib: cfl: upgrade to v0.7.1 - out_kafka: partition OTLP logs by resource - sds: general fixes for sds_cat() usage - in_forward: handle unpacker allocation failure - tests: prevent port binding failures in concurrent OTEL tests - engine: ignore duplicate STOP to prevent shutdown spin - out_azure_logs_ingestion: Plug SEGV on termination - packaging: add support for Ubuntu 26.04 - config: storage: Add total limit size of DLQ - http_server: harden listener and architecture - tests: runtime: wait for tail truncate output - in_tail: fix file append cleanup on failure - in_tail: reconcile files after missed inotify events - github: workflows: Restore ok-package-test trigger behavior - security: update policy for 5.0 and EOL 4.1 - sds: fix handling of cfl_sds return buffers after cfl upgrade - tls: omit SNI for IP literal hosts - http_server: spawn internal server in threaded mode Signed-off-by: Wang Mingyu --- .../fluentbit/{fluentbit_5.0.5.bb => fluentbit_5.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/fluentbit/{fluentbit_5.0.5.bb => fluentbit_5.0.6.bb} (99%) diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.5.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.6.bb similarity index 99% rename from meta-oe/recipes-extended/fluentbit/fluentbit_5.0.5.bb rename to meta-oe/recipes-extended/fluentbit/fluentbit_5.0.6.bb index d9df95e45d..c7583bc369 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.5.bb +++ b/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.6.bb @@ -17,7 +17,7 @@ DEPENDS = "\ " DEPENDS:append:libc-musl = " fts" -SRCREV = "05121015a78b81ab59ceaf86e9fb935b71f48ec5" +SRCREV = "7b3a43645dcf41fce38ac4e72b1e9e2f7641b027" SRC_URI = "\ git://github.com/fluent/fluent-bit.git;nobranch=1;protocol=https;tag=v${PV} \ file://0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch \ From patchwork Wed May 27 09:47:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88764 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 61EA9CD4F54 for ; Wed, 27 May 2026 09:48: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.16923.1779875306529520657 for ; Wed, 27 May 2026 02:48:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=WpRg9uFA; 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=1779875307; x=1811411307; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PPwWlv1xiwhYTUZKTQnSWxbDPuhsn5OWrAEWU+NbfnU=; b=WpRg9uFAx1Bbq1jQVD6KGgGiw0K8tS8xfhLGpoUv0Innsbt7/gJsnPb6 +uDcAhHo4VV/MMnLn39SctJgkX3VQRG8GDyTDgpwWMZOt9DZ+imBb9zlB lYPoy5E8bW6GgebwS0ezd9GsWASPzH9vTxPPXibvCu3cUBwVColwU1lIJ aawQOfryrMDRGr081/381G+jJx+FAcSeNyvkh4oLzkX3TcPW+hC2OZwTu ceCVXdrr2Q+XcupzMgkaZ5sdJPz1KXyoyXrOTzzQ/560sPNrYgMhtYBkd LAZl0DlLg9PGsy84qjlpcjX6R2qT5ugu3KJwjNHjakTBIQrtt3ieUoAlx Q==; X-CSE-ConnectionGUID: FNIkB29XSBGn/STrTlaMoQ== X-CSE-MsgGUID: x59FRpPST6WvVg5RG3V/2A== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241969787" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241969787" 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; 27 May 2026 18:48: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 CB0AA42A338 for ; Wed, 27 May 2026 09:48:24 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 7D99DC0E452 for ; Wed, 27 May 2026 09:48:24 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9564D82A2C9; Wed, 27 May 2026 09:48:22 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/56] glaze: upgrade 7.6.0 -> 7.7.0 Date: Wed, 27 May 2026 17:47:13 +0800 Message-ID: <20260527094805.2039-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127211 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-support/glaze/{glaze_7.6.0.bb => glaze_7.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/glaze/{glaze_7.6.0.bb => glaze_7.7.0.bb} (92%) diff --git a/meta-oe/recipes-support/glaze/glaze_7.6.0.bb b/meta-oe/recipes-support/glaze/glaze_7.7.0.bb similarity index 92% rename from meta-oe/recipes-support/glaze/glaze_7.6.0.bb rename to meta-oe/recipes-support/glaze/glaze_7.7.0.bb index 7d0e1d87ae..88bdcb75f5 100644 --- a/meta-oe/recipes-support/glaze/glaze_7.6.0.bb +++ b/meta-oe/recipes-support/glaze/glaze_7.7.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8" SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}" -SRCREV = "e4d8b406bc509cf236a11bc455fad29a024d5fb2" +SRCREV = "dc90e3a31ef9b93e53efb8320aae1a36f7abd80f" inherit cmake From patchwork Wed May 27 09:47:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88765 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 782DACD6E43 for ; Wed, 27 May 2026 09:48:31 +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.16925.1779875309172542350 for ; Wed, 27 May 2026 02:48:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FDfHSWgr; 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=1779875309; x=1811411309; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5hPYjjx81sPZTC6lpjmQEimckxq+8eFa5VosNJoGClY=; b=FDfHSWgrIb8/TfSBHgI3V1ZKAKOSRr8VB7M7JDZQPz7zlZPAKisRFwrs Ns3Jebi9XP3IoT4tlx9vR8Z2T7DjLrR1ypnNhnpxuPl8khXei82FVMRKP BTcsJs/OrU+Cd8+pxLWhPr4biwTHnz+j9R+iHvWoVRzWgVohb9/09qjqn 5YV+ORPRAO+wQ9ZA9AJEhqfp2jt57Nz9Fln1n4wG1Um4RRZhlWa2O7wbO UPNFQKvhbKsZnshs6krwc49PwYhR1t2QHR3j6/n/eE0XUhq/g12S4oI8z 26qJBolFDY9Q5cKnx1AZV2BG6LklFKq+a+PRiMfXe5i38Ezois53K4bt3 Q==; X-CSE-ConnectionGUID: mZYyro/IRm2LK/GXB3x29w== X-CSE-MsgGUID: JO4nxLwrQYi+d3dp8F8Rqg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="219714692" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="219714692" 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; 27 May 2026 18:48:27 +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 9C9D54DE5 for ; Wed, 27 May 2026 09:48:27 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 536C8C03F75 for ; Wed, 27 May 2026 09:48:27 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 7614582A2C9; Wed, 27 May 2026 09:48:25 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 05/56] graphviz: upgrade 14.1.5 -> 15.0.0 Date: Wed, 27 May 2026 17:47:14 +0800 Message-ID: <20260527094805.2039-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127212 From: Wang Mingyu Changelog: =========== - The MinGW packages no longer have libgd-dependent components enabled. - **Breaking**: The 'diffimg' utility has been removed. Signed-off-by: Wang Mingyu --- .../graphviz/{graphviz_14.1.5.bb => graphviz_15.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/graphviz/{graphviz_14.1.5.bb => graphviz_15.0.0.bb} (97%) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.5.bb b/meta-oe/recipes-graphics/graphviz/graphviz_15.0.0.bb similarity index 97% rename from meta-oe/recipes-graphics/graphviz/graphviz_14.1.5.bb rename to meta-oe/recipes-graphics/graphviz/graphviz_15.0.0.bb index 388de9b452..f8fdb47cf5 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.5.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_15.0.0.bb @@ -23,7 +23,7 @@ SRC_URI = "https://gitlab.com/api/v4/projects/4207231/packages/generic/${BPN}-re SRC_URI:append:class-nativesdk = "\ file://graphviz-setup.sh \ " -SRC_URI[sha256sum] = "b017378835f7ca12f1a3f1db5c338d7e7af16b284b7007ad73ccec960c1b45b3" +SRC_URI[sha256sum] = "937fe4757687260e46a1c9a171cc677e3d4c89abd1efc8885ccb66467c3616ff" UPSTREAM_CHECK_URI = "https://graphviz.org/download/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed May 27 09:47:15 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88766 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 9515FCD5BD5 for ; Wed, 27 May 2026 09:48:31 +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.16926.1779875310921343147 for ; Wed, 27 May 2026 02:48:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dR2SA3Uh; 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=1779875311; x=1811411311; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FSXllAWMLKCTZrnN2aX1i1BREtG2KuAdnpJJiW7EDPM=; b=dR2SA3Uh29qXZZuzosnapKUeNeZ+lBs6lw1GgCd8QuaDfeu96+xr6JrQ fgXJYh1PbqNKG8gb59r7XkBozmN33xVvR6rSaca9tfIWL22Vf+aDV8GXZ SQyDLLkQyzT6aTL9eH9qV76W0kiW5w/Ef/f6SUwq4ENyRkYkXOlpPQX+d yeQjWwN9/92qemXTAdBWRDAjsmZ1kA6/yBi9uKa4g/HKtsjbfFeyNZHRX N7tgbecTG2A+OEPQgJUF0pXN4VFPc5a2Vl7+3cJsXVXA7aG3hNqmuLrJv 6QzZUXQj4lLKrehwNItL9Cq9kKnzbeLKSvGNaSdHslrbaYRe+huTnsotG Q==; X-CSE-ConnectionGUID: gBjbJ0nTS0S+eQ0mgomWWA== X-CSE-MsgGUID: sbvxjj1tTYemUxyjH2aVwA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="229391861" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="229391861" 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; 27 May 2026 18:48:29 +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 55BAB1002BB9 for ; Wed, 27 May 2026 09:48:29 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 0CB75148AD33 for ; Wed, 27 May 2026 09:48:29 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 12D2082A2CC; Wed, 27 May 2026 09:48:26 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 06/56] haveged: upgrade 1.9.20 -> 1.9.22 Date: Wed, 27 May 2026 17:47:15 +0800 Message-ID: <20260527094805.2039-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127213 From: Wang Mingyu Changelog: =========== * Add ReadWritePaths=/dev/shm to systemd service for semaphore creation under ProtectSystem=full sandboxing * Fix privilege escalation via command socket (CVE-2026-41054) * Check peer credentials before reading command (CVE-2026-41054) * Handle failing opening of semaphore * Fix /dev/shm permissions to use sticky bit * Use chmod after mkdir to ensure correct /dev/shm permissions * Update libtool: add lib64 search paths, remove dead code Signed-off-by: Wang Mingyu --- .../haveged/{haveged_1.9.20.bb => haveged_1.9.22.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/haveged/{haveged_1.9.20.bb => haveged_1.9.22.bb} (91%) diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.20.bb b/meta-oe/recipes-extended/haveged/haveged_1.9.22.bb similarity index 91% rename from meta-oe/recipes-extended/haveged/haveged_1.9.20.bb rename to meta-oe/recipes-extended/haveged/haveged_1.9.22.bb index 2ea12b3977..281fe1c2c9 100644 --- a/meta-oe/recipes-extended/haveged/haveged_1.9.20.bb +++ b/meta-oe/recipes-extended/haveged/haveged_1.9.22.bb @@ -6,8 +6,8 @@ HOMEPAGE = "https://www.issihosts.com/haveged/index.html" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -SRCREV = "e2d96806273caa9ce7457e2f8669a3c40517ca27" -SRC_URI = "git://github.com/jirka-h/haveged.git;branch=master;protocol=https \ +SRCREV = "21bad00a09233855fbea14ac062bc72b5eabc9a6" +SRC_URI = "git://github.com/jirka-h/haveged.git;branch=master;protocol=https;tag=v${PV} \ " UPSTREAM_CHECK_URI = "https://github.com/jirka-h/haveged/releases" From patchwork Wed May 27 09:47: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: 88773 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 D3F38CD6E45 for ; Wed, 27 May 2026 09:48:41 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16927.1779875312736448436 for ; Wed, 27 May 2026 02:48:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HTR5QbGO; 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=1779875312; x=1811411312; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oVojqO0H9e9nPnGuK62xdXxDeIM5nUAlnmSW0AjcP3E=; b=HTR5QbGOEupiwyj0LCzWLnF4w0VrANWaGqsVqDxCAl3ct75o7O/GcPZW 5474zFgB3Tb+jQfqtgk/Zew3NX3mPjAbNQFGT9Zh2jVYG0bmmU6d4ny4l uUSwRRu6lmbco7hrklLKS4ZHNF6wtELctXATlGK6cDc2ZXRSbNxvpx74h gbg+0Z9HrMhN0EHkgiEsmsSD+k4hIOZnNkpPNbWAlBsNEGBpiLWjR4pc6 ljLPLY/B/0bbd3Fhy8XxR0E49Cu61IL32sZjSOZrS5KYoUF92qJ5TWHDT xwZY6k0JSxUb0B30FyDVCeD3UdLwxIQSHikDrXAGfde3GA57nYdcNBrq3 Q==; X-CSE-ConnectionGUID: AhZWnNJPQ3SfV1r1UBx1Ew== X-CSE-MsgGUID: RM3kd59aQqyWS/uoZxvLRw== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264177" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264177" 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; 27 May 2026 18:48:31 +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 010B31C1C725 for ; Wed, 27 May 2026 09:48:31 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id A868B18591D0 for ; Wed, 27 May 2026 09:48:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9F69482A2C9; Wed, 27 May 2026 09:48:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 07/56] libdevmapper,lvm2: upgrade 2.03.40 -> 2.03.41,2.03.40 -> 2.03.41 Date: Wed, 27 May 2026 17:47:16 +0800 Message-ID: <20260527094805.2039-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127214 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/lvm2/lvm2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index e0319d77be..675c33cedd 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -18,8 +18,8 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main;tag=${PV_TAG} \ file://0001-include-libgen.h-for-basename.patch \ " -SRCREV = "c48a3842714858d2de16c341b249be4a073f3325" -PV = "2.03.40" +SRCREV = "539014d16099ee8d46318b49e9014332e2dc7ef3" +PV = "2.03.41" PV_TAG = "v${@d.getVar('PV').replace('.', '_')}" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\_\d+)+)" From patchwork Wed May 27 09:47: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: 88768 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 9823ACD6E43 for ; Wed, 27 May 2026 09:48:41 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16928.1779875314160145104 for ; Wed, 27 May 2026 02:48:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=GbxdQb12; 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=1779875314; x=1811411314; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Jbx2wMHOU9KvjnxejodbJdch7s/Sy6NulDcWrPcCTkE=; b=GbxdQb12FUbSgvSSfMowXEuf/wd3L1HLXYgP772hN4UlYwRXSFsstz7x 5oYf6yy/pd103ifasLkOS+fihi+UNvSLcFHMfRCbULSRiA19onr5EHin9 NedYkC2e7u58beYlYDNvUBmD7E6qtRsQDE+3Q6lW2B/JGNIYEd/X0ltYK rJZLQRXjuTZGUzT5+1gc6Krnv1GEl8Lil7T2CwtE2W/p+88JJzIvAT+wE l8EMB57FBvHxxJGZnyDVAQcqobHHSEXB9D8eq/1nWh73gWIk5eJXNOvxp WCBjf9vRjP7LcMTI/9Tf2QsZ+wsdHKz/nfAYYsTN9r7xe/KMGmgXZh5CU A==; X-CSE-ConnectionGUID: WHHhbah4SMy6aE01ciWChw== X-CSE-MsgGUID: fDhdgKKWSvKGmyWNqp9w0A== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="242050288" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="242050288" 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; 27 May 2026 18:48:32 +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 86E3B1002BB9 for ; Wed, 27 May 2026 09:48:32 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 3DEF618591D0 for ; Wed, 27 May 2026 09:48:32 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 478CA82A2CE; Wed, 27 May 2026 09:48:30 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 08/56] libfido2-initial: upgrade 1.16.0 -> 1.17.0 Date: Wed, 27 May 2026 17:47:17 +0800 Message-ID: <20260527094805.2039-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127215 From: Wang Mingyu License-Update: Copyright year updated to 2026 Changelog: ============= * Added CTAP 2.3 support. * Restrict webauthn.dll search paths; YSA-2026-01. * Support application-managed PIN/UV Auth tokens; gh#806. * Support 64-byte hmac-secret salts when using windows://hello. * Fixed a U2F transaction handling bug when a timeout had been set; gh#917. * Fixed a bug where stdin was closed on fido_nl_new failure; gh#923. * fido2-token: new -G -t mode to to retrieve a PPUAT. * fido2-token: new -I -t mode for deciphering encrypted fields. * fido2-cred -M: support the -t toggle argument * Improved documentation and examples. * Removed tools from SDK packaging on Windows. * New API calls Signed-off-by: Wang Mingyu --- ...{libfido2-initial_1.16.0.bb => libfido2-initial_1.17.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libfido2/{libfido2-initial_1.16.0.bb => libfido2-initial_1.17.0.bb} (90%) diff --git a/meta-oe/recipes-support/libfido2/libfido2-initial_1.16.0.bb b/meta-oe/recipes-support/libfido2/libfido2-initial_1.17.0.bb similarity index 90% rename from meta-oe/recipes-support/libfido2/libfido2-initial_1.16.0.bb rename to meta-oe/recipes-support/libfido2/libfido2-initial_1.17.0.bb index 7d9838b003..cb12c4e04d 100644 --- a/meta-oe/recipes-support/libfido2/libfido2-initial_1.16.0.bb +++ b/meta-oe/recipes-support/libfido2/libfido2-initial_1.17.0.bb @@ -6,10 +6,10 @@ HOMEPAGE = "https://developers.yubico.com/libfido2" LICENSE = "BSD-2-Clause" SECTION = "libs/network" -LIC_FILES_CHKSUM = "file://LICENSE;md5=20be19aaa222f71738712b26f7f8717b" +LIC_FILES_CHKSUM = "file://LICENSE;md5=81b68c65611c3a2eaac9e44814284719" SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "8c2b6fb279b5b42e9ac92ade71832e485852647b53607c43baaafbbcecea04e4" +SRC_URI[sha256sum] = "c1012c8871d71b65872fd5ff1a9d6b0838a55683a03e85ba97479ce57129c736" inherit nopackages From patchwork Wed May 27 09:47: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: 88771 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 B846CCD4F54 for ; Wed, 27 May 2026 09:48:41 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16927.1779875312736448436 for ; Wed, 27 May 2026 02:48:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Bp7fJuyw; 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=1779875314; x=1811411314; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jFGboQVRuM1fE3w9hu1NshnlU+3aFfIglJyh9jPrmGk=; b=Bp7fJuywkg9ADPnllwoDIuas7C3pqukGRWaPNwHnAyQVkl6yeKmEyWYD 8I9k0ZK82LQNRsD1baN8ixMomZV74YhUryY8ei+SMXH33VKxsmV9aiGg8 pqnstI/cBuZZ1NX+XCN+KiyxLnEM6DNi1PhboRBWh0Xyf/y9BFE6wWPET yXC/Wdo+hd3ci+mLJdzcn22dBHJRL314+knND5y1WfxOS1LlG4CU/YMtM zaiZyySM5MC8b12dn6uNuYwE7mE4e2rJEWZiFtMk0EgkO3cX6o5yXQ2K8 Sd2vygXEB9BVJ6S3n8UVprWp+HgtUHrlyF9XDemyXuf9FfrPu6TOEeQP6 g==; X-CSE-ConnectionGUID: Rpek+8rjRXGTu3PT+spzXQ== X-CSE-MsgGUID: KrW+OfGNSrq2BqQrtiqMUA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264182" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264182" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:34 +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 13C6E1000143 for ; Wed, 27 May 2026 09:48:34 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id B6B561C135FF for ; Wed, 27 May 2026 09:48:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id D410182A2C9; Wed, 27 May 2026 09:48:31 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 09/56] libhtml-parser-perl: upgrade 3.83 -> 3.85 Date: Wed, 27 May 2026 17:47:18 +0800 Message-ID: <20260527094805.2039-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127216 From: Wang Mingyu License-Update: Copyright updated to 2000 Changelog: ============ - Replace deprecated uvuni_to_utf8() with uvchr_to_utf8() - Fix heap-use-after-free in _decode_entities (CVE-2026-8829) Signed-off-by: Wang Mingyu --- ...ibhtml-parser-perl_3.83.bb => libhtml-parser-perl_3.85.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libhtml/{libhtml-parser-perl_3.83.bb => libhtml-parser-perl_3.85.bb} (89%) diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.83.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.85.bb similarity index 89% rename from meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.83.bb rename to meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.85.bb index 2fb16a5672..88f95c2e4f 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.83.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.85.bb @@ -3,13 +3,13 @@ HOMEPAGE = "https://metacpan.org/release/OALDERS/HTML-Parser-3.83" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://README;beginline=996;endline=1000;md5=cab05784294bb47dc319aeced156e96a" +LIC_FILES_CHKSUM = "file://README;beginline=996;endline=1000;md5=68b329da9893e34099c7d8ad5cb9c940" DEPENDS += "perl" SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/HTML-Parser-${PV}.tar.gz" -SRC_URI[sha256sum] = "7278ce9791256132b26a71a5719451844704bb9674b58302c3486df43584f8c0" +SRC_URI[sha256sum] = "fd42ba6abe07241cf0ad57be246c3980065f683e4465e59b46af9efebc8e0c71" S = "${UNPACKDIR}/HTML-Parser-${PV}" From patchwork Wed May 27 09:47: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: 88770 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 C7EB9CD6E44 for ; Wed, 27 May 2026 09:48:41 +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.16929.1779875317228347347 for ; Wed, 27 May 2026 02:48:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mi/O4RML; 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=1779875317; x=1811411317; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=l1K3L/7HOzndfXr0e7jHouyU6Q0fMW6GnMR1XaL8sLk=; b=mi/O4RMLGzjLq8AAoGBXeKKCNzpEjrFY4nchJvkeHlecKdP2ivEyIby+ qI8BvswVfpCOKIRCRrKj2mLLtDks9O5ttB2F4gCV2DH5GopHISYhSJpjY oVzrURzmwE4clfFXrEnavaW7mfQnFFM1XofrXs934E3lR9wmmwh9riUwg Ttyw9Jd1v7lQ4W1IusIwjS/lxSPC1E2JrBbZGk2y3AI39fRq0Yd3SwLiN /uyyjztEUVq7fLy2p+snkNOnxe3zEPbUPy/4ko5+CZdjOY6BiDGB/i1AW QTMu8qMDWo0rGffS5jypdeKOINjIYAanUlFJhqD163w7JzZwpwB5k4dje w==; X-CSE-ConnectionGUID: T9tazAopRN+Bus/5ptX4pA== X-CSE-MsgGUID: PAkB4OhfRMWt+5skiG7WAA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241434757" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241434757" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:35 +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 B3BC08203D2 for ; Wed, 27 May 2026 09:48:35 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 6C6AE14003C3 for ; Wed, 27 May 2026 09:48:35 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 737B782A2CC; Wed, 27 May 2026 09:48:33 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 10/56] libio-compress-perl: upgrade 2.219 -> 2.220 Date: Wed, 27 May 2026 17:47:19 +0800 Message-ID: <20260527094805.2039-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127217 From: Wang Mingyu Changelog: ========== * remove use of eval in globmapper. #73 * Update zipdetails to version 4.006. * Fix typo in fastForward #72 * Fix issue with "rawdeflate` option in AnyInflate. Signed-off-by: Wang Mingyu --- ...ibio-compress-perl_2.219.bb => libio-compress-perl_2.220.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libio/{libio-compress-perl_2.219.bb => libio-compress-perl_2.220.bb} (93%) diff --git a/meta-perl/recipes-perl/libio/libio-compress-perl_2.219.bb b/meta-perl/recipes-perl/libio/libio-compress-perl_2.220.bb similarity index 93% rename from meta-perl/recipes-perl/libio/libio-compress-perl_2.219.bb rename to meta-perl/recipes-perl/libio/libio-compress-perl_2.220.bb index ef05e69460..05c8dd2e82 100644 --- a/meta-perl/recipes-perl/libio/libio-compress-perl_2.219.bb +++ b/meta-perl/recipes-perl/libio/libio-compress-perl_2.220.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=a05fdd79b87a410b617 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz" -SRC_URI[sha256sum] = "d3f509c4ec2f75d3ea6621b96aef61329a23711c11efb2222c837db1370433e9" +SRC_URI[sha256sum] = "9d96ea291f2c54ef367c7396b857d93ba1ac1c4b2f1bce13ed8a3e5f3eebb627" S = "${UNPACKDIR}/IO-Compress-${PV}" From patchwork Wed May 27 09:47: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: 88774 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 E12DBCD6E47 for ; Wed, 27 May 2026 09:48:41 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16782.1779875318920009370 for ; Wed, 27 May 2026 02:48:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=tCOg/Ten; 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=1779875320; x=1811411320; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nNyq/lJ3RM7dMsWPjCzh+646vuQT5lHC5CJ2NBLe4aw=; b=tCOg/Teng5MgHowq4eb4q5CEzUMQYw1a1Zvs/cSrMnFAk8K/nh5GXktX BnraLZt77CmanpMA3naFWXnxKmvHEOB4gvfr5urW3TuuZn3FyAZMSuWAc NUGPvQ8tQr3Z4+wOhgxpP4YEIZYNs3gJr7hutuyFCv0PCYbAVPWCUL/Og xNNKYNdZRa/rsBQyT60YPAhazMFCF2ue4zjuoxAxlBM+uAix44/C9wlMp vrIkp9hPL25KcW/rEvl44WmVP6cZXstHJl/29/tw1CPZNQzt81t09yNZi dAIXIVh24fW5Iv+GusaDcBE0uEz+6j7QkVff/3T4Pct05jmA0DX4StLtL g==; X-CSE-ConnectionGUID: NUoGoS1JTB68k/8VaZRp6A== X-CSE-MsgGUID: b1lSpmKqSz+pPCyV4RCffg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241969803" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241969803" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:38 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 5CC3A1002BB9 for ; Wed, 27 May 2026 09:48:37 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 12A9018591C0 for ; Wed, 27 May 2026 09:48:37 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 135EE82A2CE; Wed, 27 May 2026 09:48:34 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 11/56] libjs-jquery-cookie: upgrade 3.0.5 -> 3.0.7 Date: Wed, 27 May 2026 17:47:20 +0800 Message-ID: <20260527094805.2039-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127218 From: Wang Mingyu Changelog: =========== - Prevent cookie attribute injection: CVE-2026-46625 - Add Partitioned attribute to readme - Publish to npm registry via trusted publisher exclusively - Ensure consistent behaviour for get('name') + get() Signed-off-by: Wang Mingyu --- ...js-jquery-cookie_3.0.5.bb => libjs-jquery-cookie_3.0.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libjs/{libjs-jquery-cookie_3.0.5.bb => libjs-jquery-cookie_3.0.7.bb} (91%) diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb similarity index 91% rename from meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb rename to meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb index f4e26a65fc..7544ad4d9b 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb @@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/js-cookie/js-cookie" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" -SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main" +SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "ab3f67fc4fad88cdf07b258c08e4164e06bf7506" +SRCREV = "17bacba0171dd022728d8fdeba3203c60791bf58" JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie" From patchwork Wed May 27 09:47: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: 88769 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 8C879CD5BD5 for ; Wed, 27 May 2026 09:48:41 +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.16783.1779875320302951136 for ; Wed, 27 May 2026 02:48:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TwAQ824o; 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=1779875320; x=1811411320; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=47+rXepxPXqce39hb0k72rgP/UwKO5zYEuVdJeUVA/w=; b=TwAQ824oUaNsQXFlv5tB7LL0kyk5S9x14D1wtu4yGa56Y88NBnPMRbKR i62r4QCXnw0OKUQK1baRZii4BWo4F6IsQ2LpXID2kMbwqRjmxHT1onMPo AScTgQEy5S7zcQR4sOWOYyJVg21ORFlNvTq+NqItbExPFVM6NSvTjLi7B 2VCVlTY6sz90sJw3UhOiLhpx4crvC8lAcbJYwp0wtzYVMGmLQdEVZvWov oGg+oQ/vTTdlqBYlUAkJiMZUYRKMVPNw+Wd95wPuKr/KkUlAqqrOCzofW /LYmVBjbsp6C0v7YZMbmu+uUxefKNDT6uvPQWA9l3n9nly92OdG2bHQKd w==; X-CSE-ConnectionGUID: iZ7/tGJfSAm1NOnvmU6Xag== X-CSE-MsgGUID: HTcrPF+UShOuDhPOfRmnCA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="219714698" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="219714698" 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; 27 May 2026 18:48:38 +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 D0B8A1000147 for ; Wed, 27 May 2026 09:48:38 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 85F181C2FBAF for ; Wed, 27 May 2026 09:48:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id A2E1B82A2C9; Wed, 27 May 2026 09:48:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 12/56] librole-tiny-perl: upgrade 2.002004 -> 2.002005 Date: Wed, 27 May 2026 17:47:21 +0800 Message-ID: <20260527094805.2039-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127219 From: Wang Mingyu Changelog: ========== - split role initialization from setting pragmas to allow more flexibility for subclasses - ensure consistent internal handling of Class::C3 vs mro - reduced Exporter dependency to 0 (any version) Signed-off-by: Wang Mingyu --- ...role-tiny-perl_2.002004.bb => librole-tiny-perl_2.002005.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/librole/{librole-tiny-perl_2.002004.bb => librole-tiny-perl_2.002005.bb} (89%) diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002005.bb similarity index 89% rename from meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb rename to meta-perl/recipes-perl/librole/librole-tiny-perl_2.002005.bb index 69d84a6edf..10b063bf46 100644 --- a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb +++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002005.bb @@ -9,7 +9,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://README;beginline=197;endline=234;md5=26df7e7c20551fb1906e2286624f0b71" SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" -SRC_URI[sha256sum] = "d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45" +SRC_URI[sha256sum] = "4618ec524618c104dc28a8cc86af129a00cad282aea7f4c75060ba05d4c8f4d7" S = "${UNPACKDIR}/Role-Tiny-${PV}" From patchwork Wed May 27 09:47: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: 88772 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 09E70CD6E46 for ; Wed, 27 May 2026 09:48:42 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16783.1779875320302951136 for ; Wed, 27 May 2026 02:48:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=lJ3cPwrw; 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=1779875321; x=1811411321; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=H+9xUcNaw8/SEf96ArRj7Hn96Wva0nVWzKWYHjAgsEc=; b=lJ3cPwrwABlwUjsQ2182a3Wvi1/+TIgS2AY5OtiRA6sU7jNrQ55JiNj+ e0aZOmKAP0rBobFLqW+BFKDYYGEo+JOOkKEpI5dhIQ0vNrpvuL/Tq1htJ hkeBl9sIhB552tNqUD2fV45bGaREDd38DRnN6kG0TQESH9y3T8oHIO2uJ hu9AMle/AG6xj+pUDnh1GyfOgelqydvf70wGA1t0H6cso+XNECEsjLpuu ty0oLoN8vWLRKrUr2lhQuSFXKer5ozh7gdLLYg3pPrzzOL8SdSRR5Uy7l voV/ugnRxHE6Rs0pOPd8ycITvODSYKfOmPTJUkZbdMAqLx09uiGgAS06E Q==; X-CSE-ConnectionGUID: CkcirYvpQ5iFnf0r4nS5fg== X-CSE-MsgGUID: 9nLSjpemSxOvinbiVVkjJA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="219714699" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="219714699" 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; 27 May 2026 18:48: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 82D868203D2 for ; Wed, 27 May 2026 09:48:40 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 38BA81410CB1 for ; Wed, 27 May 2026 09:48:40 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3CDF582A2CC; Wed, 27 May 2026 09:48:37 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 13/56] libsdl2-net: upgrade 2.2.0 -> 2.4.0 Date: Wed, 27 May 2026 17:47:22 +0800 Message-ID: <20260527094805.2039-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127220 From: Wang Mingyu License-Update: Copyright year updated to 2026 Changelog: Added SDLNet_TCP_OpenServer() and SDLNet_TCP_OpenClient() Signed-off-by: Wang Mingyu --- .../libsdl/{libsdl2-net_2.2.0.bb => libsdl2-net_2.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/libsdl/{libsdl2-net_2.2.0.bb => libsdl2-net_2.4.0.bb} (66%) diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.4.0.bb similarity index 66% rename from meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb rename to meta-oe/recipes-graphics/libsdl/libsdl2-net_2.4.0.bb index 4a7ada94cb..12e6d3f0dc 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.4.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Simple DirectMedia Layer networking library." SECTION = "libs/network" LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=68a088513da90254b2fbe664f42af315" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=036a54229112040a743509a86b30c80c" SRC_URI = " \ https://www.libsdl.org/projects/SDL_net/release/SDL2_net-${PV}.tar.gz \ @@ -12,6 +12,6 @@ inherit cmake pkgconfig DEPENDS = "virtual/libsdl2" -SRC_URI[sha256sum] = "4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb" +SRC_URI[sha256sum] = "9cbca2527feb3f1a622d48ba65cc7dee9b1e3f2c55ceafb7d7720bb058aafb30" FILES:${PN} += "${datadir}/licenses" From patchwork Wed May 27 09:47: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: 88778 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 33F1DCD6E45 for ; Wed, 27 May 2026 09:48:52 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16782.1779875318920009370 for ; Wed, 27 May 2026 02:48:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=T4n+/i/s; 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=1779875323; x=1811411323; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BRhs7wtCd7n46ZTFHTEBN8PRSI8waxvx1mXCIlnOAgM=; b=T4n+/i/syVnXziLaG90zHAdlTPB2dgEgSFNsISvyKnLTWiCOB/HGmJVI drXaVwU9Xn98LgyUkFenvMZCyK2L+v5Uq+uhl1bbRw9Hz/IzmyQx6e/qs OWI4Xc2rACpkwJP1wlLICa5C8blGXBA16f6MyCN20EBkVc7Afs7ie31SZ Z9BYRJ9T3SOXdXcbToGj3onyfqS5EUZORxMLno7LAUAql+Q1zJMDYGXcW 5OF2o2Wa0MxDIvDgJD3bylV0eIkaiGVNpnUjjl6NQBKFBs5iFctPgdaJ0 5Wwzl7aJO+irWewa7my/qG1B0FWeaMRuR5nhdlXTLBIWMEb7pTBpZRbdG A==; X-CSE-ConnectionGUID: uGU1qoqtSU6oajl3nfnwcA== X-CSE-MsgGUID: QDwLMqk/TzSVEi9IHpb4gA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241969806" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241969806" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:43 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 2BE9E1002BB9 for ; Wed, 27 May 2026 09:48:42 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id D6D0314003C3 for ; Wed, 27 May 2026 09:48:41 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id D4BF382A2C9; Wed, 27 May 2026 09:48:39 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 14/56] libtorrent: upgrade 0.16.11 -> 0.16.12 Date: Wed, 27 May 2026 17:47:23 +0800 Message-ID: <20260527094805.2039-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127221 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libtorrent/{libtorrent_0.16.11.bb => libtorrent_0.16.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libtorrent/{libtorrent_0.16.11.bb => libtorrent_0.16.12.bb} (94%) diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.11.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.12.bb similarity index 94% rename from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.11.bb rename to meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.12.bb index b04b7f1310..c9b5275a69 100644 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.11.bb +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.12.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" DEPENDS = "zlib curl libsigc++-2.0 openssl cppunit" SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https;tag=v${PV}" -SRCREV = "dafcba711114af2274a45ca55a7bcd4abdf5ca9a" +SRCREV = "27463ee72d83295444262d503130fb0f8cc227e0" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" From patchwork Wed May 27 09:47: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: 88776 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 0FB28CD5BD5 for ; Wed, 27 May 2026 09:48:52 +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.16785.1779875325160849935 for ; Wed, 27 May 2026 02:48:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NhSi8HbC; 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=1779875325; x=1811411325; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=zbC5pey8ndhKPO/DdC86KtIfGjUiF1xmU01ZJrjusk4=; b=NhSi8HbCLn3O0NgsPLd2DbUsahrNDB08WJMrm90V3HEh6HiO2pWLZ44G uJXL/V9DiARiO3psIsb1bnoSP/9jdlgnkxLn3/xKiJIgUGT6rIXEprkno JzXENDH03Th4FaNTbRy41umsO1jSb/f8CpfuqyGuItXP+e2uISpVZgkyR xkXd1M2oxgPAL5kznQ79t61wzSqyIkJ0wsbk7H4YykAlNc41IE/NhMU1v BPSaof94yhLC+aSCq/jfBgDsHgGL6Y/kNt3oyvJiBT7/QDsuFbm4RHVFk /IzmoOvBpc7tMC9rem/XHqlyp8lCzR8ZI3RPy0GVB0+gScG0dyA2mdymz Q==; X-CSE-ConnectionGUID: XgRRB9RnR1CdlYsLlm6wwg== X-CSE-MsgGUID: tCRcehe6S5ijVr9ax7lNHQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="240144193" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="240144193" 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; 27 May 2026 18:48:43 +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 AAD8A1000143 for ; Wed, 27 May 2026 09:48:43 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 61FE5C03F75 for ; Wed, 27 May 2026 09:48:43 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 7AD1482A2CE; Wed, 27 May 2026 09:48:41 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 15/56] memcached: upgrade 1.6.41 -> 1.6.42 Date: Wed, 27 May 2026 17:47:24 +0800 Message-ID: <20260527094805.2039-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127222 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../memcached/{memcached_1.6.41.bb => memcached_1.6.42.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/memcached/{memcached_1.6.41.bb => memcached_1.6.42.bb} (95%) diff --git a/meta-networking/recipes-support/memcached/memcached_1.6.41.bb b/meta-networking/recipes-support/memcached/memcached_1.6.42.bb similarity index 95% rename from meta-networking/recipes-support/memcached/memcached_1.6.41.bb rename to meta-networking/recipes-support/memcached/memcached_1.6.42.bb index e41ebdb171..28d8ba3cf9 100644 --- a/meta-networking/recipes-support/memcached/memcached_1.6.41.bb +++ b/meta-networking/recipes-support/memcached/memcached_1.6.42.bb @@ -20,7 +20,7 @@ RDEPENDS:${PN} += "perl perl-module-posix perl-module-autoloader \ " SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz" -SRC_URI[sha256sum] = "e097073c156eeff9e12655b054f446d57374cfba5c132dcdbe7fac64e728286a" +SRC_URI[sha256sum] = "50f08b879d4f9d36dea9d905e9eaade15c708e38db7e9a73fc21dc8b45395de7" CVE_STATUS[CVE-2022-26635] = "disputed: this is a problem of applications using php-memcached inproperly" From patchwork Wed May 27 09:47: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: 88779 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 23FD6CD6E43 for ; Wed, 27 May 2026 09:48: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.16931.1779875326730967733 for ; Wed, 27 May 2026 02:48:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=B6o0vITR; 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=1779875326; x=1811411326; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=GvnBO5UUdRUvHsEQwKLYQV8rY7aZ+7i5P3jCm+3j06Q=; b=B6o0vITRlZc3mmHKEsdiEsRPXqH+LWuOM24Y5j4ov57kMVVJokDRpOzZ puMGPywEfCUgiUwFUGpHI3PQI2hAdHQAI7GjUvLEWRHFcoAVYZeCVQ4Mn /b+CMMeXqLJT7BUlQEN+f41nkznAtR+f3MjMIcqUv7oBuaa/MPe5LTScm 6SqGkpV+nZTll38UtRYVF530uG1j6B2o1d2m0vBXT2YLu92L1PHqrFgfO pGFVrn4IdT4Tl8EDn3gQ1BU32Mbh7jOksTaed65tbltnxvuXSb84pXMYI iHS2AEsfPX9dP1qBj0dA1rq/YkPEtcXCMp9wMwNoLuqPRoq6ZSmuF7dch g==; X-CSE-ConnectionGUID: 1gJMrMzMR9e1ffGFVA2r8w== X-CSE-MsgGUID: X9W8XAG8S7CereJesLxIVg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241434765" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241434765" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:45 +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 5AB983FE1 for ; Wed, 27 May 2026 09:48:45 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 0DA1D1C2FBAF for ; Wed, 27 May 2026 09:48:45 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 1FC2282A2C9; Wed, 27 May 2026 09:48:42 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 16/56] microsoft-gsl: upgrade 4.2.1 -> 4.2.2 Date: Wed, 27 May 2026 17:47:25 +0800 Message-ID: <20260527094805.2039-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127223 From: Wang Mingyu Changelog: Fix MSVC's C4875 when compiling GSL 4.2.1 with latest MSVC toolset. Signed-off-by: Wang Mingyu --- .../{microsoft-gsl_4.2.1.bb => microsoft-gsl_4.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/microsoft-gsl/{microsoft-gsl_4.2.1.bb => microsoft-gsl_4.2.2.bb} (97%) diff --git a/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.2.1.bb b/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.2.2.bb similarity index 97% rename from meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.2.1.bb rename to meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.2.2.bb index 87a8cbbb88..3d795878b2 100644 --- a/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.2.1.bb +++ b/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.2.2.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=363055e71e77071107ba2bb9a54bd9a7" SRC_URI = "git://github.com/microsoft/GSL.git;protocol=https;branch=rel/4.2;tag=v${PV} \ file://run-ptest \ " -SRCREV = "249146590e322123cd0b378b1f364d6069717687" +SRCREV = "152d6eb989a1ecd23fe9c9cfb2fb8cfc7c0cd0c1" inherit cmake pkgconfig ptest From patchwork Wed May 27 09:47: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: 88775 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 17F9CCD4F54 for ; Wed, 27 May 2026 09:48: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.msgproc02-g2.16932.1779875328565226714 for ; Wed, 27 May 2026 02:48:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OfJ22dXI; 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=1779875329; x=1811411329; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=pnZaHtSMDZHFbPINpXVWOhth4Zc13a77mVZF2pq9VzA=; b=OfJ22dXISPNH7yaV1jJd4Se4/HfgOL13Tfwa44TWdnSnq+kVCDM8rn0p eFJtLfoEsdjwETk8Pfo87kqdwtplztU0fCcyINMcqDtAhG1si7wXDEvqd FH/Uk3aEVVStPB2C8EDdU2pb87fTw0+K0ZM/+ZUfAMlaz7pBqgI76BjXo e98SwL5yAM9AAK4Mzvk+bPlkRVRRGGwXz+xgTayqBOC0eM1GHXnnzQDfy lXlsF3jeGZxlmLxXUrA8xT8+0EEW0B1bHsQT+P1FbVF2P//HxdqbS2Oys v3KARszw22N+X7Ydc4eculc+HLOHjJeyRqfp30bDN8aOiHDxrgyRW9nVQ Q==; X-CSE-ConnectionGUID: qc37ZyjxRme3cNkblm/INw== X-CSE-MsgGUID: qIkQBiKnTCyuiUvoJ/lkMg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="229391880" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="229391880" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:47 +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 0520FADA4 for ; Wed, 27 May 2026 09:48:47 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id A75B31C135FF for ; Wed, 27 May 2026 09:48:46 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id BD09082A2CC; Wed, 27 May 2026 09:48:44 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 17/56] nbdkit: upgrade 1.47.8 -> 1.47.9 Date: Wed, 27 May 2026 17:47:26 +0800 Message-ID: <20260527094805.2039-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127224 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nbdkit/{nbdkit_1.47.8.bb => nbdkit_1.47.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.47.8.bb => nbdkit_1.47.9.bb} (96%) diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.47.8.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.47.9.bb similarity index 96% rename from meta-networking/recipes-support/nbdkit/nbdkit_1.47.8.bb rename to meta-networking/recipes-support/nbdkit/nbdkit_1.47.9.bb index e0fee3fdf0..5c6c0a2e64 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.47.8.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.47.9.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ " -SRCREV = "83f13d978d9959bd3e92c54af9980a8d3ceed768" +SRCREV = "714956cc9901c752598a214ae72fc69a897cd3b9" DEPENDS = "curl xz e2fsprogs zlib" From patchwork Wed May 27 09:47: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: 88777 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 4793FCD6E44 for ; Wed, 27 May 2026 09:48:52 +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.16933.1779875330237326695 for ; Wed, 27 May 2026 02:48:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hIEj1sLB; 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=1779875331; x=1811411331; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=42HSb3JcaELNQioiO61ShHfhy5NmdyxjnTZBdKixcm0=; b=hIEj1sLB85XRDZAUlXdQYsf4vP/7S3eGoNsA6JO5o6V3ewpLpTrvBIb3 XnBJU0h4ag9knRf+bA3pvjfLou//VvGL9IfD53ebLKgJBWHoRWvr2IwEs LqXaXqcoB5f93PZTyPzWDy+i028h5+io+dMNeIyf2VhHRKGXgvJJJs5oL 79WXIFpJg0sv7CMUazDKSWcFeseETg/ljBtsSDH2JzjIlLd5MKaFBVY2J GkWxIe7zd64NNQtK/ecxlwG3IbEASwCAILEj0SpKLkY+atk/Bnb9iWKfN gjrBtWbO9TIXr61pIyOiTuiR9iZN368fYnz9b/CY0+cW3Zd7qHsEOh0Lg g==; X-CSE-ConnectionGUID: MIi4YsVFQCu3BxFHYxJm8w== X-CSE-MsgGUID: yFRiOQuySYObYy8ZiJ6H+w== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241969812" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241969812" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:49 +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 A5A75C0034A for ; Wed, 27 May 2026 09:48:48 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 5E694148AD33 for ; Wed, 27 May 2026 09:48:48 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 5FE3A82A2D5; Wed, 27 May 2026 09:48:46 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 18/56] nss: upgrade 3.123.1 -> 3.124 Date: Wed, 27 May 2026 17:47:27 +0800 Message-ID: <20260527094805.2039-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127225 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nss/{nss_3.123.1.bb => nss_3.124.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nss/{nss_3.123.1.bb => nss_3.124.bb} (99%) diff --git a/meta-oe/recipes-support/nss/nss_3.123.1.bb b/meta-oe/recipes-support/nss/nss_3.124.bb similarity index 99% rename from meta-oe/recipes-support/nss/nss_3.123.1.bb rename to meta-oe/recipes-support/nss/nss_3.124.bb index 413f0ef2ac..0305a56311 100644 --- a/meta-oe/recipes-support/nss/nss_3.123.1.bb +++ b/meta-oe/recipes-support/nss/nss_3.124.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] = "42065a3ff780a9710a3dddcd1cee9b9be2aa40628883cea851d562eb58b178b0" +SRC_URI[sha256sum] = "80da9f1cbcb267293b2248818d288bc02f874d6a34f1989a2828401d74a0bc9b" UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" UPSTREAM_CHECK_REGEX = "NSS_(?P\d+(\_\d+)+)" From patchwork Wed May 27 09:47: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: 88780 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 581F5CD6E46 for ; Wed, 27 May 2026 09:48: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.16791.1779875331619399937 for ; Wed, 27 May 2026 02:48:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=B0s0RhDb; 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=1779875331; x=1811411331; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=88LZ+LkgB2iV61vucZ+g+YKtolb7Pk1+2/sxeGHhJlo=; b=B0s0RhDbxtPJTzUWwaV7zeto3gTOJQLnfoMgoUY+lJ6Pbd/dmDdVISjR 2ZOiQCsmL51gASm6QbORSvj/jVF78txdIfp6aBk3EkLjsFOgWkhAxCaIv IhQE5gdB8V6pnUh0W4ka5wPKJkaKH3nD2jJMgaxWaB953MyQqAL0k9RHF p5mhqUv2nRhAS4B6yEvi+U4jDixwtQpzD0bsfVsazYLvt6ieVKfsglFXf jvUh3vDEibeyFRZ0OPODtRb0RRDFQEjlJNZwkCiZd9XhZqihFa6pZkT3z gjCFlDCcxsFVdmRmnvQFIgErHy8/xh9DZ+l8O7nb+gdEHyvXpJRpjdZHR w==; X-CSE-ConnectionGUID: AUlmbwiVTku/Xp3s0ABudA== X-CSE-MsgGUID: +ZGd6cuCSGWfWcKOJSWf9w== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264195" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264195" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:48:50 +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 3033B42A338 for ; Wed, 27 May 2026 09:48:50 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id DA4D41C135FF for ; Wed, 27 May 2026 09:48:49 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 00E4E82A2CC; Wed, 27 May 2026 09:48:47 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 19/56] poco: upgrade 1.15.2 -> 1.15.3 Date: Wed, 27 May 2026 17:47:28 +0800 Message-ID: <20260527094805.2039-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:48:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127226 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-support/poco/{poco_1.15.2.bb => poco_1.15.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/poco/{poco_1.15.2.bb => poco_1.15.3.bb} (97%) diff --git a/meta-oe/recipes-support/poco/poco_1.15.2.bb b/meta-oe/recipes-support/poco/poco_1.15.3.bb similarity index 97% rename from meta-oe/recipes-support/poco/poco_1.15.2.bb rename to meta-oe/recipes-support/poco/poco_1.15.3.bb index 5a873a1d85..ed236f7a5c 100644 --- a/meta-oe/recipes-support/poco/poco_1.15.2.bb +++ b/meta-oe/recipes-support/poco/poco_1.15.3.bb @@ -8,13 +8,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4267f48fc738f50380cbeeb76f95cebc" # These dependencies are required by Foundation DEPENDS = "libpcre2 utf8proc zlib" -SRC_URI = "git://github.com/pocoproject/poco.git;branch=poco-${PV};protocol=https;tag=poco-${PV}-release \ +SRC_URI = "git://github.com/pocoproject/poco.git;branch=poco-1.15.3;protocol=https;tag=poco-${PV}-release \ file://0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch \ file://0002-DataTest-disable-testSQLChannel-test.patch \ file://0003-quill-rdtsc-fallback-for-32-bit-powerpc.patch \ file://run-ptest \ " -SRCREV = "afbb1ab68f29eec7079e2fdfa04b3efdbec6529d" +SRCREV = "e8c711ce5a58006272b3950c293eb92c849caea3" UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P\d+(\.\d+)+)" From patchwork Wed May 27 09:47: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: 88785 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 84E9CCD6E44 for ; Wed, 27 May 2026 09:49:02 +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.16933.1779875330237326695 for ; Wed, 27 May 2026 02:48:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PtW8qukb; 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=1779875333; x=1811411333; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ms9NTgBy2DbUBcrsUzd4Kwc+ywwKjgnxm/K2zc99bNI=; b=PtW8qukb5i0fKaPGNY16RV+QAP3zCQ5mJ+HTRiDSZTSopRBYguASwocA pRPunzyCz9qcBrt7+0kYsplwteaMn4WReByDTlMySxFb4ZivktyEbhwO4 0jREz5HO8/BqWdxr83Cqn5WQXXCIuMNSmnoQ2hiQE0QizakuTWKY5VDcy BdNqAHTM9J0nNe0DHCS1LSaAOzT0C4IEA7Pdh/Rt4OwsnxKbp87WlcEiA 47QDI9PXr1K3tUZRkgz+Qf0nArA0DMI6+2+36HZ+9Pw/vm9KXN9mGzXcJ 8Zo3Uj1moHuFGwlF/SOKQSL6xk7kFcllQoGbv1WlvOx+1ZOWBj4z5QCbq Q==; X-CSE-ConnectionGUID: N33cC33OQ5W5big+r2D5JA== X-CSE-MsgGUID: 93khhsnzQv69rraSzxl+zQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241969815" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241969815" 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; 27 May 2026 18:48:52 +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 CE5ED42A338 for ; Wed, 27 May 2026 09:48:51 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 7F73F1C2FBAF for ; Wed, 27 May 2026 09:48:51 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9414482A2CE; Wed, 27 May 2026 09:48:49 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 20/56] postfix: upgrade 3.11.2 -> 3.11.3 Date: Wed, 27 May 2026 17:47:29 +0800 Message-ID: <20260527094805.2039-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127227 From: Wang Mingyu 0001-Fix-build-with-musl.patch refreshed for 3.11.3 Signed-off-by: Wang Mingyu --- .../postfix/files/0001-Fix-build-with-musl.patch | 11 +++-------- .../postfix/{postfix_3.11.2.bb => postfix_3.11.3.bb} | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) rename meta-networking/recipes-daemons/postfix/{postfix_3.11.2.bb => postfix_3.11.3.bb} (99%) diff --git a/meta-networking/recipes-daemons/postfix/files/0001-Fix-build-with-musl.patch b/meta-networking/recipes-daemons/postfix/files/0001-Fix-build-with-musl.patch index d09418eaac..6574db9d61 100644 --- a/meta-networking/recipes-daemons/postfix/files/0001-Fix-build-with-musl.patch +++ b/meta-networking/recipes-daemons/postfix/files/0001-Fix-build-with-musl.patch @@ -1,4 +1,4 @@ -From cbe5ba0deeba6329eed63eade06bb8c062d0d445 Mon Sep 17 00:00:00 2001 +From c7ea1cce7f4f83e9ff27873a96113bdb382bb296 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 8 May 2026 22:39:54 +0800 Subject: [PATCH] Fix build with musl @@ -27,10 +27,10 @@ Signed-off-by: Yi Zhao 1 file changed, 2 insertions(+) diff --git a/src/util/sys_defs.h b/src/util/sys_defs.h -index 74319f2..6d3c7d2 100644 +index 09a05bd..15ea8c6 100644 --- a/src/util/sys_defs.h +++ b/src/util/sys_defs.h -@@ -794,12 +794,14 @@ extern int initgroups(const char *, int); +@@ -794,10 +794,12 @@ extern int initgroups(const char *, int); #define NATIVE_NEWALIAS_PATH "/usr/bin/newaliases" #define NATIVE_COMMAND_DIR "/usr/sbin" #define NATIVE_DAEMON_DIR "/usr/libexec/postfix" @@ -38,13 +38,8 @@ index 74319f2..6d3c7d2 100644 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 1) #define SOCKADDR_SIZE socklen_t #define SOCKOPT_SIZE socklen_t - #else - #define NO_SNPRINTF #endif +#endif #ifndef NO_IPV6 #define HAS_IPV6 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 4) --- -2.34.1 - diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.11.2.bb b/meta-networking/recipes-daemons/postfix/postfix_3.11.3.bb similarity index 99% rename from meta-networking/recipes-daemons/postfix/postfix_3.11.2.bb rename to meta-networking/recipes-daemons/postfix/postfix_3.11.3.bb index 894e58261b..0c38c743e7 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.11.2.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.11.3.bb @@ -29,7 +29,7 @@ SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${P file://0001-Fix-build-with-musl.patch \ " -SRC_URI[sha256sum] = "daed65b08c9288cdb386a914f3e52cdddd44935407b5ce5aee8bcc3aa4207778" +SRC_URI[sha256sum] = "bd11dcc463d7045e40f2c11cc00216489c73b58cc40b3d06c54265b088a173e1" UPSTREAM_CHECK_URI = "https://www.postfix.org/announcements.html" UPSTREAM_CHECK_REGEX = "postfix-(?P\d+(\.\d+)+)" From patchwork Wed May 27 09:47: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: 88781 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 5CB17CD4F54 for ; Wed, 27 May 2026 09:49: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.16932.1779875328565226714 for ; Wed, 27 May 2026 02:48:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=iq4RnDec; 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=1779875334; x=1811411334; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YIJJpYJS3lnThmXSax6PuPLSTqER17/aqcmdC6gJlII=; b=iq4RnDeceBF4I+wjIZ2JLgjLxnn2eu40xdZXP3uSfSdS1Zrw8Lp+4ydS MNNBGIWyXp1NJDiT3k6Ri+g19kN2Y+xSiqXrTQK33ZS9ohndzyRb6/TB0 6wCoxSxTJ/IPldTrqBgU4h70XuSB8rkyaik6qN3LFvMkN3ipajAJUSGUp 2JZ/Abo62W8NN22h5pNd6ym1Cpty5UXnYrBJpyGF8FBTM3X4gpCIm6jp7 MF7SnCRTaMrEqyf3aBkn7G8ROWk2Oj5brtPC3OoMWqAcb+g+wjze0fF5j NFwchzrMRFBLcCQTwJa9iD+3+yT3k5hnWhPbzPM8jRHvVws9wQq7I7nJ3 A==; X-CSE-ConnectionGUID: gEo7KpMwSB+QS/NB9bL3aA== X-CSE-MsgGUID: noqG9wP8T6KP0EuEx1T1hw== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="229391887" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="229391887" 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; 27 May 2026 18:48:53 +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 5DC9842A33A for ; Wed, 27 May 2026 09:48:53 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 1769B100D211 for ; Wed, 27 May 2026 09:48:53 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3615982A2C9; Wed, 27 May 2026 09:48:50 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 21/56] python3-aiohappyeyeballs: upgrade 2.6.1 -> 2.6.2 Date: Wed, 27 May 2026 17:47:30 +0800 Message-ID: <20260527094805.2039-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127228 From: Wang Mingyu Changelog: ========== - Clear error on empty addr_infos in start_connection - Stop verify_no_lingering_tasks from leaking an event loop - Optimize obtaining event-loop down to 1 line Signed-off-by: Wang Mingyu --- ...happyeyeballs_2.6.1.bb => python3-aiohappyeyeballs_2.6.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohappyeyeballs_2.6.1.bb => python3-aiohappyeyeballs_2.6.2.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.1.bb b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.1.bb rename to meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb index 441016fd23..05edac0c5b 100644 --- a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohappyeyeballs" LICENSE = "PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2" -SRC_URI[sha256sum] = "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" +SRC_URI[sha256sum] = "e202810ee718bd01fc6ef49e8ea53d023d5cb6b581076d7925aa499fa55dbe64" inherit pypi python_poetry_core From patchwork Wed May 27 09:47: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: 88784 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 6D667CD6E43 for ; Wed, 27 May 2026 09:49:02 +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.16791.1779875331619399937 for ; Wed, 27 May 2026 02:48:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bIwYHfku; 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=1779875335; x=1811411335; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=IMbDUxu5S1ZJvDrHSe1rCjYnt0pmre9RKJZEVi0Q0Fo=; b=bIwYHfkuHioWCLwcXaw7KJuodXf6744vZzZmHC+QsEjuWvqrDx0CKR55 32jj4q3kHU91pEssBr/E5fmSGRsKCF58jSkcwhIa9X7HRfgvDdM4E5Vi/ gp8LnZt56BjIKPqCh/2WtB5ARtL4CSk+16xCyrjunUpy+jR02/AQZZQ4h Q5qIYzApaE/fxHarhaVyJAyrjx1fKuckOMMMc0LXTw5TspW91RUcP5iZM vzJSmMep2KPSZ7P9uGg+mfzB+aJ2fwhmJptM1LGNH/Fav/CJDHW0oO498 ujfF1LDkfq+77jJZ/NQ3guDMlqrsDghQ5YYETYusk52wZOh/MubkYezIA A==; X-CSE-ConnectionGUID: x1bJVTitQvy7DpXCxjvckA== X-CSE-MsgGUID: hRaSzVRQSA+FeWZvNR/IOg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264201" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264201" 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; 27 May 2026 18:48:55 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 212EF1C1C717 for ; Wed, 27 May 2026 09:48:55 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id C830AC09665 for ; Wed, 27 May 2026 09:48:54 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id C87AD82A2CC; Wed, 27 May 2026 09:48:52 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 22/56] python3-black: upgrade 26.3.1 -> 26.5.1 Date: Wed, 27 May 2026 17:47:31 +0800 Message-ID: <20260527094805.2039-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127229 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-black_26.3.1.bb => python3-black_26.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-black_26.3.1.bb => python3-black_26.5.1.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-black_26.3.1.bb b/meta-python/recipes-devtools/python/python3-black_26.5.1.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-black_26.3.1.bb rename to meta-python/recipes-devtools/python/python3-black_26.5.1.bb index 9589530d73..00f027ea85 100644 --- a/meta-python/recipes-devtools/python/python3-black_26.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-black_26.5.1.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d3465a2a183908c9cb95bf490bd1e7ab \ file://docs/license.md;md5=d826b3c5269f21a8a0272af3f00d15c0 \ file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3" -SRC_URI[sha256sum] = "2c50f5063a9641c7eed7795014ba37b0f5fa227f3d408b968936e24bc0566b07" +SRC_URI[sha256sum] = "dd321f668053961824bcc1be1cc1df748b2d7e4fa28086b08331e577b0100a73" inherit pypi python_hatchling From patchwork Wed May 27 09:47: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: 88783 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 84EFECD6E46 for ; Wed, 27 May 2026 09:49:02 +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.16941.1779875338055763111 for ; Wed, 27 May 2026 02:48:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gV84NvDf; 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=1779875338; x=1811411338; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wcvHozzsGb1aaTwggsUwecVEGo6OsWyauD2tRowrpIY=; b=gV84NvDftuM1K37Xm9qgeR9l2VJRzMGRw+LeWlsiXS0GpTnC49lYv2XE UnwWSroOEH/Ih2f30G1dpD4caQB0SBQjMQu8PZFV6IFTO04HWRzxPypLw TPNy7VGRpAcx2trLcyNMX1bEoqT8JYmaORvyF3mWLdADkg7qJBKaOk54d qmLwdIQlrzxLjXlhGS0xINkDgyZt4++Rz8HTPQRcqvrmIHi8WQEONuUoy s4KNlIxOnQxmoDS33/8DBTpL/3dVZp0QConB2q/V37pkbmQcsz2QbKGMJ 4ouwMEUnVQEqjdENtXQUQLwq4eJk/SrShjTSZ173GTq4ozc62IeY8Gc34 w==; X-CSE-ConnectionGUID: UU+NIsLlTmyaG5kXONzF+A== X-CSE-MsgGUID: 4cFWQhb7S2i2565HtgWGmg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241434776" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241434776" 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; 27 May 2026 18:48:56 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 976AA1000143 for ; Wed, 27 May 2026 09:48:56 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 4BEC618915F6 for ; Wed, 27 May 2026 09:48:56 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6A2D882A2D2; Wed, 27 May 2026 09:48:54 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 23/56] python3-decorator: upgrade 5.2.1 -> 5.3.1 Date: Wed, 27 May 2026 17:47:32 +0800 Message-ID: <20260527094805.2039-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127230 From: Wang Mingyu License-Update: Copyright year updated to 2026 Changelog: =========== - Added license SPDX identifier to pyproject.toml - Added official support for Python 3.14 - Fixed a bug with "return await" - Moved decorator.py to a package structure ('decorator/__init__.py') and added a stub file ('decorator/__init__.pyi') Signed-off-by: Wang Mingyu --- ...{python3-decorator_5.2.1.bb => python3-decorator_5.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-decorator_5.2.1.bb => python3-decorator_5.3.1.bb} (76%) diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb b/meta-python/recipes-devtools/python/python3-decorator_5.3.1.bb similarity index 76% rename from meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb rename to meta-python/recipes-devtools/python/python3-decorator_5.3.1.bb index e0ab87f89e..611db8a3f5 100644 --- a/meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-decorator_5.3.1.bb @@ -7,9 +7,9 @@ can be abused and you should not try to solve every problem with a \ decorator, just because you can." LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=69f84fd117b2398674e12b8380df27c8" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fb3c386712bc6cfb52aae3692d1ebbd4" -SRC_URI[sha256sum] = "65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360" +SRC_URI[sha256sum] = "4cbcdd55a6efadb9dbea26b858f4fb3264567b52d69ca0d25b721b553f60ea82" inherit pypi python_setuptools_build_meta From patchwork Wed May 27 09:47: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: 88786 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 98FF1CD6E45 for ; Wed, 27 May 2026 09:49:02 +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.16793.1779875339738071041 for ; Wed, 27 May 2026 02:49:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ABQ/c2yo; 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=1779875339; x=1811411339; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bqf054JNo3SY6V0fj+5bF/daZN03gaOAyHNrpMfpTKc=; b=ABQ/c2yoKhofbkhhNxX2mdRhFVOXGZ3QK6aueO82XN7SEEuuK60UbYD1 YjCvDgcNxytBzqygHvQxiklfia0Ch/ohooQK8nWgTiHOPAeeJW5mveZJq 3WNhQO9hwf4ReS5SbWk1PMKvPPK6PFBXIHSP0nuHhSmkNWf9ApFQVmUA9 VqwJnZ9WhD78c+we2ptLPRQCksR5eyoSTN8Np5/oFb6uNL/0ozjgJyOzd JhcXG3wJM7CVs+8t2sX8vf9Wpq0Z9iXQhU0mU+AF9jGZO5bOEc5qV/L5r BmJHVSyksPoyNBaJX/qaxsQKUgJmCtj9xvfjO8wILOvKCvBssLUQcyO3S Q==; X-CSE-ConnectionGUID: eQj9O+vARM+tkWZr4vIoRA== X-CSE-MsgGUID: JE3vZHgoR6mjhiFODc5RAg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="230008210" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="230008210" 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; 27 May 2026 18:48:58 +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 3827A42A338 for ; Wed, 27 May 2026 09:48:58 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id E0B9BC09B6A for ; Wed, 27 May 2026 09:48:57 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 081FA82A2C9; Wed, 27 May 2026 09:48:55 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 24/56] python3-engineio: upgrade 4.13.1 -> 4.13.2 Date: Wed, 27 May 2026 17:47:33 +0800 Message-ID: <20260527094805.2039-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127231 From: Wang Mingyu Changelog: =========== - Prevent unnecessary resource allocations - Add zizmor to CI builds Signed-off-by: Wang Mingyu --- .../{python3-engineio_4.13.1.bb => python3-engineio_4.13.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.13.1.bb => python3-engineio_4.13.2.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.13.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.13.2.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-engineio_4.13.1.bb rename to meta-python/recipes-devtools/python/python3-engineio_4.13.2.bb index f8bb87dfde..06518229a8 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.13.2.bb @@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \ python3-asyncio \ " -SRC_URI[sha256sum] = "0a853fcef52f5b345425d8c2b921ac85023a04dfcf75d7b74696c61e940fd066" +SRC_URI[sha256sum] = "a7732e99cfb7db6ed1aee31f18d7f73bbae086a92f31dee019bc646155d9684e" From patchwork Wed May 27 09:47: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: 88782 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 50EB7CD5BD5 for ; Wed, 27 May 2026 09:49:02 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16795.1779875341485552435 for ; Wed, 27 May 2026 02:49:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=aZc7v7Vm; 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=1779875342; x=1811411342; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=XNJaFRJNwy13oGt6DMtcGlQhfR+B7YM3Lzek/FCFYhc=; b=aZc7v7VmOuagecQ6630sdS6KYqnogn50ZqsZxXqbA6bHSj7vVjWuQN+a MnUZQojRRE6Gf6vmUV2rZLAJAmYw/MYpZm5SjbDK9Oj41nX1f8xlNC4o1 Vn1jsf540BRGerhp0PiHasDwttQajCLMcrDSiT5xpxjF/gmpxj+9vEuVg O+Rmols8Zn+5W/wqpsrivmkPd9QEFZWpw/5a8fUYy3eXSQpHU/Jyvfvh7 vFsei2/OdfsdyTs2LsTB9SAauG0+8m7GYnzCfJv0CIslGfKoxVRpC1DVV dsHZ8LfLW9/QrtVBaTrHhd9o+9+1tn2xNmT/AAWq2zZKYPirznhhTHGi5 w==; X-CSE-ConnectionGUID: Es/9scMESkqQkkxwDLyMkQ== X-CSE-MsgGUID: rYyppUyUQMy75v4aCunj+Q== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241969821" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241969821" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:01 +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 E265E1002BB9 for ; Wed, 27 May 2026 09:48:59 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 98B99C252E9 for ; Wed, 27 May 2026 09:48:59 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id A18B582A2CC; Wed, 27 May 2026 09:48:57 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 25/56] python3-faker: upgrade 40.18.0 -> 40.19.1 Date: Wed, 27 May 2026 17:47:34 +0800 Message-ID: <20260527094805.2039-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127232 From: Wang Mingyu Changelog: ============= - Add uuid1 and uuid7 providers to misc provider - Fix shared state mutation in en_IN pincode_in_state Signed-off-by: Wang Mingyu --- .../{python3-faker_40.18.0.bb => python3-faker_40.19.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-faker_40.18.0.bb => python3-faker_40.19.1.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-faker_40.18.0.bb b/meta-python/recipes-devtools/python/python3-faker_40.19.1.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-faker_40.18.0.bb rename to meta-python/recipes-devtools/python/python3-faker_40.19.1.bb index 029b407070..7774e72dde 100644 --- a/meta-python/recipes-devtools/python/python3-faker_40.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-faker_40.19.1.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/joke2k/faker" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53360c4126f7d03b63cb79b0dab9e9e1" -SRC_URI[sha256sum] = "2207575c0e8f90e6ccd6dbef764de875c614d16d3db4eee9712d9a00087f2e70" +SRC_URI[sha256sum] = "76fa71fd3bf320db25e5504eb356f9a76b8a95cd6098524d006f446035b6b89d" inherit pypi setuptools3 ptest-python-pytest From patchwork Wed May 27 09:47: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: 88790 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 E6E4BCD6E45 for ; Wed, 27 May 2026 09:49:12 +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.16945.1779875342854859811 for ; Wed, 27 May 2026 02:49:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hwGbC2pT; 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=1779875343; x=1811411343; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=VpMMi/w/1x2C2Psus2rFq2cVVhIbaNgOpYSoci3X9+A=; b=hwGbC2pTBnnmDmTMwC3he5Kd/Z/voOYuVisQ+gO4gMk4s+GlX5QU/dX1 f0VfhwhTTe3Mu0C3VKSHY9gSE+GrH4m9wqGd6QzajDYSHsG7K2/d6d9V6 XfPTipBJ86p09KlAlljfeLk3GZ+9gjSsauZF/yicanxaloyd5E4PVJL2f IhzfNAJr/HcYsV4AORhL1ZPauBlwxImgJ7d6pbhwPSpTA/P9z6aF4xUAy 3Wfjb8lAGjO/gBqdMp9YJq2YjHD6/ItNXLMWW+qZVbVCSfqcXolS8U1a+ SgA2XRJ6SYYAudgbxcgEzRds8OFxXA13RFB/vKEgVBLdF2t5DT/uIc3qp g==; X-CSE-ConnectionGUID: fxquYgFtSXiKoxwoYlG0fQ== X-CSE-MsgGUID: L1ek5L/lTPeDxa1psx9WAA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="228171195" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="228171195" 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; 27 May 2026 18:49:01 +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 6DF981000143 for ; Wed, 27 May 2026 09:49:01 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 247C118915F6 for ; Wed, 27 May 2026 09:49:01 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3B50F82A2C9; Wed, 27 May 2026 09:48:58 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 26/56] python3-fastapi: upgrade 0.136.1 -> 0.136.3 Date: Wed, 27 May 2026 17:47:35 +0800 Message-ID: <20260527094805.2039-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127233 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-fastapi_0.136.1.bb => python3-fastapi_0.136.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fastapi_0.136.1.bb => python3-fastapi_0.136.3.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.136.1.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.136.3.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-fastapi_0.136.1.bb rename to meta-python/recipes-devtools/python/python3-fastapi_0.136.3.bb index 27346415c4..660d729dd7 100644 --- a/meta-python/recipes-devtools/python/python3-fastapi_0.136.1.bb +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.136.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://fastapi.tiangolo.com/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=95792ff3fe8e11aa49ceb247e66e4810" -SRC_URI[sha256sum] = "7af665ad7acfa0a3baf8983d393b6b471b9da10ede59c60045f49fbc89a0fa7f" +SRC_URI[sha256sum] = "e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab" SRC_URI += "file://run-ptest" From patchwork Wed May 27 09:47: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: 88787 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 A8DE2CD6E43 for ; Wed, 27 May 2026 09:49:12 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16947.1779875344806277344 for ; Wed, 27 May 2026 02:49:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=I0XgjhQs; 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=1779875345; x=1811411345; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=7UqwKuoXrdr/XpgM1I1fZPJEoWll4uB+mKqv4vD6Egg=; b=I0XgjhQs0Ua7wooQvto1471ej85B4h/oilpR6vHH1hssnFITKqQbZAAu Gynb6z+HQmHzsEhVMklJjofcuMY7e/r9KgvU1kgxpyxMhc9NV/PtSvxEq PrrU3nqucLpHiwd3lXeFZgwzfuqnrOXGytw7O6G4Aa37/EM2bvaPtMlU8 xTd45Cu+F5Av3xwXt0nLMK97PcigqCjNyBGBHDt8+pR8ecfQuXyHyXY07 CKydky9HvM1m3vwbKcbarB69hpzT7lK8F1djpSLjwhxpgGyRXlktjneiY +h7xvh2a7hIsl9jKtiSop3lvafecAfONpRdsrw+PVS9wb/yjVL9dzUMBW w==; X-CSE-ConnectionGUID: 0M9NE4AySjS8JS4faXgEVw== X-CSE-MsgGUID: m4bCIgN4QGyX4WlHKWJODw== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="242050313" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="242050313" 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; 27 May 2026 18:49:03 +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 3FC68C00377 for ; Wed, 27 May 2026 09:49:03 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id EB3478319DD for ; Wed, 27 May 2026 09:49:02 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id D25F382A2D5; Wed, 27 May 2026 09:49:00 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 27/56] python3-gevent: upgrade 26.4.0 -> 26.5.0 Date: Wed, 27 May 2026 17:47:36 +0800 Message-ID: <20260527094805.2039-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127234 From: Wang Mingyu Changelog: ========== - Build and publish Windows 11 ARM wheels. - Add preliminary support for Python 3.15b1 and distribute binary wheels for it. - Support for Python 3.10 will be ending soon. Support for PyPy will be ending soon. Signed-off-by: Wang Mingyu --- .../{python3-gevent_26.4.0.bb => python3-gevent_26.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gevent_26.4.0.bb => python3-gevent_26.5.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-gevent_26.4.0.bb b/meta-python/recipes-devtools/python/python3-gevent_26.5.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-gevent_26.4.0.bb rename to meta-python/recipes-devtools/python/python3-gevent_26.5.0.bb index c29b55d25d..a1dbececdf 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_26.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_26.5.0.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} = "python3-greenlet \ SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" -SRC_URI[sha256sum] = "288d03addfccf0d1c67268358b6759b04392bf3bc35d26f3d9a45c82899c292d" +SRC_URI[sha256sum] = "1655eb04c1e20d71b2aa4a3c7528162dd58ff6cc46a037af1f01f534c80fefba" CVE_PRODUCT = "gevent" From patchwork Wed May 27 09:47: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: 88789 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 C4D20CD4F54 for ; Wed, 27 May 2026 09:49:12 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16795.1779875341485552435 for ; Wed, 27 May 2026 02:49:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MzwKrHyM; 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=1779875346; x=1811411346; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=9gV5CSHAO4AstxPGEALylxuMtok82aMiRkGzdlsZcuQ=; b=MzwKrHyM60bbGFXqxI2bI6QHzyEu0Lwy2jtROmjo8cZLQT6yIwxUtCGP sGdaijKcMYAf/gjFTtSdyqIVvx+Qm1gDE610+34qddjc3nSihU+b0sax2 PBTQheAv+vSUE0T0nFQM/kekIsrclbrJvgT73ryJdCNxohJcrHhFpHSUb OjX4GibpWlhAosgBFbizuSgKls6Jv0JWSIq9lRKWxcBEk98G6JsKSBu4y 79qd9bdhD3jZu3BuHuy8JFX4jJpmlHnw7lHwP0VbUXIIr89eBYIDS1yRM +2en6Fjw+q7nGfWpGj8znEl+A4+mkL05dZT/UQtR4Ga4JtWSWt0eAsyVF Q==; X-CSE-ConnectionGUID: u1DsTNPhTlS/vjkMlW+4MQ== X-CSE-MsgGUID: agEjaGAXSTeyGccVdn4jDw== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241969824" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241969824" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:05 +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 AEB4D1002BB9 for ; Wed, 27 May 2026 09:49:04 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 65368C2BA94 for ; Wed, 27 May 2026 09:49:04 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6FFCB82A2D8; Wed, 27 May 2026 09:49:02 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/56] python3-google-auth: upgrade 2.52.0 -> 2.53.0 Date: Wed, 27 May 2026 17:47:37 +0800 Message-ID: <20260527094805.2039-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127235 From: Wang Mingyu Changelog: =========== - allowlist agents-nonprod trust domains for agent identity - fail-fast on invalid or non-workload certificate configs in agent identity discovery Signed-off-by: Wang Mingyu --- ...hon3-google-auth_2.52.0.bb => python3-google-auth_2.53.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.52.0.bb => python3-google-auth_2.53.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.52.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.53.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-google-auth_2.52.0.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.53.0.bb index 639fe0926d..840573fcf4 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.52.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.53.0.bb @@ -9,7 +9,7 @@ SRC_URI += " \ file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "01f30e1a9e3638698d89464f5e603ce29d18e1c0e63ec31ac570aba4e164aaf5" +SRC_URI[sha256sum] = "e7e6aa16f6bee7b2b264830fd04f08087a1d5a836df516251a5d15327b246c9c" PYPI_PACKAGE = "google_auth" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Wed May 27 09:47: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: 88791 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 DEB55CD6E44 for ; Wed, 27 May 2026 09:49:12 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16948.1779875347795737941 for ; Wed, 27 May 2026 02:49:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OBcmXgui; 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=1779875348; x=1811411348; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LsoUEHcVT8Y8pSRwIKiA4BpUbkYPWuoW2uftDj59nE8=; b=OBcmXgui/S3wOVOsByi95eWKhNcQHV80CJz2bTK6/IFXwd3iFq9DkMqK SW9Qo1H59Tga7Y+eXYQ6hVEmMvydiW2PiqA61ZLYDK7HiVEtZ2MGpTRIB U/Ri+WoTHxhYW4iNv/z7DrYNfc0GGQkp/0DcEe731Qfvv1ld+KJJNHyj0 kawZP1QKzvHhSNfd5WMHK8GZ0sMvPu1a4yUfp75nLWiB1JE9o5mUfBlCg nIK1nr6oeJ1BIaREB3lVNRKYqvdZNw5jTt4tNExfHSuET84L8pgs0nD9w lL4vz0XdUIZnlDgjCmn0/nFbKg+gp0rkFFmnUlIRo5j5+KyVsPxVGllxS Q==; X-CSE-ConnectionGUID: gKQO9zxQTjiaEfen7dpVcQ== X-CSE-MsgGUID: okvX/dEoS+mtQtDKBT3pGw== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264212" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264212" 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; 27 May 2026 18:49:06 +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 555CEC00213 for ; Wed, 27 May 2026 09:49:06 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 0E1BE8319EB for ; Wed, 27 May 2026 09:49:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 1338A82A2D5; Wed, 27 May 2026 09:49:03 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 29/56] python3-greenlet: upgrade 3.5.0 -> 3.5.1 Date: Wed, 27 May 2026 17:47:38 +0800 Message-ID: <20260527094805.2039-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127236 From: Wang Mingyu Changelog: ========== - Add preliminary support for Python 3.15b1. - Fix the discrepancy in the way the two getcurrent APIs behave during greenlet teardown. Signed-off-by: Wang Mingyu --- .../{python3-greenlet_3.5.0.bb => python3-greenlet_3.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-greenlet_3.5.0.bb => python3-greenlet_3.5.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.5.0.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.5.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-greenlet_3.5.0.bb rename to meta-python/recipes-devtools/python/python3-greenlet_3.5.1.bb index a68ae74ded..133d80331a 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.5.1.bb @@ -4,7 +4,7 @@ LICENSE = "MIT & PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" -SRC_URI[sha256sum] = "d419647372241bc68e957bf38d5c1f98852155e4146bd1e4121adea81f4f01e4" +SRC_URI[sha256sum] = "5a56aeb7d5d9cc4b3a735efb5095bd4b4f6f0e4f93e5ca876d0e2315137b7829" inherit pypi python_setuptools_build_meta From patchwork Wed May 27 09:47: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: 88792 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 03FC6CD6E46 for ; Wed, 27 May 2026 09:49:13 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16949.1779875349424743691 for ; Wed, 27 May 2026 02:49:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=srGsVEW3; 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=1779875349; x=1811411349; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Jzn1acQFaHxLwkmbp25jKAgamz8f9ze49dIGQH3jxss=; b=srGsVEW33TYrTRikDaKR3UICrws09LVnRiLLoJk466cntIf9UdEC0xwF 6Y3Fvbx0DXyGCukukDWBlu9XKRQt+iPbVnSSzoWRuFrCGYMjbEqdvKxtv Y/9Yn1MLUcjrrSAha5Q2YUMLfm3BHUpLqh+KV0V7gcyNkPN7dDYyCgXH9 ARI7G4MAxDNS91PDws6HBO9hNwemlg+r32c2PQRVDbKIqn3NzkRf6uwfn rxjTveVXV5yodadCSV1QadUKfhLTxl7WRuF+xjAWJmtSfw5tVCWozZgqO p3G+QnPxHVdD14AI+Jm2zgtQu1T5Mzkb6f2fVnpXko1z3h0NGTg5/GAq/ A==; X-CSE-ConnectionGUID: oev0yVSrRKedLDjgFd9u+g== X-CSE-MsgGUID: TVWVAAVLSf2vw4McT2vLGA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="219714740" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="219714740" 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; 27 May 2026 18:49:08 +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 EB5C21C000A2 for ; Wed, 27 May 2026 09:49:07 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 9A7CE18915F6 for ; Wed, 27 May 2026 09:49:07 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id AA1BC82A2CC; Wed, 27 May 2026 09:49:05 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 30/56] python3-libusb1: upgrade 3.3.1 -> 3.4.0 Date: Wed, 27 May 2026 17:47:39 +0800 Message-ID: <20260527094805.2039-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127237 From: Wang Mingyu Changelog: ========== - Fix Python 3.14 DeprecationWarning caused by implicit ctypes layout when using pack = 1. - Bundle libusb1 1.0.29 dlls in Windows wheels - Fix a licence inconsistency: the old pypi classifier was refering to the LGPL2+ instead of the LGPL2.1+ . Signed-off-by: Wang Mingyu --- .../{python3-libusb1_3.3.1.bb => python3-libusb1_3.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-libusb1_3.3.1.bb => python3-libusb1_3.4.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb b/meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb rename to meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb index 1c2d60e6b8..1956e5fe54 100644 --- a/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ " -SRC_URI[sha256sum] = "3951d360f2daf0e0eacf839e15d2d1d2f4f5e7830231eb3188eeffef2dd17bad" +SRC_URI[sha256sum] = "9cf5638506d54f21bf36550d97ea63189111a23c4d8078f630103a2052135f45" RDEPENDS:${PN} = "libusb1" From patchwork Wed May 27 09:47: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: 88788 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 9C83ACD5BD5 for ; Wed, 27 May 2026 09:49:12 +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.16798.1779875351081733672 for ; Wed, 27 May 2026 02:49:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bOw5zVJA; 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=1779875351; x=1811411351; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UN3tlrgUGpYk4U6zScBlA+RsiVwY1p1iR86+Zz17rQw=; b=bOw5zVJAR4cVjtH8mvvmPcN+IEabQLr9a0eLpGTgmYVglPqFxTH+jdw+ 8RxO5jGbrS5vQsxKBeubc6x3s3+yHvVFB/reaFKyQ4nRC/qa3BS/peIhZ m+jQS15p5xOCZXtqZOoKx5MvJ28fddu1sWRHal6xNZFH9DQPF3uZfEyxu LT2zvTjWXEs/lvrnBsfIEe8Hu5EVJW6hSgTlAN8+wR0c2mZ6pZHSOl7IC MpS6TCMg1N/n1LG4wOymI7m7+zilncEeV2alvfMNHSk09zZhxCjz0e9In GDrkCRrMOxc+H4kWwhD68rfRPjBiTytPKZaocvqUKFf9m+87kGJanku9h w==; X-CSE-ConnectionGUID: h/p7FB5TTQKS4O981uOw4g== X-CSE-MsgGUID: CnAk316tSISj+L8kirPJvA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="228171202" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="228171202" 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; 27 May 2026 18:49:09 +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 8DD931C1C717 for ; Wed, 27 May 2026 09:49:09 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 45192C252F5 for ; Wed, 27 May 2026 09:49:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 48B9682A2C9; Wed, 27 May 2026 09:49:07 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 31/56] python3-m2crypto: upgrade 0.47.0 -> 0.48.0 Date: Wed, 27 May 2026 17:47:40 +0800 Message-ID: <20260527094805.2039-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127238 From: Wang Mingyu 0001-fix-swig-avoid-clang-GNUC-pragma-block-before-_lib.h.patch removed since it's included in 0.48.0 Changelog: ============= - doc: another move this time to Codeberg (and communication to Matrix) - test(smime): parametrize test_write_pkcs7_der - test(smime): fix test_signEncryptDecryptVerify - fix(util): return bytes from passphrase callbacks - fix(SSL.Checker): add IDN Chinese name - test(ssl): add IDN certificate fixture coverage - test(ssl): cover IDN hostname matching in Checker - doc: update expected Name format in migration guide - fix(smime): S/MIME signature verification for Outlook and Thunderbird - fix(provider): handle OSSL_STORE_INFO_PUBKEY compat. for OpenSSL < 3.2 - fix: cast X509_dup in sk_X509_deep_copy to avoid type mismatch - fix(smime): S/MIME signature verification for Outlook and Thunderbird - fix(smime): remove obsolete Python pre-3.6 constructs - ci: run on Codeberg with forgejo_runner - doc: clarify the status of the project - fix(provider): adjust the CI run on Gitea for the older OpenSSL on Debian - fix(evp): narrow digest and BIO pointers for mypy - fix(init): acommodate modern packaging API - doc: IRC channel is on Libera, Ergo was a wrong idea - fix(tests): remove duplicate definition of IS_DEBIAN in test_ssl - fix(test_bio_ssl): fix TLS 1.3 deadlock and add socket timeouts - fix(test_bio_ssl): replace sys.exit() with self.fail() to prevent test process crash - ci: publish to PyPI with Sigstore attestations via Trusted Publishing - fix(authcookie): handle CookieError from Python 3.13.12+ (CVE-2026-0672) - ci(leap): use setup.py bdist_wheel to bypass old pip PEP 517 wrapper - fix(util): replace is_32bit with struct.calcsize and update tests - ci: add FreeBSD SourceHut CI build script - fix(swig): avoid clang GNUC pragma block before _lib.h - fix(provider): don't abuse TemporaryDirectory to be mkdtemp, use that directly. - fix(provider): gate provider APIs for OpenSSL 1.1.1 - feat(provider): add key generation and destruction methods - docs(provider): add comprehensive documentation to Provider module - fix(provider): better exception handling - doc: add a simple AGENTS.md - feat(engine): add availability check, lifecycle helpers, and safer cleanup - doc(engine): Improve documentation and example of using Engine module Signed-off-by: Wang Mingyu --- ...lang-GNUC-pragma-block-before-_lib.h.patch | 49 ------------------- ...o_0.47.0.bb => python3-m2crypto_0.48.0.bb} | 5 +- 2 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-m2crypto/0001-fix-swig-avoid-clang-GNUC-pragma-block-before-_lib.h.patch rename meta-python/recipes-devtools/python/{python3-m2crypto_0.47.0.bb => python3-m2crypto_0.48.0.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-m2crypto/0001-fix-swig-avoid-clang-GNUC-pragma-block-before-_lib.h.patch b/meta-python/recipes-devtools/python/python3-m2crypto/0001-fix-swig-avoid-clang-GNUC-pragma-block-before-_lib.h.patch deleted file mode 100644 index 7aa768f44d..0000000000 --- a/meta-python/recipes-devtools/python/python3-m2crypto/0001-fix-swig-avoid-clang-GNUC-pragma-block-before-_lib.h.patch +++ /dev/null @@ -1,49 +0,0 @@ -From df210da932c2cab9d3a80ee88c70611d77824a15 Mon Sep 17 00:00:00 2001 -From: Wang Mingyu -Date: Wed, 18 Mar 2026 02:26:56 +0000 -Subject: [PATCH] fix(swig): avoid clang GNUC pragma block before _lib.h - -Clang defines __GNUC__, so the old guard emitted PRAGMA_* tokens before -they were defined, breaking builds on macOS/clang; move the block after -<_lib.h> and exclude clang while keeping the GCC<5 workaround. - -Fixes: https://todo.sr.ht/~mcepl/m2crypto/392 - -Upstream-Status: Backport [git.sr.ht/~mcepl/m2crypto/commit/504ca8f438afb0f5041d2b5163e5f666a9a1b742.patch] - -Signed-off-by: Wang Mingyu ---- - src/SWIG/_m2crypto.i | 13 ++++++++----- - 1 file changed, 8 insertions(+), 5 deletions(-) - -diff --git a/src/SWIG/_m2crypto.i b/src/SWIG/_m2crypto.i -index d89d355..5426446 100644 ---- a/src/SWIG/_m2crypto.i -+++ b/src/SWIG/_m2crypto.i -@@ -43,15 +43,18 @@ typedef unsigned __int64 uint64_t; - %} - - %{ --#if defined __GNUC__ && __GNUC__ < 5 --PRAGMA_IGNORE_UNUSED_LABEL --PRAGMA_WARN_STRICT_PROTOTYPES --#endif -- - #include - #include - #include <_lib.h> - -+/* _lib.h defines PRAGMA_* helpers; only needed for old GCC (clang defines -+ * __GNUC__ too, but doesn't need this workaround). -+ */ -+#if defined(__GNUC__) && !defined(__clang__) && (__GNUC__ < 5) -+PRAGMA_IGNORE_UNUSED_LABEL -+PRAGMA_WARN_STRICT_PROTOTYPES -+#endif -+ - #include "compile.h" - - static PyObject *ssl_verify_cb_func; --- -2.43.0 - diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.47.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.48.0.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-m2crypto_0.47.0.bb rename to meta-python/recipes-devtools/python/python3-m2crypto_0.48.0.bb index 0ebe30f81c..a94c3f8d33 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.47.0.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.48.0.bb @@ -4,10 +4,9 @@ HOMEPAGE = "https://gitlab.com/m2crypto/m2crypto" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSES/BSD-2-Clause.txt;md5=8099b0e569f862ece05740aef06c82a2" -SRC_URI[sha256sum] = "9256300be1e0412be802aa1f827e0ce7f94deb1099b8ccdcfd9867a7f0f975bf" +SRC_URI[sha256sum] = "178e290f558ddf0379aaefd34c0a8ddb21f21502594e588f928dda85f1ad202b" -SRC_URI += "file://0001-setup.py-Make-the-cmd-available.patch \ - file://0001-fix-swig-avoid-clang-GNUC-pragma-block-before-_lib.h.patch" +SRC_URI += "file://0001-setup.py-Make-the-cmd-available.patch" CVE_STATUS[CVE-2009-0127] = "disputed: upstream claims there is no bug" CVE_STATUS[CVE-2020-25657] = "fixed-version: the used version (0.46.2) contains the fix already" From patchwork Wed May 27 09:47: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: 88798 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 530A5CD6E46 for ; Wed, 27 May 2026 09:49:23 +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.16950.1779875352642429238 for ; Wed, 27 May 2026 02:49:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=f91U3PIx; 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=1779875352; x=1811411352; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=uC+a17t+fDxbjYNGjGl8mBIArh+eMf7CFIvxxJc1+vk=; b=f91U3PIxetOswosn3jAG5Z58zFl6R1j9DOsG1yvtOoQubVmHPyhVMfRk tAtDtMktbbORoZzUi2JjkSYGQsC4mvu/uZRmo2ktfMo2mRypiYD8FCMV7 6RQjSIicRklIBbvlet6aAUJvYf7JUy1AB+pNkLTpQF0+zRdUUz9eoKTor P4HFFEIi7rIpr5ZeeUG2nToyrNEkFj85sRHwnYGNAfHA/b4Q0esCR5Sga SKxsMhmA0GuTPRVETo/4JtA6aWmGc4xvVCrSKdCEVhpzKd1LGVT99Myna QNsioHG+hKyTv7oBVg3Pbs6Rn2tX+G04zOmI3zMDsDiBquO9b3+cf9bVj A==; X-CSE-ConnectionGUID: /zX99SOcSCuur0fUwsZYfQ== X-CSE-MsgGUID: nB9eafC9T3uwAkLw5dEuJg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241434784" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241434784" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:11 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 347A08203D3 for ; Wed, 27 May 2026 09:49:11 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id DFD1484F481 for ; Wed, 27 May 2026 09:49:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id DDC2B82A2CC; Wed, 27 May 2026 09:49:08 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 32/56] python3-pika: upgrade 1.4.0 -> 1.4.1 Date: Wed, 27 May 2026 17:47:41 +0800 Message-ID: <20260527094805.2039-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127239 From: Wang Mingyu Changelog: Fix Channel.close() for channels with multiple consumers Signed-off-by: Wang Mingyu --- .../python/{python3-pika_1.4.0.bb => python3-pika_1.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pika_1.4.0.bb => python3-pika_1.4.1.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-pika_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.4.1.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-pika_1.4.0.bb rename to meta-python/recipes-devtools/python/python3-pika_1.4.1.bb index 06ec5df736..e0313552d0 100644 --- a/meta-python/recipes-devtools/python/python3-pika_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pika_1.4.1.bb @@ -8,7 +8,7 @@ HOMEPAGE = "https://pika.readthedocs.io" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3" -SRC_URI[sha256sum] = "84aa6d0cf60bbdb79d5780544a4a4e1799392760127bf9de2a03d3c3b92f5f1a" +SRC_URI[sha256sum] = "e851f3e4992adfbf8eb64e9b86d94e3382f92ba0200055abedbb29676b8e713b" inherit pypi python_setuptools_build_meta From patchwork Wed May 27 09:47: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: 88793 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 046E1CD4F54 for ; Wed, 27 May 2026 09:49:23 +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.16953.1779875354236228986 for ; Wed, 27 May 2026 02:49:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eBP8sg4Z; 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=1779875355; x=1811411355; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SyFZL0HcPxBzn2wptUMVKXROf+Bx/HYkDZ3Z0VGgKJE=; b=eBP8sg4Z0rljr1vPJbze/eN7Y0umR/LHwlDnPWPHHPZ4ISYv2x+tvtuk oal0BUhZcbeBMJz4SmgWJwnyMyrE3l6LgfBgG96hZr7Rtr9NaBJE4nz0L mm/2Gy8HSqU4Bf7fsz2R7k5QjQcqFuX+VaEX3771QHjGMCNItbhsZhgrl PqE4PLXV4zCOPdk9n3ay7070P5zmk6jfnEUk7CVFUaaZpxPOG+9j8La8j nVAC+DtYbM5lxvclv9HXIOCAmbvm/MV+3JG4e7AHZ5xAhpfx3P4KYhHk0 Y+q03Iid71AW7WkHw1js8GCgNlCX4Hxa+YYa58VRKWMqJbVMnDiiP4ywE Q==; X-CSE-ConnectionGUID: rq77W8+IT6y9Q15uA4hELA== X-CSE-MsgGUID: Z46zGYwVQt2rwhyd15XmRA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="242050112" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="242050112" 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; 27 May 2026 18:49:14 +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 B80C042A338 for ; Wed, 27 May 2026 09:49:12 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 70783C0E44B for ; Wed, 27 May 2026 09:49:12 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 867DD82A2DA; Wed, 27 May 2026 09:49:10 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 33/56] python3-pyais: upgrade 3.0.0 -> 3.0.1 Date: Wed, 27 May 2026 17:47:42 +0800 Message-ID: <20260527094805.2039-33-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127240 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-pyais_3.0.0.bb => python3-pyais_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyais_3.0.0.bb => python3-pyais_3.0.1.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-pyais_3.0.0.bb b/meta-python/recipes-devtools/python/python3-pyais_3.0.1.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-pyais_3.0.0.bb rename to meta-python/recipes-devtools/python/python3-pyais_3.0.1.bb index a8b8777821..54aa0ef354 100644 --- a/meta-python/recipes-devtools/python/python3-pyais_3.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyais_3.0.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=79d9e278b76e3e5b3358cd70b328173c" SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=main;tag=v${PV}" -SRCREV = "a88659ae381487e547fde3c18ab45cfe572b1094" +SRCREV = "645ca8026a7e703a2161c8106b238f82eb8629a5" inherit python_setuptools_build_meta ptest-python-pytest From patchwork Wed May 27 09:47: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: 88795 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 3B792CD5BD5 for ; Wed, 27 May 2026 09:49:23 +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.16950.1779875352642429238 for ; Wed, 27 May 2026 02:49:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UDF/i/wa; 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=1779875355; x=1811411355; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yQf57vjh0rKS5dAbPG4RDWym4IQtOzS/JugHmEIUqas=; b=UDF/i/waRfDwspXI7uUS6LkyfQ+mvm2du3R7mpH1riS7fT1R0Dg1MNZD lG5X3ptrNf4CfAPsrflTCoyOfRKoXfNVsbIUI/avUOlG7iZRUSt/lw2hx GwHEq+xDvrEDPyLNpTQUn4vGERzeqjhBbTuj4189MXDkg4t1ILJBdA+qd Sfxy74fAg6b4rhGofcLIWoORak33lscY9SNUuMpUgDJ9h31y5YmtyEhRE WLmYh1WSUWD4XU4COKEbD2eLAwusHc+T+ZBI8HEEkvLOa7Hep6KHJ5OYC kC7UWuj2Ycm36LMpKvT0+v2VL6tiC3MpXPU3r7MyUJPDYm1RtNmSGFnmZ Q==; X-CSE-ConnectionGUID: pTV/4zUYReGGM/aTvE3BHg== X-CSE-MsgGUID: ah64/+eaSQe2ephpMd+qTA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241434792" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241434792" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:14 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 74DFC8203D2 for ; Wed, 27 May 2026 09:49:14 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 2C3748D65CA for ; Wed, 27 May 2026 09:49:14 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 2815282A2CC; Wed, 27 May 2026 09:49:11 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 34/56] python3-pyjwt: upgrade 2.12.1 -> 2.13.0 Date: Wed, 27 May 2026 17:47:43 +0800 Message-ID: <20260527094805.2039-34-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127241 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-pyjwt_2.12.1.bb => python3-pyjwt_2.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyjwt_2.12.1.bb => python3-pyjwt_2.13.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.12.1.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-pyjwt_2.12.1.bb rename to meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb index eb445f9c91..140d3bf3e4 100644 --- a/meta-python/recipes-devtools/python/python3-pyjwt_2.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.13.0.bb @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/jpadilla/pyjwt" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551" -SRC_URI[sha256sum] = "c74a7a2adf861c04d002db713dd85f84beb242228e671280bf709d765b03672b" +SRC_URI[sha256sum] = "41571c89ca91598c79e8ef18a2d07367d4810fbbd6f637794879baf1b7703423" PYPI_PACKAGE = "pyjwt" CVE_PRODUCT = "pyjwt" From patchwork Wed May 27 09:47: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: 88797 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 466F5CD6E45 for ; Wed, 27 May 2026 09:49:23 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16954.1779875357575017003 for ; Wed, 27 May 2026 02:49:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SIy4g9lY; 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=1779875357; x=1811411357; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kHTOJZA+7fNAlZilQcUY3/R50+nBXphagiUoMq/YZgw=; b=SIy4g9lY58rk9kqBwU8gOZ4fkDA9gQ5CXRAdkQpbJrtL0RG4GAF1WxLo 6ES4+6TwcPbH/hXD+wUwgV5qlui8sR4eYpzCLhsp7n8P0BE+3LVTqvU77 tOoae0NZJDz/lqLkYE84yUHachhaFu2axwwstz6Eny8SiQ8lN8B6+6VBQ dHgHaZ5chPoZ0BNvED3xtRTEGEnAQ19LFZjG5jrzqk5eXcdlzTRiAedy1 ZkFtZ3lNxaFw5LSqKV3zaWOlYzCzdyqve3jvoarT6POQHf36oDAAcVg55 7RnidXU8WLZ1A5PifqNahbMGP9T7PkcRal/4yYO0z0w/HnLx5O2lKPdmO g==; X-CSE-ConnectionGUID: Rb+3MUMnROewf69rR7J6Fw== X-CSE-MsgGUID: czfaxJclQkWSaX1u0Sw6vQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="230008226" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="230008226" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:16 +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 0E5E8C00541 for ; Wed, 27 May 2026 09:49:16 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id BA7208319F1 for ; Wed, 27 May 2026 09:49:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id BDE9082A2D8; Wed, 27 May 2026 09:49:13 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 35/56] python3-pymysql: upgrade 1.1.3 -> 1.2.0 Date: Wed, 27 May 2026 17:47:44 +0800 Message-ID: <20260527094805.2039-35-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127242 From: Wang Mingyu Breaking changes ================ - Connection.ping() change the default to not reconnect and deprecate reconnect argument. Create a new connection if you want to reconnect. - Error classes in Cursor class are removed. - connect() arguments db and passwd now emit DeprecationWarning. Use database and password instead. - Reorganize TLS connection behavior. - PyMySQL uses TLS by default when server supports it. Use ssl_disabled=True to prohibit SSL. - When ssl_verify_cert=True, ssl_verify_identity=True, an ssl.SSLContext is passed, or when any other SSL option is configured, the connection requires SSL and raises OperationalError (CR_SSL_CONNECTION_ERROR) if the server doesn't support it. Other changes ============== - Support MySQL 8 row/column alias syntax in executemany INSERT regex. - Expose SQLSTATE on MySQL protocol exceptions without changing exception formatting. - Reject non-finite decimal.Decimal query parameters - Connection.set_charset(charset) now emits DeprecationWarning. Signed-off-by: Wang Mingyu --- .../{python3-pymysql_1.1.3.bb => python3-pymysql_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymysql_1.1.3.bb => python3-pymysql_1.2.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-pymysql_1.1.3.bb b/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-pymysql_1.1.3.bb rename to meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb index 6239028fe9..190c80d88f 100644 --- a/meta-python/recipes-devtools/python/python3-pymysql_1.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-pymysql_1.2.0.bb @@ -8,7 +8,7 @@ HOMEPAGE = "https://pymysql.readthedocs.io" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc" -SRC_URI[sha256sum] = "e70ebf2047a4edf6138cf79c68ad418ef620af65900aa585c5e8bfc95044d43a" +SRC_URI[sha256sum] = "6c7b17ca686988104d7426c27895b455cdeea3e9d3ceb1270f0c3704fead8c33" PYPI_PACKAGE = "pymysql" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Wed May 27 09:47: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: 88799 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 5E9DECD6E47 for ; Wed, 27 May 2026 09:49:23 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16954.1779875357575017003 for ; Wed, 27 May 2026 02:49:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ont/WyN1; 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=1779875358; x=1811411358; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Lw8F6duygtjRFHB6YMRKzwzK3STFLrw8tnbFE2M1kjc=; b=ont/WyN1rdnh/hN9IZAaG3Yqrntr0etyb3mUBXpx44KHcV8KA8Y7Kyqr mtFSgoiS+jgnhFgvJKhT4Q7TdaHQmztOKCKTuWYzrZWjC4iClt63dIHtq iQpXmj6yOShmGND2LqHLkhlSW1758UHJqIuJse3sBnIXVa7+l3JuLUj97 s0aPfClcgL6y6VCpZik7HHv9Y/ISV8oLKnZLwjPvX7WeO1LVeVnbpR5lq KF9Leb3PR+lfyVxRdeEKlYtLgqknGxm/pPUD/Js5HrOYrJX1E99jn6ZZV /RNyUVku5XtHHJ5KD0kgxT0RAMd56lRzGA8d3V7gH0Xo2OwD8ZOgRFy/u g==; X-CSE-ConnectionGUID: a7dWPu+1TJqKXsEuyKrP3A== X-CSE-MsgGUID: tSLvHzeqROyR8Co7wX4feQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="230008227" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="230008227" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:17 +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 96A54C00541 for ; Wed, 27 May 2026 09:49:17 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 5082CC2BA99 for ; Wed, 27 May 2026 09:49:17 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 57C4C82A2CE; Wed, 27 May 2026 09:49:15 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 36/56] python3-pytest-codspeed: upgrade 5.0.2 -> 5.0.3 Date: Wed, 27 May 2026 17:47:45 +0800 Message-ID: <20260527094805.2039-36-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127243 From: Wang Mingyu Changelog: chore: move callgrind skip obj API to instrument-hooks Signed-off-by: Wang Mingyu --- ...ytest-codspeed_5.0.2.bb => python3-pytest-codspeed_5.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pytest-codspeed_5.0.2.bb => python3-pytest-codspeed_5.0.3.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.2.bb b/meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.3.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.2.bb rename to meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.3.bb index 4397f0e851..c782414b03 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-codspeed_5.0.3.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=2856cbe664e8843cd4fd4c1d1d85c2c3" DEPENDS = "python3-cffi-native" -SRC_URI[sha256sum] = "93fea30b2d7266343dd505a182bdf1eb47f96f5fa2929f1d9aff01d3b60e1589" +SRC_URI[sha256sum] = "91afef90e6a96b013495e4702ef5d6358614a449e71008cdc194ef668778b92f" inherit pypi python_hatchling From patchwork Wed May 27 09:47: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: 88796 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 201C5CD6E44 for ; Wed, 27 May 2026 09:49:23 +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.16955.1779875360519843762 for ; Wed, 27 May 2026 02:49:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=N7/oUtft; 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=1779875360; x=1811411360; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WhEMJqTPoKG+fKnuK0WtXaBsIMmGOKMhEnhBpi38qBk=; b=N7/oUtftCzYtwO/qTucuZ2MPAn9+rEiQlpLMzQV74SVx3QiZqxLPFpSl 61Rp4C1to2hKsc2P+PQUBnC0QBE1Tmtx32RC6RoZqupNLSYI/Ai+KFVeI YzNdyEKlqMxmsFW/yDYc9ra+zzGjLDxdZia2qXrY9KA9CjHoPirCHKCfa DN4F/Pjwd6bv91AAuQBmwfpT9KpJtSCbdx9tHaCOidd8Zl1SDmGfNKk/2 l24+tMLRRJpnc3CMlFTiGEo10R92zI5pcygAlWI62oG3WOjv8iTLbiOzg yNJy4FyWD2VqnQkQOFXFcJ9/XJ6aPnIqnQ8ieivIdbFf3LeV2H18kMbYd Q==; X-CSE-ConnectionGUID: qlAJ7NVESBKIZP+S/PLgOg== X-CSE-MsgGUID: obV8YMXUR8Kjqs9GEhnhZQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="219714784" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="219714784" 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; 27 May 2026 18:49:19 +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 2B4EC33D9 for ; Wed, 27 May 2026 09:49:19 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id D0073C0E450 for ; Wed, 27 May 2026 09:49:18 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id E95AF82A2C9; Wed, 27 May 2026 09:49:16 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 37/56] python3-python-multipart: upgrade 0.0.28 -> 0.0.29 Date: Wed, 27 May 2026 17:47:46 +0800 Message-ID: <20260527094805.2039-37-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127244 From: Wang Mingyu Changelog: Handle malformed RFC 2231 continuations in parse_options_header Signed-off-by: Wang Mingyu --- ...n-multipart_0.0.28.bb => python3-python-multipart_0.0.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-python-multipart_0.0.28.bb => python3-python-multipart_0.0.29.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.28.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.29.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-python-multipart_0.0.28.bb rename to meta-python/recipes-devtools/python/python3-python-multipart_0.0.29.bb index 1c57dc03f2..e792b2d792 100644 --- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.28.bb +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.29.bb @@ -2,7 +2,7 @@ SUMMARY = "A streaming multipart parser for Python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "8550da197eac0f7ab748961fc9509b999fa2662ea25cef857f05249f6893c0f8" +SRC_URI[sha256sum] = "643e93849196645e2dbdd81a0f8829a23123ad7f797a84a364c6fb3563f18904" inherit pypi python_hatchling ptest-python-pytest From patchwork Wed May 27 09:47: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: 88794 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 1C180CD6E43 for ; Wed, 27 May 2026 09:49:23 +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.16800.1779875362281806675 for ; Wed, 27 May 2026 02:49:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=K2YKHN5x; 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=1779875362; x=1811411362; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Sp6SKgBb2bPDG536l1dHjtbJO2VE5dKVBMoanMKRaNM=; b=K2YKHN5xO5Fqi18OH4JyDwWLqc+QQ05gXRQwOqe6uzzyyc0w8vrs7zvq jStXOkwzx9WqvVeHby95RvqRfjFr7nDdE1sfoE3vrPmtiGjnUSntyphs2 9wz6s25xTOKhJxMcE+Uu0k+bWb1sv7T6DXJNuUDd9xuZTX1I4WuXBjFsf RrQztCaFI8KCttLKVWybU4zWUTZSNlNrp6JA7gJNIqa9+WsL+/80KnDGP vW99BSO/U+cB4c9u8VCXccF0U/OCr4hJsgUf0+9eWvWLCNfYK3rJu4R7d 0ZRwvZAYcqSfiI+Vt3e468mN/e0yKCdlic4OHCs30KYQ/ZOAIDgzUTsP0 g==; X-CSE-ConnectionGUID: bbh13sIlRD6DUaieaBgwhA== X-CSE-MsgGUID: qQ4gKuqnTnm1hWIMAqGT+A== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264229" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264229" 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; 27 May 2026 18:49:20 +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 CC133C00379 for ; Wed, 27 May 2026 09:49:20 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 849ACC0918A for ; Wed, 27 May 2026 09:49:20 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 870EE82A2D2; Wed, 27 May 2026 09:49:18 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 38/56] python3-responses: upgrade 0.26.0 -> 0.26.1 Date: Wed, 27 May 2026 17:47:47 +0800 Message-ID: <20260527094805.2039-38-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127245 From: Wang Mingyu Changelog: ============ * Added Spanish translation of the README (''README.es.rst'') * When both 'content_type' and 'headers['content-type']' are in a response mock file, 'content_type' is now used. * Added strict_match to urlencoded_params_matcher, enabling partial request parameter matching. Signed-off-by: Wang Mingyu --- ...{python3-responses_0.26.0.bb => python3-responses_0.26.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-responses_0.26.0.bb => python3-responses_0.26.1.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-responses_0.26.0.bb b/meta-python/recipes-devtools/python/python3-responses_0.26.1.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-responses_0.26.0.bb rename to meta-python/recipes-devtools/python/python3-responses_0.26.1.bb index 4d1884225d..45b8eadb67 100644 --- a/meta-python/recipes-devtools/python/python3-responses_0.26.0.bb +++ b/meta-python/recipes-devtools/python/python3-responses_0.26.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0e601511a8517f4daf688a8eb95be7a2" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "c7f6923e6343ef3682816ba421c006626777893cb0d5e1434f674b649bac9eb4" +SRC_URI[sha256sum] = "2eb3218553cc8f79b57d257bac23af5e1bf381f5b9390b1767816f0843e01dc2" RDEPENDS:${PN} += " \ python3-mock \ From patchwork Wed May 27 09:47: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: 88805 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 BAD68CD6E47 for ; Wed, 27 May 2026 09:49:33 +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.16960.1779875363919899971 for ; Wed, 27 May 2026 02:49:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nvLJmBEz; 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=1779875363; x=1811411363; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bwHyEbUTsUWCxq+IVLdWhe3Y55FwtMXKspiJ49meo/0=; b=nvLJmBEzLcqWZbNooapPW6iFuOxmVGo+D9zNq1/z+niq9vmyC5G49VTf NgnaIRbVCxjzpKnPyTROVj+XcDajzjxQafBw9Nwv3noNUD4Hpg1qgLvLQ ra7Blr+2UDSofGSxm+MHgg/sdmJzdS68Ut/R9ar+x/Kx+VP0PIz2p1pWS jgrXPDZIMAFzH5SxDZeNiDlq77Kfcdlt0MvfPuNm7w/ejHT1O///7UnvC 70uQJ4HfavLccJHDYRiF4qgotA5zHULjfE4/6cyL66tElmnJSW6vMaRLN GAodl4IzXZkW0v6N04r2L9JVuj4V2GJtkwVI96zsmcL3eL09yTP+YJaoY g==; X-CSE-ConnectionGUID: 8HEadSNSSc6viliYnFkgFA== X-CSE-MsgGUID: RnIOfjKpSFCuY3pOZmnQPQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="220931931" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="220931931" 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; 27 May 2026 18:49:22 +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 5E9B633C4 for ; Wed, 27 May 2026 09:49:22 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 0FCE71811549 for ; Wed, 27 May 2026 09:49:22 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 254AB82A2CC; Wed, 27 May 2026 09:49:19 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 39/56] python3-rich-toolkit: upgrade 0.19.9 -> 0.19.10 Date: Wed, 27 May 2026 17:47:48 +0800 Message-ID: <20260527094805.2039-39-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127246 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...3-rich-toolkit_0.19.9.bb => python3-rich-toolkit_0.19.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rich-toolkit_0.19.9.bb => python3-rich-toolkit_0.19.10.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.10.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb rename to meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.10.bb index b971b41948..cd171b77f4 100644 --- a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.9.bb +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.19.10.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/patrick91/rich-toolkit" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6" -SRC_URI[sha256sum] = "fce5c6f41f79382ecf60a79851b2543f627568e3e07c78ab4b8542e1ca247d1c" +SRC_URI[sha256sum] = "dc2e8c515ef9fbb4894e62bd41a2d2960dd7c2f505b5084894604d5ccfee3f09" inherit pypi python_hatchling ptest-python-pytest From patchwork Wed May 27 09:47: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: 88800 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 66378CD5BD5 for ; Wed, 27 May 2026 09:49:33 +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.16960.1779875363919899971 for ; Wed, 27 May 2026 02:49:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VKpEOzy5; 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=1779875364; x=1811411364; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cznyUGm6KTpTpdY7kq8cLQk46GG2XL+J+VIhi0FTwUo=; b=VKpEOzy5BuPj5GkWu6Bz6S6Y8iLWNpA0+c3/3YixQyihuuFmmJQ9KWZt un0OelFH9xFSQCdo8O1tUMJ75tw26KbI3uDFoRaEhybmxELqQr6K3IYP6 //mHDPKykCkNjrkk6eUTb3D+67MGtcfb2YnYZh8LMzwmIu0VwtvAXp3xz Yyw6zAlirdIzOaFiXuzvb6urzv2JPAo80+Gg1ShEOEVmjLPFnNSj0hKfK KRikyrwVowv15u2PJJDARvpR98SL8yziQqK4osVWxB3cGimSsxGryk0lB HP6u3HO6o9WwoYM8lJyrCUnlgQ94+LGsyIKF+ZZt9I5cStzZnzc3O6VvI g==; X-CSE-ConnectionGUID: WOfBjm5zTXe6uWr46G3QDA== X-CSE-MsgGUID: mOF9Dm3bSaq88oZzGl13TQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="220931933" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="220931933" 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; 27 May 2026 18:49:24 +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 0F0B78203D2 for ; Wed, 27 May 2026 09:49:24 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id BA13C8D65CA for ; Wed, 27 May 2026 09:49:23 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id BB90982A2CE; Wed, 27 May 2026 09:49:21 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 40/56] python3-setuptools-git-versioning: upgrade 3.0.1 -> 3.1.0 Date: Wed, 27 May 2026 17:47:49 +0800 Message-ID: <20260527094805.2039-40-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127247 From: Wang Mingyu Changelog: ========== - Added a dynamic-metadata provider compatible with scikit-build-core. - Add support for git archive builds via a tracked .git_archival.txt file. Signed-off-by: Wang Mingyu --- ...ning_3.0.1.bb => python3-setuptools-git-versioning_3.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-setuptools-git-versioning_3.0.1.bb => python3-setuptools-git-versioning_3.1.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.0.1.bb b/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.0.1.bb rename to meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb index 561f1d06c6..433525d041 100644 --- a/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_3.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://setuptools-git-versioning.readthedocs.io" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=92e79e3a844e66731724600f3ac9c0d8" -SRC_URI[sha256sum] = "c8a599bacf163b5d215552b5701faf5480ffc4d65426a5711a010b802e1590eb" +SRC_URI[sha256sum] = "612dfcf184addac9e1c2216f4f229724b2390e5bf613fb925ae80b84f2529172" inherit pypi python_setuptools_build_meta From patchwork Wed May 27 09:47: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: 88802 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 A3E5DCD6E44 for ; Wed, 27 May 2026 09:49:33 +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.16962.1779875366953803211 for ; Wed, 27 May 2026 02:49:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Y/zLzweg; 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=1779875367; x=1811411367; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HyZD7g8yl1K6mqkkihxG621tjmPcwn/Yj6am1Q3i10s=; b=Y/zLzweg7ysyjozc6LKaADaAMTZKNGyR0qIhpim2pFYuW55BPQxh0pMf 0+Sd0QFm76DbPUvZ0r72vM3kgzQtGngigPY1E4YBD+vqHvK5cWcw6471l t8bm05jQopnpLlMgjB2LUh6qwRUwHp4QGg8cDSCuRR1ADzN0QRDLwXwoO 2RD4gJiU06ko1R9KlcNsggP5zPzEnYHuP/Tl4hDOGd7DTiapG+HkbyOB3 2MfAArLpxzXGuEdCgMv/rk76r1IFRN/MNb+NjWg8KFGhn8aQvB5LNvywe moj2Jz/AHYmgA6GzQRmtJFCB/Goite3qaeGa1EiWkBcsthSdai1Voh7Bo w==; X-CSE-ConnectionGUID: qFApYL2YTW2cG4sjBpNgmA== X-CSE-MsgGUID: DKpcVcD6QXuIumF0MOUotg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="240144244" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="240144244" 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; 27 May 2026 18:49: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 89CC242A338 for ; Wed, 27 May 2026 09:49:25 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 3D03DC04279 for ; Wed, 27 May 2026 09:49:25 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 5AB3A82A2CC; Wed, 27 May 2026 09:49:23 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 41/56] python3-socketio: upgrade 5.16.1 -> 5.16.2 Date: Wed, 27 May 2026 17:47:50 +0800 Message-ID: <20260527094805.2039-41-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127248 From: Wang Mingyu Changelog: =========== - Prevent unnecessary resource allocations - Add zizmor to CI builds Signed-off-by: Wang Mingyu --- .../{python3-socketio_5.16.1.bb => python3-socketio_5.16.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-socketio_5.16.1.bb => python3-socketio_5.16.2.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.16.1.bb b/meta-python/recipes-devtools/python/python3-socketio_5.16.2.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-socketio_5.16.1.bb rename to meta-python/recipes-devtools/python/python3-socketio_5.16.2.bb index 10372e83cc..97a378b879 100644 --- a/meta-python/recipes-devtools/python/python3-socketio_5.16.1.bb +++ b/meta-python/recipes-devtools/python/python3-socketio_5.16.2.bb @@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "python_socketio" -SRC_URI[sha256sum] = "f863f98eacce81ceea2e742f6388e10ca3cdd0764be21d30d5196470edf5ea89" +SRC_URI[sha256sum] = "ad88c228d921646efa436c0a0df217e364ef30ec072df4041484e54d49c15989" PACKAGECONFIG ?= "asyncio_client client" PACKAGECONFIG[asyncio_client] = ",,,python3-aiohttp python3-websockets" From patchwork Wed May 27 09:47: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: 88806 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 AEBADCD6E45 for ; Wed, 27 May 2026 09:49:33 +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.16800.1779875362281806675 for ; Wed, 27 May 2026 02:49:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eD1NkqHN; 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=1779875367; x=1811411367; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ncy31ZDerVCkq408E9oCMTx1bLjBU5cbBi6IFGLgDno=; b=eD1NkqHNApID8dgkkj9ARLn1Y5OZKa7VRUKD6l55tY2C8AhqpXZ9AKV3 6WT2FAb5rL0VRt4PH2apvYdrf6zP1FluZvH6Nmm5TMowJDqBJej/ImtfV aERexSQOr4WcwKu5KZrWUqBqd14n7QUdarPCYPT65UZbHiysTh0LkPIO6 z7oUVATopEh1mPU7wV24yHyGjl75f2bV1d2knt3sYO5C2GJsbfzFh3lhi wM4hSc3DxQzTi2xvuAZYowo5pcmtQfhFTZUQA0YgqZtwGHfcUHCMu83tK H3Y14l2Yg/YtWVfpOFasNu+OicaCLZahfWUZtOnOzcZVDwd0ZC7qOcj+m Q==; X-CSE-ConnectionGUID: a6sPXFC+Q0Sfilv3WhLFGQ== X-CSE-MsgGUID: ajlPIPAoShmdtXXVg+tixQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264240" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264240" 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; 27 May 2026 18:49:27 +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 3A0C0C00357 for ; Wed, 27 May 2026 09:49:27 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id E682FC0918A for ; Wed, 27 May 2026 09:49:26 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id E745882A2C9; Wed, 27 May 2026 09:49:24 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 42/56] python3-soupsieve: upgrade 2.8.3 -> 2.8.4 Date: Wed, 27 May 2026 17:47:51 +0800 Message-ID: <20260527094805.2039-42-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127249 From: Wang Mingyu Changelog: ============= - FIX: Fix another inefficient attribute pattern - FIX: Limit total number of selectors processed in a pattern to prevent massive selector requests Signed-off-by: Wang Mingyu --- .../{python3-soupsieve_2.8.3.bb => python3-soupsieve_2.8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-soupsieve_2.8.3.bb => python3-soupsieve_2.8.4.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.8.3.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.8.4.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-soupsieve_2.8.3.bb rename to meta-python/recipes-devtools/python/python3-soupsieve_2.8.4.bb index 11a2b5e103..ec58d0985e 100644 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.8.3.bb +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.8.4.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/facelessuser/soupsieve" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=74851a2f1e5c07496dcb452af6a6bf54" -SRC_URI[sha256sum] = "3267f1eeea4251fb42728b6dfb746edc9acaffc4a45b27e19450b676586e8349" +SRC_URI[sha256sum] = "e121fd02e975c695e4e9e8774a5ee35d74714b59307868dcc5319ad2d9e3328e" inherit pypi python_hatchling ptest-python-pytest From patchwork Wed May 27 09:47: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: 88803 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 D1ECECD6E46 for ; Wed, 27 May 2026 09:49:33 +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.16964.1779875370657045630 for ; Wed, 27 May 2026 02:49:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PDH11W+u; 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=1779875372; x=1811411372; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OlTqYdMyHjNhWDgVSFCwBLf5IivwBRn8zI/EoTzhKfY=; b=PDH11W+uTUS+ddwoMA+q5PZhsimdc6ECLlGHcJ1ynRYlrrNIOj9OTYj8 LKI6k59M7FB5kAykbsBf3lmTkvRQYkYLt9CYCAGW4DUxwXJnka7CybmNo vp7OCT/TQpeK1uCZu1SZwVxUGZRyLY3AbBDvEC57td7Smu+xDJHttly5x Ad1wujV2eCXIdiQIoKBgygm/i44ppEOnADuJal0NrwbdyzcPwLWVUH34u g3M4wkFeGLty1FFOXxm99VE4+O3qBh7fSiofiGLigxOTrKnBOpr5zSMY7 UDYrKV5bKKptugRWI83iAMo8iaBjCpXtkG+hhexTm1X0YVpCAxX2S5OQ9 g==; X-CSE-ConnectionGUID: FcnZCj9TR/iiAVaKq6odgQ== X-CSE-MsgGUID: DNT6kmIcQESazkoD0m+0kA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="242050138" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="242050138" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:30 +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 D5FA7C006D0 for ; Wed, 27 May 2026 09:49:28 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 8BE9AC38B3D for ; Wed, 27 May 2026 09:49:28 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 895C782A2CC; Wed, 27 May 2026 09:49:26 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 43/56] python3-sqlalchemy: upgrade 2.0.49 -> 2.0.50 Date: Wed, 27 May 2026 17:47:52 +0800 Message-ID: <20260527094805.2039-43-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127250 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-sqlalchemy_2.0.49.bb => python3-sqlalchemy_2.0.50.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.49.bb => python3-sqlalchemy_2.0.50.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.49.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.50.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.49.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.50.bb index ecc9099e30..aa14e1570b 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.49.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.50.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://www.sqlalchemy.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=53a9111717b305b0fae0d704a24925c3" -SRC_URI[sha256sum] = "d15950a57a210e36dd4cec1aac22787e2a4d57ba9318233e2ef8b2daf9ff2d5f" +SRC_URI[sha256sum] = "af5607d11ef90fd6a5c0549fe0045dce1663d427426bcfb506dcb5346a85a3b9" inherit pypi python_setuptools_build_meta cython From patchwork Wed May 27 09:47: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: 88804 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 81883CD6E43 for ; Wed, 27 May 2026 09:49:33 +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.16964.1779875370657045630 for ; Wed, 27 May 2026 02:49:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XmIiEO5g; 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=1779875373; x=1811411373; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZS974+0ndVFDKEZMrxC5BzEAdcW/9/lJkqtDn1FhOD4=; b=XmIiEO5gtN5ZmY0nxuVxxEFn65xVOrFHqwuPZ6cPo/ExkoxDUVx+d+S5 UWSmKiMNrTaXJiGMbBZ4M615I8t5y3KNnlHxNsZPSTEYhMbbUMXmvKtBV wxnD2+3RhDoUKXXsdY11XjDg2qhHkwQKIxI6de+Y9d1Nfkn0mTrtg1MQM uWXPSpPs8dtKqA+KxHTSWp87TCz0yE4aWuvROqTRfycyGQdk7eNLCvBR+ 8JHdyJeu2YLiwKcngcCxPuSIHdtA9DLn7LPhM+x1S20iHk7xPEyI3oEKU BQZgrj0siSizZ3msLQDXAIxt6H6p7VGdTSDYTKLV64KxRW6BAh1F8mGHx g==; X-CSE-ConnectionGUID: Y6uodQHvQy6jOJRwYMSbRg== X-CSE-MsgGUID: UB9ASIQQTrql5CuY1K3cIg== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="242050141" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="242050141" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:32 +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 75D908203D3 for ; Wed, 27 May 2026 09:49:30 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 2CEB68319EF for ; Wed, 27 May 2026 09:49:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 2EACA82A2C9; Wed, 27 May 2026 09:49:27 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 44/56] python3-starlette: upgrade 1.0.0 -> 1.1.0 Date: Wed, 27 May 2026 17:47:53 +0800 Message-ID: <20260527094805.2039-44-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127251 From: Wang Mingyu Changelog: ========== - Ignore malformed Host header when constructing request.url - Use "application/octet-stream" as the FileResponse media type fallback - Only dispatch standard HTTP verbs in HTTPEndpoint - Reject absolute paths in StaticFiles.lookup_path Signed-off-by: Wang Mingyu --- .../{python3-starlette_1.0.0.bb => python3-starlette_1.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-starlette_1.0.0.bb => python3-starlette_1.1.0.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-starlette_1.0.0.bb b/meta-python/recipes-devtools/python/python3-starlette_1.1.0.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-starlette_1.0.0.bb rename to meta-python/recipes-devtools/python/python3-starlette_1.1.0.bb index 8f50678875..7bddc99f7c 100644 --- a/meta-python/recipes-devtools/python/python3-starlette_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-starlette_1.1.0.bb @@ -2,7 +2,7 @@ SUMMARY = "Starlette is a lightweight ASGI framework/toolkit, which is ideal for LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" -SRC_URI[sha256sum] = "6a4beaf1f81bb472fd19ea9b918b50dc3a77a6f2e190a12954b25e6ed5eea149" +SRC_URI[sha256sum] = "e83c7fe0ddecd8719c5b840080325aec0260acec86e9832899e377b91d65e90f" inherit pypi python_hatchling ptest From patchwork Wed May 27 09:47: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: 88801 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 77985CD4F54 for ; Wed, 27 May 2026 09:49:33 +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.16800.1779875362281806675 for ; Wed, 27 May 2026 02:49:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=G1bxvThy; 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=1779875372; x=1811411372; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Kod0F5749BLCu5O+gQqyIEXY1oHqg4ANssJ9BAtA7cs=; b=G1bxvThyXANO9y0/5UJ+dVHbszCV+qwx3lpKPNFgXD+7Z5SeuMzTrMrG +Zsbl/RkAuGW56Yd59anfFdP87nvktGBLauiZQC+8usN0qwN6SgEjwG7F E9f0TNQgSib3zxVuaXznFuUm8fj3D7n9T/jQov1EVQc8x6r6vnSaNLa// H3jV9FeRucw8xw9vueiqXe+FBh6JLQg5Bg6J0EAJJVa8qAOy/+9CvuJ/X 0/u+aeEkz3yTvMUbj0RzzllIcblds1qnz2GhlLCzCgjsaZNPakuGc/a7u BR40Ne+ApCat44st/+i3U5fd2Y5Q1Nn9VGezg41ahXpwyhtYobOsXCWCH g==; X-CSE-ConnectionGUID: AR/rP5rTTFmk5JNY/8O1mA== X-CSE-MsgGUID: zKlu9iPuQuGu/d6p6Q3G4w== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264248" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264248" 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; 27 May 2026 18:49:32 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 1923DC00357 for ; Wed, 27 May 2026 09:49:32 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id C46DBC0918A for ; Wed, 27 May 2026 09:49:31 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id BFBFC82A2D5; Wed, 27 May 2026 09:49:29 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 45/56] python3-stevedore: upgrade 5.7.0 -> 5.8.0 Date: Wed, 27 May 2026 17:47:54 +0800 Message-ID: <20260527094805.2039-45-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127252 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-stevedore_5.7.0.bb => python3-stevedore_5.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-stevedore_5.7.0.bb => python3-stevedore_5.8.0.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-stevedore_5.7.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_5.8.0.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-stevedore_5.7.0.bb rename to meta-python/recipes-devtools/python/python3-stevedore_5.8.0.bb index cb194b6c15..58add335b5 100644 --- a/meta-python/recipes-devtools/python/python3-stevedore_5.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-stevedore_5.8.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.openstack.org/stevedore/latest/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "31dd6fe6b3cbe921e21dcefabc9a5f1cf848cf538a1f27543721b8ca09948aa3" +SRC_URI[sha256sum] = "b49867b32ca3016e94100e68dbf26e72aa7b8708d0a3f73c08aeb220370ac715" DEPENDS += "python3-pbr-native" From patchwork Wed May 27 09:47:55 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88811 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 1FE5ACD6E45 for ; Wed, 27 May 2026 09:49:44 +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.16807.1779875375191963270 for ; Wed, 27 May 2026 02:49:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=R0opZ0w9; 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=1779875375; x=1811411375; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=y969KYZOBBIPxIJ1D4HQ7PufmOf9/c1/BeDlvqwTNzM=; b=R0opZ0w930O0nDE4FK6WMv1ESrekaDde3PD4NLKIqcQQ4DBcaLHSQ4FP pAASCD0725SGatDYzOJ1SgdPSCnPXLA2qLsH1dJRSmmHH50oR6BZjqqeQ KW2Z3rQaD+lFmc5iTFp+mKjcjhV0KZIVZK/CO2nu9G7V1FgxW/QNha3xD ARKMe2+yx7n+NsGFixZYNSzr5+g02gV/k0UVP3FJvakH5BSEnlxgLYQX+ 7hGMzWXNRiOK48zIXRqruPYHBa/5zOLQRJDOisnM+9tw5yIMUnQvDGtxZ O2Zn3Mjt42l/E2Ergitx/CjWzy/+tEs0WZ4g4V3Yoa95J6HhVVLq85AYM A==; X-CSE-ConnectionGUID: xW+qFdTjQ+6f1+Bk7VLwPQ== X-CSE-MsgGUID: VggO60YGTfGxietjJA6hIw== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="220931943" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="220931943" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:33 +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 A9B0242A338 for ; Wed, 27 May 2026 09:49:33 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 5AE77C02089 for ; Wed, 27 May 2026 09:49:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6FC0E82A2D9; Wed, 27 May 2026 09:49:31 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 46/56] python3-telnetlib3: upgrade 2.6.0 -> 4.0.4 Date: Wed, 27 May 2026 17:47:55 +0800 Message-ID: <20260527094805.2039-46-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127253 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...{python3-telnetlib3_2.6.0.bb => python3-telnetlib3_4.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-telnetlib3_2.6.0.bb => python3-telnetlib3_4.0.4.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-telnetlib3_2.6.0.bb b/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-telnetlib3_2.6.0.bb rename to meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb index bef533b39b..eb28bbf81f 100644 --- a/meta-python/recipes-devtools/python/python3-telnetlib3_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-telnetlib3_4.0.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jquast/telnetlib3" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=15abe157ad6f0b483975cc34bcc1aa99" -SRC_URI[sha256sum] = "c231e790c626f5b6927a4a85e79bce18cde994c9424254d2193582b430972164" +SRC_URI[sha256sum] = "6ab9ce0b9e8663b002d7e10513deb0c17bddb982d520681e0788511d99695a7a" PYPI_PACKAGE = "telnetlib3" From patchwork Wed May 27 09:47:56 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88807 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 E6E37CD6E43 for ; Wed, 27 May 2026 09:49:43 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16808.1779875376918040165 for ; Wed, 27 May 2026 02:49:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=EXzVsFHk; 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=1779875378; x=1811411378; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hKeaOmUKXNPE9gisb70cG2ALfl44WU9/eiJdo7c84U0=; b=EXzVsFHkMJkUTtW6/TzcGqzmLy6/VnYCbvxL7sesHCnKP+niebEUKMXY VbuDWQMdNO+zbKSdBtsg8P8ky+bb1zFFMw9sxrSnpFMrjVPtKNTVyECuV zAtZzp/CpnKPNjBvA83r3LrdeHg1oIZg0itaqrDVgpKD1OSRIC2f+v8gv d74GehDDsymLIoB8nJaL67qb5Oy+EYIlkBrdvkPhz8bznNam2apjiCzZQ IEwJUSyfbW8Tq4s8R0kUIyh4/5D78LbkO6z2MYICMVBkc+jvC88N7hb3p WEnarF1kiMis2sR7FF5x7tgO5KZX9rpSJF3pycL0yJDDSkt6xi74YF+xS A==; X-CSE-ConnectionGUID: TXkEgzOyShmfk2+NMQQU7Q== X-CSE-MsgGUID: WO5J7SUgR5m8VUv1dDqvTQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="242050144" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="242050144" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:36 +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 5B6321002BB9 for ; Wed, 27 May 2026 09:49:35 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 12C7418591C0 for ; Wed, 27 May 2026 09:49:35 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 113D882A2C9; Wed, 27 May 2026 09:49:32 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 47/56] python3-types-psutil: upgrade 7.2.2.20260508 -> 7.2.2.20260518 Date: Wed, 27 May 2026 17:47:56 +0800 Message-ID: <20260527094805.2039-47-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127254 From: Wang Mingyu Changelog: Upgrade black to 26.5.0 Signed-off-by: Wang Mingyu --- ...7.2.2.20260508.bb => python3-types-psutil_7.2.2.20260518.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-types-psutil_7.2.2.20260508.bb => python3-types-psutil_7.2.2.20260518.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260508.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260518.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260508.bb rename to meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260518.bb index c36047fe42..ba8051ce5c 100644 --- a/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260508.bb +++ b/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260518.bb @@ -8,7 +8,7 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "8cfd8339f5e898570f80486423e65d87558d89d0181bf723d20ac5e778fe218e" +SRC_URI[sha256sum] = "9f825f631463a5b4d26f19f63aebc9ec25f01140d655026f3ad8a67841f9b331" BBCLASSEXTEND = "native" From patchwork Wed May 27 09:47:57 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88810 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 03204CD4F54 for ; Wed, 27 May 2026 09:49:44 +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.16800.1779875362281806675 for ; Wed, 27 May 2026 02:49:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fwdUA0vv; 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=1779875377; x=1811411377; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=XQNUq424J6N+YIZSX8wZhDc2d+UbPUwTPgJBTb5SCNE=; b=fwdUA0vvnpM8QLCHhuEb5VUDQcjkm4B2WKbB1uTDg6z1KBrH11fIj3AO SNWrvSkVoHzgjh790W0hHBgwNHiKKpENHsHv2qI5OUp7F6KzNn7VHgC/F TSuSg1xFXU8TCHB1gN4CXCKoQzSN4S+hS4Qornng1N5m14XxkKgLkAoVf ZxnZVKUg3wYCQcK5Zh2yrpPucFVEXPSorhEh5IJtMEki4siACfvaZsl0X 0Tq5zqJuERKdVCok4eLkv0R7qMz1RnsynQXapplO6W6TKx1pgNoagmZbF FLN9AFDM7HgcwbbsJB+hYYBbJn2JNSrBxvimh/hSSW4sRZ8280A6zORpK w==; X-CSE-ConnectionGUID: IsxIARFeSOGckNekmIaWfw== X-CSE-MsgGUID: icwlVys/Qa+vB88q5wJhEQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264253" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264253" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:36 +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 D44BE42A338 for ; Wed, 27 May 2026 09:49:36 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 8D27DC006D8 for ; Wed, 27 May 2026 09:49:36 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id A7C8182A2CC; Wed, 27 May 2026 09:49:34 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 48/56] python3-vector: upgrade 1.8.0 -> 1.8.1 Date: Wed, 27 May 2026 17:47:57 +0800 Message-ID: <20260527094805.2039-48-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127255 From: Wang Mingyu Changelog: ========== - fix: get rid of cupy<14 quick fix - fix: _wrap_results skips momentum equivalents - ci: bump setup-uv to maintained tag scheme - ci: enable numba testing in 3.14t Signed-off-by: Wang Mingyu --- .../python/{python3-vector_1.8.0.bb => python3-vector_1.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-vector_1.8.0.bb => python3-vector_1.8.1.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-vector_1.8.0.bb b/meta-python/recipes-devtools/python/python3-vector_1.8.1.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-vector_1.8.0.bb rename to meta-python/recipes-devtools/python/python3-vector_1.8.1.bb index 67312c4423..b04184cc88 100644 --- a/meta-python/recipes-devtools/python/python3-vector_1.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-vector_1.8.1.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b9f683a957276148387db50971a7b3ef" DEPENDS += "python3-hatch-vcs-native" -SRC_URI[sha256sum] = "58f95e9e24463851ca34176a20df2fd2e80b41d78615e5b1f7ae4bf313424ca6" +SRC_URI[sha256sum] = "1b7658a4fbc7b593342506a1b84eff3459745b09c98c3be83ed58df31fd29b43" inherit pypi python_hatchling From patchwork Wed May 27 09:47:58 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88809 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 14248CD6E44 for ; Wed, 27 May 2026 09:49:44 +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.16966.1779875379898269362 for ; Wed, 27 May 2026 02:49:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ZpCgktpL; 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=1779875380; x=1811411380; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=reFGcaTl6H3P+VqRCqXvlXn01LInH7Oj8vVZ/YKL6pQ=; b=ZpCgktpLC1ygGMouTaL99YnsK10VL3ugAunOgzYS8bOmD6z/ANhI2D9e PDjMufh/2gEd5JM3RAwChgiIRa0Wadm8vdBx2QdfAx8FUnRhq++PYSr+4 FJ6Gz7kau4SGTSsWv6iKDLzopiyXdg64AL2ZGH8+ezh5ho48Cg/rE6dnH 7wHiKsiMdBBbOZxZmw8ihAHhkJHuCM6KGtjeu6ijJavO5gg8owfHUqAQP l1YH0buEZ6NYBOgH3OGbB17AL+ow+1HuCwgpJFbjrlfxE9fV8suVyExuW OjoG3cT8eiv0KNK45VI9rd3N5ol9q49lar2Lhz0FqKZz2PHXfhP0k1vWi g==; X-CSE-ConnectionGUID: uaq68bs4Qm+mBnmYB5OOWA== X-CSE-MsgGUID: KHvO8wraSH+xPtyWNE2dUQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="228171233" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="228171233" 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; 27 May 2026 18:49:38 +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 7B3BD42A338 for ; Wed, 27 May 2026 09:49:38 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 31D55C006D8 for ; Wed, 27 May 2026 09:49:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 440B882A2D2; Wed, 27 May 2026 09:49:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 49/56] python3-wrapt: upgrade 2.1.2 -> 2.2.1 Date: Wed, 27 May 2026 17:47:58 +0800 Message-ID: <20260527094805.2039-49-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127256 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-wrapt_2.1.2.bb => python3-wrapt_2.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-wrapt_2.1.2.bb => python3-wrapt_2.2.1.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb b/meta-python/recipes-devtools/python/python3-wrapt_2.2.1.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb rename to meta-python/recipes-devtools/python/python3-wrapt_2.2.1.bb index ee57717a5c..859e36c55f 100644 --- a/meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-wrapt_2.2.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=63a78af2900bfcc5ce482f3b8d445898" inherit pypi python_setuptools_build_meta ptest-python-pytest -SRC_URI[sha256sum] = "3996a67eecc2c68fd47b4e3c564405a5777367adfd9b8abb58387b63ee83b21e" +SRC_URI[sha256sum] = "6744f504375775d7609c82c8d3d94af1c9a6f05586984536905908ba905277b9" # python3-misc for 'this' module RDEPENDS:${PN}-ptest += " \ From patchwork Wed May 27 09:47:59 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88812 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 2BBBBCD6E47 for ; Wed, 27 May 2026 09:49:44 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16810.1779875381755207942 for ; Wed, 27 May 2026 02:49:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IF+84mpd; 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=1779875383; x=1811411383; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NZbTxq2G084jDko+NEZ9F5HYvLHCJw0BRu1c06JEB1c=; b=IF+84mpd8MmzByqBxFhMWKGoEMXnvM2bA498C70Hc23txyzzdbMiavl+ 15fzLfQe7k8XJia5LCKpcLGxHHvCZtfn0FK6hd4EKZTJOElJfL5n62hbB FPkhQbHPQ47zE2SmXnyRzmVD6Zd05H3CR1T2Ocipz1O617flrtNcEbmaK i3i33dCQlCr5Phjhcqv3zhwN+h9QI/LKBpHG7bpWDVQ9SeFQi+MOYicuG W149CMLuhuig652Q/nGIPFE5KXYVzVanj1ce6QxxVkzKw9WvjYb54vCBe hGQ2Nb315f8hukGCdhymNIm8TeWVMeN6ZHZH6Fb8RQ9GCogcEPVIGhohO w==; X-CSE-ConnectionGUID: i583Q6zJS1iJv3NwONm99Q== X-CSE-MsgGUID: hKo/alTJSNmeCpVFNnW80g== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241969862" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241969862" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:41 +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 334D11002801 for ; Wed, 27 May 2026 09:49:40 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id DD80B1410CB1 for ; Wed, 27 May 2026 09:49:39 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id DA0A982A2C9; Wed, 27 May 2026 09:49:37 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 50/56] python3-yarl: upgrade 1.23.0 -> 1.24.2 Date: Wed, 27 May 2026 17:47:59 +0800 Message-ID: <20260527094805.2039-50-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127257 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-yarl_1.23.0.bb => python3-yarl_1.24.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-yarl_1.23.0.bb => python3-yarl_1.24.2.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.23.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.24.2.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-yarl_1.23.0.bb rename to meta-python/recipes-devtools/python/python3-yarl_1.24.2.bb index 6a973f9acb..4f6e4795b7 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.23.0.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.24.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "53b1ea6ca88ebd4420379c330aea57e258408dd0df9af0992e5de2078dc9f5d5" +SRC_URI[sha256sum] = "9ac374123c6fd7abf64d1fec93962b0bd4ee2c19751755a762a72dd96c0378f8" PYPI_PACKAGE = "yarl" From patchwork Wed May 27 09:48:00 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88808 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 DCCD0CD5BD5 for ; Wed, 27 May 2026 09:49:43 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16810.1779875381755207942 for ; Wed, 27 May 2026 02:49:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=l9sbQil6; 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=1779875383; x=1811411383; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tdxcTBwAIB3rl8zHbRPnfx0ReGbd0Bs6CkMKZdGea1E=; b=l9sbQil68WEKVtjuaJdwP6PESQ8ky4qGRKDsDEjeQ21UW7Xl0kbpX8qD gU6fTIldjKj//Aoe7klrRyOLiT56S087vr7ChJnK3+grZvKJuGhcVJMpe S4A5oQQtOUtG/58fIgw0rOo3fXVahrIJiNXC+J58PhgYpMZyI5BwwPTER NvCvQi2YjayPkx6MBiDHTa+W5ohf3wKkJEUlOyZPfAbHbUlEcrF0pRJj7 LmeLNedcHPL0Ua6vGmXoYaWK7FrjKcIFV5A7wdXddMgRUVX86v8g94XRy 1hS8a+IXeCoI1mnCoEQBB88NxA7TNIy1bT0/2IT5Ep+3wDOJYAW47tB/Y Q==; X-CSE-ConnectionGUID: T3WR0/PlQCGH3ZB2CqIw7Q== X-CSE-MsgGUID: sibqa3YtSd2WEd+4REK2EQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="241969866" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="241969866" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:42 +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 C1DAC8203D3 for ; Wed, 27 May 2026 09:49:41 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 7A4EA148AD33 for ; Wed, 27 May 2026 09:49:41 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 7BA9382A2CC; Wed, 27 May 2026 09:49:39 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 51/56] python3-zeroconf: upgrade 0.148.0 -> 0.149.16 Date: Wed, 27 May 2026 17:48:00 +0800 Message-ID: <20260527094805.2039-51-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127258 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...python3-zeroconf_0.148.0.bb => python3-zeroconf_0.149.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.148.0.bb => python3-zeroconf_0.149.16.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.148.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.149.16.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-zeroconf_0.148.0.bb rename to meta-python/recipes-devtools/python/python3-zeroconf_0.149.16.bb index fd083d6ee8..0a10048400 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.148.0.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.149.16.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=9fe712b1bc27c5c4e9ecd7f31d208900" -SRC_URI[sha256sum] = "03fcca123df3652e23d945112d683d2f605f313637611b7d4adf31056f681702" +SRC_URI[sha256sum] = "5e6b5a3b153c2cc2a8d9e6f6f189ec5638f7d9c86fc3e88a6c53eb6863761a5e" inherit pypi python_poetry_core cython From patchwork Wed May 27 09:48:01 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88816 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 6A2C6CD6E46 for ; Wed, 27 May 2026 09:49:54 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.16812.1779875384823622732 for ; Wed, 27 May 2026 02:49:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ItcYt5UW; 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=1779875386; x=1811411386; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=MVqNf6LxzZuWUn6VW4vAThSYYHwOgJs2xhi1yzJ+rQo=; b=ItcYt5UWPrqBEqNsG5AiNd0zZAYILBDrVyTIEEojDNzgCNcCqtZNUEN/ NZU7gEZv9qQzxiAqEiEa3x+7gIAjXUF5jD9uUw+8obiSB1Y9kF/8hVKT8 shZ9nD6lW4Zu92cjMdr90UpSgXcIj+of78htZ+o/3O90BYhXlngT+2tZ2 vwapFByDJmeZ3snJfb3I+2f7clIB7SOwZwtx9+5SV69IvGC/A4KkS4fpa Bca2k+1iAYnsNoswsdyFA50if3roDOSenihxec7I3gFTo1jwuE+dI8duH ivAYWYq+tWQU+9+enAlVxuftn+Okfb1n9t+H3R8bT7SCGj2A7/P/x6Ot7 w==; X-CSE-ConnectionGUID: q6+oZkEbTD+iB1kghZ/opg== X-CSE-MsgGUID: VKzL/0TtTLeSNp1MO6mk2w== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="242050159" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="242050159" 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; 27 May 2026 18:49:44 +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 52F7E1000143 for ; Wed, 27 May 2026 09:49:43 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 095DB18915F8 for ; Wed, 27 May 2026 09:49:43 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 1ED3B82A2CE; Wed, 27 May 2026 09:49:40 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 52/56] rtorrent: upgrade 0.16.11 -> 0.16.12 Date: Wed, 27 May 2026 17:48:01 +0800 Message-ID: <20260527094805.2039-52-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127259 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../rtorrent/{rtorrent_0.16.11.bb => rtorrent_0.16.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/rtorrent/{rtorrent_0.16.11.bb => rtorrent_0.16.12.bb} (89%) diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.11.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.12.bb similarity index 89% rename from meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.11.bb rename to meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.12.bb index 559c29036c..135f7b1665 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.11.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.12.bb @@ -7,7 +7,7 @@ DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurse SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}" -SRCREV = "2700b3141f966d8533a6153491e1c76b3cf5c2b9" +SRCREV = "088bf40bdfe0ba23bab22c17f3bcc89a9b1a97de" inherit autotools pkgconfig From patchwork Wed May 27 09:48:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88818 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 4FCCCCD5BD5 for ; Wed, 27 May 2026 09:49:54 +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.16814.1779875386495525726 for ; Wed, 27 May 2026 02:49:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=awMEHNXv; 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=1779875386; x=1811411386; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dN5pEnjKjFaGcPiu31UP/6UyHnOnHo51R6zbAENQZFA=; b=awMEHNXvrEkNbcr1QX+KxUvLQp4MYWHSX2Nhl9n1Gs45HFbU6WWW0WYi L/MT7Hf6vDwOuzpg7SWT2ZR+bcW4fM9aXmcXdwbc5tCNwB+NREK9v36mf xzYsw4emNX222/z5tUoEjHZeyOZysOh8oLDv/5PW3mrg0XtGNUxHk0CKO 7thSmteClcm8u+LqC3gLV9fY6fmYzMhHXGfO8fZYIB1bY/inY3a0MVb9V kWRv1O3F/OeZAm7sldayzNHgGio4jIheFoK1kmD7BUWmqUh6WvHqKynTv j9RWOJkgl61iAymria/Wwa3Jsa0lOzJBpJfJ490pD+ZTH1wMe7eaDBADZ g==; X-CSE-ConnectionGUID: Vv8sJ3xOTtuCzU9H0ZURQw== X-CSE-MsgGUID: 3Zd1XwyNQ/ubv6GODdw9uA== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="220931956" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="220931956" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2026 18:49:44 +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 E778E42A338 for ; Wed, 27 May 2026 09:49:44 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 9C3B41C4B515 for ; Wed, 27 May 2026 09:49:44 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id B3E3C82A2C9; Wed, 27 May 2026 09:49:42 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 53/56] sdbus-c++: upgrade 2.2.1 -> 2.3.1 Date: Wed, 27 May 2026 17:48:02 +0800 Message-ID: <20260527094805.2039-53-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127261 From: Wang Mingyu 0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch refreshed for 2.3.1 Changelog: ============= - Add coroutine support for client-side async calls - Add support for dumping variant to string - Introduce clang-tidy for static analysis and fix issues - Add deduction guides for Struct from std::tuple - Other fixes and improvements - Fix ABI compat issue by moving new virtual functions to the end of the class Signed-off-by: Wang Mingyu --- ...x-error-factory-test-for-musl-libc-compatibil.patch | 10 ++++++---- .../{sdbus-c++_2.2.1.bb => sdbus-c++_2.3.1.bb} | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++_2.2.1.bb => sdbus-c++_2.3.1.bb} (97%) diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++/0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch b/meta-oe/recipes-core/sdbus-c++/sdbus-c++/0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch index 118d84e290..6f366695ba 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++/0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++/0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch @@ -1,4 +1,4 @@ -From da0d6595c48905ec7d99f1a75878fbeb17972d75 Mon Sep 17 00:00:00 2001 +From ee1f61e7b4ac2cd5eb383e92b9e6eb1640675f72 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 26 Nov 2025 23:29:53 -0800 Subject: [PATCH] test: Fix error factory test for musl libc compatibility @@ -13,12 +13,14 @@ Upstream-Status: Pending Signed-off-by: Khem Raj --- - tests/unittests/Types_test.cpp | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + tests/unittests/Types_test.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +diff --git a/tests/unittests/Types_test.cpp b/tests/unittests/Types_test.cpp +index 7405265..7a24f0c 100644 --- a/tests/unittests/Types_test.cpp +++ b/tests/unittests/Types_test.cpp -@@ -488,7 +488,7 @@ TEST(AnErrorFactory, CanCreateAnErrorFro +@@ -551,7 +551,7 @@ TEST(AnErrorFactory, CanCreateAnErrorFromErrno) EXPECT_TRUE(error.isValid()); } diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.2.1.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.3.1.bb similarity index 97% rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.2.1.bb rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.3.1.bb index 43646953f2..b752025dd4 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.2.1.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.3.1.bb @@ -16,7 +16,7 @@ PACKAGECONFIG[with-tests] = "-DSDBUSCPP_BUILD_TESTS=ON -DSDBUSCPP_INSTALL_TESTS= DEPENDS += "expat" -SRCREV = "28b78822cfc5fbec4bd9906168493e9985f586ed" +SRCREV = "ca073434d2c03c2b619f7e23f285cebbf32c7e46" SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV} \ file://0001-test-Fix-error-factory-test-for-musl-libc-compatibil.patch \ file://run-ptest" From patchwork Wed May 27 09:48:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88815 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 64783CD6E44 for ; Wed, 27 May 2026 09:49:54 +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.16815.1779875388023606736 for ; Wed, 27 May 2026 02:49:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=N1w5YBF2; 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=1779875388; x=1811411388; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=DOGDn0fu1AWOjqgqe6TZhy1DC/VG6x/kW2CvF/Ai1t0=; b=N1w5YBF2VPcwUVRX7VXfY8x0bnLgedW5rqMnMcwyRGCwPXRmWxdGlRV4 maBPaQX+AFvIgXr/eYIO5GyZa1AbP1l1eM+ht+/cAKQt9dsvYJk9s/Hw7 lpRXeN9TjSP6W7iJRHr7SZZtnAwOl7tyjQwkZxKluYWESuMXrNJvsCaxE tIvc+rUeju3mm/EH4FNsVF8Xa27hNxaj1PPFg8tu82sX9Zy+GWW+eP3/N 3I8fFC0dzyZwaLoFY9VokGB7daPAEKjMQ/tL662E1Llr81Vprl9WO1nfC fzjKSIB5i6F7IZQQzMUn5XV9mrKEgCKwuZvFN3OEG4WxFnTPclf1+TTYU Q==; X-CSE-ConnectionGUID: X9e/FXK5Rpix5i8vTIxhQg== X-CSE-MsgGUID: VDV3MX1nTVajcxuTCIeffQ== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="229391941" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="229391941" 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; 27 May 2026 18:49:46 +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 9329A1000147 for ; Wed, 27 May 2026 09:49:46 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 44362100D211 for ; Wed, 27 May 2026 09:49:46 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 4FAD782A2D5; Wed, 27 May 2026 09:49:44 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 54/56] unbound: upgrade 1.25.0 -> 1.25.1 Date: Wed, 27 May 2026 17:48:03 +0800 Message-ID: <20260527094805.2039-54-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127262 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../unbound/{unbound_1.25.0.bb => unbound_1.25.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/unbound/{unbound_1.25.0.bb => unbound_1.25.1.bb} (98%) diff --git a/meta-networking/recipes-support/unbound/unbound_1.25.0.bb b/meta-networking/recipes-support/unbound/unbound_1.25.1.bb similarity index 98% rename from meta-networking/recipes-support/unbound/unbound_1.25.0.bb rename to meta-networking/recipes-support/unbound/unbound_1.25.1.bb index 8e0d3f346d..7331fc01d1 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.25.0.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.25.1.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master;t file://run-ptest \ " -SRCREV = "25fe6020248df41f891c921b254cf91d3d55f194" +SRCREV = "75b6dba593d4fff000434cd64807c6ebd50bd244" inherit autotools pkgconfig systemd update-rc.d ptest From patchwork Wed May 27 09:48:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88817 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 7979ACD6E48 for ; Wed, 27 May 2026 09:49:54 +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.16972.1779875389735252679 for ; Wed, 27 May 2026 02:49:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XBwa5Sc/; 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=1779875390; x=1811411390; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tOYezpHwnxihYxyX4BmjtllLCA5VvbqfQxaJHo/wCAY=; b=XBwa5Sc/82ID5DA6TXwmNrhETitoEsuok8rHh4D/2b0jEJtdDVSeWYT3 btYkWBN3ORUpvWaq+M4o46BlD2D44IN+asQiPAU6D9TvvpwOMMlkNfvo8 2jMBRApjmEf4yWKwyyWFCfnayr5WkTcyxc0rjRgFFRWtRgLACmjew/HLJ xwQE933ch8zdcNAgr1s1/mDycvCQhoACTKcZS1zQ38VLN2LRGooz4PK4l 4SmTgi8TcjYog/J1+eidjbqfq/UX7iSBrIPDYgyaNpAhV3DIaaSstqCVq WB4yCYqzGgC8wYW/nrXo4oewiw37LVpA8YJJXOz3QRxUkHgiR1Shu1Lkv Q==; X-CSE-ConnectionGUID: tRjbDNmbTlmmnfMR79t0TQ== X-CSE-MsgGUID: oHEQuXb+SeWZ9vqv2yvsrw== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="219714849" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="219714849" 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; 27 May 2026 18:49:48 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 494CA8203D3 for ; Wed, 27 May 2026 09:49:48 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 0272B14003C3 for ; Wed, 27 May 2026 09:49:48 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 01F5D82A2CE; Wed, 27 May 2026 09:49:45 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 55/56] wireshark: upgrade 4.6.5 -> 4.6.6 Date: Wed, 27 May 2026 17:48:04 +0800 Message-ID: <20260527094805.2039-55-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127263 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../wireshark/{wireshark_4.6.5.bb => wireshark_4.6.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/wireshark/{wireshark_4.6.5.bb => wireshark_4.6.6.bb} (97%) diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.6.5.bb b/meta-networking/recipes-support/wireshark/wireshark_4.6.6.bb similarity index 97% rename from meta-networking/recipes-support/wireshark/wireshark_4.6.5.bb rename to meta-networking/recipes-support/wireshark/wireshark_4.6.6.bb index 7b19fccc52..232cb2058b 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.6.5.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.6.6.bb @@ -31,7 +31,7 @@ SRC_URI:append:class-native = " file://0001-don-t-look-for-iconv.h-for-native-bu UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src/all-versions" -SRC_URI[sha256sum] = "b5322538b20fa3e0bf004be83c534a42937d442be3f960d01b4e1f0db6c50386" +SRC_URI[sha256sum] = "27e7ff780cd68a7466082be82ca26c06a002e74a71646ef3a6e4683e444c1a86" PE = "1" From patchwork Wed May 27 09:48:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 88813 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 3266ECD4F54 for ; Wed, 27 May 2026 09:49:54 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16973.1779875391338980095 for ; Wed, 27 May 2026 02:49:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nySqA7g2; 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=1779875391; x=1811411391; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=K/YQzKpEMHtFXaBDXEZAoZO7taU5RvkvvJcGRSItud8=; b=nySqA7g2s/FH5OvXw1ZOMLdeMXt9FjxdCw6GHXb+MXB1Okup/DjtrcwP yD+N5nf7iXLTu9AkN/Qkdfs1EFaOivd5BLVBYt81IWofRETVY99EgvcM6 1PuXjO/vQV2DrYslKh8P9R6bGk2XJ6jTkmO93f8jU/tm95eBT/4ydqlQX s2Eb5WRGka/j3xpIcCneVqyWIvfJ5hx4zIMTsSgxP4f/94YCt3c0/ytbc mQEgQcj0QT5JkwqpbCmaL37iLg8Mzj2sBSNie/pdb0/GlclKuGSgAHzuo Jf0BbTa51bgYUqr16PGHWndGGHntNUm+gJfxFQzuuFg3FucaIVm1gmAVo w==; X-CSE-ConnectionGUID: axf4KuAPQZigKJMSpaX5fQ== X-CSE-MsgGUID: 0kn9f92CTs2al8rTBe2dDw== X-IronPort-AV: E=McAfee;i="6800,10657,11798"; a="245264263" X-IronPort-AV: E=Sophos;i="6.24,171,1774278000"; d="scan'208";a="245264263" 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; 27 May 2026 18:49:50 +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 DFBED1C1C717 for ; Wed, 27 May 2026 09:49:49 +0000 (UTC) Received: from az2nlsmom1.o.css.fujitsu.com (unknown [10.150.26.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 98B9F18591C0 for ; Wed, 27 May 2026 09:49:49 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9933A82A2D2; Wed, 27 May 2026 09:49:47 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-filesystems] [PATCH 56/56] xfsprogs: upgrade 7.0.0 -> 7.0.1 Date: Wed, 27 May 2026 17:48:05 +0800 Message-ID: <20260527094805.2039-56-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260527094805.2039-1-wangmy@fujitsu.com> References: <20260527094805.2039-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 ; Wed, 27 May 2026 09:49:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127264 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xfsprogs/{xfsprogs_7.0.0.bb => xfsprogs_7.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_7.0.0.bb => xfsprogs_7.0.1.bb} (96%) diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_7.0.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_7.0.1.bb similarity index 96% rename from meta-filesystems/recipes-utils/xfsprogs/xfsprogs_7.0.0.bb rename to meta-filesystems/recipes-utils/xfsprogs/xfsprogs_7.0.1.bb index 7c6dae1896..129b30583c 100644 --- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_7.0.0.bb +++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_7.0.1.bb @@ -13,7 +13,7 @@ SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \ file://0003-doc-man-support-reproducible-builds.patch \ " -SRC_URI[sha256sum] = "c05930b04e7a0e6c9115cf891cd4e973231d7066b2d6b2993d23705089678988" +SRC_URI[sha256sum] = "4a8ca83a7acb8cd92c997d63b69ae64f170056b366a2924a753e47d4bb4b8b06" inherit autotools-brokensep pkgconfig