From patchwork Wed Jun 17 08:57: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: 90357 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 C3FF6CD98F6 for ; Wed, 17 Jun 2026 08:58:27 +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.11260.1781686697557978934 for ; Wed, 17 Jun 2026 01:58:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nZfTNXbT; 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=1781686697; x=1813222697; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0W1m6zlXJb9vQs4ZAZ475HtStMxxUPEolF8BA4ye3yU=; b=nZfTNXbT1WH20EqJYGnu3CGbWj+7QnhWBO0cJOxtcjLZ74kgyJ8jLK4R tQjzuDhXdPF+lyLiZKj5EA4L/zWN69VIqjX+jYaMMybpfLNHg8yhlpjfb 2xErEd2yU4veRGhcUoBqb/r1AUn4UU+yE0s69z+VVpeatqcFdAszN+8mx BtPQmI61MV8srKgMUhpCLA+B/DIcaHNwXQsLcWaJcXBMGzgMu6fHkjZl+ Jr/wN3EURe6inaPz7mGPPSrqzudGMboNTXu+enTxu7ozXxxq5jiA8tNtX 6VqcuSuFqtXH4EN0TXsWsBvlXkaiUq1SEtRqBcKgK10QVzfk5EWvHi0yU w==; X-CSE-ConnectionGUID: 8qpzZoh3RX6Me5M0/s05Ng== X-CSE-MsgGUID: BHMUuewgSvq9lxZ7FA9y0w== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="223301114" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="223301114" 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; 17 Jun 2026 17:58: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 834121C1C70F for ; Wed, 17 Jun 2026 08:58:15 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 3C12E8D65F3 for ; Wed, 17 Jun 2026 08:58:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 5F10E1000A45; Wed, 17 Jun 2026 08:58:13 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 01/17] glaze: upgrade 7.7.1 -> 7.8.1 Date: Wed, 17 Jun 2026 16:57:51 +0800 Message-ID: <20260617085807.542-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, 17 Jun 2026 08:58:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127638 From: Wang Mingyu Improvements ============ - Add glz::reflect_array to serialize structs as arrays without enumerating members - Centralize Asio backend selection into a glaze::asio target, and export it to find_package consumers so the standalone/Boost Asio macro pair is configured consistently - Support custom_read/custom_write types as tagged variant alternatives - Support custom_read/custom_write types as tagged variant alternatives in YAML - Add a CI workflow for MSVC /O2 builds Fixes ====== - Fix streaming buffer refill when skipping unknown keys - RFC 6455: reject oversized WebSocket control frames - RFC 9112: fix Host authority in HTTP and WebSocket clients - Cast to unsigned char before cctype calls in parsers (avoids UB on negative char values) - RFC 6455: fix WebSocket close frame validation - Fix WebSocket client handling of data received together with the handshake response - Guard std::numeric_limits::min/max against Windows min/max macros - Fix TOML/YAML block layout for transparent write wrappers - Resolve custom variant specialization ambiguity for YAML/BEVE/CBOR/MessagePack/TOML - Guard std::min & std::max calls from minwindef.h defines - Fixed CMake version to match v7.8.1 tag (v7.8.0 was missing CMake and version.hpp bump) Signed-off-by: Wang Mingyu --- .../recipes-support/glaze/{glaze_7.7.1.bb => glaze_7.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/glaze/{glaze_7.7.1.bb => glaze_7.8.1.bb} (92%) diff --git a/meta-oe/recipes-support/glaze/glaze_7.7.1.bb b/meta-oe/recipes-support/glaze/glaze_7.8.1.bb similarity index 92% rename from meta-oe/recipes-support/glaze/glaze_7.7.1.bb rename to meta-oe/recipes-support/glaze/glaze_7.8.1.bb index 8b10e8d344..d1ed7d7605 100644 --- a/meta-oe/recipes-support/glaze/glaze_7.7.1.bb +++ b/meta-oe/recipes-support/glaze/glaze_7.8.1.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 = "ae87b187e2264ad452777bca68e35595406e9dca" +SRCREV = "9618ef8ef503c72b10e7b2769839784f09d24d2c" inherit cmake From patchwork Wed Jun 17 08:57: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: 90353 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 837FBCD98E2 for ; Wed, 17 Jun 2026 08:58:27 +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.11261.1781686700080458989 for ; Wed, 17 Jun 2026 01:58:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MMDA/Jj6; 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=1781686700; x=1813222700; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yfgodG76CeIsLfL6zHgj+4wlpkkDkBRGFI3hjLLkfTQ=; b=MMDA/Jj6IBs/eHpOSfM7BH2XmyfOpk9GQaXTeO1TNIDWk7xG/HfQmeJm WhwVSOvbyHPIEFB+JZbyzWVgZFMcs9ghdTB2m7XUNIkvnwSfdcyh0fLhT C9KbPUJb2Xmxd9m1OWsbJxhOiQQO6A0h97SNKQFUT2kM6Lu1ctX0xre+K aD8IDfpBL6cgpqDU6GRkaITH3bZibQ9TqXWPFKq5STWQbDW0T85SQBQ3x vMfByN/mJUcTfCNmZNYwlR/cA8D5g9zSo0vOddsCKp8NzUduuV7QTwWtj fNfcCPDaFSInAzv4VJDDyQgfixqOqZH/KObZZuJIzJH3fY5L41F4+Alty g==; X-CSE-ConnectionGUID: KNrFMyaAQgqYIy0JwVpYPw== X-CSE-MsgGUID: 68SpW8BwRrynUK7ejAntYg== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="222097017" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="222097017" 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; 17 Jun 2026 17:58:18 +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 380D5C0009E for ; Wed, 17 Jun 2026 08:58:18 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id E276C84F487 for ; Wed, 17 Jun 2026 08:58:17 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 0FE061000A79; Wed, 17 Jun 2026 08:58:15 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/17] jsoncons: upgrade 1.7.0 -> 1.8.1 Date: Wed, 17 Jun 2026 16:57:52 +0800 Message-ID: <20260617085807.542-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127639 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../jsoncons/{jsoncons_1.7.0.bb => jsoncons_1.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/jsoncons/{jsoncons_1.7.0.bb => jsoncons_1.8.1.bb} (89%) diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.7.0.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.8.1.bb similarity index 89% rename from meta-oe/recipes-support/jsoncons/jsoncons_1.7.0.bb rename to meta-oe/recipes-support/jsoncons/jsoncons_1.8.1.bb index 7ae4755d33..3da0ce0ca3 100644 --- a/meta-oe/recipes-support/jsoncons/jsoncons_1.7.0.bb +++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.8.1.bb @@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "cb54cdc3134a62634466bf7bcd24f1a906f4ef25" +SRCREV = "d35782026b6208d7c0ed80f5a8165a7a3b868e2f" inherit cmake From patchwork Wed Jun 17 08:57: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: 90355 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 AE510CD98EE for ; Wed, 17 Jun 2026 08:58:27 +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.11260.1781686697557978934 for ; Wed, 17 Jun 2026 01:58:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=K240E3wn; 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=1781686700; x=1813222700; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YC0a+XOe8T+cS192J686GXH5kZjFGhl6zAzPiNiuFqE=; b=K240E3wnGiHBL6AyAJJm/XG1vOSsotg++X03wWZ4QmVBMKipl4yAzjeM f65sT1I5gpn+ElekHN42Vq078X6BNprrjYIqiabo39YuvWmmJDxW1+QCe PkFckGPDZLO3B8HafepVqyHnVjZu+LBLhh4m7VGfn7kfLCvBOgvRdY6Bn 1ehKmiRDebc0czJmWp0z8+H3Fu0+KmhPYKZlbWIOwfqPlGG+gqekFqjRj JPhNkzHQS3ChyKxBhCa4cSFPeaPPdcymPzMRi9Tm/Jz6ckUjFRg3+3Hy/ BAiytWZ8P4Rhtrlti2IoMMX4NVuxgBSjEKRkx/W8xl1WoUeXxW5EgzqLZ A==; X-CSE-ConnectionGUID: CMa146d8RRulUOlJotrdqg== X-CSE-MsgGUID: Y1IC9MNFRLKPrxJ3Qqhz9A== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="223301124" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="223301124" 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; 17 Jun 2026 17:58:19 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id C09CFC01814 for ; Wed, 17 Jun 2026 08:58:19 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 7B0578D29F3 for ; Wed, 17 Jun 2026 08:58:19 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id A4A2610017CA; Wed, 17 Jun 2026 08:58:17 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/17] ldns: upgrade 1.9.0 -> 1.9.2 Date: Wed, 17 Jun 2026 16:57:53 +0800 Message-ID: <20260617085807.542-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127640 From: Wang Mingyu Changelog: =========== * Fix to set VERSION_INFO to create .so.3 instead of .so.11 which will be reserved for a future 1.10.0 release * Bugfix: Insufficient verification that responses belong to a query (CVE-2026-10846). Thanks Pablo Ruiz from 'codecome.ai' Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/ldns/{ldns_1.9.0.bb => ldns_1.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ldns/{ldns_1.9.0.bb => ldns_1.9.2.bb} (89%) diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.9.0.bb b/meta-oe/recipes-devtools/ldns/ldns_1.9.2.bb similarity index 89% rename from meta-oe/recipes-devtools/ldns/ldns_1.9.0.bb rename to meta-oe/recipes-devtools/ldns/ldns_1.9.2.bb index de75c73207..8b3b9bd9de 100644 --- a/meta-oe/recipes-devtools/ldns/ldns_1.9.0.bb +++ b/meta-oe/recipes-devtools/ldns/ldns_1.9.2.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=34330f15b2b4abbbaaa7623f79a6a019" SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz" -SRC_URI[sha256sum] = "abaeed2858fbea84a4eb9833e19e7d23380cc0f3d9b6548b962be42276ffdcb3" +SRC_URI[sha256sum] = "b524fa21994b6e834200ceb8c27f1b84bda5982fe35706f058196c079db94d5d" DEPENDS = "openssl" From patchwork Wed Jun 17 08:57: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: 90356 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 C019CCD98F3 for ; Wed, 17 Jun 2026 08:58:27 +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.11262.1781686703342168059 for ; Wed, 17 Jun 2026 01:58:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XtzaXzDh; 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=1781686703; x=1813222703; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3+iBTqP+S6zlOsfFVxZJaHD0Mpn4I+HPveqdJ+87VGA=; b=XtzaXzDh5KxQOPXjNgdgw41dD2baZfoxKIjg3/EiGcOdAryYNBYs3Ffo a/2E5sHjL2AzyIBuere/ZCEqe5YzzpqW4g3Oa6adbCAR1hnI+BU8Gt+fv ya1VkqIVlh8ME4OCu9pnbKWQzsJGZ85FfAWs3Q4xr5S+oFEgi5BMYW2wJ rqXnOx1+RDsf/9BJetHLm4yETwCyIlToPwp8R85kt5u4pgTSR5odLUhwq q0yju5hWum8dgqXEENEDzLypntq+WCphYBItZlG3/Caen0ZVVZ2vCN2Xe wvO8tCYcDYoj2A92R82RN5SgEK6Ea9P7SP+rUc+jFSt6ZhIiiLRxrlS7c g==; X-CSE-ConnectionGUID: vVZUa8kNSuuV5CS0EEFeHA== X-CSE-MsgGUID: atLsCbtlRAud5/MFfySt6w== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="231794148" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="231794148" 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; 17 Jun 2026 17:58:21 +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 58F85C01814 for ; Wed, 17 Jun 2026 08:58:21 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 113E7827757 for ; Wed, 17 Jun 2026 08:58:21 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 3FA301000A45; Wed, 17 Jun 2026 08:58:19 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 04/17] liburi-perl: upgrade 5.34 -> 5.35 Date: Wed, 17 Jun 2026 16:57:54 +0800 Message-ID: <20260617085807.542-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127641 From: Wang Mingyu Changelog: Strip leading zeros from port numbers in canonical URIs License-Update: Change address to website Change signature from Ty Coon to Moe Ghoul Signed-off-by: Wang Mingyu --- .../liburi/{liburi-perl_5.34.bb => liburi-perl_5.35.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/liburi/{liburi-perl_5.34.bb => liburi-perl_5.35.bb} (90%) diff --git a/meta-perl/recipes-perl/liburi/liburi-perl_5.34.bb b/meta-perl/recipes-perl/liburi/liburi-perl_5.35.bb similarity index 90% rename from meta-perl/recipes-perl/liburi/liburi-perl_5.34.bb rename to meta-perl/recipes-perl/liburi/liburi-perl_5.35.bb index 73e4e51d23..4fb4c2a122 100644 --- a/meta-perl/recipes-perl/liburi/liburi-perl_5.34.bb +++ b/meta-perl/recipes-perl/liburi/liburi-perl_5.35.bb @@ -6,13 +6,13 @@ HOMEPAGE = "https://metacpan.org/dist/URI" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9944b87af51186f848ae558344aded9f" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a4fff76c97b0801ffb7096967487beac" SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/URI-${PV}.tar.gz \ file://0001-Skip-TODO-test-cases-that-fail.patch \ " -SRC_URI[sha256sum] = "de64c779a212ff1821896c5ca2bb69e74767d2674cee411e777deea7a22604a8" +SRC_URI[sha256sum] = "89648964ce5ae006726951f42f718576fbefe9e98a41bd2212d57386163092d2" S = "${UNPACKDIR}/URI-${PV}" From patchwork Wed Jun 17 08:57: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: 90354 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 866BDCD98F0 for ; Wed, 17 Jun 2026 08:58:27 +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.11082.1781686704734369010 for ; Wed, 17 Jun 2026 01:58:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Tj/dnOXZ; 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=1781686706; x=1813222706; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=GvRR+4VGiqW6zZOYsqT1gUAT7lEYTxtTAeBUoVmF5FI=; b=Tj/dnOXZvfTVcaYJhpblnVmAG7uFTtk/vpMiYZ1FcbTxQTmJJMdzQd7o Qf8hjHPsVTjbFayNBSMRb6zjQz9nyGZYTgKfgd/aYsn2yx948FW4cV2cS YDIEFn/mY4GU5JyiD/L97IZz5RtywPcPS58vpcH7T74RpS5tylbTIvIpu Mc0zIQOGlI9/mHUFcru3FeXSvprgyi7+t5G2/a4+I4o/Nza1xyapkRgcU n03MtA28Ro+fysrxEPXvO4e0ljU2EfLzgfOTRLUkqSuubgde+ORBbhtK0 jlgsz+s2mvfjmD/RGLgx6l4Qcc34WrTArfg3O2evkJdfuHggrKXZVefQU w==; X-CSE-ConnectionGUID: PVXCdEQ3QPOLmZEGiaGPcQ== X-CSE-MsgGUID: eAQoSFl+SmexyFeT5gdxnw== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="242543039" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="242543039" 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; 17 Jun 2026 17:58:24 +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 12C841C000EA for ; Wed, 17 Jun 2026 08:58:23 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id B7EFD117CC32 for ; Wed, 17 Jun 2026 08:58:22 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id C87441000A79; Wed, 17 Jun 2026 08:58:20 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-xfce] [PATCH 05/17] libxfce4ui: upgrade 4.21.7 -> 4.21.8 Date: Wed, 17 Jun 2026 16:57:55 +0800 Message-ID: <20260617085807.542-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127642 From: Wang Mingyu 0001-build-Do-not-display-full-path-in-generated-headers.patch removed since it's included in 4.21.8 Changelog: ====== - gobject-linter: Fix inconsistent_function_signature - gobject-linter: Fix unnecessary_null_check - gobject-linter: Fix g_error_leak - gobject-linter: Fix g_param_spec_static_strings - gobject-linter: Fix property_switch_exhaustiveness - gobject-linter: Fix strcmp_explicit_comparison - gobject-linter: Fix missing_autoptr_cleanup - gobject-linter: Fix use_g_steal_pointer - gobject-linter: Fix matching_declare_define - gobject-linter: Fix use_clear_functions - Do not compare gboolean to TRUE or FALSE - cppcheck: Fix memleak - cppcheck: Fix knownConditionTrueFalse - cppcheck: Fix redundantInitialization - cppcheck: Fix unknownMacro - gcc-analyzer: Update false positive file after gcc version bump - cppcheck: Fix varFuncNullUB - cppcheck: Fix unusedStructMember - cppcheck: Fix unreadVariable - cppcheck: Fix invalidPrintfArgType_sint - cppcheck: Fix nullPointer - cppcheck: Fix nullPointerRedundantCheck - cppcheck: Fix knownConditionTrueFalse - cppcheck: Fix unknownMacro - scan-build: Update false positive file after clang version bump - die-editor: Improve Info for unknown icons (#145) - Add missing chain up to parent class - die-editor: show icon name in the tooltip (#145) - shortcuts: Replace Ctrl+Alt+{D,L} with Super+{D,L} - I18n: Update po/LINGUAS list - Expose method 'xfce_icon_view_get_cell_area' - docs: Add missing symbol - build: Do not display full path in generated headers - Wording "file name" --> "filename" (#142) - Downgrade the "no startup notification on Wayland" warning to message - Translation Updates Signed-off-by: Wang Mingyu --- ...splay-full-path-in-generated-headers.patch | 38 ------------------- ...xfce4ui_4.21.7.bb => libxfce4ui_4.21.8.bb} | 6 +-- 2 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0001-build-Do-not-display-full-path-in-generated-headers.patch rename meta-xfce/recipes-xfce/libxfce4ui/{libxfce4ui_4.21.7.bb => libxfce4ui_4.21.8.bb} (82%) diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0001-build-Do-not-display-full-path-in-generated-headers.patch b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0001-build-Do-not-display-full-path-in-generated-headers.patch deleted file mode 100644 index c7ea1e6fe9..0000000000 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0001-build-Do-not-display-full-path-in-generated-headers.patch +++ /dev/null @@ -1,38 +0,0 @@ -From b8bf147d621739a1b8a4d1cc8398d1c90288e9d6 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= -Date: Mon, 16 Mar 2026 16:21:51 +0100 -Subject: [PATCH] build: Do not display full path in generated headers - -Fixes: #144 - -Upstream-Status: Backport [https://gitlab.xfce.org/xfce/libxfce4ui/-/commit/b8bf147d621739a1b8a4d1cc8398d1c90288e9d6] - -Signed-off-by: Zhang Peng ---- - libxfce4ui/meson.build | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/libxfce4ui/meson.build b/libxfce4ui/meson.build -index 8cac84eb..ca5ac927 100644 ---- a/libxfce4ui/meson.build -+++ b/libxfce4ui/meson.build -@@ -102,7 +102,7 @@ libxfce4ui_enums += gnome.mkenums( - install_dir: libxfce4ui_install_dir, - sources: libxfce4ui_enum_headers, - fhead: '#if !defined(_LIBXFCE4UI_INSIDE_LIBXFCE4UI_H) && !defined(LIBXFCE4UI_COMPILATION)\n#error "Only can be included directly, this file is not part of the public API."\n#endif\n\n#ifndef __LIBXFCE4UI_ENUM_TYPES_H__\n#define __LIBXFCE4UI_ENUM_TYPES_H__\n#include \n\nG_BEGIN_DECLS\n\n', -- fprod: '/* enumerations from "@filename@" */\n\n', -+ fprod: '/* enumerations from "@basename@" */\n\n', - vhead: 'GType @enum_name@_get_type(void) G_GNUC_CONST;\n#define XFCE_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n\n', - ftail: 'G_END_DECLS\n\n#endif /* !__LIBXFCE4UI_ENUM_TYPES_H__ */', - ) -@@ -111,7 +111,7 @@ libxfce4ui_enums += gnome.mkenums( - install_header: false, - sources: libxfce4ui_enum_headers, - fhead: '#include "libxfce4ui-enums.h"\n#include "xfce-gtk-extensions.h"\n#include "libxfce4ui-enum-types.h"\n#include "libxfce4ui-visibility.h"\n\n', -- fprod: '/* enumerations from "@filename@" */\n\n', -+ fprod: '/* enumerations from "@basename@" */\n\n', - vhead: 'GType\n@enum_name@_get_type(void)\n{\n static GType type = 0;\n\n if(!type) {\n static const G@Type@Value values[] = {', - vprod: ' { @VALUENAME@, "@VALUENAME@", "@valuenick@" },', - vtail: ' { 0, NULL, NULL }\n\t};\n\ttype = g_@type@_register_static("@EnumName@", values);\n }\n\n return type;\n}\n\n', --- -2.34.1 diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.8.bb similarity index 82% rename from meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb rename to meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.8.bb index 9c86da48e6..70891aaf8d 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.8.bb @@ -19,10 +19,8 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','opengl', "", d)}" # TODO: Check if 0001-... can go -SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \ - file://0001-build-Do-not-display-full-path-in-generated-headers.patch \ - " -SRC_URI[sha256sum] = "a72a7af39cf183819bcfb61b1747d425261e966ccb172b2fc28f1494f524bd17" +SRC_URI += " file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" +SRC_URI[sha256sum] = "e6caafc6fe5e07765e22dd849a19b21e5aa44f51c66fa1d7db74b94330bd457b" EXTRA_OEMESON = "-Dvala=disabled -Dvendor-info=${DISTRO}" From patchwork Wed Jun 17 08:57: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: 90358 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 E1627CD98F5 for ; Wed, 17 Jun 2026 08:58:27 +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.11262.1781686703342168059 for ; Wed, 17 Jun 2026 01:58:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DI6933BA; 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=1781686705; x=1813222705; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TT4Ja/pY9p/msEn7GFdgWJQLICFdnhALUBPf8IMUzRc=; b=DI6933BAmT+1zq2Kh/DB2mybWybGAHzt/sr+xIZJ1ySurdmD481o/5ag BOrM0n8A0O7AAV8tU/dKEbxDBA/nVRyTdRCgP47gAFAQVrCo2XaZw3G69 voeZnzOADgfppNbryJ+lvvCSK3nVRJHDH1LUcpqjK3VwUpfTSAEfntQh+ KTrQY1kZtQn4lQLqoicuGlsywQWSn1uIsHdX2VBHgRR8aR4oEHIUIxvRq YmMYF2V7JRAzQMYFui3dZTHyu/vilseNcqxvl74jpZ3AJVqozu59sDeNY afVC07wpHrEoF1md4qFo8E/dl4E7955pDBRmcYaSCnTu5ctbsEcrdGdeJ A==; X-CSE-ConnectionGUID: hJYmBtwbRO+SDVt2SfzzJg== X-CSE-MsgGUID: xSGoKlrqQYCz0SFXNAKnXw== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="231794151" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="231794151" 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; 17 Jun 2026 17:58:24 +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 89224C0009E for ; Wed, 17 Jun 2026 08:58:24 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 3B229149D8FF for ; Wed, 17 Jun 2026 08:58:24 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 618E91000A47; Wed, 17 Jun 2026 08:58:22 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 06/17] nss: upgrade 3.124 -> 3.125 Date: Wed, 17 Jun 2026 16:57:56 +0800 Message-ID: <20260617085807.542-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127643 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nss/{nss_3.124.bb => nss_3.125.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nss/{nss_3.124.bb => nss_3.125.bb} (99%) diff --git a/meta-oe/recipes-support/nss/nss_3.124.bb b/meta-oe/recipes-support/nss/nss_3.125.bb similarity index 99% rename from meta-oe/recipes-support/nss/nss_3.124.bb rename to meta-oe/recipes-support/nss/nss_3.125.bb index 0305a56311..4a9db7e6aa 100644 --- a/meta-oe/recipes-support/nss/nss_3.124.bb +++ b/meta-oe/recipes-support/nss/nss_3.125.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] = "80da9f1cbcb267293b2248818d288bc02f874d6a34f1989a2828401d74a0bc9b" +SRC_URI[sha256sum] = "1ad541f10da7c58dec01f540ecc44d28cbbc033f741a57473de5a0893d91606d" UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" UPSTREAM_CHECK_REGEX = "NSS_(?P\d+(\_\d+)+)" From patchwork Wed Jun 17 08:57: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: 90361 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 3B999CD98F6 for ; Wed, 17 Jun 2026 08:58:38 +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.11085.1781686707999152583 for ; Wed, 17 Jun 2026 01:58:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=AszfvExN; 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=1781686708; x=1813222708; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ke0bsTYO/06g1aJtHsMn0Hz/C/a5N2QLL54SmuUhqHs=; b=AszfvExNeRSM9Yn+rQ1yGUqy437S+bGhDD1lHs2tvTyLWMXpp6u5TIBz artc40/O4iUg+/0PKgz1B6rSDENQEHdebhqdFmsCe6ofWpn6Zf/2pTTdy i0lrD6lVAKi+4/1QEhQuyIIRXQHQm9I7Su2dSO6vz+WhVCVVUqTgwM1mh yu7gk07Kt3FRoXI/jrNHQ8er/98B7xHK5Lk9MFdPNXjwn+WhhISK44zR6 ec1XruhZ6YuEJrX0ikuBff+UibU9/XRMOUWHHtJbRm+TtHEkbQI3Zo2uH k5k8yv+nYFYSx6aE5GD2bftf9jGhKqgsrM/IpoLm1WqbWo1URTDe68pc9 Q==; X-CSE-ConnectionGUID: B/a2nBpdSo6Ia2CGbvnDvg== X-CSE-MsgGUID: ssMd+ivkRri4bPhNRJGCcw== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="243835431" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="243835431" 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; 17 Jun 2026 17:58:26 +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 288431C01687 for ; Wed, 17 Jun 2026 08:58:26 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id D5FFF181AA78 for ; Wed, 17 Jun 2026 08:58:25 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 01D981000A79; Wed, 17 Jun 2026 08:58:23 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 07/17] pv: upgrade 1.10.5 -> 1.11.0 Date: Wed, 17 Jun 2026 16:57:57 +0800 Message-ID: <20260617085807.542-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127644 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/pv/{pv_1.10.5.bb => pv_1.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/pv/{pv_1.10.5.bb => pv_1.11.0.bb} (95%) diff --git a/meta-oe/recipes-support/pv/pv_1.10.5.bb b/meta-oe/recipes-support/pv/pv_1.11.0.bb similarity index 95% rename from meta-oe/recipes-support/pv/pv_1.10.5.bb rename to meta-oe/recipes-support/pv/pv_1.11.0.bb index 5ccb9f05af..32b8fa9d48 100644 --- a/meta-oe/recipes-support/pv/pv_1.10.5.bb +++ b/meta-oe/recipes-support/pv/pv_1.11.0.bb @@ -8,7 +8,7 @@ SRC_URI = "https://www.ivarch.com/programs/sources/${BP}.tar.gz \ file://pv-test-system-version.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "ab21b4f8662280646b6a02e1b9f096790918f89c952bbe0d06fef75d3b52fb15" +SRC_URI[sha256sum] = "fc02c9fc2b82b20a92cc8d98f844be63f22abd98751a8e4abc875e1d803662eb" UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml" UPSTREAM_CHECK_REGEX = "pv-(?P\d+(\.\d+)+).tar" From patchwork Wed Jun 17 08:57: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: 90363 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 26C08CD98F3 for ; Wed, 17 Jun 2026 08:58:38 +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.11086.1781686709975685806 for ; Wed, 17 Jun 2026 01:58:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=YsfD2quc; 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=1781686710; x=1813222710; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Bmombr8vzmkYoIpUaSvXWd2Hcojj8hb8k3LGf0KGh7E=; b=YsfD2qucBKxPaFwF7Re3Va0q71UOsd7ziLQV+EUQhwsYxR2gA9Z52zI/ BJ2JVsx6BaDUycO1d8RghSzn0InoCZPR+UG4rLzpHhblsawZKT+QcwrHc fQoCBTRgR0WNt4gzvrzYDczzLNGeOeWqgsOcWYv1HSps/eh0fslk8PRxq RduP6oASPdznSKv9cNqnNgjLyJ5QpbVnjoKNl+pzWylGSu0rI3Tpr4+eR UPMnm9UfYPbc6tRPOkmMUszCvFKPrrxLRpy7R1U7kaIcfmLulWiaaIYmd kcRpQOF075FB8dFqwPX4dGr0mz4qB9R0UmFOzVaLv8YNTf4Xj9jo4Nqdw g==; X-CSE-ConnectionGUID: /PpWzAGjTCaPAI3JNWGfJQ== X-CSE-MsgGUID: egfk5qVSQauqNd6W66dHOg== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="244423934" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="244423934" 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; 17 Jun 2026 17:58:28 +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 B42661002B93 for ; Wed, 17 Jun 2026 08:58:27 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 6EF021400612 for ; Wed, 17 Jun 2026 08:58:27 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 9820D10017D2; Wed, 17 Jun 2026 08:58:25 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 08/17] python3-cyclonedx-python-lib: upgrade 11.8.0 -> 11.10.0 Date: Wed, 17 Jun 2026 16:57:58 +0800 Message-ID: <20260617085807.542-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127646 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...on-lib_11.8.0.bb => python3-cyclonedx-python-lib_11.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cyclonedx-python-lib_11.8.0.bb => python3-cyclonedx-python-lib_11.10.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.8.0.bb b/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.10.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.8.0.bb rename to meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.10.0.bb index 1947b4b2f4..78922540e0 100644 --- a/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.10.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/CycloneDX/cyclonedx-python-lib/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "a8935b06dfe53d80efd47b5f6a202eb678cea00f2930e94e3710f2c1510166c9" +SRC_URI[sha256sum] = "d03d6ea271e26feaf123b8b1b34468a305f33a338c5763f56e397a8408f9b290" inherit pypi python_poetry_core From patchwork Wed Jun 17 08:57: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: 90359 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 07DC1CD98EE for ; Wed, 17 Jun 2026 08:58:38 +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.11085.1781686707999152583 for ; Wed, 17 Jun 2026 01:58:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Oy3yblv5; 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=1781686710; x=1813222710; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jarX1k8QV0H1hMvRIL8vqzzbyvqbL0r+ecFn7UKaDfk=; b=Oy3yblv5I3ymp/VvtE84ZsK0Jd4Zj7IPsfCfBL5Mcrgy2jyhHSNJFO0D UkHHwGg0bQ2GmFbRw07+5VcOKoGIFGkN0ANTExQXIA0jW+6YGTs74mOkp /PrsO0pOJwQ5p88hgGhHXgeXqOWItzd7Fq5mHrxKz74BPbBUIZehX8l1q 2FeciASFvpyoADUOY8m43M6pHFGe5agn9sGPqrRCnEbRkkOHsFtEIEWRb jWMnhF/8KhnpC0xbDPCZT2DqJ5Gfyhi3XjurMDBwpvGJaQjHjIE/riEDI vjy3GF+Tks75UZnDcjGgfQaq7je2FQopX0kJnqRH94wjGDAFsDvFicffx A==; X-CSE-ConnectionGUID: yLRl3W/pSHOKx9X2GIilEQ== X-CSE-MsgGUID: IKDWON+XSQayx+uuFkANFQ== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="243835436" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="243835436" 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; 17 Jun 2026 17:58: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 4DA5D1002B93 for ; Wed, 17 Jun 2026 08:58:29 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 097121400618 for ; Wed, 17 Jun 2026 08:58:29 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 2C2E91000A79; Wed, 17 Jun 2026 08:58:26 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 09/17] python3-elementpath: upgrade 5.1.1 -> 5.1.2 Date: Wed, 17 Jun 2026 16:57:59 +0800 Message-ID: <20260617085807.542-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127645 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-elementpath_5.1.1.bb => python3-elementpath_5.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-elementpath_5.1.1.bb => python3-elementpath_5.1.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-elementpath_5.1.1.bb b/meta-python/recipes-devtools/python/python3-elementpath_5.1.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-elementpath_5.1.1.bb rename to meta-python/recipes-devtools/python/python3-elementpath_5.1.2.bb index d89a012f9a..466b97ec92 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_5.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_5.1.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c04ab6ce886cc843af8941bb199406ba" -SRC_URI[sha256sum] = "c4d1bd6aed987258354d0ea004d965eb0a6818213326bd4fd9bde5dacdb20277" +SRC_URI[sha256sum] = "43d67a38700153eb45349c6e14a4d4b3a06e390c31df06539f730a96baf9a7fc" PYPI_PACKAGE = "elementpath" From patchwork Wed Jun 17 08:58: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: 90364 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 48BADCD98F5 for ; Wed, 17 Jun 2026 08:58:38 +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.11263.1781686712526515305 for ; Wed, 17 Jun 2026 01:58:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cnKD06M+; 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=1781686713; x=1813222713; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WFhQRShEcZrXJ5+7h6S2CO8ltPro5zSVuOtlOg03u8w=; b=cnKD06M+q7fiss3Bgv1W1xwYcCWBkBT9ELaS27r3DP/1NuU64RiCsuHP KYqQ5r3+nnH1ME5WW7rl5gd0baoX7KBVB4oFRQeCoyrPxYRt45DikGlKk 8Wfen1sOlOdllKuSBZ8q+vKh4w2xb6Qp6SdYb29Bf1/L5Y3NI3ypEJAPQ 1FBKsJOcfPDU2C2FDWogbrroB9Eo69uhDtc+ikNUcMpJxRoqaAY+K4rKJ ScSrYWTbWBvBXXe6w8mbuWatGIEofQcMA8MAHWcPBIvB1dtbYZT1W04y4 IVwbkmdxymMH87He2HDg8dtrsfZ+GIE0J2nH+3Tx6UchmYTxl5kaTFwKV g==; X-CSE-ConnectionGUID: TPhUtH9SSw2XcsYlTrIJyQ== X-CSE-MsgGUID: idanNTvqTMO68Af5+Su1kg== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="242543050" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="242543050" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2026 17:58:32 +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 E245BC000A1 for ; Wed, 17 Jun 2026 08:58:30 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 9C1B414003D4 for ; Wed, 17 Jun 2026 08:58:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id C36E510017CF; Wed, 17 Jun 2026 08:58:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 10/17] python3-google-auth: upgrade 2.53.0 -> 2.54.0 Date: Wed, 17 Jun 2026 16:58:00 +0800 Message-ID: <20260617085807.542-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127647 From: Wang Mingyu Features ========= - implement regional access boundary support for standalone JWT and async service accounts Bug Fixes ========= - configure mTLS for impersonated credentials - fail-fast on missing ECP config file to avoid 30s hang - Rename the 'seed' argument for setting an initial regional access boundary for clarity - update incorrect urls in setup.py to point at monorepo vs splitrepo Signed-off-by: Wang Mingyu --- ...hon3-google-auth_2.53.0.bb => python3-google-auth_2.54.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.53.0.bb => python3-google-auth_2.54.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.53.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.54.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-google-auth_2.53.0.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.54.0.bb index 840573fcf4..b7b5a416a9 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.53.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.54.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] = "e7e6aa16f6bee7b2b264830fd04f08087a1d5a836df516251a5d15327b246c9c" +SRC_URI[sha256sum] = "130f6fd5e3f497fdad897a23ed9489973437edf561238c4b92a4d02c435f8af9" PYPI_PACKAGE = "google_auth" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Wed Jun 17 08:58: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: 90362 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 187E5CD98E2 for ; Wed, 17 Jun 2026 08:58:38 +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.11265.1781686714667783439 for ; Wed, 17 Jun 2026 01:58:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=c7xeXcyP; 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=1781686715; x=1813222715; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YwNapBw7SOGIcntkG/K5HokjV5LmYyaEW5AeWqo0dwk=; b=c7xeXcyPTFHQQTZIu/u9k+6ks17QCTeAEt+E/NJYdXOaRN49RHUhrwWT lyhvGwmWwks+A2IF2++zckPaQ9CplZH8XdzUQ3qXDTqMYvsYsqCI3Wfng XvApSQ61yEZEc5uUUmnok2/6HL1A7OWFTwUyoTCemIHySdapAG/gSJ8p+ qajhFPqnmmdWU6v/Lx/8hfcPa/fGvd8AxhpLiAZNN3PKj+j/kA4hNtmB4 heXrKVGOqqx+s7Dh48jBZE8uqh8hDxMGz0/l2baSbgE8R2s+g0nr8HhQE sx4FXoP4paFFt6BMZJKfLcdm2b7b/p+i+4rHpkovLl2HlVVfMzNvmjZUr w==; X-CSE-ConnectionGUID: 3lmNWIH5ThSsytRB2MJjfQ== X-CSE-MsgGUID: 5KSt84QRQFOI9xUOPTZITw== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="232383105" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="232383105" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2026 17:58:33 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id A2D1E476 for ; Wed, 17 Jun 2026 08:58:32 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 56B26100135D for ; Wed, 17 Jun 2026 08:58:32 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 5C9D31000A45; Wed, 17 Jun 2026 08:58:30 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 11/17] python3-huey: upgrade 3.0.1 -> 3.0.3 Date: Wed, 17 Jun 2026 16:58:01 +0800 Message-ID: <20260617085807.542-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127648 From: Wang Mingyu Changelog: =========== - Add a Django 6.0 task backend - pretty much works the same way the normal Django integration works (manage.py run_huey), but using Django's canonical APIs and decorator. Docs here. - Redis blocking dequeue no longer swallows ConnectionError -- the error propagates to the worker, which logs it and applies exponential backoff. Previously a downed redis server caused workers to busy-loop silently. - Chord callbacks now fire when a member task is revoked, expired or cancelled by a pre-execute hook -- the skipped member contributes a None placeholder result. Previously the callback was silently lost. - Scheduler skips missed periodic checks after a stall (e.g. suspend/resume) instead of running them back-to-back, which enqueued duplicate periodic tasks for the current minute. - Fix inverted timeout clamp in wait_result() when using notify_result with redis < 6 (or an unknown server version): timeouts over one second were cut to 1s, and sub-second timeouts blocked indefinitely. - put_if_empty() is now atomic for the memory and file storage backends, restoring lock_task() mutual exclusion on those backends. - FileLock no longer unlinks an existing lock file at construction time, which broke mutual exclusion for any process already holding the lock. - Process-worker task timeouts use signal.setitimer(), so float / sub-second timeouts work. Previously a timeout less than 1 second was silently ignored (alarm(0) cancels the timer) and fractional seconds were truncated. - Consumer signal handlers only set flags -- logging and greenlet cleanup now happen in the main loop, avoiding re-entrant I/O from signal context. - A user-supplied task kwarg named task is no longer dropped during serialization. Context tasks (context=True) inject the task instance into a copy of the kwargs rather than mutating the task's data. - MemoryStorage.dequeue() and add_to_schedule() acquire the storage lock, like the other mutating methods. - normalize_time() treats delay=0 as "now" rather than ignoring it, so e.g. expires=0 means "expires immediately" instead of "never expires". - Redis enqueued_items(limit) returned limit + 1 items from the producer end of the queue; it now returns the next-limit items to be dequeued, matching the other storage backends. - Redis-dependent tests are skipped when no local redis server is reachable, instead of failing at import time. Signed-off-by: Wang Mingyu --- .../python/{python3-huey_3.0.1.bb => python3-huey_3.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_3.0.1.bb => python3-huey_3.0.3.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-huey_3.0.1.bb b/meta-python/recipes-devtools/python/python3-huey_3.0.3.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-huey_3.0.1.bb rename to meta-python/recipes-devtools/python/python3-huey_3.0.3.bb index cbca3cef31..7c780b48da 100644 --- a/meta-python/recipes-devtools/python/python3-huey_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-huey_3.0.3.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "83ca54fa77c4ee27349393212fc13088142244f491be903f620a9e46e8fca4ce" +SRC_URI[sha256sum] = "1a17fef95fc8432f75413f1b77439cef5f3493c1ddbfba9151756b31a1b2dad3" RDEPENDS:${PN} += " \ python3-datetime \ From patchwork Wed Jun 17 08:58: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: 90365 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 65F44CD98F7 for ; Wed, 17 Jun 2026 08:58:38 +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.11266.1781686715732472523 for ; Wed, 17 Jun 2026 01:58:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jMrFrDMB; 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=1781686715; x=1813222715; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6NcxZKrtZvsGjvW2jSPrLAc5+Xu1MNRrdJn5FVGMxNQ=; b=jMrFrDMBb6xvd9dkniIbU4GEqHRB0PWGdJmjQM2e0C0UEuDF0IDr7oTo EWxHN0dFlyTZyr4XfT3BS3XyMeCboL3an1S8ch8WOOJGsTHw8x23CUUHj OLzekwVmtrX2ZVnbum0Xeg95UlhpUP0TsAN3b5nYFBujDtbLeRoeLAXuC 1gr4G6LN1pzusnH74E3b/kqbDBgFW+N+1GdJ6K73cLKFhnqUh6R5It3hl 7XLF242XveJZIyOocdSFyu+Vk5QDEnBmi7OYKgUDCdVnzPfSUiypJ0ygq BdLzh0l2llBOmhQRhoCdJcUfy/xjAVF5YVc8Cmgp/vqMJSxr6Eb9kjWGQ g==; X-CSE-ConnectionGUID: l4Ux59e0Q4azoAQ2/cNFKQ== X-CSE-MsgGUID: 60XP/VWxSvqtaJ5jQ01mMQ== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="223301148" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="223301148" 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; 17 Jun 2026 17:58:34 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 0C631820083 for ; Wed, 17 Jun 2026 08:58:34 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id BB504968469 for ; Wed, 17 Jun 2026 08:58:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id E80561000A47; Wed, 17 Jun 2026 08:58:31 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 12/17] python3-msgpack: upgrade 1.1.2 -> 1.2.0 Date: Wed, 17 Jun 2026 16:58:02 +0800 Message-ID: <20260617085807.542-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127649 From: Wang Mingyu Changelog: ============ - Support free threaded Python. #654, #686 - Dropped support for Python 3.9. #656 - Fix missing error checks in C code. #665, #666, #667, #672 - Fix strict_map_key option didn't work for object_pairs_hook. #673 - Increase DEFAULT_RECURSE_LIMIT of Unpacker to 1024. #676 - Fix memory leak when Unpacker returns error for invalid input. #671 - Fix Packer.pack_ext_type() ignored autoreset option. #663 - Fix Timestamp.from_datetime() returning wrong value for pre-epoch datetimes. #662 - Fix use-after-free in unpackb() and Unpacker.unpack() for non-contiguous input. #677 - Fix possible memory leak when calling Unpacker.__init__() several times. #687 Signed-off-by: Wang Mingyu --- .../{python3-msgpack_1.1.2.bb => python3-msgpack_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-msgpack_1.1.2.bb => python3-msgpack_1.2.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.2.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb rename to meta-python/recipes-devtools/python/python3-msgpack_1.2.0.bb index 5b201a7554..079730d18f 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.2.0.bb @@ -6,7 +6,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest PTEST_PYTEST_DIR = "test" -SRC_URI[sha256sum] = "3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e" +SRC_URI[sha256sum] = "8e17af38197bf58e7e819041678f6178f4491493f5b8c8580414f40f7c2c3c41" RDEPENDS:${PN}:append:class-target = " \ python3-io \ From patchwork Wed Jun 17 08:58: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: 90360 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 09927CD98F0 for ; Wed, 17 Jun 2026 08:58:38 +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.11266.1781686715732472523 for ; Wed, 17 Jun 2026 01:58:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LTrSYXMF; 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=1781686716; x=1813222716; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BYkHaYE1QEP7UFTS5LtaaHDgMl72UUSb9o8+BriXYEw=; b=LTrSYXMFp6IIxvtJcBtUFvg6QWAGbMzYuIMs6UTvAh+FmVwRnqGC6XEZ 9pY3sT/O01AN+wLP+8MqmQ6Y6W/JDQmycN0TD9IgI20D5fg13qSZ/lO9/ 46edJN//PEZrkHopuAYRiyBovWdrVA7QcYvmEYrtenqwbYGIOyHbcowNl kyHAgeeP6ZUKFRnQTnO/bApnf67wfsuBxibTm5k6usrVPUeJUA0Ymcxsp mKkx/oKKhFxluV+RpJ/+kk4yGArSRiEwOtq1ePA12uqQYhohMSY0lFSvE 6uXnmrcN2stT/j51ll0qlffH7QZXaqJximraww6TDV/PW+eeaJeAh/PNr w==; X-CSE-ConnectionGUID: G9Gufg15QRCfwtpLyhxzzw== X-CSE-MsgGUID: /bWTqiPeR5+CtwUMipsEnA== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="223301150" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="223301150" 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; 17 Jun 2026 17:58: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 96FCA820725 for ; Wed, 17 Jun 2026 08:58:35 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 53177149D8E8 for ; Wed, 17 Jun 2026 08:58:35 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 7E0971000A45; Wed, 17 Jun 2026 08:58:33 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 13/17] python3-pylint: upgrade 4.0.5 -> 4.0.6 Date: Wed, 17 Jun 2026 16:58:03 +0800 Message-ID: <20260617085807.542-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127650 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-pylint_4.0.5.bb => python3-pylint_4.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pylint_4.0.5.bb => python3-pylint_4.0.6.bb} (97%) diff --git a/meta-python/recipes-devtools/python/python3-pylint_4.0.5.bb b/meta-python/recipes-devtools/python/python3-pylint_4.0.6.bb similarity index 97% rename from meta-python/recipes-devtools/python/python3-pylint_4.0.5.bb rename to meta-python/recipes-devtools/python/python3-pylint_4.0.6.bb index 15d8c14806..a2d229d578 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_4.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_4.0.6.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://www.pylint.org/" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" -SRCREV = "88e1ab7545a4af4aea15c305a154c164a95ab842" +SRCREV = "8a396357098337ba8be714fffdf2d00947a9778c" SRC_URI += "git://github.com/pylint-dev/pylint;branch=main;protocol=https;tag=v${PV} \ file://0001-Adjust-test-expectations-for-ptest.patch \ file://0002-pyproject.toml-Keep-tool.setuptools.license-files.patch \ From patchwork Wed Jun 17 08:58: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: 90366 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 7E768CD98F8 for ; Wed, 17 Jun 2026 08:58:38 +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.11263.1781686712526515305 for ; Wed, 17 Jun 2026 01:58:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CIP6Gf0U; 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=1781686719; x=1813222719; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=+zOGplhQSuBvEnzrQ2fd/HHiTwS0192EzzlKxiqzd5E=; b=CIP6Gf0UKZSXNQw143bc67/P8pAytyAQBwxaL0GzLCFVO498xGgu12zV mXtvgJSNyYtrPK+DxHKkqy8c45qgG37BSNQjHY6B1gMa5QrrMa9ciFLMR NYB4EtySo/5So748Xeqduk9RVqxQ2kXGIkfWNWs0KohNFvM1j0R49tM52 EkE6+JphTvjkk2P0NAuGHQzv4dAFWTn8089V5VUJjpHNfoUNLIowHK4yH lxmqJLoPorTx4BntXK1JRXMaETUlTrIdTxJtEuGKse7Rf2gsWFHIylt0q pcFLmKKg1K8h6E/MjV3sbVyB/I8tjC4oSF6WALlEsB1bFrt01q33iodPM w==; X-CSE-ConnectionGUID: OKvLU6guRRiYh2gwfbZHlg== X-CSE-MsgGUID: uXiOMK+3RTms/5221vTJIw== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="242543062" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="242543062" 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; 17 Jun 2026 17:58:38 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 4A07942A33B for ; Wed, 17 Jun 2026 08:58:37 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id F2365100D232 for ; Wed, 17 Jun 2026 08:58:36 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 13C9E1000A47; Wed, 17 Jun 2026 08:58:34 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 14/17] python3-pymodbus: upgrade 3.13.0 -> 3.13.1 Date: Wed, 17 Jun 2026 16:58:04 +0800 Message-ID: <20260617085807.542-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127651 From: Wang Mingyu Changelog: =========== - Update CI Workflows. - Fix dropping the next frame after a skipped one - Correct Log repeat. - Fix address bounds check in get_reg_block - Fix reg_count calc - guard short frames and validate mbap in TLS framer - Use latest uv in CI. - Change MIN_SIZE in ascii frame. - Harden ASCII framer. Signed-off-by: Wang Mingyu --- .../{python3-pymodbus_3.13.0.bb => python3-pymodbus_3.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymodbus_3.13.0.bb => python3-pymodbus_3.13.1.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.13.0.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.13.0.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb index c59e8870b7..041898ffc8 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.13.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=12a490c6cffa2e76a6df8aa1fa29e183" -SRC_URI[sha256sum] = "da4c87afe772787620594c564cd8aa8a4c58ff9786382aba9550fe0ce8879f32" +SRC_URI[sha256sum] = "7a74ea0a4eb4895f518b34de32915ba4fde216576e09deaf735a279a9281af4f" inherit pypi python_setuptools_build_meta From patchwork Wed Jun 17 08:58: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: 90369 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 B8E5CCD98F0 for ; Wed, 17 Jun 2026 08:58:48 +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.11263.1781686712526515305 for ; Wed, 17 Jun 2026 01:58:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=k7AXjdTn; 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=1781686720; x=1813222720; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qi5fKVmi8h5qMpdf+NylqGeCQAdrBptA1byfT0y5cjg=; b=k7AXjdTnkj3qtEfKodco/k9tWq7fY1XgZ+iSxvLGk7he0NNrDlV2fHm3 nTY5QUJiewyPnDTPgO3/y89rlXQIEUWxZLbD9WbnRNbyINGrLXYjjHVKs prNYjnw2GLwBh1/uKYQocvBm3hgxyf1KPKxbdSv4pvP6EgYwnFj2/xqQx ytejraC5ePPMELUpDVDOhG1npONE/MqorATjg9agyfHIG56BOQOIZ37Re V94jHTlLx1wrxh3LGqB6EM+hZNSM5ddZZ+w76ZM4sfvmQe2u0zD1x9Ctw xq1fWRR2DZeT9t4letQnODGfp1B65D556cUvEqyw4tRsk/xHSzSfTvr/w g==; X-CSE-ConnectionGUID: oNEkjHV+RLSG8L2nw12xkA== X-CSE-MsgGUID: FwujfWEUQHKBRVnynqphuQ== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="242543067" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="242543067" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2026 17:58:40 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id E2AAB2B93 for ; Wed, 17 Jun 2026 08:58:38 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 8D9291004153 for ; Wed, 17 Jun 2026 08:58:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 9E3531000A79; Wed, 17 Jun 2026 08:58:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 15/17] python3-sentry-sdk: upgrade 2.61.1 -> 2.62.0 Date: Wed, 17 Jun 2026 16:58:05 +0800 Message-ID: <20260617085807.542-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127652 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-sentry-sdk_2.61.1.bb => python3-sentry-sdk_2.62.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_2.61.1.bb => python3-sentry-sdk_2.62.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.61.1.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.62.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_2.61.1.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_2.62.0.bb index 967dbb7a24..dffbfcf6c6 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.61.1.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.62.0.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\ python3-datetime \ " -SRC_URI[sha256sum] = "9c6adccb3feefa9ba032c8d295ca477575c2f11896046a2b0ad686c47c4af555" +SRC_URI[sha256sum] = "3c870b9f50d9fd15b58c817dbde1c7cfaa9fe3f05df0a4c6edd5571cb82f5491" PYPI_PACKAGE = "sentry_sdk" From patchwork Wed Jun 17 08:58:06 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 90367 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 781F8CD98E2 for ; Wed, 17 Jun 2026 08:58:48 +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.11089.1781686722001189845 for ; Wed, 17 Jun 2026 01:58:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qqOQEi/k; 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=1781686722; x=1813222722; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HSNO0LPWCNOd7xVn28SwGjl9c2HGiYt6Uq+v4xb485Y=; b=qqOQEi/kxL4w6eJwSXefZD1iATkmZncbliJ5aKxiKF3lutKRwbCTRpof uWp89kRZpkhuPCdHg4mrJUil5b2wFkjiPz4hOcCww4Z+TtrCoVozXdXta g29su7xAZsZG+GrOmEqM9DP1HqNKRpydVkHUyVwJI0vgNN/B5hZIN4K5M MJwHTdF2P+fLhXVntVvjJbJwGD0Ykk1Y0eLFCAzUd8DP0XUAfODADy0V2 B/7q53N6W+dMO4GBtQ8yLuRaPJUxNtXMehZ96LRJF8+ReYN/JST0UhphG G31LYvNmI//SkRyZiOrtBlczvsCmTQwe+CqIV88yd5Ae9PdjYSuHQIEr4 g==; X-CSE-ConnectionGUID: VNxGHrGSQkW6bt5f8ogR9w== X-CSE-MsgGUID: ZWkmftxWTyuAnPnhW4VmFQ== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="247746109" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="247746109" 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; 17 Jun 2026 17:58:40 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 7657542A33B for ; Wed, 17 Jun 2026 08:58:40 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 280CD1003BFE for ; Wed, 17 Jun 2026 08:58:40 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id 3C05E10017CF; Wed, 17 Jun 2026 08:58:37 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 16/17] rabbitmq-c: upgrade 0.15.0 -> 0.16.0 Date: Wed, 17 Jun 2026 16:58:06 +0800 Message-ID: <20260617085807.542-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127653 From: Wang Mingyu Changelog: ============ - Fix out-of-bounds read via undersized frames in amqp_handle_input - Fix client crash when server negotiates frame_max below the AMQP protocol minimum - Add amqp_bytes_from_buffer macro to create amqp_bytes_t from an arbitrary byte buffer with explicit length - Fix NULL pointer dereferences on allocation failure in tools/publish.c - Fix NULL pointer dereference in tools/consume.c stringify_bytes() on allocation failure - Fix file stream leak in tools/common.c read_authfile() - Fix handling of absolute CMAKE_INSTALL_INCLUDEDIR in exported CMake targets - amqp_literal_bytes macro now uses an explicit (void *) cast Signed-off-by: Wang Mingyu --- .../rabbitmq-c/{rabbitmq-c_0.15.0.bb => rabbitmq-c_0.16.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/rabbitmq-c/{rabbitmq-c_0.15.0.bb => rabbitmq-c_0.16.0.bb} (86%) diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.15.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.16.0.bb similarity index 86% rename from meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.15.0.bb rename to meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.16.0.bb index 4fd6302f2c..c4428008db 100644 --- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.15.0.bb +++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.16.0.bb @@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/alanxz/rabbitmq-c" LIC_FILES_CHKSUM = "file://LICENSE;md5=7e12f6e40e662e039e2f02b4893011ec" LICENSE = "MIT" -SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https \ +SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https;tag=v${PV} \ " -SRCREV = "84b81cd97a1b5515d3d4b304796680da24c666d8" +SRCREV = "800d57c9ca7352181167ec3c6aba66b8518c321c" DEPENDS = "popt openssl" From patchwork Wed Jun 17 08:58:07 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 90368 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 9CF29CD98EE for ; Wed, 17 Jun 2026 08:58:48 +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.11263.1781686712526515305 for ; Wed, 17 Jun 2026 01:58:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Ee0zXnsK; 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=1781686723; x=1813222723; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=K6ZAnwfdFF4EHcwikroLnklQaJrOjT7PrG39GeXR4lI=; b=Ee0zXnsKj7x5TmxCPlq5tQjFGtZB5ivZtnHdpRaqrIkCcAlzIXeH6Q88 MHv8NmQnQuZtSQQkgMwkLpdBecpqUGRuTDP/pVLeE4q7ZtMH0RyHeTQyo IqjNmWFGiTjM/7HaFMSu2O0LrjxgOvrJTRbLKTxl0IAr3lMKhc9P65Qs4 +J2Q07GLOqcgRSeQvnkz03IvL0FzofXgfJClYa02qd/DNkbflQCfmB+7h 0WySfifd7dc0jQfRDlf8Nmcrw+AbTJ/9y6ctGZfg0Id7J5OmJA9o856GD d9uoP9AfNneGIve5cR6JfmKheC5vL34kCV45STrgsZlx+t0qUax4kRqdd A==; X-CSE-ConnectionGUID: SJ0CMhv5TgaKExpq/okJlQ== X-CSE-MsgGUID: X44MJVF1R3qK701NJGnpPw== X-IronPort-AV: E=McAfee;i="6800,10657,11819"; a="242543069" X-IronPort-AV: E=Sophos;i="6.24,209,1774278000"; d="scan'208";a="242543069" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2026 17:58: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 E4A35820725 for ; Wed, 17 Jun 2026 08:58:41 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (unknown [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id A2E101400618 for ; Wed, 17 Jun 2026 08:58:41 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTP id C78251000A47; Wed, 17 Jun 2026 08:58:39 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 17/17] spitools: upgrade 1.0.2 -> 1.1.0 Date: Wed, 17 Jun 2026 16:58:07 +0800 Message-ID: <20260617085807.542-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260617085807.542-1-wangmy@fujitsu.com> References: <20260617085807.542-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, 17 Jun 2026 08:58:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127654 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../spitools/{spitools_git.bb => spitools_1.1.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/spitools/{spitools_git.bb => spitools_1.1.0.bb} (81%) diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_1.1.0.bb similarity index 81% rename from meta-oe/recipes-support/spitools/spitools_git.bb rename to meta-oe/recipes-support/spitools/spitools_1.1.0.bb index e313685d95..69f527a6eb 100644 --- a/meta-oe/recipes-support/spitools/spitools_git.bb +++ b/meta-oe/recipes-support/spitools/spitools_1.1.0.bb @@ -3,11 +3,10 @@ HOMEPAGE = "https://github.com/cpb-/spi-tools" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" -PV = "1.0.2" -SRCREV = "1748e092425a4a0ff693aa347062a57fc1ffdd00" +SRCREV = "a19dffe44fee857124a993598caae0c85894f914" -SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" +SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master;tag=${PV}" inherit autotools