From patchwork Wed Jul 30 09:54:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67700 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 1A9B3C87FC9 for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.31489.1753869304228326273 for ; Wed, 30 Jul 2025 02:55:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ZleT43uH; 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=1753869305; x=1785405305; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GTynIjf6981wUGt6YsYN8qc84YOZF4raBSnfYR9BEKA=; b=ZleT43uHQzcU8kXqsrpt5S9vC6QrLxRn8vlLI5gWAQTjpOR9NuEHw8Qd pKpJhXpwG1ak3fRb/YvjUCayx+AD/AtTT49EPI/BgP83zY648qaRZI/d1 0BxDyM75F2md4VoVq91dDxHMOU4JpJEiYDxY/V2viJSkRkwZwo9b8pq4a J28Fis56disd7R/1FjitpMRHG/drfcjW3DHwMDFmm4XMDG2fjPqzejg2m ZLIXPsLYGTgvzr9GbY/5N+ffaREI8NJ21OiezGl+yMvLub4GH2317bN4M Vpzo52Sf5RBGs4NP/h+Uu3u0IQPM5tcpXv0nJaVsQFv0pYvrq8GT9eGKo g==; X-CSE-ConnectionGUID: Fmn4Z10wTZaUk+F9WX+zpg== X-CSE-MsgGUID: khQjbbJkTeWm07Jd0Vp/fg== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="207893415" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="207893415" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.128]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:03 +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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 527218203D3 for ; Wed, 30 Jul 2025 09:55:02 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_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 BE38DC01804 for ; Wed, 30 Jul 2025 09:55:01 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8C4F71A000B; Wed, 30 Jul 2025 17:54:58 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-webserver] [PATCH 01/40] apache2: upgrade 2.4.64 -> 2.4.65 Date: Wed, 30 Jul 2025 17:54:17 +0800 Message-ID: <20250730095456.695-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118767 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../apache2/{apache2_2.4.64.bb => apache2_2.4.65.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.64.bb => apache2_2.4.65.bb} (99%) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.64.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.65.bb similarity index 99% rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.64.bb rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.65.bb index 061e52f736..fef1f5ecec 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.64.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.65.bb @@ -27,7 +27,7 @@ SRC_URI:append:class-target = " \ " LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3" -SRC_URI[sha256sum] = "120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac29" +SRC_URI[sha256sum] = "58b8be97d9940ec17f7656c0c6b9f41b618aac468b894b534148e3296c53b8b3" S = "${UNPACKDIR}/httpd-${PV}" From patchwork Wed Jul 30 09:54:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67697 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 1C879C87FCC for ; Wed, 30 Jul 2025 09:55:09 +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.web11.31368.1753869304803074049 for ; Wed, 30 Jul 2025 02:55:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=L+SMCjk7; 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=1753869305; x=1785405305; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=QXx28GQ3ZqS4kgktcJ6bbW5TMXqBDRYTwZSJLJ2qRgs=; b=L+SMCjk7UuRp/geniVPYJoUbLMvQPsUbXYvRPIIz2KwKs1W9MpzQ5MC8 DiNLDxSqH+gXKuubKeoeui5lxeD32Ar+TdGF7bpWWuUsmp2rc1lcsd0KQ Gyvi67UG8UWwi6fYifSf/CJ0rVkRbqQy/G7QAcAfSmmEiKM+Gia+sgLkS Ak5H/JlU8PIfxNdfP0Imum+3STTLXgKpVO1Bh3Q1l7QaWruiOTPPg4cMg BQQ9WRFfFcPlhu7v/8VjquMVVKsDUGrmIY8I/78kxXam9pJzOnW4ioQIa GsQ93kBvUp9AM5PeoCSmRU5BKclfLvlIJTVMMeCwmUHIRBmmPuyu+sbqq g==; X-CSE-ConnectionGUID: VJsXlaggS9ePJPvxLi+A2A== X-CSE-MsgGUID: xfBOv9wNQ8CDY4t6vSSVTA== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="196380906" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="196380906" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.19]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:03 +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 az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 23144C000BE for ; Wed, 30 Jul 2025 09:55:03 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 8F66FC01817 for ; Wed, 30 Jul 2025 09:55:02 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A88FA1A0073; Wed, 30 Jul 2025 17:54:59 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/40] asyncmqtt: upgrade 10.1.0 -> 10.2.0 Date: Wed, 30 Jul 2025 17:54:18 +0800 Message-ID: <20250730095456.695-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118768 From: Wang Mingyu Changelog: =========== - Fixed offline publish/pubrel packet_id management. - Added packet_id limit functionality for testing. - Recovered missing compile-time Role-Packet checking functionality. - Added broker's Client Certificate subjectAltName. - Fixed invalid remaining length parsing problem on disconnect and auth packet. - Supported Boost.1.88.0 defaulted process v2. - Fixed PacketIdBytes treatment in MQTT v5 publish response packets. - Refined documents. - Refined CI. - Fixed warnings on release build. - Adjusted and unified broker's read_buf_size option's default value. - Updated docker build. Signed-off-by: Wang Mingyu --- .../asyncmqtt/{asyncmqtt_10.1.0.bb => asyncmqtt_10.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/asyncmqtt/{asyncmqtt_10.1.0.bb => asyncmqtt_10.2.0.bb} (78%) diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb similarity index 78% rename from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb rename to meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb index fc020695e3..557c7d3d12 100644 --- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb +++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb @@ -4,8 +4,8 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" -SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https" -SRCREV = "21046ebc4a5475c14cea446715734c88fe33d276" +SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" +SRCREV = "9e26e92d1c3571ff2723c380c9548b3527bf37a6" DEPENDS = "openssl boost" From patchwork Wed Jul 30 09:54:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67712 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 7A9ECC87FD8 for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.31489.1753869304228326273 for ; Wed, 30 Jul 2025 02:55:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=aBJzplC5; 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=1753869306; x=1785405306; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vhCnE7obJ4FM+cXzxGCT/oWR18yIpPR5cRAvQhxyBCM=; b=aBJzplC5OAiRyuMHjWr0/1K+bI+2PiNOO7x6FtVyDjUClax1J/DI/+yg eexJR+ZvR4LSOpyYaqhyYCUeEegSU7CtcqaiRODS312ZbbZYjO7ez7v3w 9mq5rLU+W3oaoeXjCt4R4+jMrtNWZGj3WrML0+ooBiFxq9eUAsWtCwVDD OHxGgXorrqQppXnQjVPUM49Mhs3IoBxcXXZRNzeNWYBeNZsc/pSww1vD/ G/Ea0sqK1CSpYKgCkWKoZz5JG42elRTtvbLpM+4Wvuay20/rNQKK59v3u p8eZEQadFbtVvh9dz7j3wkzWDKu1TuZg9eqVzdBx2at1f9QksMIC6CZCN Q==; X-CSE-ConnectionGUID: qkU78nM7RW+swiWUg/27JA== X-CSE-MsgGUID: UJUAa2t3RB6KtbPHMjTlPA== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="207893417" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="207893417" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:05 +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 az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 1C2FE1002B8F for ; Wed, 30 Jul 2025 09:55:04 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_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 EAC5183D96A for ; Wed, 30 Jul 2025 09:55:02 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 067C21A0074; Wed, 30 Jul 2025 17:54:59 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/40] atop: upgrade 2.11.0 -> 2.12.0 Date: Wed, 30 Jul 2025 17:54:19 +0800 Message-ID: <20250730095456.695-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118769 From: Wang Mingyu 0001-Redefine-function-prototypes-solves-issue-322.patch removed since it's included in 2.12.0 Signed-off-by: Wang Mingyu --- ...function-prototypes-solves-issue-322.patch | 1154 ----------------- .../atop/atop/fix-permissions.patch | 12 +- .../atop/{atop_2.11.0.bb => atop_2.12.0.bb} | 3 +- 3 files changed, 7 insertions(+), 1162 deletions(-) delete mode 100644 meta-oe/recipes-support/atop/atop/0001-Redefine-function-prototypes-solves-issue-322.patch rename meta-oe/recipes-support/atop/{atop_2.11.0.bb => atop_2.12.0.bb} (94%) diff --git a/meta-oe/recipes-support/atop/atop/0001-Redefine-function-prototypes-solves-issue-322.patch b/meta-oe/recipes-support/atop/atop/0001-Redefine-function-prototypes-solves-issue-322.patch deleted file mode 100644 index f55ad5318a..0000000000 --- a/meta-oe/recipes-support/atop/atop/0001-Redefine-function-prototypes-solves-issue-322.patch +++ /dev/null @@ -1,1154 +0,0 @@ -From ece93ebc7b9ebbb73f92b2238a87b78ddbd4ca98 Mon Sep 17 00:00:00 2001 -From: Gerlof Langeveld -Date: Fri, 14 Mar 2025 15:39:30 +0100 -Subject: [PATCH] Redefine function prototypes (solves issue #322) - -Certain function prototypes did not explicitly define the -calling argument types, specifically the prototypes for the -convert functions defined in the 'detail_printdef' structure. -These incomplete definitions cause a lot of errors when using -gcc 1.15 which is based on C23. - -Upstream-Status: Backport [ece93eb Redefine function prototypes (solves issue #322)] ---- - atop.c | 5 ++ - atopacctd.c | 5 ++ - atopcat.c | 6 ++ - atopconvert.c | 1 + - atophide.c | 5 ++ - atopsar.c | 4 ++ - cgroups.c | 7 +- - drawbar.c | 4 ++ - gpucom.c | 4 ++ - netatopif.c | 4 ++ - photoproc.c | 4 ++ - photosyst.c | 5 ++ - rawlog.c | 4 ++ - showgeneric.c | 4 ++ - showlinux.h | 11 ++- - showprocs.c | 188 +++++++++++++++++++++++++------------------------- - various.c | 4 ++ - 17 files changed, 168 insertions(+), 97 deletions(-) - -diff --git a/atop.c b/atop.c -index fe037fc..ac6aa6d 100644 ---- a/atop.c -+++ b/atop.c -@@ -118,6 +118,10 @@ - ** can be linked with 'atop'; the one to use can eventually be chosen - ** at runtime. - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include -@@ -128,6 +132,7 @@ - #include - #include - #include -+#include - #include - #include - #include -diff --git a/atopacctd.c b/atopacctd.c -index b16d6a6..c8816b6 100644 ---- a/atopacctd.c -+++ b/atopacctd.c -@@ -36,6 +36,11 @@ - ** it under the terms of the GNU General Public License version 2 as - ** published by the Free Software Foundation. - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE -+ - #include - #include - #include -diff --git a/atopcat.c b/atopcat.c -index fb014a0..099a888 100644 ---- a/atopcat.c -+++ b/atopcat.c -@@ -28,9 +28,15 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ** -------------------------------------------------------------------------- - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE -+ - #include - #include - #include -+#include - #include - #include - #include -diff --git a/atopconvert.c b/atopconvert.c -index fd34a85..9c083a6 100644 ---- a/atopconvert.c -+++ b/atopconvert.c -@@ -32,6 +32,7 @@ - #include - #include - #include -+#include - #include - #include - #include -diff --git a/atophide.c b/atophide.c -index 0502262..313929e 100644 ---- a/atophide.c -+++ b/atophide.c -@@ -31,6 +31,11 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ** -------------------------------------------------------------------------- - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE -+ - #include - #include - #include -diff --git a/atopsar.c b/atopsar.c -index a3dd121..1cf13e8 100644 ---- a/atopsar.c -+++ b/atopsar.c -@@ -28,6 +28,10 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ** -------------------------------------------------------------------------- - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include -diff --git a/cgroups.c b/cgroups.c -index d617b48..4f1247c 100644 ---- a/cgroups.c -+++ b/cgroups.c -@@ -27,6 +27,10 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ** -------------------------------------------------------------------------- - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include -@@ -1189,7 +1193,8 @@ mergecgrouplist(struct cglinesel **cgroupselp, int newdepth, - // - cgroupsel = malloc(sizeof(struct cglinesel) * (ncgroups+nprocs)); - -- ptrverify(cgroupsel, "Malloc for cglinesel structs failed (%d)\n", -+ if (cgroupsel == NULL) -+ ptrverify(cgroupsel, "Malloc for cglinesel structs failed (%d)\n", - ncgroups + nprocs); - - *cgroupselp = cgroupsel; -diff --git a/drawbar.c b/drawbar.c -index 0ab3b40..c8539bf 100644 ---- a/drawbar.c -+++ b/drawbar.c -@@ -103,6 +103,10 @@ - // horizontally scaled by the user, atop might switch from one model to - // the other. - ///////////////////////////////////////////////////////////////////////////// -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include -diff --git a/gpucom.c b/gpucom.c -index 1ff3818..25e7637 100644 ---- a/gpucom.c -+++ b/gpucom.c -@@ -22,6 +22,10 @@ - ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - ** See the GNU General Public License for more details. - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include -diff --git a/netatopif.c b/netatopif.c -index ea67142..d0e9c29 100644 ---- a/netatopif.c -+++ b/netatopif.c -@@ -22,6 +22,10 @@ - ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - ** See the GNU General Public License for more details. - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include -diff --git a/photoproc.c b/photoproc.c -index 234007b..2b8de20 100644 ---- a/photoproc.c -+++ b/photoproc.c -@@ -30,6 +30,10 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ** -------------------------------------------------------------------------- - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include -diff --git a/photosyst.c b/photosyst.c -index 46fccd8..9012946 100644 ---- a/photosyst.c -+++ b/photosyst.c -@@ -29,6 +29,11 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ** -------------------------------------------------------------------------- - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE -+ - #include - #include - #include -diff --git a/rawlog.c b/rawlog.c -index f46430d..541b75c 100644 ---- a/rawlog.c -+++ b/rawlog.c -@@ -26,6 +26,10 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ** -------------------------------------------------------------------------- - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include -diff --git a/showgeneric.c b/showgeneric.c -index 0722a64..a472501 100644 ---- a/showgeneric.c -+++ b/showgeneric.c -@@ -29,6 +29,10 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ** -------------------------------------------------------------------------- - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include -diff --git a/showlinux.h b/showlinux.h -index e082c72..72c57b9 100644 ---- a/showlinux.h -+++ b/showlinux.h -@@ -102,9 +102,16 @@ typedef struct - { - char *head; // column header - char *configname; // name as used to config print line -- char *(*doactiveconvert)(); // pointer to conv function -+ -+ union { -+ char *(*doactiveconverts)(struct tstat *, int, int); -+ char *(*doactiveconvertc)(struct cgchainer *, struct tstat *, -+ int, int, count_t, int, int *); -+ } ac; -+ // pointer to conv function - // for active process -- char *(*doexitconvert)(); // pointer to conv function -+ char *(*doexitconvert)(struct tstat *, int, int); -+ // pointer to conv function - // for exited process - char sortcrit; // sort criterion similar to showorder - int width; // required width -diff --git a/showprocs.c b/showprocs.c -index 0db1e31..020cc85 100644 ---- a/showprocs.c -+++ b/showprocs.c -@@ -510,7 +510,7 @@ showprocline(detail_printpair* elemptr, struct tstat *curstat, - } - else if (curstat->gen.state != 'E') // active process - { -- printg("%s", curelem.pf->doactiveconvert(curstat, -+ printg("%s", curelem.pf->ac.doactiveconverts(curstat, - avgval, nsecs)); - } - else // exited process -@@ -622,7 +622,7 @@ procprt_TID_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_TID = -- { "TID", "TID", procprt_TID_ae, procprt_TID_ae, ' ', 5}; //DYNAMIC WIDTH! -+ { "TID", "TID", .ac.doactiveconverts = procprt_TID_ae, procprt_TID_ae, ' ', 5}; //DYNAMIC WIDTH! - /***************************************************************/ - char * - procprt_PID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -646,7 +646,7 @@ procprt_PID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_PID = -- { "PID", "PID", procprt_PID_a, procprt_PID_e, ' ', 5}; //DYNAMIC WIDTH! -+ { "PID", "PID", .ac.doactiveconverts = procprt_PID_a, procprt_PID_e, ' ', 5}; //DYNAMIC WIDTH! - /***************************************************************/ - char * - procprt_PPID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -670,7 +670,7 @@ procprt_PPID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_PPID = -- { "PPID", "PPID", procprt_PPID_a, procprt_PPID_e, ' ', 5}; //DYNAMIC WIDTH! -+ { "PPID", "PPID", .ac.doactiveconverts = procprt_PPID_a, procprt_PPID_e, ' ', 5}; //DYNAMIC WIDTH! - /***************************************************************/ - char * - procprt_VPID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -691,7 +691,7 @@ procprt_VPID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_VPID = -- { "VPID", "VPID", procprt_VPID_a, procprt_VPID_e, ' ', 5}; //DYNAMIC WIDTH! -+ { "VPID", "VPID", .ac.doactiveconverts = procprt_VPID_a, procprt_VPID_e, ' ', 5}; //DYNAMIC WIDTH! - /***************************************************************/ - char * - procprt_CTID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -709,7 +709,7 @@ procprt_CTID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_CTID = -- { " CTID", "CTID", procprt_CTID_a, procprt_CTID_e, ' ', 5}; -+ { " CTID", "CTID", .ac.doactiveconverts = procprt_CTID_a, procprt_CTID_e, ' ', 5}; - /***************************************************************/ - char * - procprt_CID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -738,7 +738,7 @@ procprt_CID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_CID = -- { "CID/POD ", "CID", procprt_CID_a, procprt_CID_e, ' ', 15}; -+ { "CID/POD ", "CID", .ac.doactiveconverts = procprt_CID_a, procprt_CID_e, ' ', 15}; - /***************************************************************/ - char * - procprt_SYSCPU_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -750,7 +750,7 @@ procprt_SYSCPU_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_SYSCPU = -- { "SYSCPU", "SYSCPU", procprt_SYSCPU_ae, procprt_SYSCPU_ae, ' ', 6}; -+ { "SYSCPU", "SYSCPU", .ac.doactiveconverts = procprt_SYSCPU_ae, procprt_SYSCPU_ae, ' ', 6}; - /***************************************************************/ - char * - procprt_USRCPU_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -762,7 +762,7 @@ procprt_USRCPU_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_USRCPU = -- { "USRCPU", "USRCPU", procprt_USRCPU_ae, procprt_USRCPU_ae, ' ', 6}; -+ { "USRCPU", "USRCPU", .ac.doactiveconverts = procprt_USRCPU_ae, procprt_USRCPU_ae, ' ', 6}; - /***************************************************************/ - char * - procprt_VGROW_a(struct tstat *curstat, int avgval, int nsecs) -@@ -780,7 +780,7 @@ procprt_VGROW_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_VGROW = -- { " VGROW", "VGROW", procprt_VGROW_a, procprt_VGROW_e, ' ', 6}; -+ { " VGROW", "VGROW", .ac.doactiveconverts = procprt_VGROW_a, procprt_VGROW_e, ' ', 6}; - /***************************************************************/ - char * - procprt_RGROW_a(struct tstat *curstat, int avgval, int nsecs) -@@ -798,7 +798,7 @@ procprt_RGROW_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_RGROW = -- { " RGROW", "RGROW", procprt_RGROW_a, procprt_RGROW_e, ' ', 6}; -+ { " RGROW", "RGROW", .ac.doactiveconverts = procprt_RGROW_a, procprt_RGROW_e, ' ', 6}; - /***************************************************************/ - char * - procprt_MINFLT_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -810,7 +810,7 @@ procprt_MINFLT_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_MINFLT = -- { "MINFLT", "MINFLT", procprt_MINFLT_ae, procprt_MINFLT_ae, ' ', 6}; -+ { "MINFLT", "MINFLT", .ac.doactiveconverts = procprt_MINFLT_ae, procprt_MINFLT_ae, ' ', 6}; - /***************************************************************/ - char * - procprt_MAJFLT_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -822,7 +822,7 @@ procprt_MAJFLT_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_MAJFLT = -- { "MAJFLT", "MAJFLT", procprt_MAJFLT_ae, procprt_MAJFLT_ae, ' ', 6}; -+ { "MAJFLT", "MAJFLT", .ac.doactiveconverts = procprt_MAJFLT_ae, procprt_MAJFLT_ae, ' ', 6}; - /***************************************************************/ - char * - procprt_VSTEXT_a(struct tstat *curstat, int avgval, int nsecs) -@@ -840,7 +840,7 @@ procprt_VSTEXT_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_VSTEXT = -- { "VSTEXT", "VSTEXT", procprt_VSTEXT_a, procprt_VSTEXT_e, ' ', 6}; -+ { "VSTEXT", "VSTEXT", .ac.doactiveconverts = procprt_VSTEXT_a, procprt_VSTEXT_e, ' ', 6}; - /***************************************************************/ - char * - procprt_VSIZE_a(struct tstat *curstat, int avgval, int nsecs) -@@ -858,7 +858,7 @@ procprt_VSIZE_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_VSIZE = -- { " VSIZE", "VSIZE", procprt_VSIZE_a, procprt_VSIZE_e, ' ', 6}; -+ { " VSIZE", "VSIZE", .ac.doactiveconverts = procprt_VSIZE_a, procprt_VSIZE_e, ' ', 6}; - /***************************************************************/ - char * - procprt_RSIZE_a(struct tstat *curstat, int avgval, int nsecs) -@@ -876,7 +876,7 @@ procprt_RSIZE_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_RSIZE = -- { " RSIZE", "RSIZE", procprt_RSIZE_a, procprt_RSIZE_e, ' ', 6}; -+ { " RSIZE", "RSIZE", .ac.doactiveconverts = procprt_RSIZE_a, procprt_RSIZE_e, ' ', 6}; - /***************************************************************/ - char * - procprt_PSIZE_a(struct tstat *curstat, int avgval, int nsecs) -@@ -897,7 +897,7 @@ procprt_PSIZE_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_PSIZE = -- { " PSIZE", "PSIZE", procprt_PSIZE_a, procprt_PSIZE_e, ' ', 6}; -+ { " PSIZE", "PSIZE", .ac.doactiveconverts = procprt_PSIZE_a, procprt_PSIZE_e, ' ', 6}; - /***************************************************************/ - char * - procprt_VSLIBS_a(struct tstat *curstat, int avgval, int nsecs) -@@ -915,7 +915,7 @@ procprt_VSLIBS_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_VSLIBS = -- { "VSLIBS", "VSLIBS", procprt_VSLIBS_a, procprt_VSLIBS_e, ' ', 6}; -+ { "VSLIBS", "VSLIBS", .ac.doactiveconverts = procprt_VSLIBS_a, procprt_VSLIBS_e, ' ', 6}; - /***************************************************************/ - char * - procprt_VDATA_a(struct tstat *curstat, int avgval, int nsecs) -@@ -933,7 +933,7 @@ procprt_VDATA_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_VDATA = -- { " VDATA", "VDATA", procprt_VDATA_a, procprt_VDATA_e, ' ', 6}; -+ { " VDATA", "VDATA", .ac.doactiveconverts = procprt_VDATA_a, procprt_VDATA_e, ' ', 6}; - /***************************************************************/ - char * - procprt_VSTACK_a(struct tstat *curstat, int avgval, int nsecs) -@@ -951,7 +951,7 @@ procprt_VSTACK_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_VSTACK = -- { "VSTACK", "VSTACK", procprt_VSTACK_a, procprt_VSTACK_e, ' ', 6}; -+ { "VSTACK", "VSTACK", .ac.doactiveconverts = procprt_VSTACK_a, procprt_VSTACK_e, ' ', 6}; - /***************************************************************/ - char * - procprt_SWAPSZ_a(struct tstat *curstat, int avgval, int nsecs) -@@ -969,7 +969,7 @@ procprt_SWAPSZ_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_SWAPSZ = -- { "SWAPSZ", "SWAPSZ", procprt_SWAPSZ_a, procprt_SWAPSZ_e, ' ', 6}; -+ { "SWAPSZ", "SWAPSZ", .ac.doactiveconverts = procprt_SWAPSZ_a, procprt_SWAPSZ_e, ' ', 6}; - /***************************************************************/ - char * - procprt_LOCKSZ_a(struct tstat *curstat, int avgval, int nsecs) -@@ -987,7 +987,7 @@ procprt_LOCKSZ_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_LOCKSZ = -- { "LOCKSZ", "LOCKSZ", procprt_LOCKSZ_a, procprt_LOCKSZ_e, ' ', 6}; -+ { "LOCKSZ", "LOCKSZ", .ac.doactiveconverts = procprt_LOCKSZ_a, procprt_LOCKSZ_e, ' ', 6}; - /***************************************************************/ - char * - procprt_CMD_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1010,7 +1010,7 @@ procprt_CMD_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_CMD = -- { "CMD ", "CMD", procprt_CMD_a, procprt_CMD_e, ' ', 14}; -+ { "CMD ", "CMD", .ac.doactiveconverts = procprt_CMD_a, procprt_CMD_e, ' ', 14}; - /***************************************************************/ - char * - procprt_RUID_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -1023,7 +1023,7 @@ procprt_RUID_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_RUID = -- { "RUID ", "RUID", procprt_RUID_ae, procprt_RUID_ae, ' ', 8}; -+ { "RUID ", "RUID", .ac.doactiveconverts = procprt_RUID_ae, procprt_RUID_ae, ' ', 8}; - /***************************************************************/ - char * - procprt_EUID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1042,7 +1042,7 @@ procprt_EUID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_EUID = -- { "EUID ", "EUID", procprt_EUID_a, procprt_EUID_e, ' ', 8}; -+ { "EUID ", "EUID", .ac.doactiveconverts = procprt_EUID_a, procprt_EUID_e, ' ', 8}; - /***************************************************************/ - char * - procprt_SUID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1061,7 +1061,7 @@ procprt_SUID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_SUID = -- { "SUID ", "SUID", procprt_SUID_a, procprt_SUID_e, ' ', 8}; -+ { "SUID ", "SUID", .ac.doactiveconverts = procprt_SUID_a, procprt_SUID_e, ' ', 8}; - /***************************************************************/ - char * - procprt_FSUID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1080,7 +1080,7 @@ procprt_FSUID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_FSUID = -- { "FSUID ", "FSUID", procprt_FSUID_a, procprt_FSUID_e, ' ', 8}; -+ { "FSUID ", "FSUID", .ac.doactiveconverts = procprt_FSUID_a, procprt_FSUID_e, ' ', 8}; - /***************************************************************/ - char * - procprt_RGID_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -1093,7 +1093,7 @@ procprt_RGID_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_RGID = -- { "RGID ", "RGID", procprt_RGID_ae, procprt_RGID_ae, ' ', 8}; -+ { "RGID ", "RGID", .ac.doactiveconverts = procprt_RGID_ae, procprt_RGID_ae, ' ', 8}; - /***************************************************************/ - char * - procprt_EGID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1112,7 +1112,7 @@ procprt_EGID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_EGID = -- { "EGID ", "EGID", procprt_EGID_a, procprt_EGID_e, ' ', 8}; -+ { "EGID ", "EGID", .ac.doactiveconverts = procprt_EGID_a, procprt_EGID_e, ' ', 8}; - /***************************************************************/ - char * - procprt_SGID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1131,7 +1131,7 @@ procprt_SGID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_SGID = -- { "SGID ", "SGID", procprt_SGID_a, procprt_SGID_e, ' ', 8}; -+ { "SGID ", "SGID", .ac.doactiveconverts = procprt_SGID_a, procprt_SGID_e, ' ', 8}; - /***************************************************************/ - char * - procprt_FSGID_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1150,7 +1150,7 @@ procprt_FSGID_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_FSGID = -- { "FSGID ", "FSGID", procprt_FSGID_a, procprt_FSGID_e, ' ', 8}; -+ { "FSGID ", "FSGID", .ac.doactiveconverts = procprt_FSGID_a, procprt_FSGID_e, ' ', 8}; - /***************************************************************/ - char * - procprt_STDATE_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -1162,7 +1162,7 @@ procprt_STDATE_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_STDATE = -- { " STDATE ", "STDATE", procprt_STDATE_ae, procprt_STDATE_ae, ' ', 10}; -+ { " STDATE ", "STDATE", .ac.doactiveconverts = procprt_STDATE_ae, procprt_STDATE_ae, ' ', 10}; - /***************************************************************/ - char * - procprt_STTIME_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -1174,7 +1174,7 @@ procprt_STTIME_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_STTIME = -- { " STTIME ", "STTIME", procprt_STTIME_ae, procprt_STTIME_ae, ' ', 8}; -+ { " STTIME ", "STTIME", .ac.doactiveconverts = procprt_STTIME_ae, procprt_STTIME_ae, ' ', 8}; - /***************************************************************/ - char * - procprt_ENDATE_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1197,7 +1197,7 @@ procprt_ENDATE_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_ENDATE = -- { " ENDATE ", "ENDATE", procprt_ENDATE_a, procprt_ENDATE_e, ' ', 10}; -+ { " ENDATE ", "ENDATE", .ac.doactiveconverts = procprt_ENDATE_a, procprt_ENDATE_e, ' ', 10}; - /***************************************************************/ - char * - procprt_ENTIME_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1220,7 +1220,7 @@ procprt_ENTIME_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_ENTIME = -- { " ENTIME ", "ENTIME", procprt_ENTIME_a, procprt_ENTIME_e, ' ', 8}; -+ { " ENTIME ", "ENTIME", .ac.doactiveconverts = procprt_ENTIME_a, procprt_ENTIME_e, ' ', 8}; - /***************************************************************/ - char * - procprt_THR_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1238,7 +1238,7 @@ procprt_THR_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_THR = -- { " THR", "THR", procprt_THR_a, procprt_THR_e, ' ', 4}; -+ { " THR", "THR", .ac.doactiveconverts = procprt_THR_a, procprt_THR_e, ' ', 4}; - /***************************************************************/ - char * - procprt_TRUN_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1256,7 +1256,7 @@ procprt_TRUN_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_TRUN = -- { "TRUN", "TRUN", procprt_TRUN_a, procprt_TRUN_e, ' ', 4}; -+ { "TRUN", "TRUN", .ac.doactiveconverts = procprt_TRUN_a, procprt_TRUN_e, ' ', 4}; - /***************************************************************/ - char * - procprt_TSLPI_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1274,7 +1274,7 @@ procprt_TSLPI_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_TSLPI = -- { "TSLPI", "TSLPI", procprt_TSLPI_a, procprt_TSLPI_e, ' ', 5}; -+ { "TSLPI", "TSLPI", .ac.doactiveconverts = procprt_TSLPI_a, procprt_TSLPI_e, ' ', 5}; - /***************************************************************/ - char * - procprt_TSLPU_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1292,7 +1292,7 @@ procprt_TSLPU_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_TSLPU = -- { "TSLPU", "TSLPU", procprt_TSLPU_a, procprt_TSLPU_e, ' ', 5}; -+ { "TSLPU", "TSLPU", .ac.doactiveconverts = procprt_TSLPU_a, procprt_TSLPU_e, ' ', 5}; - /***************************************************************/ - char * - procprt_TIDLE_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1310,7 +1310,7 @@ procprt_TIDLE_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_TIDLE = -- { "TIDLE", "TIDLE", procprt_TIDLE_a, procprt_TIDLE_e, ' ', 5}; -+ { "TIDLE", "TIDLE", .ac.doactiveconverts = procprt_TIDLE_a, procprt_TIDLE_e, ' ', 5}; - /***************************************************************/ - #define SCHED_NORMAL 0 - #define SCHED_FIFO 1 -@@ -1357,7 +1357,7 @@ procprt_POLI_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_POLI = -- { "POLI", "POLI", procprt_POLI_a, procprt_POLI_e, ' ', 4}; -+ { "POLI", "POLI", .ac.doactiveconverts = procprt_POLI_a, procprt_POLI_e, ' ', 4}; - /***************************************************************/ - char * - procprt_NICE_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1375,7 +1375,7 @@ procprt_NICE_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_NICE = -- { "NICE", "NICE", procprt_NICE_a, procprt_NICE_e, ' ', 4}; -+ { "NICE", "NICE", .ac.doactiveconverts = procprt_NICE_a, procprt_NICE_e, ' ', 4}; - /***************************************************************/ - char * - procprt_PRI_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1393,7 +1393,7 @@ procprt_PRI_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_PRI = -- { "PRI", "PRI", procprt_PRI_a, procprt_PRI_e, ' ', 3}; -+ { "PRI", "PRI", .ac.doactiveconverts = procprt_PRI_a, procprt_PRI_e, ' ', 3}; - /***************************************************************/ - char * - procprt_RTPR_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1411,7 +1411,7 @@ procprt_RTPR_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_RTPR = -- { "RTPR", "RTPR", procprt_RTPR_a, procprt_RTPR_e, ' ', 4}; -+ { "RTPR", "RTPR", .ac.doactiveconverts = procprt_RTPR_a, procprt_RTPR_e, ' ', 4}; - /***************************************************************/ - char * - procprt_CURCPU_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1429,7 +1429,7 @@ procprt_CURCPU_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_CURCPU = -- { "CPUNR", "CPUNR", procprt_CURCPU_a, procprt_CURCPU_e, ' ', 5}; -+ { "CPUNR", "CPUNR", .ac.doactiveconverts = procprt_CURCPU_a, procprt_CURCPU_e, ' ', 5}; - /***************************************************************/ - char * - procprt_ST_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1473,7 +1473,7 @@ procprt_ST_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_ST = -- { "ST", "ST", procprt_ST_a, procprt_ST_e, ' ', 2}; -+ { "ST", "ST", .ac.doactiveconverts = procprt_ST_a, procprt_ST_e, ' ', 2}; - /***************************************************************/ - char * - procprt_EXC_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1496,7 +1496,7 @@ procprt_EXC_e(struct tstat *curstat, int avgval, int nsecs) - - - detail_printdef procprt_EXC = -- { "EXC", "EXC", procprt_EXC_a, procprt_EXC_e, ' ', 3}; -+ { "EXC", "EXC", .ac.doactiveconverts = procprt_EXC_a, procprt_EXC_e, ' ', 3}; - /***************************************************************/ - char * - procprt_S_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1515,7 +1515,7 @@ procprt_S_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_S = -- { "S", "S", procprt_S_a, procprt_S_e, ' ', 1}; -+ { "S", "S", .ac.doactiveconverts = procprt_S_a, procprt_S_e, ' ', 1}; - - /***************************************************************/ - char * -@@ -1546,7 +1546,7 @@ procprt_COMMAND_LINE_ae(struct tstat *curstat, int avgval, int nsecs) - detail_printdef procprt_COMMAND_LINE = - { "COMMAND-LINE (horizontal scroll with <- and -> keys)", - "COMMAND-LINE", -- procprt_COMMAND_LINE_ae, procprt_COMMAND_LINE_ae, ' ', 0, 1}; -+ .ac.doactiveconverts = procprt_COMMAND_LINE_ae, procprt_COMMAND_LINE_ae, ' ', 0, 1}; - /***************************************************************/ - char * - procprt_NPROCS_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -1558,7 +1558,7 @@ procprt_NPROCS_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_NPROCS = -- { "NPROCS", "NPROCS", procprt_NPROCS_ae, procprt_NPROCS_ae, ' ', 6}; -+ { "NPROCS", "NPROCS", .ac.doactiveconverts = procprt_NPROCS_ae, procprt_NPROCS_ae, ' ', 6}; - /***************************************************************/ - char * - procprt_RDDSK_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1580,7 +1580,7 @@ procprt_RDDSK_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_RDDSK = -- { " RDDSK", "RDDSK", procprt_RDDSK_a, procprt_RDDSK_e, ' ', 6}; -+ { " RDDSK", "RDDSK", .ac.doactiveconverts = procprt_RDDSK_a, procprt_RDDSK_e, ' ', 6}; - /***************************************************************/ - char * - procprt_WRDSK_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1602,7 +1602,7 @@ procprt_WRDSK_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_WRDSK = -- { " WRDSK", "WRDSK", procprt_WRDSK_a, procprt_WRDSK_e, ' ', 6}; -+ { " WRDSK", "WRDSK", .ac.doactiveconverts = procprt_WRDSK_a, procprt_WRDSK_e, ' ', 6}; - /***************************************************************/ - char * - procprt_CWRDSK_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1621,7 +1621,7 @@ procprt_CWRDSK_a(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_CWRDSK = -- {" WRDSK", "CWRDSK", procprt_CWRDSK_a, procprt_WRDSK_e, ' ', 6}; -+ {" WRDSK", "CWRDSK", .ac.doactiveconverts = procprt_CWRDSK_a, procprt_WRDSK_e, ' ', 6}; - /***************************************************************/ - char * - procprt_WCANCEL_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1643,7 +1643,7 @@ procprt_WCANCEL_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_WCANCEL = -- {"WCANCL", "WCANCL", procprt_WCANCEL_a, procprt_WCANCEL_e, ' ', 6}; -+ {"WCANCL", "WCANCL", .ac.doactiveconverts = procprt_WCANCEL_a, procprt_WCANCEL_e, ' ', 6}; - /***************************************************************/ - char * - procprt_TCPRCV_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1672,7 +1672,7 @@ procprt_TCPRCV_e(struct tstat *curstat, int avgval, int nsecs) - - - detail_printdef procprt_TCPRCV = -- { "TCPRCV", "TCPRCV", procprt_TCPRCV_a, procprt_TCPRCV_e, ' ', 6}; -+ { "TCPRCV", "TCPRCV", .ac.doactiveconverts = procprt_TCPRCV_a, procprt_TCPRCV_e, ' ', 6}; - /***************************************************************/ - char * - procprt_TCPRASZ_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1704,7 +1704,7 @@ procprt_TCPRASZ_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_TCPRASZ = -- { "TCPRASZ", "TCPRASZ", procprt_TCPRASZ_a, procprt_TCPRASZ_e, ' ', 7}; -+ { "TCPRASZ", "TCPRASZ", .ac.doactiveconverts = procprt_TCPRASZ_a, procprt_TCPRASZ_e, ' ', 7}; - /***************************************************************/ - char * - procprt_TCPSND_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1732,7 +1732,7 @@ procprt_TCPSND_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_TCPSND = -- { "TCPSND", "TCPSND", procprt_TCPSND_a, procprt_TCPSND_e, ' ', 6}; -+ { "TCPSND", "TCPSND", .ac.doactiveconverts = procprt_TCPSND_a, procprt_TCPSND_e, ' ', 6}; - /***************************************************************/ - char * - procprt_TCPSASZ_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1764,7 +1764,7 @@ procprt_TCPSASZ_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_TCPSASZ = -- { "TCPSASZ", "TCPSASZ", procprt_TCPSASZ_a, procprt_TCPSASZ_e, ' ', 7}; -+ { "TCPSASZ", "TCPSASZ", .ac.doactiveconverts = procprt_TCPSASZ_a, procprt_TCPSASZ_e, ' ', 7}; - /***************************************************************/ - char * - procprt_UDPRCV_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1793,7 +1793,7 @@ procprt_UDPRCV_e(struct tstat *curstat, int avgval, int nsecs) - - - detail_printdef procprt_UDPRCV = -- { "UDPRCV", "UDPRCV", procprt_UDPRCV_a, procprt_UDPRCV_e, ' ', 6}; -+ { "UDPRCV", "UDPRCV", .ac.doactiveconverts = procprt_UDPRCV_a, procprt_UDPRCV_e, ' ', 6}; - /***************************************************************/ - char * - procprt_UDPRASZ_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1826,7 +1826,7 @@ procprt_UDPRASZ_e(struct tstat *curstat, int avgval, int nsecs) - - - detail_printdef procprt_UDPRASZ = -- { "UDPRASZ", "UDPRASZ", procprt_UDPRASZ_a, procprt_UDPRASZ_e, ' ', 7}; -+ { "UDPRASZ", "UDPRASZ", .ac.doactiveconverts = procprt_UDPRASZ_a, procprt_UDPRASZ_e, ' ', 7}; - /***************************************************************/ - char * - procprt_UDPSND_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1854,7 +1854,7 @@ procprt_UDPSND_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_UDPSND = -- { "UDPSND", "UDPSND", procprt_UDPSND_a, procprt_UDPSND_e, ' ', 6}; -+ { "UDPSND", "UDPSND", .ac.doactiveconverts = procprt_UDPSND_a, procprt_UDPSND_e, ' ', 6}; - /***************************************************************/ - char * - procprt_UDPSASZ_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1887,7 +1887,7 @@ procprt_UDPSASZ_e(struct tstat *curstat, int avgval, int nsecs) - - - detail_printdef procprt_UDPSASZ = -- { "UDPSASZ", "UDPSASZ", procprt_UDPSASZ_a, procprt_UDPSASZ_e, ' ', 7}; -+ { "UDPSASZ", "UDPSASZ", .ac.doactiveconverts = procprt_UDPSASZ_a, procprt_UDPSASZ_e, ' ', 7}; - /***************************************************************/ - char * - procprt_RNET_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1917,7 +1917,7 @@ procprt_RNET_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_RNET = -- { " RNET", "RNET", procprt_RNET_a, procprt_RNET_e, ' ', 5}; -+ { " RNET", "RNET", .ac.doactiveconverts = procprt_RNET_a, procprt_RNET_e, ' ', 5}; - /***************************************************************/ - char * - procprt_SNET_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1945,7 +1945,7 @@ procprt_SNET_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_SNET = -- { " SNET", "SNET", procprt_SNET_a, procprt_SNET_e, ' ', 5}; -+ { " SNET", "SNET", .ac.doactiveconverts = procprt_SNET_a, procprt_SNET_e, ' ', 5}; - /***************************************************************/ - char * - procprt_BANDWI_a(struct tstat *curstat, int avgval, int nsecs) -@@ -1974,7 +1974,7 @@ procprt_BANDWI_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_BANDWI = -- { " BANDWI", "BANDWI", procprt_BANDWI_a, procprt_BANDWI_e, ' ', 9}; -+ { " BANDWI", "BANDWI", .ac.doactiveconverts = procprt_BANDWI_a, procprt_BANDWI_e, ' ', 9}; - /***************************************************************/ - char * - procprt_BANDWO_a(struct tstat *curstat, int avgval, int nsecs) -@@ -2003,7 +2003,7 @@ procprt_BANDWO_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_BANDWO = -- { " BANDWO", "BANDWO", procprt_BANDWO_a, procprt_BANDWO_e, ' ', 9}; -+ { " BANDWO", "BANDWO", .ac.doactiveconverts = procprt_BANDWO_a, procprt_BANDWO_e, ' ', 9}; - /***************************************************************/ - static void - format_bandw(char *buf, count_t kbps) -@@ -2069,7 +2069,7 @@ procprt_GPULIST_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_GPULIST = -- { " GPUNUMS", "GPULIST", procprt_GPULIST_ae, procprt_GPULIST_ae, ' ', 8}; -+ { " GPUNUMS", "GPULIST", .ac.doactiveconverts = procprt_GPULIST_ae, procprt_GPULIST_ae, ' ', 8}; - /***************************************************************/ - char * - procprt_GPUMEMNOW_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -2084,7 +2084,7 @@ procprt_GPUMEMNOW_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_GPUMEMNOW = -- { "MEMNOW", "GPUMEM", procprt_GPUMEMNOW_ae, procprt_GPUMEMNOW_ae, ' ', 6}; -+ { "MEMNOW", "GPUMEM", .ac.doactiveconverts = procprt_GPUMEMNOW_ae, procprt_GPUMEMNOW_ae, ' ', 6}; - /***************************************************************/ - char * - procprt_GPUMEMAVG_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -2103,7 +2103,7 @@ procprt_GPUMEMAVG_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_GPUMEMAVG = -- { "MEMAVG", "GPUMEMAVG", procprt_GPUMEMAVG_ae, procprt_GPUMEMAVG_ae, ' ', 6}; -+ { "MEMAVG", "GPUMEMAVG", .ac.doactiveconverts = procprt_GPUMEMAVG_ae, procprt_GPUMEMAVG_ae, ' ', 6}; - /***************************************************************/ - char * - procprt_GPUGPUBUSY_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -2121,7 +2121,7 @@ procprt_GPUGPUBUSY_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_GPUGPUBUSY = -- { "GPUBUSY", "GPUGPUBUSY", procprt_GPUGPUBUSY_ae, procprt_GPUGPUBUSY_ae, ' ', 7}; -+ { "GPUBUSY", "GPUGPUBUSY", .ac.doactiveconverts = procprt_GPUGPUBUSY_ae, procprt_GPUGPUBUSY_ae, ' ', 7}; - /***************************************************************/ - char * - procprt_GPUMEMBUSY_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -2139,7 +2139,7 @@ procprt_GPUMEMBUSY_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_GPUMEMBUSY = -- { "MEMBUSY", "GPUMEMBUSY", procprt_GPUMEMBUSY_ae, procprt_GPUMEMBUSY_ae, ' ', 7}; -+ { "MEMBUSY", "GPUMEMBUSY", .ac.doactiveconverts = procprt_GPUMEMBUSY_ae, procprt_GPUMEMBUSY_ae, ' ', 7}; - /***************************************************************/ - char * - procprt_WCHAN_a(struct tstat *curstat, int avgval, int nsecs) -@@ -2164,7 +2164,7 @@ procprt_WCHAN_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_WCHAN = -- { "WCHAN ", "WCHAN", procprt_WCHAN_a, procprt_WCHAN_e, ' ', 15}; -+ { "WCHAN ", "WCHAN", .ac.doactiveconverts = procprt_WCHAN_a, procprt_WCHAN_e, ' ', 15}; - /***************************************************************/ - char * - procprt_RUNDELAY_a(struct tstat *curstat, int avgval, int nsecs) -@@ -2185,7 +2185,7 @@ procprt_RUNDELAY_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_RUNDELAY = -- { "RDELAY", "RDELAY", procprt_RUNDELAY_a, procprt_RUNDELAY_e, ' ', 6}; -+ { "RDELAY", "RDELAY", .ac.doactiveconverts = procprt_RUNDELAY_a, procprt_RUNDELAY_e, ' ', 6}; - /***************************************************************/ - char * - procprt_BLKDELAY_a(struct tstat *curstat, int avgval, int nsecs) -@@ -2206,7 +2206,7 @@ procprt_BLKDELAY_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_BLKDELAY = -- { "BDELAY", "BDELAY", procprt_BLKDELAY_a, procprt_BLKDELAY_e, ' ', 6}; -+ { "BDELAY", "BDELAY", .ac.doactiveconverts = procprt_BLKDELAY_a, procprt_BLKDELAY_e, ' ', 6}; - /***************************************************************/ - char * - procprt_NVCSW_a(struct tstat *curstat, int avgval, int nsecs) -@@ -2224,7 +2224,7 @@ procprt_NVCSW_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_NVCSW = -- { " NVCSW", "NVCSW", procprt_NVCSW_a, procprt_NVCSW_e, ' ', 6}; -+ { " NVCSW", "NVCSW", .ac.doactiveconverts = procprt_NVCSW_a, procprt_NVCSW_e, ' ', 6}; - /***************************************************************/ - char * - procprt_NIVCSW_a(struct tstat *curstat, int avgval, int nsecs) -@@ -2242,7 +2242,7 @@ procprt_NIVCSW_e(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_NIVCSW = -- { "NIVCSW", "NIVCSW", procprt_NIVCSW_a, procprt_NIVCSW_e, ' ', 6}; -+ { "NIVCSW", "NIVCSW", .ac.doactiveconverts = procprt_NIVCSW_a, procprt_NIVCSW_e, ' ', 6}; - /***************************************************************/ - char * - procprt_SORTITEM_ae(struct tstat *curstat, int avgval, int nsecs) -@@ -2251,7 +2251,7 @@ procprt_SORTITEM_ae(struct tstat *curstat, int avgval, int nsecs) - } - - detail_printdef procprt_SORTITEM = // width is dynamically defined! -- { 0, "SORTITEM", procprt_SORTITEM_ae, procprt_SORTITEM_ae, ' ', 4}; -+ { 0, "SORTITEM", .ac.doactiveconverts = procprt_SORTITEM_ae, procprt_SORTITEM_ae, ' ', 4}; - - - /***************************************************************/ -@@ -2382,7 +2382,7 @@ showcgroupline(detail_printpair* elemptr, - - color = 0; - -- buf = curelem.pf->doactiveconvert(cgchain, tstat, -+ buf = curelem.pf->ac.doactiveconvertc(cgchain, tstat, - avgval, nsecs, cputicks, nrcpu, &color); - - if (screen) -@@ -2513,7 +2513,7 @@ cgroup_CGROUP_PATH(struct cgchainer *cgchain, struct tstat *tstat, - - detail_printdef cgroupprt_CGROUP_PATH = - {"CGROUP (scroll: <- ->) ", "CGRPATH", -- cgroup_CGROUP_PATH, NULL, ' ', 26, 0}; -+ .ac.doactiveconvertc = cgroup_CGROUP_PATH, NULL, ' ', 26, 0}; - /***************************************************************/ - char * - cgroup_CGRNPROCS(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2530,7 +2530,7 @@ cgroup_CGRNPROCS(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRNPROCS = -- { "NPROCS", "CGRNPROCS", cgroup_CGRNPROCS, NULL, ' ', 6}; -+ { "NPROCS", "CGRNPROCS", .ac.doactiveconvertc = cgroup_CGRNPROCS, NULL, ' ', 6}; - /***************************************************************/ - char * - cgroup_CGRNPROCSB(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2547,7 +2547,7 @@ cgroup_CGRNPROCSB(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRNPROCSB = -- { "PBELOW", "CGRNPROCSB", cgroup_CGRNPROCSB, NULL, ' ', 6}; -+ { "PBELOW", "CGRNPROCSB", .ac.doactiveconvertc = cgroup_CGRNPROCSB, NULL, ' ', 6}; - /***************************************************************/ - char * - cgroup_CGRCPUBUSY(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2599,7 +2599,7 @@ cgroup_CGRCPUBUSY(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRCPUBUSY = -- { "CPUBUSY", "CGRCPUBUSY", cgroup_CGRCPUBUSY, NULL, 'C', 7}; -+ { "CPUBUSY", "CGRCPUBUSY", .ac.doactiveconvertc = cgroup_CGRCPUBUSY, NULL, 'C', 7}; - /***************************************************************/ - char * - cgroup_CGRCPUPSI(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2629,7 +2629,7 @@ cgroup_CGRCPUPSI(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRCPUPSI = -- { "CPUPS", "CGRCPUPSI", cgroup_CGRCPUPSI, NULL, ' ', 5}; -+ { "CPUPS", "CGRCPUPSI", .ac.doactiveconvertc = cgroup_CGRCPUPSI, NULL, ' ', 5}; - /***************************************************************/ - char * - cgroup_CGRCPUMAX(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2672,7 +2672,7 @@ cgroup_CGRCPUMAX(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRCPUMAX = -- { "CPUMAX", "CGRCPUMAX", cgroup_CGRCPUMAX, NULL, ' ', 6}; -+ { "CPUMAX", "CGRCPUMAX", .ac.doactiveconvertc = cgroup_CGRCPUMAX, NULL, ' ', 6}; - /***************************************************************/ - char * - cgroup_CGRCPUWGT(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2695,7 +2695,7 @@ cgroup_CGRCPUWGT(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRCPUWGT = -- { "CPUWGT", "CGRCPUWGT", cgroup_CGRCPUWGT, NULL, ' ', 6}; -+ { "CPUWGT", "CGRCPUWGT", .ac.doactiveconvertc = cgroup_CGRCPUWGT, NULL, ' ', 6}; - /***************************************************************/ - char * - cgroup_CGRMEMORY(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2740,7 +2740,7 @@ cgroup_CGRMEMORY(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRMEMORY = -- { "MEMORY", "CGRMEMORY", cgroup_CGRMEMORY, NULL, 'M', 6}; -+ { "MEMORY", "CGRMEMORY", .ac.doactiveconvertc = cgroup_CGRMEMORY, NULL, 'M', 6}; - /***************************************************************/ - char * - cgroup_CGRMEMPSI(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2770,7 +2770,7 @@ cgroup_CGRMEMPSI(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRMEMPSI = -- { "MEMPS", "CGRMEMPSI", cgroup_CGRMEMPSI, NULL, ' ', 5}; -+ { "MEMPS", "CGRMEMPSI", .ac.doactiveconvertc = cgroup_CGRMEMPSI, NULL, ' ', 5}; - /***************************************************************/ - char * - cgroup_CGRMEMMAX(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2810,7 +2810,7 @@ cgroup_CGRMEMMAX(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRMEMMAX = -- { "MEMMAX", "CGRMEMMAX", cgroup_CGRMEMMAX, NULL, ' ', 6}; -+ { "MEMMAX", "CGRMEMMAX", .ac.doactiveconvertc = cgroup_CGRMEMMAX, NULL, ' ', 6}; - /***************************************************************/ - char * - cgroup_CGRSWPMAX(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2835,7 +2835,7 @@ cgroup_CGRSWPMAX(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRSWPMAX = -- { "SWPMAX", "CGRSWPMAX", cgroup_CGRSWPMAX, NULL, ' ', 6}; -+ { "SWPMAX", "CGRSWPMAX", .ac.doactiveconvertc = cgroup_CGRSWPMAX, NULL, ' ', 6}; - /***************************************************************/ - char * - cgroup_CGRDISKIO(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2864,7 +2864,7 @@ cgroup_CGRDISKIO(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRDISKIO = -- { "DISKIO", "CGRDISKIO", cgroup_CGRDISKIO, NULL, 'D', 6}; -+ { "DISKIO", "CGRDISKIO", .ac.doactiveconvertc = cgroup_CGRDISKIO, NULL, 'D', 6}; - /***************************************************************/ - char * - cgroup_CGRDSKPSI(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2894,7 +2894,7 @@ cgroup_CGRDSKPSI(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRDSKPSI = -- { "DSKPS", "CGRDSKPSI", cgroup_CGRDSKPSI, NULL, ' ', 5}; -+ { "DSKPS", "CGRDSKPSI", .ac.doactiveconvertc = cgroup_CGRDSKPSI, NULL, ' ', 5}; - /***************************************************************/ - char * - cgroup_CGRDSKWGT(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2917,7 +2917,7 @@ cgroup_CGRDSKWGT(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRDSKWGT = -- { "IOWGT", "CGRDSKWGT", cgroup_CGRDSKWGT, NULL, ' ', 5}; -+ { "IOWGT", "CGRDSKWGT", .ac.doactiveconvertc = cgroup_CGRDSKWGT, NULL, ' ', 5}; - /***************************************************************/ - char * - cgroup_CGRPID(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2934,7 +2934,7 @@ cgroup_CGRPID(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRPID = -- { "PID", "CGRPID", cgroup_CGRPID, NULL, ' ', 5}; //DYNAMIC WIDTH! -+ { "PID", "CGRPID", .ac.doactiveconvertc = cgroup_CGRPID, NULL, ' ', 5}; //DYNAMIC WIDTH! - /***************************************************************/ - char * - cgroup_CGRCMD(struct cgchainer *cgchain, struct tstat *tstat, -@@ -2963,5 +2963,5 @@ cgroup_CGRCMD(struct cgchainer *cgchain, struct tstat *tstat, - } - - detail_printdef cgroupprt_CGRCMD = -- { "CMD ", "CGRCMD", cgroup_CGRCMD, NULL, ' ', 14}; -+ { "CMD ", "CGRCMD", .ac.doactiveconvertc = cgroup_CGRCMD, NULL, ' ', 14}; - /***************************************************************/ -diff --git a/various.c b/various.c -index c175c10..906a529 100644 ---- a/various.c -+++ b/various.c -@@ -29,6 +29,10 @@ - ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ** -------------------------------------------------------------------------- - */ -+#define _POSIX_C_SOURCE -+#define _XOPEN_SOURCE -+#define _GNU_SOURCE -+#define _DEFAULT_SOURCE - - #include - #include --- -2.34.1 - diff --git a/meta-oe/recipes-support/atop/atop/fix-permissions.patch b/meta-oe/recipes-support/atop/atop/fix-permissions.patch index 10f504b472..afd37aca85 100644 --- a/meta-oe/recipes-support/atop/atop/fix-permissions.patch +++ b/meta-oe/recipes-support/atop/atop/fix-permissions.patch @@ -1,4 +1,4 @@ -From d9498d10d0e8241749835dbc9fa229465d4fdfd7 Mon Sep 17 00:00:00 2001 +From 3684fcf7679d5d5f7adc5a4a7e53f498aa0c45c2 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Wed, 6 Feb 2019 13:58:04 +0000 Subject: [PATCH] Fix permissions @@ -14,10 +14,10 @@ Signed-off-by: Tho Dat Nguyen 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile -index a6f196b..7786f93 100644 +index 3a73bd2..1388b65 100644 --- a/Makefile +++ b/Makefile -@@ -77,7 +77,7 @@ install: genericinstall +@@ -86,7 +86,7 @@ install: genericinstall cp atopacct.service $(DESTDIR)$(SYSDPATH) chmod 0644 $(DESTDIR)$(SYSDPATH)/atopacct.service cp atop-pm.sh $(DESTDIR)$(PMPATHD) @@ -26,7 +26,7 @@ index a6f196b..7786f93 100644 # # only when making on target system: # -@@ -107,17 +107,17 @@ sysvinstall: genericinstall +@@ -116,17 +116,17 @@ sysvinstall: genericinstall cp atopacct.init $(DESTDIR)$(INIPATH)/atopacct cp atop.cronsysv $(DESTDIR)$(CRNPATH)/atop cp atop.daily $(DESTDIR)$(SCRPATH) @@ -47,7 +47,7 @@ index a6f196b..7786f93 100644 fi # # -@@ -160,7 +160,7 @@ genericinstall: atop atopacctd atopconvert atopcat atophide +@@ -169,7 +169,7 @@ genericinstall: atop atopacctd atopconvert atopcat atophide chmod 644 $(DESTDIR)$(DEFPATH)/atop # cp atop $(DESTDIR)$(BINPATH)/atop @@ -56,7 +56,7 @@ index a6f196b..7786f93 100644 ln -sf atop $(DESTDIR)$(BINPATH)/atopsar cp atopacctd $(DESTDIR)$(SBINPATH)/atopacctd chmod 0700 $(DESTDIR)$(SBINPATH)/atopacctd -@@ -169,11 +169,11 @@ genericinstall: atop atopacctd atopconvert atopcat atophide +@@ -178,11 +178,11 @@ genericinstall: atop atopacctd atopconvert atopcat atophide cp atop $(DESTDIR)$(BINPATH)/atop-$(VERS) ln -sf atop-$(VERS) $(DESTDIR)$(BINPATH)/atopsar-$(VERS) cp atopconvert $(DESTDIR)$(BINPATH)/atopconvert diff --git a/meta-oe/recipes-support/atop/atop_2.11.0.bb b/meta-oe/recipes-support/atop/atop_2.12.0.bb similarity index 94% rename from meta-oe/recipes-support/atop/atop_2.11.0.bb rename to meta-oe/recipes-support/atop/atop_2.12.0.bb index 8eb8cd6b06..348493245b 100644 --- a/meta-oe/recipes-support/atop/atop_2.11.0.bb +++ b/meta-oe/recipes-support/atop/atop_2.12.0.bb @@ -21,9 +21,8 @@ SRC_URI = "http://www.atoptool.nl/download/${BP}.tar.gz \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'file://volatiles.atop.conf', 'file://volatiles.99_atop', d)} \ file://fix-permissions.patch \ file://sysvinit-implement-status.patch \ - file://0001-Redefine-function-prototypes-solves-issue-322.patch \ " -SRC_URI[sha256sum] = "9b94c666602efff7bf402ecce706c347f38c39cb63498f9d39626861e5646e20" +SRC_URI[sha256sum] = "0d09ecc90c14e6ef41c22e3c57c142c3e4fb9cf3c94379077a33c961d5343086" UPSTREAM_CHECK_URI = "https://atoptool.nl/downloadatop.php" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+).tar" From patchwork Wed Jul 30 09:54:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67706 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 7B98FC87FD9 for ; Wed, 30 Jul 2025 09:55:09 +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.web11.31369.1753869305704228510 for ; Wed, 30 Jul 2025 02:55:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=QpT2u6xx; 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=1753869306; x=1785405306; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qQGI2RkHMtZS/czpi74oSaebVeBTWYakXNX4aZ7MZWE=; b=QpT2u6xx55yAcUzHeUmyYziYjm4emvurDPco5inkVvL9SrRU9yNyPH9v TB/AI7pz+8El7ucc+ZlSn5GON6kJGQTngm1xeK4hC8UVjD2AzuS8JFlwS zuhG1PuHNXb9f1rhZP0bCeiq//u0vj7/AsLh6ZkLus41gaM9As/OXr86Z qUmkgu91AjG+HIrgOxUgCCC7rTIxCzFofRoFiYeeWFKEb3x2z0zKJjFec zzFJRIzwyWFa3qfuhjA4wz+mDnUXyA444Tgn/ZxEI0Oc/kMJAaEfYgUa1 cNseKZSxD7e9EWhEcPQzMEJ39rhPK9aGKn3fgeORJ84guc/b3fFD0BPkb Q==; X-CSE-ConnectionGUID: n3Q4cUkQQQe8NLh0WEl+IA== X-CSE-MsgGUID: c9dqsXgMTDua5szVnAwt7g== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="211191702" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="211191702" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:04 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 018B342A30F for ; Wed, 30 Jul 2025 09:55:04 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_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 6717D1C00169 for ; Wed, 30 Jul 2025 09:55:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6425A1A0078; Wed, 30 Jul 2025 17:55:00 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/40] bolt: upgrade 0.9.6 -> 0.9.10 Date: Wed, 30 Jul 2025 17:54:20 +0800 Message-ID: <20250730095456.695-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118770 From: Wang Mingyu Changelog: ============ - Fix bolt exits when opening an empty version file - Fix failure on integration test due to the change of the latest pygobject - Several CI improvements and fixes. - Fixed memory leak in boltctl - The unused codes were removed from daemon - Fixed a NULL syspath variable causes SIGSEGV - A new NHI for REMBRANDT. - CI fixes. - Don't install an empty DB directory. - Fixed: Determine the string length before writing file. - Fixed: Free on error to prevent resource leak. - Add a 'nopcie' security level since some devices report 'nopcie' when Thunderbolt is disabled through BIOS setting. - Markdown lint styling is used for documents. Signed-off-by: Wang Mingyu --- meta-oe/recipes-bsp/bolt/{bolt_0.9.6.bb => bolt_0.9.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/bolt/{bolt_0.9.6.bb => bolt_0.9.10.bb} (92%) diff --git a/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb b/meta-oe/recipes-bsp/bolt/bolt_0.9.10.bb similarity index 92% rename from meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb rename to meta-oe/recipes-bsp/bolt/bolt_0.9.10.bb index ec3cdcaa75..3d1686bcf6 100644 --- a/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb +++ b/meta-oe/recipes-bsp/bolt/bolt_0.9.10.bb @@ -8,7 +8,7 @@ DEPENDS = "udev polkit dbus" REQUIRED_DISTRO_FEATURES = "polkit" SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master" -SRCREV = "f03c50b22ae3fda26711ddabd91e2c5dd8103478" +SRCREV = "c0d4cb2f4399e86417907a37c0d8ef3bb9fb406f" CVE_PRODUCT = "freedesktop:bolt" From patchwork Wed Jul 30 09:54:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67704 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 5E42DC87FD4 for ; Wed, 30 Jul 2025 09:55:09 +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.web11.31370.1753869305878522006 for ; Wed, 30 Jul 2025 02:55:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DSmouG1a; 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=1753869306; x=1785405306; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UMS1YHrKSAd0YfDBcHC7F8y6BVN3Zoyj2FIKNc+kpz4=; b=DSmouG1adTDrQc5xVCip5Wv1SRfX1G0E7LBO6G6ixq5iTdx3wCkEudpt hzrWFJBtsJC40qtyz2A9NaAMg2l/08kO2ESweSV1saKDtLcAzprqjLqe1 y5teXNuFy+yaibaDmk3QIVb4CGI2eUNSiLQJj5NbSn8RrJm2OFyXLhnIa SLBH4huDDMLlRcLOiP+Njj2UZTud9PVJq1ZkxoKa6T2fwNnMC509pARDY +DICUtsuim4cbziSZ2hBc9eUZrT7A+LSLcdEehVONAf/+pUBkArcGbInh XH9QigItWg0Nadk5i/IubzTWFGuNCytCwbp8Twr/ucvE4Uufuy9x3KgKz Q==; X-CSE-ConnectionGUID: vt3YqQlhQmmdit252yMuow== X-CSE-MsgGUID: I2QJFLD3QfqNwvrfbFPOKg== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="207935298" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="207935298" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:04 +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 az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 377DC1C0213E for ; Wed, 30 Jul 2025 09:55:04 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id A2179823C42 for ; Wed, 30 Jul 2025 09:55:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B919B1A008D; Wed, 30 Jul 2025 17:55:00 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 05/40] cfengine-masterfiles: upgrade 3.21.5 -> 3.26.0 Date: Wed, 30 Jul 2025 17:54:21 +0800 Message-ID: <20250730095456.695-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118771 From: Wang Mingyu License-Update: Copyright year updated to 2024 Signed-off-by: Wang Mingyu --- ...e-masterfiles_3.21.5.bb => cfengine-masterfiles_3.26.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/cfengine/{cfengine-masterfiles_3.21.5.bb => cfengine-masterfiles_3.26.0.bb} (88%) diff --git a/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.21.5.bb b/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.26.0.bb similarity index 88% rename from meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.21.5.bb rename to meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.26.0.bb index 1baacac03d..d8869f20cb 100644 --- a/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.21.5.bb +++ b/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.26.0.bb @@ -18,11 +18,11 @@ or wherever `$(sys.masterdir)` points. \ HOMEPAGE = "http://cfengine.com" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bb843e794feb6890f7697637b461c36e" +LIC_FILES_CHKSUM = "file://LICENSE;md5=22b3189b9b79f1de35860dcc299bb6bc" SRC_URI = "https://cfengine-package-repos.s3.amazonaws.com/tarballs/${BP}.tar.gz \ " -SRC_URI[sha256sum] = "0adcfcf36d47317776ad64331058a4d2e3669683314716ddb885f8a13309f47d" +SRC_URI[sha256sum] = "fc8b0ad20e803e0d1e9dcda7afb2f3f5110357ac0e553ed95cf2cbea9652451d" UPSTREAM_CHECK_URI = "https://github.com/cfengine/masterfiles/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed Jul 30 09:54:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67702 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 4D88DC87FD2 for ; Wed, 30 Jul 2025 09:55:09 +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.web11.31371.1753869307251550651 for ; Wed, 30 Jul 2025 02:55:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=BnNvB73b; 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=1753869307; x=1785405307; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=QP4KlTISScpAjPydNfQmDOL467Clj6w+C6S1y+kElUs=; b=BnNvB73beD2aTsS+NASV/RTLLaJgv1W1LzHCGXF0yh2B73QlTxRGzMjW V1gVE1zTk6H+UkHQ35WRplI4QaXpYvqsn6jbtElTdheg2H0vjTvoFKYBI 0SbnPdPfmb+855JUWFNDTnAbPq1OjzPmejFOq6mP+SEUO+oRxAHnk5KG6 SPrG1mIA9k+XY/UR9KSWwRCW45R8Fd6katxwm7VbNYmcPM0r8FSI/+ouV TUVVJMjxesXv6R+lHDsuJqlwR+N96e+Exwq9n13S2ipTO34O4rdmAXdW3 nEbFZxMcpDfbUGF895TUVSFbqV7/b3XcDltiRDqLIJVbdcIcl2FNRqBoH g==; X-CSE-ConnectionGUID: 9Q61gYwXT+6Mf27NC4bVIQ== X-CSE-MsgGUID: 8slynAIlTk29NPNU5A1u4g== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="186784560" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="186784560" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55: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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 79CC78204EA for ; Wed, 30 Jul 2025 09:55:05 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id E3638C01804 for ; Wed, 30 Jul 2025 09:55:04 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 105A01A008F; Wed, 30 Jul 2025 17:55:01 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 06/40] drm-info: upgrade 2.7.0 -> 2.8.0 Date: Wed, 30 Jul 2025 17:54:22 +0800 Message-ID: <20250730095456.695-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118773 From: Wang Mingyu Changelog: ========== - Add support for the IN_FORMATS_ASYNC property - json: fix trailing NUL byte in PATH data field - readme: drop CI badge - readme: add link to GitLab repo, use references - build: bump minimum Meson version to 0.56.0 - build: bump minimum libdrm version to 2.4.104 - readme: make --wrap-mode=nofallback paragraph more generic - readme: make usage list more readable - ci: switch to debian/oldstable - build: remove unnecessary libdrm fallback variable name - build: bump libdrm headers to v2.4.125 - Add support for Apple format modifiers - Add support for MediaTek format modifiers - build: bump version to 2.8.0 Signed-off-by: Wang Mingyu --- .../drm/{drm-info_2.7.0.bb => drm-info_2.8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/drm/{drm-info_2.7.0.bb => drm-info_2.8.0.bb} (78%) diff --git a/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb b/meta-oe/recipes-graphics/drm/drm-info_2.8.0.bb similarity index 78% rename from meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb rename to meta-oe/recipes-graphics/drm/drm-info_2.8.0.bb index 810be40013..f94611a79e 100644 --- a/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb +++ b/meta-oe/recipes-graphics/drm/drm-info_2.8.0.bb @@ -3,8 +3,8 @@ HOMEPAGE = "https://gitlab.freedesktop.org/emersion/drm_info" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=32fd56d355bd6a61017655d8da26b67c" -SRC_URI = "git://gitlab.freedesktop.org/emersion/drm_info.git;branch=master;protocol=https" -SRCREV = "c1f5ca4cf750b26eb26c1d9d5c2ef057acbcfefc" +SRC_URI = "git://gitlab.freedesktop.org/emersion/drm_info.git;branch=master;protocol=https;tag=v${PV}" +SRCREV = "4dbc230d3236215198954e9284cdb2c5933f8f22" inherit meson pkgconfig From patchwork Wed Jul 30 09:54:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67703 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 4EC68C87FD5 for ; Wed, 30 Jul 2025 09:55:09 +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.web11.31369.1753869305704228510 for ; Wed, 30 Jul 2025 02:55:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=pE7s6iFX; 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=1753869307; x=1785405307; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=uKn14JwgQjNDdCMsq4ZSosnotN/H2MfmsE9pG+EppsY=; b=pE7s6iFX3ExAgztX1KTuRPb6nIyTfiWwZwmcXdH/5L65HCABRxUqG4TH aJQ8gyaawbdpSmyCIcI37L585kT3v1IC8khp4avYGvZd8V1bpuId16WYE hWwlqNvHZHpjL4mt49H4QhFTOc6nyMcia5Kqm0w/bOI7NAYUNYNOEfViP MUJX6F4tL3LBHZZp2VJS+hALR5SNXY3+IG0LM8FkJ90hdbinI2/OnMfag a+nVJsoEbNbmiqX4NEVzpkBRAy1Kpm1nYTF44nYlRr66uM8cjRIafMZUw bC54obV7rLjiKha+Ra13ZybqaO3YMubeGh331f4Wvj8Gs4TBaIv329wsV w==; X-CSE-ConnectionGUID: JsRuCOm+TZ2qufpLMIZJig== X-CSE-MsgGUID: ll6nJSHtSoi1xmFuvecf/g== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="211191707" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="211191707" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:06 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 9B19C1446 for ; Wed, 30 Jul 2025 09:55:05 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 0C0061C00169 for ; Wed, 30 Jul 2025 09:55:05 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5961D1A0090; Wed, 30 Jul 2025 17:55:01 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 07/40] flashrom: upgrade 1.5.1 -> 1.6.0 Date: Wed, 30 Jul 2025 17:54:23 +0800 Message-ID: <20250730095456.695-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118772 From: Wang Mingyu 0002-meson-Add-options-pciutils-ftdi-usb.patch refreshed for 1.6.0 Signed-off-by: Wang Mingyu --- ...02-meson-Add-options-pciutils-ftdi-usb.patch | 17 ++++++++--------- .../{flashrom_1.5.1.bb => flashrom_1.6.0.bb} | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) rename meta-oe/recipes-bsp/flashrom/{flashrom_1.5.1.bb => flashrom_1.6.0.bb} (89%) diff --git a/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch b/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch index 8dfed855b4..b1dd5d0773 100644 --- a/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch +++ b/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch @@ -1,7 +1,7 @@ -From 3ea99c117aa4c7a3502c93e4e4df50b3623e46c3 Mon Sep 17 00:00:00 2001 +From 5cf5fc64c6aab35b89b8cf7f69b84b6f5100d7a6 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Tue, 15 Oct 2024 10:42:05 +0200 -Subject: [PATCH 2/2] meson: Add options pciutils, ftdi, usb +Subject: [PATCH] meson: Add options pciutils, ftdi, usb The options have been dropped in favor of an array option called programmer. Since this doesn't integrate well into yocto add back the old options. @@ -16,10 +16,10 @@ Signed-off-by: Patrick Rudolph 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build -index 6c8d3d3..61b794d 100644 +index 35feb33..b5bb722 100644 --- a/meson.build +++ b/meson.build -@@ -150,9 +150,9 @@ systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da +@@ -140,9 +140,9 @@ systems_serial = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da cpus_port_io = [ 'x86', 'x86_64' ] @@ -33,10 +33,10 @@ index 6c8d3d3..61b794d 100644 group_serial = get_option('programmer').contains('group_serial') group_jlink = get_option('programmer').contains('group_jlink') diff --git a/meson_options.txt b/meson_options.txt -index 87456a9..570b152 100644 +index 2829cd1..0e9d769 100644 --- a/meson_options.txt +++ b/meson_options.txt -@@ -24,4 +24,7 @@ option('ni845x_search_path', type : 'string', value : 'C:\Program Files (x86)\Na +@@ -26,6 +26,9 @@ option('ni845x_search_path', type : 'string', value : 'C:\Program Files (x86)\Na option('delay_minimum_sleep_us', type : 'integer', min : 0, value : 100, description : 'Minimum time in microseconds to suspend execution for (rather than polling) when a delay is required.' + ' Larger values may perform better on machines with low timer resolution, at the cost of increased power.') @@ -44,6 +44,5 @@ index 87456a9..570b152 100644 +option('usb', type : 'boolean', value : false, description : 'Select programmer group usb') +option('ftdi', type : 'boolean', value : false, description : 'Select programmer group ftdi') option('rpmc', type : 'feature', value : 'auto', description : 'Support for Replay Protected Monotonic Counter (RPMC) commands as specified by JESD260') --- -2.43.0 - + option('log_message_length_limit', type : 'integer', min : 64, max : 1024, value : 256, + description : 'Log message length limit for v2 logging API') diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb similarity index 89% rename from meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb rename to meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb index f7121e2503..2125f19dfe 100644 --- a/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb +++ b/meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb @@ -7,7 +7,7 @@ SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.xz \ file://0002-meson-Add-options-pciutils-ftdi-usb.patch \ " -SRC_URI[sha256sum] = "1f934b076ed49eace203655ec249fc7861a6b8e87fe4aef732e47b6e485b6293" +SRC_URI[sha256sum] = "8b9db3987df9b5fc81e70189d017905dd5f6be1e1410347f22687ab6d4c94423" S = "${UNPACKDIR}/flashrom-v${PV}" From patchwork Wed Jul 30 09:54:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67698 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 1DF6FC87FCB for ; Wed, 30 Jul 2025 09:55:09 +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.web10.31493.1753869308081090093 for ; Wed, 30 Jul 2025 02:55:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=KVWa6BB0; 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=1753869308; x=1785405308; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SrsEfLueVkHBvIsD/M7OaLZOndi00u7c8gTiyFomDH0=; b=KVWa6BB0IvHC/esrTwfnfAHUWTpgwZ9GREFij/Wih8oZJlVhOHgWf5nW Q3WuCGJGVVBjcNV5zbYSKjPanrled77o+xXOBJL0J6OX1ws0lkdQ879bB cNMgF5YjaO1F6EZeX2M56xi2YSROWn7Nssb7s/nsn4IwFMQJ6l9mxPyz3 L58ABxg/G6d9tnuhxWhazcwfAq986Nl7Au4l3LGDnFjQXrJ3lsyMfa91B B9T/Mh9JbRsa9mp5fnAxyNxTUI3uRukPzZpqqUlflGTfPUnSHOvlEDyzP /Mgk3ESp81bzMA1EnuSt2TTaR/q1QrbXLm6CwMwmChbb7nK3jIaVns81N g==; X-CSE-ConnectionGUID: zlw6OvfDTpWhCvCbB4LX+A== X-CSE-MsgGUID: /0kNAI1ESf22UEuHIHCt+A== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="207849417" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="207849417" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:06 +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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 50E688203D2 for ; Wed, 30 Jul 2025 09:55:06 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id B33ACC01835 for ; Wed, 30 Jul 2025 09:55:05 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A0B3A1A0096; Wed, 30 Jul 2025 17:55:01 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 08/40] gensio: upgrade 2.8.7 -> 2.8.15 Date: Wed, 30 Jul 2025 17:54:24 +0800 Message-ID: <20250730095456.695-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118776 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../gensio/{gensio_2.8.7.bb => gensio_2.8.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/gensio/{gensio_2.8.7.bb => gensio_2.8.15.bb} (92%) diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb similarity index 92% rename from meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb rename to meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb index 9325b1e5dc..e064f5acd5 100644 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb @@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ " -SRCREV = "e4dbb9687bd5e887fa98a4cdcec012ea85da1ef2" +SRCREV = "5ffe39f4a247ff001661a4c283305a3abe823fe3" -SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" +SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=2.8.x;tag=v${PV}" inherit autotools From patchwork Wed Jul 30 09:54:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67699 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 38ACFC87FCE for ; Wed, 30 Jul 2025 09:55:09 +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.web10.31492.1753869308021251125 for ; Wed, 30 Jul 2025 02:55:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=svIXA24o; 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=1753869308; x=1785405308; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BHGzfAtyeDrPfflJh5keZe9KR3FlEhrW7RJ6ep4XqUI=; b=svIXA24ouCZ6CgN24BBTqqb3NozueHxiVBhB8rdifUru3TAF0klhAVSG m9sNLWSN3QkAqfdGYFZmej+lTO1o2egjGtq+tbPlvUlr2mcqQFfpj24FV RgtH57JKwFR9cwyx4CE41RSsbniMlTtYSCa1fgZKLpWyI3QZ+1ZGvRP7M coS4rpbktcONt+FvaNdEBK+jflIPDtzJZjmZlcVcMXg8aWLOQ/y5Oj71k YYgu2hQYczV7isr27BKY8Lvq9UmjJCa9MuEu2byqcGk5LzoF7L85Md0wq DF2o2FK5e74GFNq1bxbEOi+35mUYwWX7inB8V7P8TLJdsj/1ANif1E1Uv g==; X-CSE-ConnectionGUID: xM/Or7vKQJSpv4rycQcOJA== X-CSE-MsgGUID: lOb/dq6pTAePz5n+sHDaBw== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="186838680" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="186838680" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:06 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 692EC155F for ; Wed, 30 Jul 2025 09:55:06 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id CE29B1C00169 for ; Wed, 30 Jul 2025 09:55:05 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id F2BFB1A009A; Wed, 30 Jul 2025 17:55:01 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 09/40] graphviz: upgrade 12.2.1 -> 13.1.0 Date: Wed, 30 Jul 2025 17:54:25 +0800 Message-ID: <20250730095456.695-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118775 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../graphviz/{graphviz_12.2.1.bb => graphviz_13.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/graphviz/{graphviz_12.2.1.bb => graphviz_13.1.0.bb} (97%) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_12.2.1.bb b/meta-oe/recipes-graphics/graphviz/graphviz_13.1.0.bb similarity index 97% rename from meta-oe/recipes-graphics/graphviz/graphviz_12.2.1.bb rename to meta-oe/recipes-graphics/graphviz/graphviz_13.1.0.bb index cccbbe75f7..d15cd7288f 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_12.2.1.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_13.1.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] = "85e34b5c982777c30f01dfab9ea7c713b4335a2f584e62c0abb9868413eb915b" +SRC_URI[sha256sum] = "13339b83ee5467001a035cfacd175702ac4b14f5d390f0d34e89437b29881278" UPSTREAM_CHECK_URI = "https://graphviz.org/download/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed Jul 30 09:54:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67708 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 8AF88C87FD6 for ; Wed, 30 Jul 2025 09:55:09 +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.web10.31494.1753869308871921801 for ; Wed, 30 Jul 2025 02:55:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=rCXZ4jhD; 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=1753869308; x=1785405308; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=zncCe4bsZSOguO6jn3gae+vXqooiC3PF/i96iccViEI=; b=rCXZ4jhDKGAdSOdv9NfJYEjjB01TE6CDkfpmqWSumbFgTU8r3PgmbUrI 2aUyrZU6jmB1Gld25fO4MOMUMciBFeUiZ8Ozit2sFB3yP+jWGYHLEVqrd vfBtil7i3+IdYI+vl0+nkSvWwX3MpNe5U74lqKVO2ju036/Ki9sw3imb1 ctHY4V3WC50cqMmHqZNcMx9ybKU1kr7x8nFhgatClMGWGmb7hThr3siU9 PX1F1HWkSa8RSQXUVNkPpQqAQ9WTZMU2z+2gIwXjom2i3DhWN/+xRa7Nd RxcLpRPH3lQj7e7l5bd+aLKtHpCsrwFUbg5m5Re6tOoE7UNE/Yv4h1XXd g==; X-CSE-ConnectionGUID: kRW7PR/1TO6Z5abCq8+l9A== X-CSE-MsgGUID: XiXe7di/R3G57y1/3OtadA== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="195873338" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="195873338" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:07 +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 az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 250061002B8F for ; Wed, 30 Jul 2025 09:55:07 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 91E75823C4A for ; Wed, 30 Jul 2025 09:55:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5B5FB1A000B; Wed, 30 Jul 2025 17:55:02 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 10/40] ktls-utils: upgrade 1.0.0 -> 1.2.1 Date: Wed, 30 Jul 2025 17:54:26 +0800 Message-ID: <20250730095456.695-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118778 From: Wang Mingyu 0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch removed since it's included in 1.2.1 Signed-off-by: Wang Mingyu --- ...ac-Use-AC_CHECK_HEADER-instead-of-AC.patch | 36 ------------------- ...tls-utils_1.0.0.bb => ktls-utils_1.2.1.bb} | 10 +++--- 2 files changed, 4 insertions(+), 42 deletions(-) delete mode 100644 meta-oe/recipes-kernel/ktls-utils/ktls-utils/0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch rename meta-oe/recipes-kernel/ktls-utils/{ktls-utils_1.0.0.bb => ktls-utils_1.2.1.bb} (70%) diff --git a/meta-oe/recipes-kernel/ktls-utils/ktls-utils/0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch b/meta-oe/recipes-kernel/ktls-utils/ktls-utils/0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch deleted file mode 100644 index 6aabb77ee8..0000000000 --- a/meta-oe/recipes-kernel/ktls-utils/ktls-utils/0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch +++ /dev/null @@ -1,36 +0,0 @@ -From d170b04dcb8b2b28e370d8b18ffa1f593e8eec11 Mon Sep 17 00:00:00 2001 -From: Alistair Francis -Date: Thu, 10 Apr 2025 13:15:16 +1000 -Subject: [PATCH] tlshd: configure.ac: Use AC_CHECK_HEADER instead of - AC_CHECK_FILE - -AC_CHECK_FILE doesn't work when cross-compiling [1], which breaks a lot of -use cases (like OpenEmbedded for one). Autoconf supports AC_CHECK_HEADER -which can be used instead and is more robust [2] so let's use that -instead. - -1: https://www.gnu.org/software/autoconf/manual/autoconf-2.68/html_node/Files.html -2: https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Generic-Headers.html - -Signed-off-by: Alistair Francis -Upstream-Status: Submitted [https://github.com/oracle/ktls-utils/pull/90] ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 2c77fb1..c790d71 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -63,7 +63,7 @@ PKG_CHECK_MODULES([LIBNL_GENL3], libnl-genl-3.0 >= 3.1) - AC_SUBST([LIBNL_GENL3_CFLAGS]) - AC_SUBST([LIBNL_GENL3_LIBS]) - --AC_CHECK_FILE([/usr/include/linux/quic.h], -+AC_CHECK_HEADER([linux/quic.h], - [AC_CHECK_LIB([gnutls], [gnutls_handshake_set_secret_function], - [AC_DEFINE([HAVE_GNUTLS_QUIC], [1], [Define to 1 if QUIC is found.])])]) - --- -2.49.0 - diff --git a/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.2.1.bb similarity index 70% rename from meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb rename to meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.2.1.bb index 1a90dcf998..ce36bda7d1 100644 --- a/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb +++ b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.2.1.bb @@ -7,12 +7,10 @@ RDEPENDS:${PN} += " gnutls" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d568123389d9a12625cca2b089b1728b" -SRCREV = "c787cd26330af457e1ca9cf43232db2c71c03154" -SRC_URI = " \ - git://github.com/oracle/ktls-utils.git;nobranch=1;protocol=https \ - file://0001-tlshd-Define-ALLPERMS-if-it-doesn-t-exist-to-fix-mus.patch \ - file://0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch \ - " +SRCREV = "03abde4ed7f539d77a412a1c98052e1c4d262963" +SRC_URI = "git://github.com/oracle/ktls-utils.git;nobranch=1;protocol=https;branch=ktls-utils-1.2-fixes \ + file://0001-tlshd-Define-ALLPERMS-if-it-doesn-t-exist-to-fix-mus.patch \ + " inherit autotools-brokensep pkgconfig systemd From patchwork Wed Jul 30 09:54:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67711 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 A6821C87FDB for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.31495.1753869308893374895 for ; Wed, 30 Jul 2025 02:55:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kSHdH9nR; 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=1753869309; x=1785405309; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=4stYEfjsNiGuFtcJ8LY7+8zivOI1nR/QJX9ZGbMYTEU=; b=kSHdH9nRVs9npJh4Fk5hDsxtXYRbqSu59ks+cbJZn2ivsoDP+IGm4W84 WoBfQfcNWWmTydyaZxWH0QyL+vM8aQnwqEhQNY9JwYSnnU4U66LZvSuHb U3Q5KnOBgcSkAVk3px1lgLdT2spVR5tVnARSNzP5+eP/u8tvNX5lXWL12 9yIYhFKa+JjsjET6olxU2aeujeDwPn7jN/cT0txU+A445igMJo7t8295G /DsCKPHwNZiaQ1UUztCk32PMr6NOyvRX8CPUxT70KaiG0y/certT+8u90 MhpxSgrYSws6fb0oh/7qfofobjC6GGedzJRTXU1bh5D3kYZ52S8utNCuo g==; X-CSE-ConnectionGUID: fy/w0uSWR8mkHU4sPXIuxw== X-CSE-MsgGUID: riTg4uQSSgmObTy5SocPpg== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="207188800" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="207188800" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:08 +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 az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 48C1742A30D for ; Wed, 30 Jul 2025 09:55:07 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id B11342000194 for ; Wed, 30 Jul 2025 09:55:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A4A131A009B; Wed, 30 Jul 2025 17:55:02 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 11/40] libcec: upgrade 7.0.0 -> 7.1.1 Date: Wed, 30 Jul 2025 17:54:27 +0800 Message-ID: <20250730095456.695-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118780 From: Wang Mingyu Changelog: ========== - [libcec] fix incorrect preprocessor command - [cmake] Fix win x64 and arm64 detection in cmake - add Teufel vendor id - RPiCECAdapterDetection: Include check that we can set passive mode - correct typo - Fix PRId64 define - Fix another NULL return - Don't use Bash for setting build variables - update ceccloader.h & make cmake obey INSTALL_BINDIR & INSTALL_LIBDIR - add system audio mode request & system audio mode status Signed-off-by: Wang Mingyu --- .../libcec/{libcec_7.0.0.bb => libcec_7.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/libcec/{libcec_7.0.0.bb => libcec_7.1.1.bb} (94%) diff --git a/meta-oe/recipes-extended/libcec/libcec_7.0.0.bb b/meta-oe/recipes-extended/libcec/libcec_7.1.1.bb similarity index 94% rename from meta-oe/recipes-extended/libcec/libcec_7.0.0.bb rename to meta-oe/recipes-extended/libcec/libcec_7.1.1.bb index 2def38d73f..9d0015534b 100644 --- a/meta-oe/recipes-extended/libcec/libcec_7.0.0.bb +++ b/meta-oe/recipes-extended/libcec/libcec_7.1.1.bb @@ -9,8 +9,8 @@ DEPENDS = "p8platform udev ncurses swig-native python3" DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" -SRCREV = "ceeec8bfd2242792b6de59ce8fb854437208dc11" -SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https \ +SRCREV = "3519af0715e654c43382423d843ad658f2e01cb4" +SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https;tag=${BPN}-${PV} \ file://0001-Enhance-reproducibility.patch \ " From patchwork Wed Jul 30 09:54:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67705 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 97C21C88CB5 for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.31373.1753869308938792788 for ; Wed, 30 Jul 2025 02:55:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nkVK1Dnh; 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=1753869310; x=1785405310; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UlTVmVb4ELyMu1Yc/0qaiYr44wxt+vS5yi71NhyUa1s=; b=nkVK1DnhTKsKtetFx4XieVRRjfNOkiBjo/PB7pImsNZOgL1pdQlRA9cy OekfCr6/Gvg9aZy8vwCw7uSCUmFjl3JQYTNyF1HBwXPy5iAouuo9GKt4P Z5+sa98HTGmYOOXhz7GJUDFGHX4CLpagGmWNxwa+lLyh8fgAFprMDFrny LSlJJ1UqxCxpVwz5xBO2SINCmWlwrqMwVxg9kE84M2VfJ0HgczvLQ21l+ 4DPhdSScC6rLlUwWVT73moZ9WIgpAAqjyyiL5Eq4IA+pHrZsLgdMysLlb T1kWC3ew0GGL8q9D33ujGr6pVcDITdkuAqHRw/vBCuAhG3b/dkeRbhn0Y Q==; X-CSE-ConnectionGUID: lDVCdNKCR0a95EqZjGJVSQ== X-CSE-MsgGUID: frb1EUWXSvKXqS0rD3cAdg== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="207893424" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="207893424" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:08 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 5FBD41C00085 for ; Wed, 30 Jul 2025 09:55:07 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_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 C04DCC01EEE for ; Wed, 30 Jul 2025 09:55:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EECBB1A00A0; Wed, 30 Jul 2025 17:55:02 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 12/40] libxml++-5.0: upgrade 5.0.1 -> 5.4.0 Date: Wed, 30 Jul 2025 17:54:28 +0800 Message-ID: <20250730095456.695-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118779 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libxml/{libxml++-5.0_5.0.1.bb => libxml++-5.0_5.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/libxml/{libxml++-5.0_5.0.1.bb => libxml++-5.0_5.4.0.bb} (86%) diff --git a/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb b/meta-oe/recipes-core/libxml/libxml++-5.0_5.4.0.bb similarity index 86% rename from meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb rename to meta-oe/recipes-core/libxml/libxml++-5.0_5.4.0.bb index 58c2697b9a..e4fdac2c2c 100644 --- a/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb +++ b/meta-oe/recipes-core/libxml/libxml++-5.0_5.4.0.bb @@ -13,7 +13,7 @@ inherit gnomebase ptest S = "${UNPACKDIR}/libxml++-${PV}" -SRC_URI[archive.sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098" +SRC_URI[archive.sha256sum] = "e9a23c436686a94698d2138e6bcbaf849121d63bfa0f50dc34fefbfd79566848" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed Jul 30 09:54:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67707 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 8D7D7C87FDA for ; Wed, 30 Jul 2025 09:55:09 +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.web11.31372.1753869308718567579 for ; Wed, 30 Jul 2025 02:55:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=k7oq3tZO; 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=1753869309; x=1785405309; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xKRXCVDcI1+aeeoeZZ0E1g6KL2Fqu/LtlUvno4JDrow=; b=k7oq3tZOfgUTuVXFHO7l8yJFvKLNE1O255B0YwzYjn8YmDYF622VktsC WsM66MOLCbuMkiJgoECb+Lhc9n6H/nLRjFicBTrwb/xsnQQNLKqslAWDS UTYIffNZzH+uxmZoEtfvK4pQSGU1Zq9GKCy0/3zqcx8+A4BhN7ZRCd6Bu nB1sXUEbm56V8xnEpDsFqOEcye77Ndx1tEcBemUwOKsDUcAGJZGtMpftI VtCHbcXbGqZR39QWWGnnCPK9zhBTO9gUdT5AN/TmAookGqTIC82UnJMAa Bop6+MZmQd9ChYsZUhOzou5bVlXnUuO4rmdO2LL70iasIwEma528dac1M A==; X-CSE-ConnectionGUID: pXMFuCN6SJaogCiTQumSbA== X-CSE-MsgGUID: GJN8AreCQi+z0LYLTAVHag== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="211191708" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="211191708" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:08 +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 az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 3C2EB1002B93 for ; Wed, 30 Jul 2025 09:55:07 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id A9207823C4D for ; Wed, 30 Jul 2025 09:55:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 577D81A0073; Wed, 30 Jul 2025 17:55:03 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 13/40] mpich: upgrade 4.3.0 -> 4.3.1 Date: Wed, 30 Jul 2025 17:54:29 +0800 Message-ID: <20250730095456.695-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118777 From: Wang Mingyu Changelog: =========== - Fix initialization in GPU-aware builds when no devices are present - Fix internal pmix.h header conflict when building with an external PMIx library. - Fix build issue with Slurm by removing dependency on libslurm and always using internal logic for parsing the Slurm hostfile. - Fix potential stale GPU IPC handle usage resulting in data corruption or crashes - Update XPMEM thresholds to avoid excessive buffer mapping overhead - Fix potential hang in ROMIO when setting info hints on certain files - Improved detection of incompatible PMI[x] client/server configuration - Fix use of PMIX_PREFIX attribute for certain versions of OpenPMIx - Fix Intel GPU output with MPIR_CVAR_DEBUG_SUMMARY - Fix F08 binding compilation with nvfortran - Fix line continuation Hydra's --configfile option - Fix valgrind uninitialized read warnings in ch3 - Fix missing mpixxx_opts.conf file with help text for mpicc and friends - Fixes for several compiler warnings Signed-off-by: Wang Mingyu --- .../recipes-devtools/mpich/{mpich_4.3.0.bb => mpich_4.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/mpich/{mpich_4.3.0.bb => mpich_4.3.1.bb} (96%) diff --git a/meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb b/meta-oe/recipes-devtools/mpich/mpich_4.3.1.bb similarity index 96% rename from meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb rename to meta-oe/recipes-devtools/mpich/mpich_4.3.1.bb index 6babba3de7..ffe1791c61 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_4.3.1.bb @@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3a296dfb961b957b0e8adf67d8478d3d" SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz" -SRC_URI[sha256sum] = "5e04132984ad83cab9cc53f76072d2b5ef5a6d24b0a9ff9047a8ff96121bcc63" +SRC_URI[sha256sum] = "acc11cb2bdc69678dc8bba747c24a28233c58596f81f03785bf2b7bb7a0ef7dc" RDEPENDS:${PN} += "bash perl libxml2" From patchwork Wed Jul 30 09:54:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67709 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 A6CF7C88CB9 for ; Wed, 30 Jul 2025 09:55:09 +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.web10.31493.1753869308081090093 for ; Wed, 30 Jul 2025 02:55:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=o3JW84EO; 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=1753869309; x=1785405309; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=W0RoXQXNxMHHDc2Tbb/JgSVHXT3kH6x4J0LzIB4YtpM=; b=o3JW84EONBe1YMOpNIOSXok0ksjtQX+n7tjNE/5aEqZcSKX57P5jvdUj hs1v1BhjaunrwYFSBm7yZ6GjBdZlLnGjnjIYmqtPKvVkjcxr5kTb7gxFt n3Ha5Dsq8w++PCxHmh8kJMJq+xzn1LVVKfPdne994Lbby1s+Leq81D1aX QpTAvyZfCGpeDanxU3p5oJDULTuAfmx6JAzE6MViKoM8++ldIdOFcPN+9 urVM0ZmIZOFqWa7d8DmTPOrLKtlDLK9clzDIrUpWos7n+PiMV2BTuoDPI WimbcDm6y7lzJgC+uO5R8+avqis7xEMMHRvHoaZZOQsb2VeIFkZ8AEdVh Q==; X-CSE-ConnectionGUID: aPYlAesYQsGT93FGOmmocA== X-CSE-MsgGUID: 8lqxtZnqSqehRnVfZ7nCbQ== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="207849420" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="207849420" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:07 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 7BAA91C00093 for ; Wed, 30 Jul 2025 09:55:07 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_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 DD2E9C03713 for ; Wed, 30 Jul 2025 09:55:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9FC5B1A00A1; Wed, 30 Jul 2025 17:55:03 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 14/40] msktutil: upgrade 1.2.1 -> 1.2.2 Date: Wed, 30 Jul 2025 17:54:30 +0800 Message-ID: <20250730095456.695-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118781 From: Wang Mingyu Changelog: ========== - Improve CI - configure.ac: more robust krb5 autodetection - configure.ac: Replace obsoleted AC_CONFIG_HEADER with AC_CONFIG_HEADERS - configure.ac: fix linking with minimal LIBS - Use getnameinfo(3) instead of inet_ntop(3) - dns_lookup_kdc setting in create_fake_krb5_conf causes issue when using a trusted domain user to create computer account (#208) - Fix several messages - Style fixes Signed-off-by: Wang Mingyu --- .../msktutil/{msktutil_1.2.1.bb => msktutil_1.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/msktutil/{msktutil_1.2.1.bb => msktutil_1.2.2.bb} (89%) diff --git a/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb b/meta-oe/recipes-support/msktutil/msktutil_1.2.2.bb similarity index 89% rename from meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb rename to meta-oe/recipes-support/msktutil/msktutil_1.2.2.bb index 4c68e7adf4..3d9322d831 100644 --- a/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb +++ b/meta-oe/recipes-support/msktutil/msktutil_1.2.2.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" SRC_URI = "https://github.com/msktutil/msktutil/releases/download/${PV}/${BP}.tar.bz2 \ file://0001-configure.ac-Remove-native-include-path.patch" -SRC_URI[sha256sum] = "f9686237c4e24414802415f4c8627c7343da365c5a3bcdef7a853fa3cd27b45d" +SRC_URI[sha256sum] = "51314bb222c20e963da61724c752e418261a7bfc2408e7b7d619e82a425f6541" UPSTREAM_CHECK_URI = "https://github.com/msktutil/msktutil/releases/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed Jul 30 09:54:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67701 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 39A5AC87FD3 for ; Wed, 30 Jul 2025 09:55:09 +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.web11.31370.1753869305878522006 for ; Wed, 30 Jul 2025 02:55:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Sz4Ndb8+; 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=1753869308; x=1785405308; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Fgn/tlc8G0ulqYMtP/23kouMlRyQs1nXRxcbbURXiKg=; b=Sz4Ndb8+uq6ctnulaKAyblLWGv7YU3W9HxW/loB5uZBq3/5/AlJXc+1W o5c6Pano9uyVMB1eA4nHVP/2h9133vsJE3/wNlV47ColPOVU+o6U8FLUi bEGbZUNQcOP1CAd/zJCnbKsOtKd610YQHQPHzi8rsMMVQqLPiJBgQLS9s ncbQukW+LT8mUBehTTkfmCW0kDdgmE5A9avTciJb1rNslDRsULXomVe0N BmkGUFCmkqhIDQ7KuPH/FApn01LdxyTiJ/pWrACaCzjdELjNHGKrSxE+A joJhl7mpEeaf7yoPJ3OVRvFbnB8NgLobZJIA1a2CmVHsOTwz/WfkBgk17 g==; X-CSE-ConnectionGUID: YAtECMWtREOAuGvKYQCCsw== X-CSE-MsgGUID: PzpzzEEWQIqonzez7HKjWg== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="207935302" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="207935302" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:07 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 8DB9A1C000B3 for ; Wed, 30 Jul 2025 09:55:07 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_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 EE8E7C0371C for ; Wed, 30 Jul 2025 09:55:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E9F291A0078; Wed, 30 Jul 2025 17:55:03 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 15/40] nano: upgrade 8.3 -> 8.5 Date: Wed, 30 Jul 2025 17:54:31 +0800 Message-ID: <20250730095456.695-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118774 From: Wang Mingyu Changelog: ============ - Anchors are now saved when a file is closed, and restored when the file is reopened -- if and when --positionlog is active. - Nano exits with an error status upon keystrokes ^O^Q and ^X^Q. - Keystroke ^L just centers the cursor, while M-% cycles it. - Option --whitespace is accepted, but left undocumented. - Syntax coloring now works correctly in more locales. - Bracketed pastes over a slow connection are more reliable. - Tabs in an external paste at a prompt are not dropped. - Feedback occurs when the cursor sits on a Byte Order Mark. - The Execute prompt is more forgiving of a typo. Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nano/{nano_8.3.bb => nano_8.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nano/{nano_8.3.bb => nano_8.5.bb} (88%) diff --git a/meta-oe/recipes-support/nano/nano_8.3.bb b/meta-oe/recipes-support/nano/nano_8.5.bb similarity index 88% rename from meta-oe/recipes-support/nano/nano_8.3.bb rename to meta-oe/recipes-support/nano/nano_8.5.bb index d1af89ef8d..8c47289691 100644 --- a/meta-oe/recipes-support/nano/nano_8.3.bb +++ b/meta-oe/recipes-support/nano/nano_8.5.bb @@ -13,7 +13,7 @@ RDEPENDS:${PN} = "ncurses-terminfo-base" PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" -SRC_URI[sha256sum] = "551b717b2e28f7e90f749323686a1b5bbbd84cfa1390604d854a3ca3778f111e" +SRC_URI[sha256sum] = "000b011d339c141af9646d43288f54325ff5c6e8d39d6e482b787bbc6654c26a" UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" From patchwork Wed Jul 30 09:54:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67710 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 B5D29CA0EC1 for ; Wed, 30 Jul 2025 09:55:09 +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.web10.31492.1753869308021251125 for ; Wed, 30 Jul 2025 02:55:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eYZvyOQM; 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=1753869309; x=1785405309; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=zYjFNdffOGI2VqvFGgTfHfXYuc5zAodzLho/p3PFo3w=; b=eYZvyOQMpcNAE8+jQJklta+TX/jnHUB3vL7jMvyfj82/yGrl2DsOVgCQ YjtMPagYGoAhIEzpP6Rwp0N11LCTDpG2TGQ+xmib5L96gSuRb5wxMN1WX ++QVfW9K/S3cEC6GN1Ze3Fejyrn00Si2UCjBGoiZa+OD5TWBCeJFBxThL OWfGgdsXcgj/mSZvti9Y/lwzD6QUxaAvLKDZ2ps7QuWAny6IkoM1wWVIu nOnj+5/6ePjczNkyzK9n2MKF3kByGlooFR8GkLJqUN7p8kUNskCPELHCP YKrveai19BAX1noUdBBFRLLvj9gD6L69w/mRr6d0kj6qC5OpWu88Jkjwg Q==; X-CSE-ConnectionGUID: g6zSauI7SB+I+QeHgacsZQ== X-CSE-MsgGUID: Esc4MpLNSd6NJ1W6AxZpTA== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="186838682" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="186838682" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:08 +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 az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 9C2A81002B93 for ; Wed, 30 Jul 2025 09:55:08 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 142B383D96A for ; Wed, 30 Jul 2025 09:55:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 403D01A0074; Wed, 30 Jul 2025 17:55:04 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 16/40] ndctl: upgrade v79 -> v82 Date: Wed, 30 Jul 2025 17:54:32 +0800 Message-ID: <20250730095456.695-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118782 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-core/ndctl/{ndctl_v79.bb => ndctl_v82.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-core/ndctl/{ndctl_v79.bb => ndctl_v82.bb} (95%) diff --git a/meta-oe/recipes-core/ndctl/ndctl_v79.bb b/meta-oe/recipes-core/ndctl/ndctl_v82.bb similarity index 95% rename from meta-oe/recipes-core/ndctl/ndctl_v79.bb rename to meta-oe/recipes-core/ndctl/ndctl_v82.bb index 4014e3bca6..2603217326 100644 --- a/meta-oe/recipes-core/ndctl/ndctl_v79.bb +++ b/meta-oe/recipes-core/ndctl/ndctl_v82.bb @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74a614eac8b2657a4b8e6607421a0883" inherit meson pkgconfig bash-completion systemd -SRCREV = "16f45755f991f4fb6d76fec70a42992426c84234" -SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https \ +SRCREV = "74b9e411bf13e87df39a517d10143fafa7e2ea92" +SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https;tag=${PV} \ file://0001-include-libgen.h-for-basename.patch" UPSTREAM_CHECK_GITTAGREGEX = "(?Pv\d+(\.\d+)*)" From patchwork Wed Jul 30 09:54:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67719 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 09C0CC87FD8 for ; Wed, 30 Jul 2025 09:55:20 +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.web11.31371.1753869307251550651 for ; Wed, 30 Jul 2025 02:55:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=U5vmz+Ip; 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=1753869310; x=1785405310; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=4/98Ken4TttokSw9VEOOf4mtaLVBye+9SRcLjrYn/eY=; b=U5vmz+IpY40yI2gN4ZVzcC+dPGx0Q7x8A3q3JR3tU0jNeSDQZAqSa3ws PCjH7LBBQCQLOK0+gK1g9wK0r8e2AdlMlTGejsGjToA15IAPf1/0o5AgP uufTJMRtmxvFaXYcaeWTPeSlb8LqWCcsx9a6Jdvxkpeeisx1/V/2OmhHT r0qU2ut8CreIPC6mjlZrDLyD7qVi02ilu/YMCK9tnVXAcHGf/KzNs6To5 DApS2fEyZrAKIz/jSnQ9JygggBhNCflba1aW3/QA2cxuA+udTzmxdreAR c7X/Wh3RtUpPixBHcbfTS+rlKCqPZ0g52c1wytme6Znf9dR8yelazHKXX A==; X-CSE-ConnectionGUID: WSezqd+FRDiesG6YRgd+jw== X-CSE-MsgGUID: IPfl2qqAQKiUKqsRMk/bdw== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="186784566" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="186784566" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([20.61.8.234]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:09 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id C72251000341 for ; Wed, 30 Jul 2025 09:55:08 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 3623DC03416 for ; Wed, 30 Jul 2025 09:55:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 983491A008D; Wed, 30 Jul 2025 17:55:04 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 17/40] nss: upgrade 3.112 -> 3.114 Date: Wed, 30 Jul 2025 17:54:33 +0800 Message-ID: <20250730095456.695-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118786 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nss/{nss_3.112.bb => nss_3.114.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nss/{nss_3.112.bb => nss_3.114.bb} (99%) diff --git a/meta-oe/recipes-support/nss/nss_3.112.bb b/meta-oe/recipes-support/nss/nss_3.114.bb similarity index 99% rename from meta-oe/recipes-support/nss/nss_3.112.bb rename to meta-oe/recipes-support/nss/nss_3.114.bb index cb35539b04..14aa12c923 100644 --- a/meta-oe/recipes-support/nss/nss_3.112.bb +++ b/meta-oe/recipes-support/nss/nss_3.114.bb @@ -33,7 +33,7 @@ SRC_URI = "http://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] = "33ae72d43b275957252adc8639e84229d3ae692a57b6191b059d9456b8568a68" +SRC_URI[sha256sum] = "cac3c0d67028804fb316e9695f81749fa4dc118e731d674b4c4c347bd849c2f1" UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" UPSTREAM_CHECK_REGEX = "NSS_(?P\d+(\_\d+)+)" From patchwork Wed Jul 30 09:54:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67717 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 A8CF9C87FC9 for ; Wed, 30 Jul 2025 09:55:19 +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.web11.31371.1753869307251550651 for ; Wed, 30 Jul 2025 02:55:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Iyg2MdMN; 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=1753869309; x=1785405309; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=niZYw/HWwFnTigM9iOeDeE+RAglefQaZ7QBiT2XD93U=; b=Iyg2MdMNwybEJrOWgmRJCSxgMCR+qW4X0YRok8wuJhHkk10HpCRH/+y8 HRbXvj/ZOIS8la66ZmqdM1a7M4dwEt5hbRLVm78u/kQ03NrffUjAIqLOq 2PAF+EzcmRkKBZ/n/djckaRBII7881HnxzH2gNm251wtvbST867mpanir RBMniCNfAh9fL2EuyYZpKZq6V9WVUgyq56fAPoZsK6IXZKi90Qu8Y4Nrg TR21PmNfLOz7U3wHvEQHOhtU6z8dO7uzLvSWKOx5KsaiH9WaXxut6IU2f 27j6f32Jc75G9g2sRWWQGmyYXxy/6EhjlWmP7DI7IJa63dGj7CvFQrtvR w==; X-CSE-ConnectionGUID: /MeoFGemT9Ch/dXLH5lqcw== X-CSE-MsgGUID: UclaD4aORPqM1Aw22eKISQ== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="186784565" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="186784565" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.128]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:08 +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 az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id BC0851C1C700 for ; Wed, 30 Jul 2025 09:55:08 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 34B1183D96D for ; Wed, 30 Jul 2025 09:55:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EEE021A00A2; Wed, 30 Jul 2025 17:55:04 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 18/40] parallel: upgrade 20250622 -> 20250722 Date: Wed, 30 Jul 2025 17:54:34 +0800 Message-ID: <20250730095456.695-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118783 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../parallel/{parallel_20250622.bb => parallel_20250722.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/parallel/{parallel_20250622.bb => parallel_20250722.bb} (93%) diff --git a/meta-oe/recipes-extended/parallel/parallel_20250622.bb b/meta-oe/recipes-extended/parallel/parallel_20250722.bb similarity index 93% rename from meta-oe/recipes-extended/parallel/parallel_20250622.bb rename to meta-oe/recipes-extended/parallel/parallel_20250722.bb index 739263fe30..fc7376ce56 100644 --- a/meta-oe/recipes-extended/parallel/parallel_20250622.bb +++ b/meta-oe/recipes-extended/parallel/parallel_20250722.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ " SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "69f578cf11f1b124ba3c2b673a16641debe63aeb3d2ac4cec5ad65f8a53d489b" +SRC_URI[sha256sum] = "91a81ff4129cdf5ad3c3c45ec033e75f2bbea5447f4b6813a0d8cfe8e5c7843b" inherit autotools bash-completion From patchwork Wed Jul 30 09:54:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67714 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 AF2B3C87FCC for ; Wed, 30 Jul 2025 09:55:19 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.31372.1753869308718567579 for ; Wed, 30 Jul 2025 02:55:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MTZKNQsX; 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=1753869310; x=1785405310; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ERnGi+OAopnHSWm09H/zNn0zOWnipLZqvbPuwrOMwSo=; b=MTZKNQsXv7ttbJCw89S9mnMzm5J3JPjqayILpCCGbQB6XgrZkIPdPDHP vg3BXEb6WmKRHUvV7tZBW4XZczC9tKkvBiiSUJWf7SX7Tdh35JTnkW231 tKq3Oi4IA2ZpAhI7lcNFfdeMayB1IPbpEaEuZin6hLXgsT5xRf9C6/QDp Q5MT39CBfXDfuxBwyTIXTLIbqP3iJ4uboap1aeMzZkVaYXJxWG4OnE2uM c/gk+oPo94r3UQ2k+2QSOzglAt9lOryy3Cu/MO6ZzL/UZceRFvxTSSO9B RuamKD8rrVyDnNrjPeGEHFc/CVxZ9n9jKcm91x7+xwWFjwBw3bTCj1z/i A==; X-CSE-ConnectionGUID: Mve0QM9FQxydPKHZTdpE7w== X-CSE-MsgGUID: ygwOjbDTQFS9IKsCeC9YSg== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="211191712" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="211191712" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:09 +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 az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id E9A0D42A305 for ; Wed, 30 Jul 2025 09:55:08 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_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 5501A1802AF4 for ; Wed, 30 Jul 2025 09:55:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 50BAF1A00AE; Wed, 30 Jul 2025 17:55:05 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 19/40] pcp: upgrade 6.3.7 -> 6.3.8 Date: Wed, 30 Jul 2025 17:54:35 +0800 Message-ID: <20250730095456.695-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118784 From: Wang Mingyu 0001-htop-Change-dependency-order-of-header-and-sourcefil.patch refreshed for 6.3.8 Signed-off-by: Wang Mingyu --- .../pcp/{pcp-native_6.3.7.bb => pcp-native_6.3.8.bb} | 1 + meta-oe/recipes-support/pcp/pcp.inc | 4 ++-- ...op-Change-dependency-order-of-header-and-sourcefil.patch | 6 ++++-- meta-oe/recipes-support/pcp/{pcp_6.3.7.bb => pcp_6.3.8.bb} | 0 4 files changed, 7 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/pcp/{pcp-native_6.3.7.bb => pcp-native_6.3.8.bb} (99%) rename meta-oe/recipes-support/pcp/{pcp_6.3.7.bb => pcp_6.3.8.bb} (100%) diff --git a/meta-oe/recipes-support/pcp/pcp-native_6.3.7.bb b/meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb similarity index 99% rename from meta-oe/recipes-support/pcp/pcp-native_6.3.7.bb rename to meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb index 806ef668e2..e90efea9cb 100644 --- a/meta-oe/recipes-support/pcp/pcp-native_6.3.7.bb +++ b/meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb @@ -47,3 +47,4 @@ do_install () { PCP_DOC_DIR=${D}/${docdir} \ PCP_SYSTEMDUNIT_DIR=${D}${systemd_system_unitdir} } + diff --git a/meta-oe/recipes-support/pcp/pcp.inc b/meta-oe/recipes-support/pcp/pcp.inc index c54c054cf8..07de1d5328 100644 --- a/meta-oe/recipes-support/pcp/pcp.inc +++ b/meta-oe/recipes-support/pcp/pcp.inc @@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=37ab75b580d5aad4ada04260efa3702f \ " COMPATIBLE_HOST:libc-musl = "null" -SRC_URI = "git://github.com/performancecopilot/pcp;branch=stable;protocol=https \ +SRC_URI = "git://github.com/performancecopilot/pcp;branch=stable;protocol=https;tag=${PV} \ file://0001-configure-Limit-the-header-search-to-sysroot.patch \ file://0001-htop-Change-dependency-order-of-header-and-sourcefil.patch \ file://config.linux \ " -SRCREV = "d8d97b79ee47d9dfb076a3242564ed3cae04eba9" +SRCREV = "7b0943ade0bcecaf50ed4b4c2cc9084150420eff" inherit setuptools3-base pkgconfig autotools-brokensep diff --git a/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch b/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch index 2915d48f04..817695ef84 100644 --- a/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch +++ b/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch @@ -1,4 +1,4 @@ -From c123980d6bf1bc2bf93ee0dd0d7f8fee3d4ddc96 Mon Sep 17 00:00:00 2001 +From 66aa3efbd182c5597b66d9237c213449f31acdac Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 Jul 2023 08:45:14 -0700 Subject: [PATCH] htop: Change dependency order of header and sourcefiles @@ -16,9 +16,11 @@ Signed-off-by: Khem Raj src/pcp/htop/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) +diff --git a/src/pcp/htop/GNUmakefile b/src/pcp/htop/GNUmakefile +index 167b4b048..3e29638d6 100644 --- a/src/pcp/htop/GNUmakefile +++ b/src/pcp/htop/GNUmakefile -@@ -210,8 +210,8 @@ CFGCOLUMNS = $(patsubst %,pcp/columns/%, +@@ -210,8 +210,8 @@ CFGCOLUMNS = $(patsubst %,pcp/columns/%,$(COLUMNS)) CFGSCREENS = $(patsubst %,pcp/screens/%,$(SCREENS)) CFGXFILES = $(CFGMETERS) $(CFGCOLUMNS) $(CFGSCREENS) diff --git a/meta-oe/recipes-support/pcp/pcp_6.3.7.bb b/meta-oe/recipes-support/pcp/pcp_6.3.8.bb similarity index 100% rename from meta-oe/recipes-support/pcp/pcp_6.3.7.bb rename to meta-oe/recipes-support/pcp/pcp_6.3.8.bb From patchwork Wed Jul 30 09:54:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67718 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 02347C87FD5 for ; Wed, 30 Jul 2025 09:55:20 +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.web11.31368.1753869304803074049 for ; Wed, 30 Jul 2025 02:55:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HALiryuw; 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=1753869310; x=1785405310; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1MualjT31elFeZkVcSuVf/a0wKbAOT97QcjUuYYyf6E=; b=HALiryuwBMd+KlKqgq8vN/8hDMBvGG1V6kMqxVI5NpXsDYH5qgyvr0vn Ir1VJPSBqTNjlDv13yU3H/DUqVSikFI33+kGGM3SkuKji/ti/q0uWQWdX T2rnVyQpees5VlCgodzaGoq8lLb/S0fqueYMNR+5QbLlkzfNAOI3xJyox yD7Sig/PAoiVP0DY9yVy2HNh4P6UDWLDhwZ4D0ZItKlWi70Wcra6eVIK7 TQA7mdRTue7MAo0YnmHst87qATjKdqBEa4BLHCUyNAbPNHxEzUC2Ipb/j dcgOS/v2cilodUbp/POsEs/CJwt46Z4qlsq2bcfaRXilQyYCWTMUC1cng Q==; X-CSE-ConnectionGUID: ni9N1qs7REesecCChaqHDw== X-CSE-MsgGUID: K95s9s8lSmO5XJQFvpz9KA== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="196380918" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="196380918" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.19]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:09 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 76176C000BE for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id DE5AD83D96D for ; Wed, 30 Jul 2025 09:55:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 99F1A1A008F; Wed, 30 Jul 2025 17:55:05 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 20/40] pcsc-tools: upgrade 1.7.2 -> 1.7.3 Date: Wed, 30 Jul 2025 17:54:36 +0800 Message-ID: <20250730095456.695-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118785 From: Wang Mingyu Changelog: ============= - Expired domains link to unwanted websites - Unify expressions for the Japanese eID card Signed-off-by: Wang Mingyu --- .../pcsc-tools/{pcsc-tools_1.7.2.bb => pcsc-tools_1.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/pcsc-tools/{pcsc-tools_1.7.2.bb => pcsc-tools_1.7.3.bb} (88%) diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb similarity index 88% rename from meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb rename to meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb index 14ffab6128..5aecc2df89 100644 --- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb +++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.3.bb @@ -3,9 +3,9 @@ HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" -SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" +SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master;tag=${PV}" -SRCREV = "778da3d86a59f5166443118c158e11ba4da9a5f1" +SRCREV = "12f62c67650e1bfb491c18242a75fa61993c4cb8" inherit autotools pkgconfig From patchwork Wed Jul 30 09:54:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67721 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 BCE35C87FD2 for ; Wed, 30 Jul 2025 09:55:19 +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.web10.31498.1753869311118235702 for ; Wed, 30 Jul 2025 02:55:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=tWb7IQJ5; 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=1753869311; x=1785405311; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=QpRX6Uw25gTLsTZKWZ6TKgnTMqmzLt2qMWWAzXjUe0I=; b=tWb7IQJ5rjJLXN7k2VzIhM94KD0XsgfwU87TKftZrK1LrW5QFfNYiFIB yc3LN3c268ERmrNgSGv3QGaUFvprlAC8L337yytpLJGIVHeDG/mbCzoET 393sBUChcsxNh/05Y/kPrWJXbgTbiYgc8UJP+Xi9SY1BmPThGm2POXCdf pB6ETO1VbGvX8KS3B3qr0sMqee5SDWulb+LUaaTxh1wadyjzDRlmOwrpA Up3QECr8KC8pbux138+ao21JgHzCAxitswhQMByit0/VZkJxmuBEidT1R Bcalw5F17ez8v4qMWMsZNybqEdyASqqzcL0AykEeMvXD9TU1pQCpO6nlu A==; X-CSE-ConnectionGUID: 6iAm37L4QN6GLc2IzoQZ7g== X-CSE-MsgGUID: 0s6TCKOMRuuIxrW8islLPQ== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="195310743" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="195310743" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:09 +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 az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id A182A42A305 for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 0E5671802AF4 for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EE1A21A0090; Wed, 30 Jul 2025 17:55:05 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 21/40] pstack: upgrade 2.10 -> 2.12.2 Date: Wed, 30 Jul 2025 17:54:37 +0800 Message-ID: <20250730095456.695-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118790 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../pstack/{pstack_2.10.bb => pstack_2.12.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/pstack/{pstack_2.10.bb => pstack_2.12.2.bb} (83%) diff --git a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb b/meta-oe/recipes-devtools/pstack/pstack_2.12.2.bb similarity index 83% rename from meta-oe/recipes-devtools/pstack/pstack_2.10.bb rename to meta-oe/recipes-devtools/pstack/pstack_2.12.2.bb index eb8b2965f1..24f46396e8 100644 --- a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb +++ b/meta-oe/recipes-devtools/pstack/pstack_2.12.2.bb @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80" DEPENDS = "tcl virtual/libx11 libxt zip-native" -SRC_URI = "git://github.com/peadar/pstack;branch=master;tag=v${PV};protocol=https" -SRCREV = "a310df637d74917a1d3570c540bf3aef899d7e63" +SRC_URI = "git://github.com/peadar/pstack;branch=v2.12-maint;tag=v${PV};protocol=https;tag=v${PV}" +SRCREV = "98c4ddb7f0faa5221ea0a5f38105fc2a2f5cbfe7" PACKAGES =+ "${PN}-lib" From patchwork Wed Jul 30 09:54:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67722 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 DD4A7C87FD6 for ; Wed, 30 Jul 2025 09:55:19 +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.web10.31496.1753869310513220449 for ; Wed, 30 Jul 2025 02:55:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=m0qH3++o; 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=1753869310; x=1785405310; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PdDScqr2sjfd1AxVSrORVAwzT8vBwUeRMSFsQTpYaTQ=; b=m0qH3++o9oI5sgXWz+qMZOzkk01+rVDzGfsbhRSGLktyvYSTLyjnQJaG RCOBOS7z9V1K1cVAtKFCva8Ni2I/sIPcP1HF+NP9/wWgCcZ9v1z9liV4w St/eBqCWKzzGqC4m4cyGZLBZHq4fjBlyNsa+rGdidaJTP1lHcxCpnA09r 7s9Cid4mXHbanpUkY1LBmfNimNex9iZIJIExhwSCxgZ9RJspDlSCptZBn +iBdBC7vcLHiwKBOHcQw7O6OpLcWcDFJWWtpXtiYitfmtzQ4ZTXkENS+D dFHQi+LHYDf1AADNK6BRtJxpOO8J9W5HFrhBO2MyHdEHaX1QFDUSTjtrc w==; X-CSE-ConnectionGUID: CbeBNMF/RLWUUJdoRzvCKQ== X-CSE-MsgGUID: 3N6v7aG0TuS6qzOOXvZXgQ== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="186784567" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="186784567" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:10 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id F0515155F for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 5AAB2C01EEE for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 51D551A0096; Wed, 30 Jul 2025 17:55:06 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 22/40] python3-bitarray: upgrade 3.5.1 -> 3.5.2 Date: Wed, 30 Jul 2025 17:54:38 +0800 Message-ID: <20250730095456.695-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118787 From: Wang Mingyu Changelog: ========= - change random.seed() test, see comments - optimize util.random_p() by also using bitwise AND in final step - add ability for heavy testing to example - add DummyRanomPTests to example - add in-place XOR test for comleteness - add --disp option to example - add verification tests to example - remove duplicate tests - add test - wording - add links in comments - add sanity check - add note on limit in relation to 1/K - update table in documentation to new example code Signed-off-by: Wang Mingyu --- .../{python3-bitarray_3.5.1.bb => python3-bitarray_3.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_3.5.1.bb => python3-bitarray_3.5.2.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.5.2.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb rename to meta-python/recipes-devtools/python/python3-bitarray_3.5.2.bb index 3cf1751f32..43ea07173c 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_3.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_3.5.2.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF-2.0" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=6abe80c028e4ee53045a33ae807c64fd" -SRC_URI[sha256sum] = "b03c49d1a2eb753cc6090053f1c675ada71e1c3ea02011f1996cf4c2b6e9d6d6" +SRC_URI[sha256sum] = "08a86f85fd0534da3b753f072c7b0d392d4c0c9418fe2a358be378152cf6b085" inherit python_setuptools_build_meta pypi From patchwork Wed Jul 30 09:54:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67720 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 C726AC87FD3 for ; Wed, 30 Jul 2025 09:55:19 +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.web11.31371.1753869307251550651 for ; Wed, 30 Jul 2025 02:55:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=a4vVBGBO; 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=1753869311; x=1785405311; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/bJbJkOaEonIJLgtINW1eHV+BTjnTjQmR2Ko4TxIUb8=; b=a4vVBGBOZM4jdwGCeL7UKALmrTsZXhjQuQWu9kzJLl3e0Smf++EVTXfn BD32xUeXsZwg1wZbR0fece8wa7r9KhIkQeuqkeBuuxrXJ1RRsN3+XKVMm +th1es7v1VNenhctqnU+wnQLQxyoMvzpuQLHjZ+3lxRubnH79i++UjX7K o4/fKXjMrE/kF3nGIpTlPXtLdCnwAFLvd4CYC4HVw42WU5g6WGYtrK7aJ z8vX8I5gppJ9Bt8oXI+oYNtRa1IwcZ/7IA2ftZqC5aZHLsogqCbva4b5L oA3+R2SgifdKaKSosKygLs9y6yZ/ygre7SoHAAQTX881hFj1jNwxO63Z6 w==; X-CSE-ConnectionGUID: uksbsXquRFy8OUYe1jwjKA== X-CSE-MsgGUID: O+8HWgcxTr2tQFUjlIX5Dg== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="186784570" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="186784570" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:10 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 46BFE42A30E for ; Wed, 30 Jul 2025 09:55:10 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id AB01DC03416 for ; Wed, 30 Jul 2025 09:55:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9E0221A009A; Wed, 30 Jul 2025 17:55:06 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 23/40] python3-coverage: upgrade 7.9.2 -> 7.10.1 Date: Wed, 30 Jul 2025 17:54:39 +0800 Message-ID: <20250730095456.695-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118788 From: Wang Mingyu Changelog: ========== - A new configuration option: "[run] patch" specifies named patches to work around some limitations in coverage measurement. - The HTML report now dimly colors subsequent lines in multi-line statements. They used to have no color. This gives a better indication of the amount of code missing in the report. - Two new exclusion patterns are part of the defaults:... is automatically excluded as a line and if TYPE_CHECKING: is excluded as a branch. - A new command-line option: --save-signal=USR1 specifies a signal that coverage.py will listen for. When the signal is sent, the coverage data will be saved. This makes it possible to save data from within long-running processes. - A new configuration option: "[report] partial_also" is a list of regexes to add as pragmas for partial branches. This parallels the "[report] exclude_also" setting for adding line exclusion patterns. - A few file path configuration settings didn't allow for tilde expansion: [json] output, [lcov] output and [run] debug_file. This is now fixed. - Wheels are included for 3.14 now that 3.14 rc1 is available. - We no longer ship a PyPy-specific wheel. PyPy will install the pure-Python wheel. - In the very unusual situation of not having a current frame, coverage no longer crashes when using the sysmon core. - Fix: the exclusion for if TYPE_CHECKING: was wrong: it marked the branch as partial, but it should have been a line exclusion so the entire clause would be excluded. - Fix: changed where .pth files are written for patch = subprocess Signed-off-by: Wang Mingyu --- .../{python3-coverage_7.9.2.bb => python3-coverage_7.10.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-coverage_7.9.2.bb => python3-coverage_7.10.1.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.9.2.bb b/meta-python/recipes-devtools/python/python3-coverage_7.10.1.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-coverage_7.9.2.bb rename to meta-python/recipes-devtools/python/python3-coverage_7.10.1.bb index 16f7127129..1a97db31ae 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.10.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" -SRC_URI[sha256sum] = "997024fa51e3290264ffd7492ec97d0690293ccd2b45a6cd7d82d945a4a80c8b" +SRC_URI[sha256sum] = "ae2b4856f29ddfe827106794f3589949a57da6f0d38ab01e24ec35107979ba57" inherit pypi python_setuptools_build_meta From patchwork Wed Jul 30 09:54:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67715 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 CFEDFC87FD4 for ; Wed, 30 Jul 2025 09:55:19 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.31372.1753869308718567579 for ; Wed, 30 Jul 2025 02:55:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Nni5ABHj; 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=1753869311; x=1785405311; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HPQBjNtu1sxM7ZgopflfBzYwI+C8+H72+WY/ExzYkLY=; b=Nni5ABHjUus44nXVvAiG/CwAKHF8tX4YLWb52jF4JEopSM8Qdw+vfWIC DPudKFS+FC94BYb1QrhDzPVFgLvWzYUmBPiLVCbJakqLxij9m5fEGxfqc dEmekdIDpS72tGtPQSesGWWRCwqOWtCgSq6mwessk9B7iwSsdpVk2Hb2Q JEbez+G8c4ttRfF50bU3BGzFpZ95TN+77sWYYZrE87OmDKjlldT6ewxTU 70pAi4HOZh7O1HFvYMIlHFVkvIn84rwIOIMBHY/dBAo5Ol98sG4qithRT cezD4Ja1UE4eS5+3igrNPcDFOUY+O6MaH8cEwYzY8ojTC3wb1xNcSXgDp g==; X-CSE-ConnectionGUID: QRDqRFP8QuSVDMhCy99LGg== X-CSE-MsgGUID: 4hCxAWksQRGUJuId5BqJbQ== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="211191718" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="211191718" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:11 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 8FB7442A30B for ; Wed, 30 Jul 2025 09:55:10 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 01299C01EEE for ; Wed, 30 Jul 2025 09:55:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EC14E1A00AF; Wed, 30 Jul 2025 17:55:06 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 24/40] python3-eventlet: upgrade 0.40.1 -> 0.40.2 Date: Wed, 30 Jul 2025 17:54:40 +0800 Message-ID: <20250730095456.695-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118789 From: Wang Mingyu Changelog: ============= - Prepare jobs and CI/CD for python 3.14 - Make database removal safer with IF EXISTS - Fix tests on Python 3.14 on Linux Signed-off-by: Wang Mingyu --- .../{python3-eventlet_0.40.1.bb => python3-eventlet_0.40.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-eventlet_0.40.1.bb => python3-eventlet_0.40.2.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.40.1.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.40.2.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-eventlet_0.40.1.bb rename to meta-python/recipes-devtools/python/python3-eventlet_0.40.2.bb index f851f277e2..3c8397c3bd 100644 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.40.1.bb +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.40.2.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" SRC_URI += "file://d19ad6cc086684ee74db250f5fd35227c98e678a.patch" -SRC_URI[sha256sum] = "aee74de74ac6634a1dac1ed58dc93b5dc2abaef3c7b5e76fd7f195f1662f25ef" +SRC_URI[sha256sum] = "42636c277f761d026905cd0ba0a11edec7600001be401d6ae7e9546559c8d8b0" inherit pypi python_hatchling From patchwork Wed Jul 30 09:54:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67713 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 AF2E7C87FCE for ; Wed, 30 Jul 2025 09:55:19 +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.web10.31499.1753869312363064647 for ; Wed, 30 Jul 2025 02:55:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UcARfHXZ; 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=1753869312; x=1785405312; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=eIe8qe6Mi83dViEyzJzFm+XokUckFGhR/q1F2O5Aang=; b=UcARfHXZgU3sGf2CPmg24EZDCj4EBdYXMGqj/yjlAF5TZEtyIPfZz9X4 Teeb2wcj6mN1UPGw1LIqR71WNnraC1hVUj2MjuQmFvUIToBO3VPet0H2+ AZjPjueyY7K/PA9NCwOQpEh0LsfNcHVPhyyNGnACKTjdqLEcFoHH05a0b vho9GbkIUgUcKLO1qQUfshE7dXiTxJwLUJ9H6UZTzh1KfIde7hVRn6egy tavJU0CuE5HUQ1lCfncaU8mjOE4h4V/UbWSHToMXlT9IqaoTHZLcLhp97 tizE+s37W1gyrTOlyw2/YjuYF4nx7tR88T+psJPmbozWRJKJfmN8c9+cc w==; X-CSE-ConnectionGUID: PcUwqJSXRGK3apHZ2uJeMw== X-CSE-MsgGUID: Ag0pICUVQIqZirqcmDEy0g== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="208433622" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="208433622" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55:10 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id E693C42A305 for ; Wed, 30 Jul 2025 09:55:10 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 55705C03416 for ; Wed, 30 Jul 2025 09:55:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 42FAA1A000B; Wed, 30 Jul 2025 17:55:07 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 25/40] python3-grpcio-channelz: upgrade 1.73.1 -> 1.74.0 Date: Wed, 30 Jul 2025 17:54:41 +0800 Message-ID: <20250730095456.695-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118792 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...cio-channelz_1.73.1.bb => python3-grpcio-channelz_1.74.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-channelz_1.73.1.bb => python3-grpcio-channelz_1.74.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.73.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.74.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-grpcio-channelz_1.73.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio-channelz_1.74.0.bb index 857e842b70..97b645d985 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.73.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.74.0.bb @@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_channelz" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "e48c5444db505d9e42ceca4399ccb9926bceb41189a8956140a94d2f95538be9" +SRC_URI[sha256sum] = "6b80079b6d6e3484eaf89f4e547438e8fcb8658f244027dafb67803bbbd07d4b" RDEPENDS:${PN} = "python3-grpcio" From patchwork Wed Jul 30 09:54:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 67716 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 B6BC4C87FCB for ; Wed, 30 Jul 2025 09:55:19 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.31493.1753869308081090093 for ; Wed, 30 Jul 2025 02:55:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=by1ycxrl; 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=1753869311; x=1785405311; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jKr2i57HD+OSqEqWHVnEFu4TqXZVj7AKQf9avJtkycA=; b=by1ycxrly/UsfdPvaPrnme4JiVO2PWjIIx/UA4A1CHTWldSrB86kGorO hpBL/FH2NoqT4Xjb57dGaOsj7ZYdK6hLRthcTOLA2vM0hIAMIsXQHbQv8 DObNI+rcpeX6Em8uu3VorgYRCg3wQ+FtzvL+OzY/cpAfcL1lnrYdqeqts EnHVR3saiFEarm4RUONi7fnM0YpUekd5Dn1ryhhNwrmL1MHfScUzupqay /ZqursQyZtqWbbqPyLuMcnZKXvMVGJFjM9baXGRmhlIJqHwGOpydEdjPP riOPSzfiCszuYFmtpIFMJco5vQc44/pilYTE7CbRxZXp8xQw1BuFMO1bw A==; X-CSE-ConnectionGUID: N+zGy2jwQjKLY99UI9IiDg== X-CSE-MsgGUID: /pB18Fc4RmmRZ2q9sKrbeQ== X-IronPort-AV: E=McAfee;i="6800,10657,11506"; a="207849426" X-IronPort-AV: E=Sophos;i="6.16,350,1744038000"; d="scan'208";a="207849426" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.19]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jul 2025 18:55: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 az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 1A50DC000BE for ; Wed, 30 Jul 2025 09:55:11 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 84D208319F1 for ; Wed, 30 Jul 2025 09:55:10 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9719F1A0073; Wed, 30 Jul 2025 17:55:07 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 26/40] python3-grpcio-reflection: upgrade 1.73.1 -> 1.74.0 Date: Wed, 30 Jul 2025 17:54:42 +0800 Message-ID: <20250730095456.695-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730095456.695-1-wangmy@fujitsu.com> References: <20250730095456.695-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Jul 2025 09:55:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118791 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...reflection_1.73.1.bb => python3-grpcio-reflection_1.74.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-reflection_1.73.1.bb => python3-grpcio-reflection_1.74.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.73.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.74.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-grpcio-reflection_1.73.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio-reflection_1.74.0.bb index dfce718a41..914abbf589 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.73.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.74.0.bb @@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_reflection" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "2d6a420264e31e83e81114dd2586b5cd05a6c689b01dd5e2121d91f2b4e167f2" +SRC_URI[sha256sum] = "c7327d2520dcdac209872ebf57774c3239646dad882e4abb4ad7bebccaca2c83" RDEPENDS:${PN} = "python3-grpcio"