From patchwork Wed Aug 20 08:39: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: 68837 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 87826CA0EED for ; Wed, 20 Aug 2025 08:39:59 +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.web10.15247.1755679196640782156 for ; Wed, 20 Aug 2025 01:39:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IuCjg3kp; 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=1755679197; x=1787215197; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=WycGGaz20bv3kDZ7eRcHm4va2+atdHI8W4FKmC7hHXI=; b=IuCjg3kpqGwCN4a/NX7bBqbXRYKvqzMcNYajQrKbGCFwnQkWxkrh5d2H I3Yc9J49zGAI/RRUEct+sZuBEe1sooZYu4zqAYf0Xs1gj7kCvcnq4y/4m 9BrYHYH36Gy/tINRwkl1yRnvYmNzQIF8hV13+RkFDwWPMT1/ns1TQNrUj d4TWcZaH1Ohk5r8TP7+5mGntIXTlDaxx4o0t6RWdBOI1dj72xnlUBg1Mu aGaJWKvLSygERgDxumAgjHmUep0Ya7HUhfPYMJaO5VuBYKkbfbYp9wT4N ouBXbW5E5H/k2SkgUOcZYgJ2IIMs+NIdTJc0ed1KUfbNUJwmNsB1F4Zis A==; X-CSE-ConnectionGUID: RRwuu+ufQmuADs5UGOQ3eQ== X-CSE-MsgGUID: zHi18rHeS9Wc3ekwhwsPrw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="213396771" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="213396771" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:39:55 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id CC3B81C00087 for ; Wed, 20 Aug 2025 08:39:54 +0000 (UTC) Received: from az2nlsmom4.fujitsu.com (az2nlsmom4.o.css.fujitsu.com [10.150.26.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 873F51C0831B for ; Wed, 20 Aug 2025 08:39:54 +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 az2nlsmom4.fujitsu.com (Postfix) with ESMTPS id 7CE1420000B1 for ; Wed, 20 Aug 2025 08:39:52 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 65BA41A000B; Wed, 20 Aug 2025 16:39:49 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-filesystems] [PATCH 01/26] bindfs: upgrade 1.18.1 -> 1.18.2 Date: Wed, 20 Aug 2025 16:39:20 +0800 Message-ID: <20250820083945.802-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, 20 Aug 2025 08:39:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119014 From: Wang Mingyu Changelog: * Added '-osubtype=argv[0]' to prevent some systems from auto-unmounting bindfs when the network goes down Signed-off-by: Wang Mingyu --- .../recipes-utils/binfs/{bindfs_1.18.1.bb => bindfs_1.18.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/binfs/{bindfs_1.18.1.bb => bindfs_1.18.2.bb} (90%) diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb similarity index 90% rename from meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb rename to meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb index abb7dceaa7..63e5ac5aa6 100644 --- a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb +++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb @@ -8,7 +8,7 @@ DEPENDS = "fuse" RDEPENDS:${PN} = "fuse" SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}" -SRCREV = "70a663b3476c0b9b21b626473c00c68a3dc97b92" +SRCREV = "755e0895040bbd43a8e2f3efc7f32f366160a408" inherit autotools pkgconfig gettext From patchwork Wed Aug 20 08:39: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: 68850 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 E4A16CA0FE7 for ; Wed, 20 Aug 2025 08:40: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.15250.1755679199610507839 for ; Wed, 20 Aug 2025 01:40:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jbdDeDQu; 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=1755679200; x=1787215200; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OiOF1l2iOiY3QQURfTsAGyYqL/iVXjyreIRY0ycqiz0=; b=jbdDeDQuMgh5AzNb6UiWO4wprS06tKzvpnaud6bX8ApQ4Qsgk87LeQOI 52gVawba+nkvhapDgMo8pVL3b3KIn2CSwB5YQUNjg0U/LN4A1Tnyy7r0e HiPD9MbWtCG8dreeQ2bJ9NCEWblY+OB6VHVC6hS9QriXYi6Fxbx6WJID0 sXBecJ1NHlLUYWkd8fZcL7Xf0DfFDER7GmxMi03/axreerEmikr/ApCqz 1nDnkMpLBLJ767rLs5JzrdIXPei15IBKGfubnBnYCaqpR5EWGe82ZFEPD jf5obYwZpBx+tRRhRVXWOdNMOYHTlih6e8G5K/AX5icaDKj6KUeHOncWt w==; X-CSE-ConnectionGUID: GuecJt0ETUmelnQnU2TwoQ== X-CSE-MsgGUID: Q+FhKwL2Tx6LSa9huMrQhw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210000422" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="210000422" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:39:58 +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 az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id AA0681002B8A for ; Wed, 20 Aug 2025 08:39:57 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (az2nlsmom2.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 64A88C011BC for ; Wed, 20 Aug 2025 08:39:57 +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 az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 3B2151803FAE for ; Wed, 20 Aug 2025 08:39:55 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2470D1A0071; Wed, 20 Aug 2025 16:39:52 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/26] ctags: upgrade 6.2.20250727.0 -> 6.2.20250810.0 Date: Wed, 20 Aug 2025 16:39:21 +0800 Message-ID: <20250820083945.802-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119016 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.2.20250727.0.bb => ctags_6.2.20250810.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.2.20250727.0.bb => ctags_6.2.20250810.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.2.20250727.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.2.20250810.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_6.2.20250727.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.2.20250810.0.bb index 204778b3b2..a2c9618aa5 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.2.20250727.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.2.20250810.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "2fd182cffd09614f9e23db9403e78d2884f42818" +SRCREV = "475a7bc246c22cb6ef1c6659103977a9de544667" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" From patchwork Wed Aug 20 08:39: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: 68838 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 7F15BCA0EFA for ; Wed, 20 Aug 2025 08:40: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.web10.15247.1755679196640782156 for ; Wed, 20 Aug 2025 01:39:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=BYWjg8G/; 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=1755679199; x=1787215199; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=eWt6gSJKGlW7v+N4zTtRj/MSPeT5G8wCeJ4wQL12pe0=; b=BYWjg8G/QWHrd5k4pIsQHxbqSD6pLS4GQfjRyDiPY1eze67WQxMcAgwf 77wik3RBOwzDSsLdVEFU7fJdun6GcWcSjwwFfnZu1MA0SKd2RKEaiXkqs S3hJRRyHKsUWeVkUndcMPUpA+m1UzdzGm4kNqgG006fhQmylFC7ld284x R23t3AsJRgQKlWedRV+7HIF542pFi1qdQnVjtN18zATxZiJZjMk6ABJ5q 7BnlTkrbN0bIRA7m1cD4nlWRc01VTbrgJmbHGXoE1O1QeQCl303vp5bTQ Eh/LAmeQRjEbOc9Ib/vUCcFB+9aAOmQ5VUrDRTw0JwJQEN/hIHvIVgJ0p w==; X-CSE-ConnectionGUID: 5zoMI/EpQUagdm1qXnu5ZQ== X-CSE-MsgGUID: stXLERZoQfiGFTg71N0Xiw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="213396778" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="213396778" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:39:59 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 7D6E81002B88 for ; Wed, 20 Aug 2025 08:39:58 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 3E1AA1401260 for ; Wed, 20 Aug 2025 08:39:58 +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 az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTPS id 400E818001E0 for ; Wed, 20 Aug 2025 08:39:56 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4D6EF1A000B; Wed, 20 Aug 2025 16:39:53 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 03/26] gnome-online-accounts: upgrade 3.55.0 -> 3.55.1 Date: Wed, 20 Aug 2025 16:39:22 +0800 Message-ID: <20250820083945.802-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119015 From: Wang Mingyu Changelog: ========== - #71 Adding GOA account fails with sonic.net IMAP service - #81 Support Webflow authentication for Nextcloud - #162 Cannot add a ProtonMail bridge with IMAP + TLS - #242 Rename dconf key in gnome-online-accounts settings - #408 "Account Name" GUI field is a bit ambiguous - #420 Nextcloud login does not work anymore due to OPTIONS /login request - #429 Linked online accounts no longer work - #430 Invalid URI when adding Google account - #434 Failed to generate a new POT file for the user interface of "gnome- online-accounts" (domain: "po") and some missing files from POTFILES.in - !340 goamsgraphprovider: ensure a valid PresentationIdentity - !345 goadaemon: complete GTasks to avoid a scary debug warning Signed-off-by: Wang Mingyu --- ...nline-accounts_3.55.0.bb => gnome-online-accounts_3.55.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-online-accounts/{gnome-online-accounts_3.55.0.bb => gnome-online-accounts_3.55.1.bb} (92%) diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.1.bb similarity index 92% rename from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb rename to meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.1.bb index eb78bd1327..8edbd8411d 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.1.bb @@ -8,7 +8,7 @@ REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils" -SRC_URI[archive.sha256sum] = "fd69d0aec3b672621f525671b5e54f28b73939920b3fc308ade561a83a727b2d" +SRC_URI[archive.sha256sum] = "a0b50fb75553c1e360713a827321cd17e2f91a735b8205ba5fd0ff374b26108b" PACKAGECONFIG ?= "goabackend kerberos owncloud google" From patchwork Wed Aug 20 08:39: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: 68855 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 090BFCA0FEB for ; Wed, 20 Aug 2025 08:40:10 +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.web10.15247.1755679196640782156 for ; Wed, 20 Aug 2025 01:40:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UgqI6iFN; 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=1755679200; x=1787215200; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=19ol/PyI5UEBNLFhqifETUs68B6W/GWD7Bc91IuK7oo=; b=UgqI6iFNKJqKJFajZodPY7oaYw+f8ikhekibXe/iipjJ1lbyoYLWoItd IRrOEFkA5FWEoj+CtsdS0l1atFvkQ7JJivaIYFnhpyUW7SWxiv03+Gt6Z 0gWZK1bDnXbMQUX8rEg4t8LT+rSQ4mFghHNedcwTJtxMqOO2R1phkCCsg 8EJjZ+zLKtkNFB/3v/iEWt6zU1Be2H0/5NcNZMb10EyIPw+DIMqjBLbC9 pWe4iaFJP9QzRu8lSICmLuQj3q8BPKbonEpCCBI32Mf2cO0pCuHznqdIl REDkbm9faOju2PGTbWYMeW9FZd95M3hfya9cPxP53dvzQP48S2BZZFFWf Q==; X-CSE-ConnectionGUID: lueZUSmiS1Wp26k/rrS/Ow== X-CSE-MsgGUID: /W8Z1Mh/TsGR07J6nPzWUQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="213396780" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="213396780" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([20.61.8.234]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:39:59 +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 6FD6D1000347 for ; Wed, 20 Aug 2025 08:39:59 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 238D4C0384A for ; Wed, 20 Aug 2025 08:39:59 +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 az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTPS id 053EF180226C for ; Wed, 20 Aug 2025 08:39:57 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 1276E1A0073; Wed, 20 Aug 2025 16:39:54 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/26] graphviz: upgrade 13.1.1 -> 13.1.2 Date: Wed, 20 Aug 2025 16:39:23 +0800 Message-ID: <20250820083945.802-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119017 From: Wang Mingyu Changelog: ========== ### Changed - 'DFLT_GVPRPATH', a '$PATH'-like variable that gvpr uses to locate user-referenced files, is now computed at runtime instead of build time. This removes a barrier to relocating a Graphviz installation from one directory to another. - In the CMake build system, whether GDK-dependent components are built or not can now be controlled by the '-DWITH_GDK={AUTO|ON|OFF}' option. #2714 ### Fixed - Gvedit and Smyrna on MinGW can now correctly locate their supporting runtime data directories. - The gvpr options '-v' for printing verbose messages is documented. This has been supported since Graphviz 2.30 but undocumented. - When using the CMake build system, 'DFLT_GVPRPATH' is no longer incorrectly missing a ".:" prefix. - On macOS, processing graphs involving URLs with the Quartz plugin is once again possible. Previously this would crash. This was a regression in Graphviz 13.0.1. #2712 - In gvpr, updating a map or deleting items from the map no longer triggers a use-after-free. Signed-off-by: Wang Mingyu --- .../graphviz/{graphviz_13.1.1.bb => graphviz_13.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/graphviz/{graphviz_13.1.1.bb => graphviz_13.1.2.bb} (97%) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_13.1.1.bb b/meta-oe/recipes-graphics/graphviz/graphviz_13.1.2.bb similarity index 97% rename from meta-oe/recipes-graphics/graphviz/graphviz_13.1.1.bb rename to meta-oe/recipes-graphics/graphviz/graphviz_13.1.2.bb index f385280f6d..8dc869d56b 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_13.1.1.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_13.1.2.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] = "6c49d7dda4329f5a35ce70035d1ec6602dadae7a7077cd7efe43cb57f4bc8f22" +SRC_URI[sha256sum] = "2229ae9265eb51967841fb43c150dd253f26f51ab5c854ce103f665aaf948b1e" UPSTREAM_CHECK_URI = "https://graphviz.org/download/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed Aug 20 08:39: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: 68857 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 37D8BCA0FEC for ; Wed, 20 Aug 2025 08:40:10 +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.web10.15247.1755679196640782156 for ; Wed, 20 Aug 2025 01:40:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Z8cqzI/V; 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=1755679201; x=1787215201; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KPktzkTfAy8RrcOyktFxwI4VQz3ykcZT9IWmqgkzKq0=; b=Z8cqzI/V/H9yur1WtrPq4RzHibHUv7/K/MY0DRfStOljn5XNWTt+WDNs c5uNnQ4kdv51wAGB4orzFLg/YL0ni/ElWzjtbU3k2HFsonI7J/YXgp69p 82rdxe7U3YlBtFZQNgoUX8SKuG3IAxIR/jWrn3S9av3X6oI047DW/QeIO dhUsAGJixISsvZo0G1ep9TSWqLlWSwwl6K8nplgQ7J8jbiYLP2dUssb7G uiie4FJea4cqwDMxPPVsl6zhfendbctX3mDiLtc5sUzbRu+2b2vw381wx 1OSFBIwCxOtYRtOLWH7xWLx01ciG6uX0IeC5G0HYx8qka+cjq4KmUa4bP w==; X-CSE-ConnectionGUID: dbUa4S8xTfKLX2EHnL2hUg== X-CSE-MsgGUID: vZ8D6tMQR1uCMIhsBgUa8A== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="213396781" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="213396781" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.128]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:00 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 2975D1C1C710 for ; Wed, 20 Aug 2025 08:40:00 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (az2nlsmom2.o.css.fujitsu.com [10.150.26.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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id D33F78D65E9 for ; Wed, 20 Aug 2025 08:39:59 +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 az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTPS id B4B4E1803FB9 for ; Wed, 20 Aug 2025 08:39:57 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AE2601A0074; Wed, 20 Aug 2025 16:39:54 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 05/26] highway: upgrade 1.2.0 -> 1.3.0 Date: Wed, 20 Aug 2025 16:39:24 +0800 Message-ID: <20250820083945.802-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119018 From: Wang Mingyu 0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch refreshed for 1.3.0 Signed-off-by: Wang Mingyu --- ...ck-for-deducing-32bit-or-64bit-RISCV.patch | 34 +++++-------------- .../{highway_1.2.0.bb => highway_1.3.0.bb} | 2 +- 2 files changed, 9 insertions(+), 27 deletions(-) rename meta-oe/recipes-extended/highway/{highway_1.2.0.bb => highway_1.3.0.bb} (92%) diff --git a/meta-oe/recipes-extended/highway/highway/0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch b/meta-oe/recipes-extended/highway/highway/0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch index ecc9c441c5..1ab31e5eec 100644 --- a/meta-oe/recipes-extended/highway/highway/0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch +++ b/meta-oe/recipes-extended/highway/highway/0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch @@ -9,10 +9,13 @@ RVV as well Upstream-Status: Submitted [https://github.com/google/highway/pull/2330] Signed-off-by: Khem Raj + --- - CMakeLists.txt | 38 +++++++++++++++++++++++++++++++++++--- - 1 file changed, 35 insertions(+), 3 deletions(-) + CMakeLists.txt | 27 +++++++++++++++++++++++++++ + 1 file changed, 27 insertions(+) +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 795408c5..9ddd92cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,33 @@ if(CHECK_PIE_SUPPORTED) @@ -49,27 +52,6 @@ Signed-off-by: Khem Raj include(GNUInstallDirs) if (NOT CMAKE_BUILD_TYPE) -@@ -72,7 +99,7 @@ set(HWY_CMAKE_ARM7 OFF CACHE BOOL "Set c - # skipped. For GCC 13.1+, you can also build with -fexcess-precision=standard. - set(HWY_CMAKE_SSE2 OFF CACHE BOOL "Set SSE2 as baseline for 32-bit x86?") - --# Currently this will compile the entire codebase with `-march=rv64gcv1p0`: -+# Currently this will compile the entire codebase with `-march=rvgcv1p0`: - set(HWY_CMAKE_RVV ON CACHE BOOL "Set copts for RISCV with RVV?") - - # Unconditionally adding -Werror risks breaking the build when new warnings -@@ -378,7 +405,13 @@ else() - # we add the gcv compiler flag, which then requires the CPU (now when using - # either compiler) to support V. - if(HWY_CMAKE_RVV) -- list(APPEND HWY_FLAGS -march=rv64gcv1p0) -+ if(RISCV_XLEN EQUAL 64) -+ list(APPEND HWY_FLAGS -march=rv64gcv1p0) -+ add_link_options(-march=rv64gcv1p0) -+ elseif(RISCV_XLEN EQUAL 32) -+ list(APPEND HWY_FLAGS -march=rv32gcv1p0) -+ add_link_options(-march=rv32gcv1p0) -+ endif() - if(${CMAKE_CXX_COMPILER_ID} MATCHES "Clang") - list(APPEND HWY_FLAGS -menable-experimental-extensions) - endif() +-- +2.43.0 + diff --git a/meta-oe/recipes-extended/highway/highway_1.2.0.bb b/meta-oe/recipes-extended/highway/highway_1.3.0.bb similarity index 92% rename from meta-oe/recipes-extended/highway/highway_1.2.0.bb rename to meta-oe/recipes-extended/highway/highway_1.3.0.bb index ea38310398..81b71b1f21 100644 --- a/meta-oe/recipes-extended/highway/highway_1.2.0.bb +++ b/meta-oe/recipes-extended/highway/highway_1.3.0.bb @@ -9,7 +9,7 @@ inherit cmake SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master \ file://0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch" -SRCREV = "457c891775a7397bdb0376bb1031e6e027af1c48" +SRCREV = "ac0d5d297b13ab1b89f48484fc7911082d76a93f" EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release" From patchwork Wed Aug 20 08:39: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: 68858 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 37EDECA0FEF for ; Wed, 20 Aug 2025 08:40:10 +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.15252.1755679202311401295 for ; Wed, 20 Aug 2025 01:40:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=p8ZRSsGr; 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=1755679202; x=1787215202; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=i8MbdU2kHoRWFmZROSOARWqEMUrL0/yxnQ9wvajIZyc=; b=p8ZRSsGrY7QtqMrKmGD+QnkwMUGLtW54VxcQmvCmXLfJ+hxgel7n1vxT bHniHrWySBOtxV/v0HFCnDEt7RbjhuZsd5zIJ9kTVI2d/5/fpzDsfJpCV P08Dy3qYLT9P2POSJJ9DGIatMTQDaTl74lvkcgSPZf6hcQ9vGW08hu6xR uDxHLM22bmVNmws5eGVZtajhsu7lQ0mC/wp17DH/tP39orqyGk2sG35o3 xtdE2pIPd6QInNkox1buNYsyQrtv/DyOYFtY9YQWXlrEX8Wn/3vI0qDgB Tts45ci8TkKJ5BowGCy+xaIp7KTY53nUabWoSIkVcPxidSd83cMY8RoHJ Q==; X-CSE-ConnectionGUID: IDtYkGgERFi7OkA+vRfuIQ== X-CSE-MsgGUID: oNSTtwqYQC+2Wps7bxFmEQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="197995205" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="197995205" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:00 +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 91F7242A315 for ; Wed, 20 Aug 2025 08:40:00 +0000 (UTC) Received: from az2nlsmom4.fujitsu.com (az2nlsmom4.o.css.fujitsu.com [10.150.26.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 4E31F1C06BE2 for ; Wed, 20 Aug 2025 08:40:00 +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 az2nlsmom4.fujitsu.com (Postfix) with ESMTPS id 492612000289 for ; Wed, 20 Aug 2025 08:39:58 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 44AF91A0069; Wed, 20 Aug 2025 16:39:55 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 06/26] icewm: upgrade 3.8.1 -> 3.8.2 Date: Wed, 20 Aug 2025 16:39:25 +0800 Message-ID: <20250820083945.802-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119019 From: Wang Mingyu Changelog: =========== - Use foldspaces to remove extraneous spaces. - Also minimize fullscreen windows when clicking on a task button. Document the minimization feature of task buttons and the Ctrl modifier. - Fix for keeping a menu inside the screen area. - Fixes for adjusting the workarea when moving/sizing a do-not-cover window - Fix to resize maximized windows when workarea grows and fix to recompute the workarea when a dock exits - Don't synchronize with icewm after _NET_WORKAREA changes as it slows icewm down. - Fix typo - When the workarea changes, adjust the positions of all desktop icons. - Drop excessive use of square brackets around double quotes. - Improve the abstractions for the doNotCover computation inside updateWorkAreaInner. - Add new "switchmenu" and "print" actions to icesh to use icesh in a "switchkey" definition in the "keys" file. - Make the -Z filter work on non-Linux. - Add mlterm for OpenBSD. - Explain Dock layer. Signed-off-by: Wang Mingyu --- .../recipes-extended/icewm/{icewm_3.8.1.bb => icewm_3.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/icewm/{icewm_3.8.1.bb => icewm_3.8.2.bb} (94%) diff --git a/meta-oe/recipes-extended/icewm/icewm_3.8.1.bb b/meta-oe/recipes-extended/icewm/icewm_3.8.2.bb similarity index 94% rename from meta-oe/recipes-extended/icewm/icewm_3.8.1.bb rename to meta-oe/recipes-extended/icewm/icewm_3.8.2.bb index 597ff3f083..ad92b7b294 100644 --- a/meta-oe/recipes-extended/icewm/icewm_3.8.1.bb +++ b/meta-oe/recipes-extended/icewm/icewm_3.8.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b" SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \ file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ " -SRC_URI[sha256sum] = "3c525512b1e4f4cf7999a4687f1b82311d7448d8c174780b5efd3b8aafbfb4a2" +SRC_URI[sha256sum] = "c64b1b7c8ee262a3c4796be57349a3198998564d70ed26f11e724e1b73d48394" UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed Aug 20 08:39: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: 68854 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 4223FCA0FF0 for ; Wed, 20 Aug 2025 08:40:10 +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.15381.1755679202592972223 for ; Wed, 20 Aug 2025 01:40:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IQyM5EFa; 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=1755679202; x=1787215202; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WOlNSJuzAvChd0p4wD6iippDeQuYUrcIcW+G8TWskiY=; b=IQyM5EFaXcIOohzkKwSJCZwkcrpM5O/QPa3jPhb5czvn2GWx4uhbx5ic 1dmqtyv+7d7Lss6GPHO4IR+oxZsEiYfBjObSY8Q5V2pk3lJX6OukHVWo6 +xzrUG2zkX1a0RLdY+0e+lYglwcfasnphgEWuoJjnkIX1aKxK1GxQoiUy Lx3bZpMBILa3y1tB8MXCsileM24ZSey3F7XGm0yiD2DSKdXUw1UEBJwuV wMFMYk/ki75cQ78ovbC2zfklgQ4PcBtyY8oP2Z8yhpXtTFzJ4AXfwqlWj 3GpA0uLCekUpFySey+OHj0tJRL4K6v2Ek3YfwYBHaT/ruzugFYE9tHDvy g==; X-CSE-ConnectionGUID: ADvYfij7TOSmLk9PsRqyCA== X-CSE-MsgGUID: HtxMscUDR9CD4Z9cLYelDw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="188901707" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="188901707" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:00 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id DD7581C1C702 for ; Wed, 20 Aug 2025 08:40:00 +0000 (UTC) Received: from az2uksmom4.o.css.fujitsu.com (az2uksmom4.o.css.fujitsu.com [10.151.22.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 9A73B8D65E9 for ; Wed, 20 Aug 2025 08:40:00 +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 az2uksmom4.o.css.fujitsu.com (Postfix) with ESMTPS id AB27B40769A for ; Wed, 20 Aug 2025 08:39:58 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B7D061A0071; Wed, 20 Aug 2025 16:39:55 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 07/26] libdaq: upgrade 3.0.20 -> 3.0.21 Date: Wed, 20 Aug 2025 16:39:26 +0800 Message-ID: <20250820083945.802-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119020 From: Wang Mingyu Changelog: api: add support for handling DIOCTL_SET_INJECT_DROP Signed-off-by: Wang Mingyu --- .../daq/{libdaq_3.0.20.bb => libdaq_3.0.21.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/daq/{libdaq_3.0.20.bb => libdaq_3.0.21.bb} (92%) diff --git a/meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb b/meta-networking/recipes-connectivity/daq/libdaq_3.0.21.bb similarity index 92% rename from meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb rename to meta-networking/recipes-connectivity/daq/libdaq_3.0.21.bb index e74763ecd6..bd4ea4b8dc 100644 --- a/meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb +++ b/meta-networking/recipes-connectivity/daq/libdaq_3.0.21.bb @@ -12,7 +12,7 @@ inherit autotools pkgconfig SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master;tag=v${PV} \ file://0001-example-Use-lm-for-the-fst-module.patch" -SRCREV = "ec9741c22f74b6ed8955b5f1fb4113775d4df0d4" +SRCREV = "e48649648790e4e2ead7fe4ae1017f911b1cc177" FILES:${PN} += "${libdir}/daq/*.so" From patchwork Wed Aug 20 08:39: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: 68846 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 B526BCA0FE2 for ; Wed, 20 Aug 2025 08:40: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.15381.1755679202592972223 for ; Wed, 20 Aug 2025 01:40:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=O4EfXAYM; 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=1755679203; x=1787215203; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TAkB1kCERrGB/155N0MkNhXVYkLtNag4j7lW5WN13Nc=; b=O4EfXAYMGP5nB9pt3NRla5AxO4v3R/S/2LuOs7REp6QOl2e1FYt9Kp3m 2KmGASXVI1Lbhr4itg5Mcmak6bs+Qf70v3gEI2gvJYERIZtdGca76UaXy adlVYY7h4/VBK99kuSUWF9lmbM+fhfhDIu5eAAavJKTxJH9t/5/4b97cD PUyKe4gjS64TLlJW2RWz5GVWLWQ6IppiOxb4hh6A04KFc0b1OZU7i58rv DlX7g9DfwK9ABb8LCuh/UHrPWeQJD9jbbtbpHWfwIUOUMJrii1gzJBfqG iFhZY06Ldur75ak5BqyyTSVlJxPOtYo17QvCcVvMMlmddEFLm95wSc6Em A==; X-CSE-ConnectionGUID: dItdjPdvS3uvNxnRrPfsDw== X-CSE-MsgGUID: cauYbX1oSWuNc7rQyt7RYg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="188901708" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="188901708" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:01 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 7CBF41C00087 for ; Wed, 20 Aug 2025 08:40:01 +0000 (UTC) Received: from az2nlsmom4.fujitsu.com (az2nlsmom4.o.css.fujitsu.com [10.150.26.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 389941004155 for ; Wed, 20 Aug 2025 08:40:01 +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 az2nlsmom4.fujitsu.com (Postfix) with ESMTPS id 2F2EF200028C for ; Wed, 20 Aug 2025 08:39:59 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 218E21A0078; Wed, 20 Aug 2025 16:39:56 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 08/26] libnftnl: upgrade 1.2.9 -> 1.3.0 Date: Wed, 20 Aug 2025 16:39:27 +0800 Message-ID: <20250820083945.802-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119022 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libnftnl/{libnftnl_1.2.9.bb => libnftnl_1.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.2.9.bb => libnftnl_1.3.0.bb} (95%) diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.3.0.bb similarity index 95% rename from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb rename to meta-networking/recipes-filter/libnftnl/libnftnl_1.3.0.bb index abcebceab8..705681641a 100644 --- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb +++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.3.0.bb @@ -7,7 +7,7 @@ SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${BP} \ file://0001-configure.ac-Add-serial-tests.patch \ file://run-ptest \ " -SRCREV = "17190762f33f78090f5ff99a436c4cb866ac3ccd" +SRCREV = "d36691a4ac486857fd437d3a9aa3701a073a9539" inherit autotools pkgconfig ptest From patchwork Wed Aug 20 08:39: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: 68843 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 8ABD0CA0EDC for ; Wed, 20 Aug 2025 08:40: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.15383.1755679203411207527 for ; Wed, 20 Aug 2025 01:40:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qwVy7QLG; 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=1755679203; x=1787215203; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hiTj3urugWwoAlrwdw0193NfKeT9mYdT9zUG0cDUAaA=; b=qwVy7QLG6kCv+I8bx185yJRjeTwOm3QAKkcvwW4erAx1NG0H9c64MLKE BcgLfHSAE07q1zYy8AgVVrjXZokhcJKqw/g7Twb0IGNHo7G+/npuaTIsr TFOphyow+QVevbG4qB9UFUtfLAe3Eqoz7LhbHbqlahr2rFg8G8AuCufuH Zcm7pn4vR0BNN6N4BEmfU32Ut3BM3e650+PXEGlQdqXuEiYklI6ObEqFF yBKgAsKz+ooMsKRRGoTdNrSfKDUxsCRm5uw/3WIJy4TEJxJa4YszGNEnx /ftMY1jH9FIf5ARdrL4+ywo8rA81z/wtU2mNw+/zWIKn04EvytCMWzCk+ w==; X-CSE-ConnectionGUID: NjNndnKdTpa/TBLakl87Nw== X-CSE-MsgGUID: B24AGdzgRg626kfef5WSaQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="198519909" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="198519909" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:02 +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 D9A621C00087 for ; Wed, 20 Aug 2025 08:40:01 +0000 (UTC) Received: from az2uksmom4.o.css.fujitsu.com (az2uksmom4.o.css.fujitsu.com [10.151.22.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 8DA59C03847 for ; Wed, 20 Aug 2025 08:40:01 +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 az2uksmom4.o.css.fujitsu.com (Postfix) with ESMTPS id 71EBB40CDC7 for ; Wed, 20 Aug 2025 08:39:59 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7F5961A007E; Wed, 20 Aug 2025 16:39:56 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 09/26] libsdl3: upgrade 3.2.18 -> 3.2.20 Date: Wed, 20 Aug 2025 16:39:28 +0800 Message-ID: <20250820083945.802-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119021 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libsdl3/{libsdl3_3.2.18.bb => libsdl3_3.2.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/libsdl3/{libsdl3_3.2.18.bb => libsdl3_3.2.20.bb} (97%) diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.18.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.20.bb similarity index 97% rename from meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.18.bb rename to meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.20.bb index 168230e5d8..30e2d42097 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.18.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.20.bb @@ -19,7 +19,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz" S = "${UNPACKDIR}/SDL3-${PV}" -SRC_URI[sha256sum] = "1a775bde924397a8e0c08bfda198926c17be859d0288ad0dec1dea1b2ee04f8f" +SRC_URI[sha256sum] = "467600ae090dd28616fa37369faf4e3143198ff1da37729b552137e47f751a67" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even From patchwork Wed Aug 20 08:39: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: 68847 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 C4858CA0FE4 for ; Wed, 20 Aug 2025 08:40:09 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.15254.1755679203851170396 for ; Wed, 20 Aug 2025 01:40:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dV9cPB/N; 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=1755679204; x=1787215204; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kQQHgNszBu66aU2081v0JGjvIOB7aqW5YN5ucaWWhwI=; b=dV9cPB/NDN+3Q8aH7W8/d4S+pR3TFrGKcgQ559/kUDYNmFbgmyGKCmaf IFtHAYQJ1sITEuIeu4Ap+NYj4vpeQeY3mnBbb061QlTGN+NehAM9r0sxZ jIB+f11eZWB+S1IkgVX8TRwIqLeGOSVI3m6G7YfXsuryDILlhpG11o4xZ 6mZTERC+KvwETk+DqPprFXETZIT7IaQbqkULu/I4Ub9OntjkmnyM+c/s+ vWAJrDskfq0q9M3xVCDUQMKPTOjHW20mcWk1j09pDOvv9ZSQStFHuj2k9 JdUHFk902xQjrrlUchevTKO/d2hG0u+Ju9XkhLEe2ACZIAznsLXvl3A1R Q==; X-CSE-ConnectionGUID: Zg7oWwLqSX+yD5cY5OK7Xg== X-CSE-MsgGUID: D4Kz372LS9Sa4OE04cdnqA== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210032875" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="210032875" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:03 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 4DADE1000344 for ; Wed, 20 Aug 2025 08:40:02 +0000 (UTC) Received: from az2nlsmom4.fujitsu.com (az2nlsmom4.o.css.fujitsu.com [10.150.26.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 0AA6D100084E for ; Wed, 20 Aug 2025 08:40: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)) (No client certificate requested) by az2nlsmom4.fujitsu.com (Postfix) with ESMTPS id F3F782000123 for ; Wed, 20 Aug 2025 08:39:59 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E8D061A000B; Wed, 20 Aug 2025 16:39:56 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 10/26] libtdb: upgrade 1.4.13 -> 1.4.14 Date: Wed, 20 Aug 2025 16:39:29 +0800 Message-ID: <20250820083945.802-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119023 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libtdb/{libtdb_1.4.13.bb => libtdb_1.4.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/libtdb/{libtdb_1.4.13.bb => libtdb_1.4.14.bb} (96%) diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.4.13.bb b/meta-networking/recipes-support/libtdb/libtdb_1.4.14.bb similarity index 96% rename from meta-networking/recipes-support/libtdb/libtdb_1.4.13.bb rename to meta-networking/recipes-support/libtdb/libtdb_1.4.14.bb index 7221130fe6..a7c88a4573 100644 --- a/meta-networking/recipes-support/libtdb/libtdb_1.4.13.bb +++ b/meta-networking/recipes-support/libtdb/libtdb_1.4.14.bb @@ -15,7 +15,7 @@ SRC_URI = "https://samba.org/ftp/tdb/tdb-${PV}.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "5ee276e7644d713e19e4b6adc00b440afb5851ff21e65821ffaed89e15a5e167" +SRC_URI[sha256sum] = "144f407d42ed7a0ec1470a40ef17ad41133fe910bce865dd9fe084d49c907526" PACKAGECONFIG ??= "\ ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)} \ From patchwork Wed Aug 20 08:39: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: 68851 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 ED275CA0FE9 for ; Wed, 20 Aug 2025 08:40:09 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.15255.1755679204336650566 for ; Wed, 20 Aug 2025 01:40:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=L5fOs+rc; 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=1755679204; x=1787215204; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=O1pwap9c9OeSmpO9ZB9ff5mqSlIlM/3r4YBHKGtv918=; b=L5fOs+rc9Q2d67HLxd3KG993xEeSW+e4KDKchWu3X7B5oBCrMFsRmMCX ugyf6r1YwrU8YnnWvyhp/QqPLoDf7FzRD4q2iTHKGQXFAjp1QiJ85zKzY Z5bw+6fblKkOYDJ4dHcZSgGYgYy72yb7DvLk1QGTLLUQtw7MUMWFdrLFw yWPLrUEtdRV6QTNI2onoDdhEQocHARLPtAdr7MPUvvkddooanTVfod8ct 1p16IsptcFpIgPqjOXyAk7SPSsMnavPmsDO84a0Gh1YaYY9xETaBUfQEf VucEVH8bUxyW+bijMrY+RhTqggWyPoDije6Iym++7AOVbPEKHGAX52Eyn w==; X-CSE-ConnectionGUID: 1Zesnw4dQZyb3GpYv+66sA== X-CSE-MsgGUID: 6aNInz9FTwunlCg8NlYOoA== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="209365707" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="209365707" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.128]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:03 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 91414C00201 for ; Wed, 20 Aug 2025 08:40:02 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (az2uksmom1.o.css.fujitsu.com [10.151.22.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 az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 4DD6E1809176 for ; Wed, 20 Aug 2025 08:40: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)) (No client certificate requested) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTPS id 48E2C18001E0 for ; Wed, 20 Aug 2025 08:40:00 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 506501A0086; Wed, 20 Aug 2025 16:39:57 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 11/26] libtevent: upgrade 0.17.0 -> 0.17.1 Date: Wed, 20 Aug 2025 16:39:30 +0800 Message-ID: <20250820083945.802-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119025 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libtevent/{libtevent_0.17.0.bb => libtevent_0.17.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/libtevent/{libtevent_0.17.0.bb => libtevent_0.17.1.bb} (95%) diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.17.0.bb b/meta-networking/recipes-support/libtevent/libtevent_0.17.1.bb similarity index 95% rename from meta-networking/recipes-support/libtevent/libtevent_0.17.0.bb rename to meta-networking/recipes-support/libtevent/libtevent_0.17.1.bb index 7ee044d146..3f67b7b842 100644 --- a/meta-networking/recipes-support/libtevent/libtevent_0.17.0.bb +++ b/meta-networking/recipes-support/libtevent/libtevent_0.17.1.bb @@ -17,7 +17,7 @@ SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \ LIC_FILES_CHKSUM = "file://tevent.h;endline=26;md5=47386b7c539bf2706b7ce52dc9341681" -SRC_URI[sha256sum] = "7702fb373b69da2960b86134b6a9ec6fa0b949a01756fec00a4a6a43575c8361" +SRC_URI[sha256sum] = "1be2dea737cde25fe06621f84945e63eb71259e0c43e9f8f5da482dab1a7be92" inherit pkgconfig ptest waf-samba From patchwork Wed Aug 20 08:39: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: 68853 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 04D03CA0FEA for ; Wed, 20 Aug 2025 08:40:10 +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.15255.1755679204336650566 for ; Wed, 20 Aug 2025 01:40:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=V+h/iVCq; 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=1755679205; x=1787215205; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cCLCGGbIP0p9ynv+5oQ905qu8TsvdKbW7+1dAMYhgp4=; b=V+h/iVCqyVNaFsM+X/3sfd53mEBukiMmap0/b28Qy3RAVF8FHKHau1x1 Rzo9eJaYzS352+IV0qbhNxNvNz2LhfrrG+lsZxWyRZLnwoRvJOrA8Akt8 QkvXoLwG2iOc2uzweb7QLWR+7yBhjOiQuyRs/snjflciwTCoLLvdGmVWH WOFPhD5uwswBIV9gNxQp5ph4hYL6Vg3wgqauvGLJMXyDC4FkU4CN6M64i JFtZ04AvRoAv9+cUtx2eKJ+W4Gtv40exbUrfluxEOhz/wulX1fwFJXeiU cH+PcEw42ZGHuj66w7MV4IOs5HglEWOTm/evwXeXDx9X6d/4g8HCxDyme Q==; X-CSE-ConnectionGUID: EosEfPRDTJmHyvO10cQm0w== X-CSE-MsgGUID: xEPlf4KwSYW5GxKcOl/0NQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="209365709" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="209365709" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:03 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 10E421C00087 for ; Wed, 20 Aug 2025 08:40:03 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id BCD3C100084E for ; Wed, 20 Aug 2025 08:40: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 az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTPS id 9E1FB10003E3 for ; Wed, 20 Aug 2025 08:40:00 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AD3781A0073; Wed, 20 Aug 2025 16:39:57 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 12/26] libyang: upgrade 3.12.2 -> 3.13.5 Date: Wed, 20 Aug 2025 16:39:31 +0800 Message-ID: <20250820083945.802-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119027 From: Wang Mingyu License-Update: Copyright year updated to 2025 Changelog: ============ - yanglint extension-instance YANG data validation support - compatibility fixes for FreeBSD - minor LYB data format improvements - lots of other bugfixes and improvements Signed-off-by: Wang Mingyu --- .../libyang/{libyang_3.12.2.bb => libyang_3.13.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/libyang/{libyang_3.12.2.bb => libyang_3.13.5.bb} (91%) diff --git a/meta-oe/recipes-extended/libyang/libyang_3.12.2.bb b/meta-oe/recipes-extended/libyang/libyang_3.13.5.bb similarity index 91% rename from meta-oe/recipes-extended/libyang/libyang_3.12.2.bb rename to meta-oe/recipes-extended/libyang/libyang_3.13.5.bb index 7fff0b96a1..9dad6ba279 100644 --- a/meta-oe/recipes-extended/libyang/libyang_3.12.2.bb +++ b/meta-oe/recipes-extended/libyang/libyang_3.13.5.bb @@ -4,9 +4,9 @@ HOMEPAGE = "https://github.com/CESNET/libyang" SECTION = "libs" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9bb3d334294e8719f41c531e28a9a697" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b69fd3b2815bbf1cef5c97f0eee2519a" -SRCREV = "da7272e19d9e27d1bfdd68108fa9dce25fbdf5e8" +SRCREV = "efe43e3790822a3dc64d7d28db935d03fff8b81f" SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https;tag=v${PV} \ file://0001-test_context-skip-test-case-test_searchdirs.patch \ From patchwork Wed Aug 20 08:39: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: 68856 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 01A7ACA0FE8 for ; Wed, 20 Aug 2025 08:40:10 +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.web11.15387.1755679204792210627 for ; Wed, 20 Aug 2025 01:40:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IkusuCBP; 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=1755679205; x=1787215205; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WIKZslbFanL5/VtpXC+cM4AaIz9Q/uNiZpkD8Ff2+X0=; b=IkusuCBPVzR0xJFi5Ko8wuAK1TgV9eELtmsyg+H7wIzX0moDr2L/Kb5B GXjL0C1Rgg+ptQ3VXasZdvFHqHNeg+RNAlZ+gSjhic1bfONWPYtoQzXaA 8vIti4J/nRhhGQeiY6DHW318OGy0uRA6eJ/6fEa6V2Ln1JrK5TrVkpSK9 ktK8h1Fa4mwyO9S2N6Lb4EPz3iXaaQra4rIN5eO9wyej6nh/f/w6k+2wM RJvKxExE2DL/Vvmv59jLFkZVbs/U9JkZrScF5X4YdcJD2ZU2xQVFv5lFc VI1G9ThyL+oCzfLp9C46kerUOEn/zmPvAuC4rdwoqi5kxHqX0SiXsSZBG Q==; X-CSE-ConnectionGUID: +K+FsBDMT5yR8/I6J6MbnQ== X-CSE-MsgGUID: 5WuZjnh1Sx20FMXUeEuuKg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="188971861" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="188971861" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.128]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40: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 389278203CB for ; Wed, 20 Aug 2025 08:40:03 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id E5CE7C0244A for ; Wed, 20 Aug 2025 08:40: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)) (No client certificate requested) by az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTPS id EE95F1400BC7 for ; Wed, 20 Aug 2025 08:40:00 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 11E451A008A; Wed, 20 Aug 2025 16:39:58 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 13/26] networkmanager-openvpn: upgrade 1.12.0 -> 1.12.2 Date: Wed, 20 Aug 2025 16:39:32 +0800 Message-ID: <20250820083945.802-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119026 From: Wang Mingyu Changelog: ============ * Fix bug that caused that challenge was incorrectly reused if invalid or expired. * Add support for "data-ciphers-fallback" option. * Add GUI support for "data-ciphers" option. * Fix export for password connection type that was not exporting some fields. * Fix mnemonics in editor's Identity - Advanced view * Auth-dialog ported to GTK4 * Import certificates into the XDG_DATA_HOME directory. * Update translations: Hindi, Slovenian, Catalan, Polish, Brazilian Portuguese, Ukrainian, Georgian, Swedish, Hebrew, Russian and Danish. * Skip release 1.12.1 because of a bug in the release pipeline. Signed-off-by: Wang Mingyu --- ...nager-openvpn_1.12.0.bb => networkmanager-openvpn_1.12.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/networkmanager/{networkmanager-openvpn_1.12.0.bb => networkmanager-openvpn_1.12.2.bb} (95%) diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.2.bb similarity index 95% rename from meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.0.bb rename to meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.2.bb index 9859d01463..2dec7cbb86 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.0.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.2.bb @@ -13,7 +13,7 @@ SRC_URI = "${GNOME_MIRROR}/NetworkManager-openvpn/${@gnome_verdir("${PV}")}/Netw SRC_URI:append:libc-musl = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' file://0001-linker-scripts-Do-not-export-_IO_stdin_used.patch', '', d)}" -SRC_URI[sha256sum] = "903fd4c0aebd2aa7ac70c9d8c2bed8df922655d22d764514403566ae89b7e886" +SRC_URI[sha256sum] = "aa1b5f9addf8d64bc8c459361cf0d5e3eb99f14b60ea82a3500631928af62a6f" S = "${UNPACKDIR}/NetworkManager-openvpn-${PV}" From patchwork Wed Aug 20 08:39: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: 68849 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 D0E27CA0FE5 for ; Wed, 20 Aug 2025 08:40: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.15250.1755679199610507839 for ; Wed, 20 Aug 2025 01:40:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=groyvit3; 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=1755679205; x=1787215205; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LsAuGLhGzVYY6GRNZImdTG0gVy6g+JG+j7ny+4HcBmQ=; b=groyvit3W3WyTNzU3o+kP/Omny5KiCdZwHxWmpt73BASyLMsdalNrq9q dRFVKuTqi3+6HlDNtXXzT2lSJRPq8SUVhAlxtQgsy+80AoBYDq7H8qIIv kfHbjSXTNoJ9VpviCDjjmhIJUBk/+iw+Lo1ki+z+ztKI1h3rjhMLg7Btz 1w5FecL2SmwLJ1u0k8Dfg4FGnTVckWxUSKNLl/5GfsBZTHVAXMVNDTXkM th7oR7xTMWkybqDxqEEGFq2JywTkk+ZKNE4QmwIo2KgytoxK3BmUYKOaF UMOd95/tCw0irxZ8Hzw+0DVzzmieUszcsET6FKVojv5PGtSGYFcs/ULqB Q==; X-CSE-ConnectionGUID: K6tp6gv6TOO/Ch5ayCuaOA== X-CSE-MsgGUID: lSDBPEuqSnSCi7olWSmTBQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210000430" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="210000430" 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; 20 Aug 2025 17:40:04 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id B6CF2C000BB for ; Wed, 20 Aug 2025 08:40:03 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 7577A180632C for ; Wed, 20 Aug 2025 08:40: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 az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTPS id 6EF921000350 for ; Wed, 20 Aug 2025 08:40:01 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 64F281A0074; Wed, 20 Aug 2025 16:39:58 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 14/26] nftables: upgrade 1.1.3 -> 1.1.4 Date: Wed, 20 Aug 2025 16:39:33 +0800 Message-ID: <20250820083945.802-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119024 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nftables/{nftables_1.1.3.bb => nftables_1.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/nftables/{nftables_1.1.3.bb => nftables_1.1.4.bb} (98%) diff --git a/meta-networking/recipes-filter/nftables/nftables_1.1.3.bb b/meta-networking/recipes-filter/nftables/nftables_1.1.4.bb similarity index 98% rename from meta-networking/recipes-filter/nftables/nftables_1.1.3.bb rename to meta-networking/recipes-filter/nftables/nftables_1.1.4.bb index 09da57a372..eb119c6451 100644 --- a/meta-networking/recipes-filter/nftables/nftables_1.1.3.bb +++ b/meta-networking/recipes-filter/nftables/nftables_1.1.4.bb @@ -14,7 +14,7 @@ DEPENDS = "libmnl libnftnl bison-native \ SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ file://run-ptest \ " -SRC_URI[sha256sum] = "9c8a64b59c90b0825e540a9b8fcb9d2d942c636f81ba50199f068fde44f34ed8" +SRC_URI[sha256sum] = "3444f0012af0472399eeae89a758b9c6dc5f311f6c67a48988fa1600fc4bac86" inherit autotools manpages pkgconfig ptest From patchwork Wed Aug 20 08:39: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: 68859 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 4030CCA0EFA for ; Wed, 20 Aug 2025 08:40:20 +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.web11.15391.1755679211835707185 for ; Wed, 20 Aug 2025 01:40:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UgG3crwJ; 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=1755679211; x=1787215211; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mgb+tKgibwtpFAPMPquTPuy8P0uOfPdWRh3imYERY9g=; b=UgG3crwJUB9iMkxEUieQBgJDS1GLghK3lBy5lpX4rJDOofG3tBQS+6r/ rI3ZgEe8SkLE4W3dmwahZbku5tLqMa3XhXNJhR5iSdxpSve0bv7SpdSEq ZgwvQB0tQT3OB6FI4xijZvz80RBBW9teZhqCHJGSl1AWr+i6hvUGTfjAn lq+g8hVgCu/9zf9wPw/9cDpvIZSSyyPOIQslcaKOQmJx+p2WOSNS/mQNY TMbDBMwNMQTE1y7boeDM+3pb5wwzi/3AuG8N4726yN2bZPbekjQPUZ8s2 qlRoxGSq7bsh8AEd/4uQPtu5oegt+Hd8ymXKdIN325P4WQ3POaLBO+okD w==; X-CSE-ConnectionGUID: q7iu3VAGTUi0r1iB74JfzQ== X-CSE-MsgGUID: 5XdVH+1hTnKluamTfd1p3A== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210584687" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="210584687" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:04 +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 3375C1000344 for ; Wed, 20 Aug 2025 08:40:04 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id DDB2DC0373F for ; Wed, 20 Aug 2025 08:40: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 az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTPS id BDB0F10003F5 for ; Wed, 20 Aug 2025 08:40:01 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C4A781A0069; Wed, 20 Aug 2025 16:39:58 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 15/26] nss: upgrade 3.114 -> 3.115 Date: Wed, 20 Aug 2025 16:39:34 +0800 Message-ID: <20250820083945.802-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119037 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nss/{nss_3.114.bb => nss_3.115.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nss/{nss_3.114.bb => nss_3.115.bb} (99%) diff --git a/meta-oe/recipes-support/nss/nss_3.114.bb b/meta-oe/recipes-support/nss/nss_3.115.bb similarity index 99% rename from meta-oe/recipes-support/nss/nss_3.114.bb rename to meta-oe/recipes-support/nss/nss_3.115.bb index 14aa12c923..7ac488cd4c 100644 --- a/meta-oe/recipes-support/nss/nss_3.114.bb +++ b/meta-oe/recipes-support/nss/nss_3.115.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] = "cac3c0d67028804fb316e9695f81749fa4dc118e731d674b4c4c347bd849c2f1" +SRC_URI[sha256sum] = "ac2a47fb33bd79320159144e01c0d4af9a937a2d928c7c77ff06f5d9507861ab" UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" UPSTREAM_CHECK_REGEX = "NSS_(?P\d+(\_\d+)+)" From patchwork Wed Aug 20 08:39: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: 68862 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 50B4CCA0EFD for ; Wed, 20 Aug 2025 08:40:20 +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.web11.15391.1755679211835707185 for ; Wed, 20 Aug 2025 01:40:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=duhcLGNu; 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=1755679212; x=1787215212; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=g8cf04f9EaVDU2Jo0eTLUYRM8RqvW63VaXTwBzRrK5k=; b=duhcLGNukVMRHBod9mgwCmUHb4I9njgfUGQsN4nDIJkhesgfEbpvbEt+ PXYjxmFcX0opVCydWSrsQsHcCuRp76RIxJzTb9uDBJqOAogpeC8AmF/eX RewqlT4i6jS6KrL8fwi6smTPBNAgYvdGF9h5PKlyNU+XIjbgXuBNVPpv/ iMRMcOK2h3jwlmKSyrmymtU7yuBbCUrxXqE9w1Y3fyYNIZb6u1tsu8RMw Wkbg07y51lc9DKtOlWC0Gm2RwKeHZKLgCFC0p+jyCIyqacH7tSfqd0165 kD0VlvEAVkAsgtpVK5Z3EaOZurlXCpo2MDjTOBjRiom/BwQ3bYGdH5USz w==; X-CSE-ConnectionGUID: fDpaYFBwQF2nlSRK1mbgmw== X-CSE-MsgGUID: GjvRO1dpTeGiQf4ja6hWcA== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210584688" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="210584688" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:04 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 7D3D51000344 for ; Wed, 20 Aug 2025 08:40:04 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 36ACA1004160 for ; Wed, 20 Aug 2025 08:40: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 az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 2A5221400BD6 for ; Wed, 20 Aug 2025 08:40:02 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 330F91A008B; Wed, 20 Aug 2025 16:39:59 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 16/26] python3-anyio: upgrade 4.9.0 -> 4.10.0 Date: Wed, 20 Aug 2025 16:39:35 +0800 Message-ID: <20250820083945.802-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119039 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-anyio_4.9.0.bb => python3-anyio_4.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-anyio_4.9.0.bb => python3-anyio_4.10.0.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.9.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.10.0.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-anyio_4.9.0.bb rename to meta-python/recipes-devtools/python/python3-anyio_4.10.0.bb index 9cbe26a6d5..e552fd7eaf 100644 --- a/meta-python/recipes-devtools/python/python3-anyio_4.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-anyio_4.10.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028" +SRC_URI[sha256sum] = "3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6" DEPENDS += " \ python3-setuptools-scm-native \ From patchwork Wed Aug 20 08:39: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: 68852 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 0F62CCA0FED for ; Wed, 20 Aug 2025 08:40:10 +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.15383.1755679203411207527 for ; Wed, 20 Aug 2025 01:40:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=e6MoqNFi; 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=1755679205; x=1787215205; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2B3HR4wR8HWtGoGZc2PWiXEhMgMGpl1cj7LeNVpU6EQ=; b=e6MoqNFi3TYOVs08vNxpuL77Nf8FSA9LMQAOw61Qf+jtBiCztqXewQp4 mihHAIR9pWC2Xuprv0oEPLnp27GqB2Syhxwb1QewYigcmpfdAuQANj4Hg LLdm7bZ4ML+HAZl4wjZtdCQgQgmfd+nPgu6EixYvGuEVDgxy3CVkcm3yi kNmmz8TiY4fuSkRxl4Ys2DmTpH0qLG/jzaF1qvtNlUglJVP90vLvZHIcz NGCI5fyqGtLLX90fBSozAsXscCMVsO/tYDBx2QiudEIKya1qRBAFe8vVn xq/pMJz8IF9RZ5hZ9RDtE+NudoOA287lNfZ0zgKOyJlUDDjsyXKMlr/St Q==; X-CSE-ConnectionGUID: XzpxuVjKQeOcjC7oOyC76g== X-CSE-MsgGUID: B0abyoW5T9SekqURUNGqAw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="198519917" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="198519917" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:05 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id EF8241C00087 for ; Wed, 20 Aug 2025 08:40:04 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (az2nlsmom2.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id A991B1803228 for ; Wed, 20 Aug 2025 08:40: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 az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 9E62E1803F9E for ; Wed, 20 Aug 2025 08:40:02 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 97D9B1A0071; Wed, 20 Aug 2025 16:39:59 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 17/26] python3-bitarray: upgrade 3.6.0 -> 3.6.1 Date: Wed, 20 Aug 2025 16:39:36 +0800 Message-ID: <20250820083945.802-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119028 From: Wang Mingyu Changelog: =========== * add development files for statistical tests in 'devel/random/' * optimize 'util.sum_indices()' * fix RecursionError in 'util.random_k()', see #239 * add 'devel/test_sum_indices.py' Signed-off-by: Wang Mingyu --- .../{python3-bitarray_3.6.0.bb => python3-bitarray_3.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_3.6.0.bb => python3-bitarray_3.6.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.6.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb rename to meta-python/recipes-devtools/python/python3-bitarray_3.6.1.bb index 83062317e8..5a119f412f 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_3.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_3.6.1.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] = "20febc849a1f858e6a57a7d47b323fe9e727c579ddd526d317ad8831748a66a8" +SRC_URI[sha256sum] = "4255bff37b01562b8e6adcf9db256029765985b0790c5ff76bbe1837edcd53ea" inherit python_setuptools_build_meta pypi From patchwork Wed Aug 20 08:39: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: 68848 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 BAE0ACA0EFF for ; Wed, 20 Aug 2025 08:40:09 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.15254.1755679203851170396 for ; Wed, 20 Aug 2025 01:40:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SR78wrkZ; 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=1755679206; x=1787215206; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1dYMDO0kycv/6XPOJEIN9CgrZXdu5q6dcFDlGLMn0hg=; b=SR78wrkZAt1H3vfXGayuVpm+0v/Gpp8XdVH5xeMRG+jhRY/ssSN+B59w xi0if895w/UvSh9YwkmJU3c7i9dQdvRDeX5pbFnem3jXsEratMifEKyQh AEYovCJi9W8LdBmvS8kGyo8TOG5fg+rsgtAt/jsBXJO6GQ54q8TFDCG2X 2ZeWdpYevHkIEAS3z26yieVkabKK/yoa1KUcMnnNjTYtQr/gNPRdq/EsG XJTib6RIgdk4OOlF+8SkfGgudiAEPz87T7nfNH/NExOVuVjJsBEbBlMp/ 19mzyI3NHMUsGfyM44p4DIDC5+PQZL/UX3/ow5MrjgCW2xHPlPjVJoyO2 A==; X-CSE-ConnectionGUID: 7gGDxfDyQW2lfsekfJPHKA== X-CSE-MsgGUID: 50Uy/P5URCyM0RJTi6kJ3w== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210032883" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="210032883" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.19]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40: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 az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 7BDC7C000BB for ; Wed, 20 Aug 2025 08:40:05 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (az2nlsmom2.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 36C54C011BC for ; Wed, 20 Aug 2025 08:40: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 az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 0812A1803FB6 for ; Wed, 20 Aug 2025 08:40:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id F38641A0078; Wed, 20 Aug 2025 16:39:59 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 18/26] python3-bleak: upgrade 1.0.1 -> 1.1.0 Date: Wed, 20 Aug 2025 16:39:37 +0800 Message-ID: <20250820083945.802-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119029 From: Wang Mingyu Changelog: ============= - Added support for Pythonista iOS app backend. - Added BleakClient.name property for getting the peripheral's name. - Fixed BleakClient.connect() on Android when service characteristics have descriptors. - Fixed disconnect callback not called on Windows when Bleak initiates disconnection. Signed-off-by: Wang Mingyu --- .../python/{python3-bleak_1.0.1.bb => python3-bleak_1.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bleak_1.0.1.bb => python3-bleak_1.1.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-bleak_1.0.1.bb b/meta-python/recipes-devtools/python/python3-bleak_1.1.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-bleak_1.0.1.bb rename to meta-python/recipes-devtools/python/python3-bleak_1.1.0.bb index 7bc69bfeb9..3fc95ea631 100644 --- a/meta-python/recipes-devtools/python/python3-bleak_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-bleak_1.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/hbldh/bleak" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" -SRCREV = "bf224c0230ed9096429a21d782b5b4d9d7ab7bd7" +SRCREV = "edc9c5125614f816ac7e8edbf2b4338e3142fd3b" PYPI_SRC_URI = "git://github.com/hbldh/bleak.git;protocol=https;branch=develop;destsuffix=${S}" inherit pypi python_poetry_core ptest-python-pytest From patchwork Wed Aug 20 08:39: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: 68844 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 A7BACCA0FE0 for ; Wed, 20 Aug 2025 08:40:09 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.15254.1755679203851170396 for ; Wed, 20 Aug 2025 01:40:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VpGfuxnd; 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=1755679207; x=1787215207; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=uZmqq/9gcRrwIcffBsalpP70VqktHYV8iJEpSmOCiow=; b=VpGfuxnd2FGkXEw/jBKwBXQQ1X0rVtwW7P5a3aR11qLUlr349jZ9zS5N qla/28eeP5vud1+Bua3K2iSg6nNQOsDhds/UKkxHuJGbkmLnsmF29lzY8 BfVxScqyF1q91k0tFdYCmZyB5BNCuzYAFLHxLgU1xncRMrazBfd5/y5hJ WHxR1uFJ6fueM2wF5AJnyP27mAzLmYAKRT7NiKAB5aj/7aKIo4ASDvIw+ IlhWkpns32enaQP8SZUH1qsGOxHXTCxgNXTgGm89FPjZP+iS2KRtnbN74 sT+Rd/TSqZEL/j0LIKMCILRm72YVOq5WHzy+eFxjHjN+0sH4snOauA0+3 Q==; X-CSE-ConnectionGUID: DII2Vh1nSx+1rdRsWKE/pA== X-CSE-MsgGUID: 5gUH0JnUSEq5rat/BtanYg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210032885" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="210032885" 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; 20 Aug 2025 17:40: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 85EB58203CB for ; Wed, 20 Aug 2025 08:40:05 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 42849C0714C for ; Wed, 20 Aug 2025 08:40: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 az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 4C7191400BC7 for ; Wed, 20 Aug 2025 08:40:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5D09F1A008D; Wed, 20 Aug 2025 16:40:00 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 19/26] python3-can: upgrade 4.5.0 -> 4.6.1 Date: Wed, 20 Aug 2025 16:39:38 +0800 Message-ID: <20250820083945.802-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119031 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-can_4.5.0.bb => python3-can_4.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-can_4.5.0.bb => python3-can_4.6.1.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-can_4.5.0.bb b/meta-python/recipes-devtools/python/python3-can_4.6.1.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-can_4.5.0.bb rename to meta-python/recipes-devtools/python/python3-can_4.6.1.bb index 8e32cee622..04ce22346c 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.6.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" -SRC_URI[sha256sum] = "d3684cebe5b028a148c1742b3a45cec4fcaf83a7f7c52d0680b2eaeaf52f8eb7" +SRC_URI[sha256sum] = "290fea135d04b8504ebff33889cc6d301e2181a54099116609f940825ffe5005" PYPI_PACKAGE = "python_can" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Wed Aug 20 08:39: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: 68845 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 B031ECA0FE1 for ; Wed, 20 Aug 2025 08:40: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.15383.1755679203411207527 for ; Wed, 20 Aug 2025 01:40:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dIB/0AQT; 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=1755679206; x=1787215206; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/389lpf2T67l3/2u/uJc+2+HXTOOSsor77jiLTp7Ai4=; b=dIB/0AQTgLnLILN8AINMgRpl8Nq8Bw7LOHhfcDRa6HtXxOWoG+RDmCeA PhKL220Vt/uFtbCCvYJy+RG5fmaqDt9bM8tXDWaVywOq9lgqjOWvr47Gt FObLL8EvV4QOUripW2AszenELzpLzlq8KIx840ty4KknbxL9XWwLFCTpV EPC0DQ8UGWLxnX8iwn8r10W/7quOiDGDUCs5Cf4FTwzrdCKfSMYy8gJb1 2gTqssS0RlS8ySOmXRo8f7Pd6tQmKxwn8NtCfAmF8Xsw2nstB7vD6Y1PO JXB8WXDVWMqRSdVFSD01ww7cKzSQ/nckCwknEIGzKnTuz4WqVSLWxxxSD g==; X-CSE-ConnectionGUID: jqFscASbTGSst99cGTsnOA== X-CSE-MsgGUID: sYJv6+ZzTvGTG7JGoNXnLA== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="198519921" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="198519921" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:06 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id E472A1002B8B for ; Wed, 20 Aug 2025 08:40:05 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 995088D65E9 for ; Wed, 20 Aug 2025 08:40: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 az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTPS id A35021400BD4 for ; Wed, 20 Aug 2025 08:40:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B9E8D1A000B; Wed, 20 Aug 2025 16:40:00 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 20/26] python3-cantools: upgrade 40.2.3 -> 40.5.0 Date: Wed, 20 Aug 2025 16:39:39 +0800 Message-ID: <20250820083945.802-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119030 From: Wang Mingyu Changelog: =========== - Make Exceptions Picklable - Add cantools.db DeprecationWarning - Logreader: Parse more information and all CAN bus messsages + Bugfixes - Use new python-can functions in monitor.py Signed-off-by: Wang Mingyu --- .../{python3-cantools_40.2.3.bb => python3-cantools_40.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cantools_40.2.3.bb => python3-cantools_40.5.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-cantools_40.2.3.bb b/meta-python/recipes-devtools/python/python3-cantools_40.5.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-cantools_40.2.3.bb rename to meta-python/recipes-devtools/python/python3-cantools_40.5.0.bb index 0e7a692200..5b8233b737 100644 --- a/meta-python/recipes-devtools/python/python3-cantools_40.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-cantools_40.5.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" -SRC_URI[sha256sum] = "3c55cbd7d7d527a565b98123fbbb8f5df09132f74ceb722ff541fd80b5991424" +SRC_URI[sha256sum] = "029706310d89e186631489d6d959608b7c6c4727eaba6eca48d49ab5bfa1b277" PYPI_PACKAGE = "cantools" From patchwork Wed Aug 20 08:39: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: 68842 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 9B1ACCA0EFE for ; Wed, 20 Aug 2025 08:40:09 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.15255.1755679204336650566 for ; Wed, 20 Aug 2025 01:40:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=EhCrT7RA; 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=1755679207; x=1787215207; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=uJfBn12jZVy/+H1mzM9T1VaIirrWwWchi3+HRCic3oU=; b=EhCrT7RAvNbDuMF1o53xmrtEhkiANsORi/ccMqOMd2nuPrkaGSjNOeav 64fKNcOFVG6ElwigWH0OjuZWv+4MCUtcC2HCWScnXd7SrGUyEs55hDA7V PLBNlikJNEKiflp/CgTs9fbsQJjw/wbXvhimWHZd2T2Vy3HQi7u4Rh5P2 xLCXKDh0S+3CTy05BTA5n+9Vbmc4SJVL1NH3qMkNHUvne5a4Savf3elE+ 3d78We2i+mz7fgAf9JuBRoYsQQNjtLXOcGT2D8yDmK1RWmYSI6G98uOvT PM7XfUUP3h0ngWgeC7nibypSEnsUuAW0UA2mDAnL8SH+RtQRJDsC4Uhet A==; X-CSE-ConnectionGUID: f0W828FoTFyGwkWFM1gqWg== X-CSE-MsgGUID: DAuqfAPRTjKwnzWOSVTUbg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="209365720" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="209365720" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:06 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 5E8301002B96 for ; Wed, 20 Aug 2025 08:40:06 +0000 (UTC) Received: from az2uksmom2.o.css.fujitsu.com (az2uksmom2.o.css.fujitsu.com [10.151.22.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 0DDE28D65E9 for ; Wed, 20 Aug 2025 08:40: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 az2uksmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 11CAE1400BDC for ; Wed, 20 Aug 2025 08:40:04 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 267C31A0073; Wed, 20 Aug 2025 16:40:01 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 21/26] python3-cbor2: upgrade 5.6.5 -> 5.7.0 Date: Wed, 20 Aug 2025 16:39:40 +0800 Message-ID: <20250820083945.802-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119032 From: Wang Mingyu Changelog: =========== - Added support for Python 3.14 - Dropped support for Python 3.8 - Added support for encoding indefinite containers - Added complex number support (tag 43000) Signed-off-by: Wang Mingyu --- .../python/{python3-cbor2_5.6.5.bb => python3-cbor2_5.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cbor2_5.6.5.bb => python3-cbor2_5.7.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb rename to meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb index 834bad6865..4fe60c87c9 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "b682820677ee1dbba45f7da11898d2720f92e06be36acec290867d5ebf3d7e09" +SRC_URI[sha256sum] = "3f6d843f4db4d0ec501c46453c22a4fbebb1abfb5b740e1bcab34c615cd7406b" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Wed Aug 20 08:39: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: 68840 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 92634CA0EFC for ; Wed, 20 Aug 2025 08:40: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.15381.1755679202592972223 for ; Wed, 20 Aug 2025 01:40:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Dnvp2Wz3; 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=1755679207; x=1787215207; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jQkRHq2lI7G3Q33DJ7z+2zq4gPgcUBjwnXjcw5GmleQ=; b=Dnvp2Wz3u9sXBU/zuCmJDEAFFFLuJHqvdMcvxbE7B6HjfV+rQBZGRVuV VdaFONE/PvhJcbe0e4Z3Mc/dpwxo3pIApccieF8xngWYHfeyM90f73dky Dt/WrrX79URKitZL8hQsFP50D6ehSbWtYwOV3hx0p5/1Z9um9GBxOPjR1 RWUkHcQtHzlF32EpfLAVfAT+ywZKCLYQXr71EKvrnxKMDdfoMaAzbpQmj 9H1NNq9uC907OF5HjBTM2vBaZGrWCF9ZqaUJ1VKfPhbuH/X9cOLJOtDex ND4vRNLXQ7P7uReJYoU1P8WgN6Slbwnsus6n5raro1cL1zxjwkhX9rcSl Q==; X-CSE-ConnectionGUID: JxCa48zORKih9UZMfmh9UQ== X-CSE-MsgGUID: p1PI5lEdQPu8mnYXEeEV/w== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="188901720" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="188901720" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:06 +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 DE32E1C00087 for ; Wed, 20 Aug 2025 08:40:06 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 91198C012B0 for ; Wed, 20 Aug 2025 08:40: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 az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTPS id 6EA6210003ED for ; Wed, 20 Aug 2025 08:40:04 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7BE4D1A007E; Wed, 20 Aug 2025 16:40:01 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 22/26] python3-cmake: upgrade 4.0.3 -> 4.1.0 Date: Wed, 20 Aug 2025 16:39:41 +0800 Message-ID: <20250820083945.802-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119033 From: Wang Mingyu Changelog: ============ - break: drop Python 3.7, manylinux2010 & musllinux_1_1 - feat: update to CMake 4.1.0 - feat: update to OpenSSL 3.5.x - feat: add riscv64 wheels - feat: use a manylinux_2_35 compatible image for riscv64 - chore: remove cibuildwheel override for musllinux_armv7l Signed-off-by: Wang Mingyu --- .../python/{python3-cmake_4.0.3.bb => python3-cmake_4.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmake_4.0.3.bb => python3-cmake_4.1.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb b/meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb rename to meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb index 719169e641..9ab56eb03f 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb @@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" PYPI_ARCHIVE_NAME_PREFIX = "pypi-" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "215732f09ea8a7088fe1ab46bbd61669437217278d709fd3851bf8211e8c59e3" +SRC_URI[sha256sum] = "bacdd21aebdf9a42e5631cfb365beb8221783fcd27c4e04f7db8b79c43fb12df" SRC_URI += " \ file://CMakeLists.txt \ From patchwork Wed Aug 20 08:39: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: 68841 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 8ADBDCA0EFD for ; Wed, 20 Aug 2025 08:40: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.15250.1755679199610507839 for ; Wed, 20 Aug 2025 01:40:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fCflPupO; 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=1755679208; x=1787215208; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5c4hotrLRnXio+kGnh3yKReKJfpxrNrAfjosMTIVCL0=; b=fCflPupOp3wJdREtCrvi24EQlu4pwh+aXUx7HM5XiUlJpcD+d4lTy2hX EdsXgYlDBSyrvDU6Uu9Ey5nnsTRJFNcHfL/+Yn4LLktaS/RuW+7jMLenC ly6ihbnjg5RRec9yHz2Fn/JltaLX8gOs0ohl+zgZrsO7eyuWQ/R48OZ49 m3Ly+a+7eZT9y6bDIFPfE0J8EVbsSfKFf1MSHNJYdlS/NNGcvAaWq2ZG4 vh4qF5ZHhOMdpG5NC3BAylTDnQweDoHhLZn7CR3EwEEexBC/wxMjE1ImQ P9VNHi6gast2g4JaHMAf9ANs76INLbw84Ehxv+nKpcKWTp4PyoUSNXq/T A==; X-CSE-ConnectionGUID: bUcIuzE0RS+v8OWuZsu7vw== X-CSE-MsgGUID: 8q/M4CbSRdiJlYmXLXdnZQ== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210000434" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="210000434" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([20.61.8.234]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:07 +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 az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 36DFB1000344 for ; Wed, 20 Aug 2025 08:40:07 +0000 (UTC) Received: from az2uksmom3.o.css.fujitsu.com (az2uksmom3.o.css.fujitsu.com [10.151.22.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id E576A1802AE5 for ; Wed, 20 Aug 2025 08:40: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 az2uksmom3.o.css.fujitsu.com (Postfix) with ESMTPS id C615C10000B2 for ; Wed, 20 Aug 2025 08:40:04 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D26371A0086; Wed, 20 Aug 2025 16:40:01 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 23/26] python3-coverage: upgrade 7.10.1 -> 7.10.4 Date: Wed, 20 Aug 2025 16:39:42 +0800 Message-ID: <20250820083945.802-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119034 From: Wang Mingyu Changelog: =========== - Fix: some code with NOP bytecodes could report missing branches that are actually executed. - Fixes for patch = subprocess - Fix: really close all SQLite databases, even in-memory ones. - Added patch = fork for times when the built-in forking support is insufficient. - Fix: patch = execv also inherits the entire coverage configuration now. Signed-off-by: Wang Mingyu --- .../{python3-coverage_7.10.1.bb => python3-coverage_7.10.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-coverage_7.10.1.bb => python3-coverage_7.10.4.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.10.1.bb b/meta-python/recipes-devtools/python/python3-coverage_7.10.4.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-coverage_7.10.1.bb rename to meta-python/recipes-devtools/python/python3-coverage_7.10.4.bb index 1a97db31ae..d54d218326 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.10.4.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] = "ae2b4856f29ddfe827106794f3589949a57da6f0d38ab01e24ec35107979ba57" +SRC_URI[sha256sum] = "25f5130af6c8e7297fd14634955ba9e1697f47143f289e2a23284177c0061d27" inherit pypi python_setuptools_build_meta From patchwork Wed Aug 20 08:39:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68839 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 7F125CA0EED for ; Wed, 20 Aug 2025 08:40:09 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.15255.1755679204336650566 for ; Wed, 20 Aug 2025 01:40:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=rJs3N57Z; 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=1755679209; x=1787215209; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lObprrTgdC8WYYOxEYOXHtEmT7GX0rphDZ9yhwjTMU4=; b=rJs3N57ZI1CS9WZoW+EoRK78UbODtpOzPv76m+fLgKWXbhLjnMIwde2T YbPcKh7lyxeXeXwyxf3oSoN6N1LkxVBG7e6X8gwTc0wnnYP6O/AkghrQK OZUtAq3QYwxuuulVmU1lWL3bneyGbViiWBC+O+o2aNh6Nfhdeq4oAMsnU IPSS9Ov9YIPqTP4PW1E6ZZ8BaKy4bCpKw+VHhSVvQ1qszAPYoWDWGxxtu olS+7nlFx2H//n91MaPX5WQ6P2R9biBVVzkhtBDGWmprxcwoqf+h7JYjL rRvCYM3JPlW+Y+IRiFSKeujfZBiYyNda0dbOKzpQzjQlScVxdD0dyIMqP Q==; X-CSE-ConnectionGUID: M5hSjvH2TgG/LXW4MjkpgQ== X-CSE-MsgGUID: R/4hECSVRKeMehkfEz9Gqg== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="209365724" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="209365724" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:08 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 6B94A1C00087 for ; Wed, 20 Aug 2025 08:40:08 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (az2nlsmom2.o.css.fujitsu.com [10.150.26.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 az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 25A301803228 for ; Wed, 20 Aug 2025 08:40: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 az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 1782F1803FAE for ; Wed, 20 Aug 2025 08:40:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 10F4A1A0069; Wed, 20 Aug 2025 16:40:03 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 24/26] python3-djangorestframework: upgrade 3.16.0 -> 3.16.1 Date: Wed, 20 Aug 2025 16:39:43 +0800 Message-ID: <20250820083945.802-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119035 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ramework_3.16.0.bb => python3-djangorestframework_3.16.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-djangorestframework_3.16.0.bb => python3-djangorestframework_3.16.1.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb rename to meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.bb index ed9a09c59e..bcd079f328 100644 --- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb +++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.1.bb @@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1" -SRC_URI[sha256sum] = "f022ff46613584de994c0c6a4aebbace5fd700555fbe9d33b865ebf173eba6c9" +SRC_URI[sha256sum] = "166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7" PYPI_PACKAGE = "djangorestframework" From patchwork Wed Aug 20 08:39:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68860 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 402D1CA0EED for ; Wed, 20 Aug 2025 08:40:20 +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.web11.15387.1755679204792210627 for ; Wed, 20 Aug 2025 01:40:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TvsD3fmD; 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=1755679210; x=1787215210; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FrrL2pWm/P1OKyVLY6JaDpULGQ3IW2wPWitiPETohmk=; b=TvsD3fmDEWMWynQvPpilcJi6t0DBSxrHzNqdvfkMd1W5XUEDrq+4VrnZ QPlYoFCvtWZb+3LuVydnE6AOzJhMOznVPaRqq5jerZZh6GVMrCgM6JetV Qp7nnT1ClUw6b5uw1Hij5OQuwadYlE3Vr9ecnO4LRukzDb+IQY4kx5heo Fom5i2g1v8/NoUvxaZm2UJDciK4n3u/mh9I9B8p+URQOb7zss9wtIqJMq SQeU7gqmwE0wQ4k5mFMelTM4jf9wk9+dwNZwGMvnsjMa2ADl6YuLWH52b UiksKPFDbg0rSXgRXVGrEIGOTSIp2QsHO5R81z90de1N4wbYCyLcqdJCZ w==; X-CSE-ConnectionGUID: rME4XCuzQky63QkBAcYajg== X-CSE-MsgGUID: sBFmdRxaS1S8IcJSay98aw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="188971871" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="188971871" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.128]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2025 17:40:09 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 8216F820712 for ; Wed, 20 Aug 2025 08:40:09 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (az2nlsmom2.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 37324C011BC for ; Wed, 20 Aug 2025 08:40: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 az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTPS id 158AE1803FBA for ; Wed, 20 Aug 2025 08:40:07 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0B5591A0071; Wed, 20 Aug 2025 16:40:03 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 25/26] python3-elementpath: upgrade 5.0.3 -> 5.0.4 Date: Wed, 20 Aug 2025 16:39:44 +0800 Message-ID: <20250820083945.802-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119036 From: Wang Mingyu Changelo: Fix default/fixed values processing of schema annotated XML data Signed-off-by: Wang Mingyu --- ...ython3-elementpath_5.0.3.bb => python3-elementpath_5.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-elementpath_5.0.3.bb => python3-elementpath_5.0.4.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-elementpath_5.0.3.bb b/meta-python/recipes-devtools/python/python3-elementpath_5.0.4.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-elementpath_5.0.3.bb rename to meta-python/recipes-devtools/python/python3-elementpath_5.0.4.bb index 8659d4f8ba..150a7245e0 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_5.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_5.0.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf" -SRC_URI[sha256sum] = "61040ca014769d507ce19d26521a4bf1c64d2bd0776466e45030dbfe181f7062" +SRC_URI[sha256sum] = "85ed93565d6e94aefa160b12f36b12cbe4be6bf9bbde06b80f2c5c94829a25fb" PYPI_PACKAGE = "elementpath" From patchwork Wed Aug 20 08:39:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 68861 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 4CA07CA0EDC for ; Wed, 20 Aug 2025 08:40:20 +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.web10.15262.1755679211890592643 for ; Wed, 20 Aug 2025 01:40:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VkvsCsdS; 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=1755679212; x=1787215212; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=m8C0aE6XAVhv5fAOCLGMoAk/WwpMGsPlazIJR0cgxws=; b=VkvsCsdSILncCaqdUB1FG9moRi9+ksaNfTjiDWiXQbTas3f0ylRfiijT IwmXEcKRb/AVn8mdBb6oLR2EQfH2wR13YSgrwzqlWWt24Vi8nvAruhgCe vV1DNs8iVxkI1BK8jx1zfAU5qc2GPBrw9CGY5uik4FpwdiPHwagyt0Bne +0NqQeRK2erRAG1US4MDI6wBtGnxTDD6y0j5F0zQOBQty142qXWFA0IF1 PEE2X7CNmmxyfJ3l2vdPNaeGXMW7CQex6S0R5CpM464tkbgFF5WOmUvKf C1LDdphCqg3EUjod5XK3jwkKz4cj+o3sYoCNM92JIzXwnBT1o6yupV9zi w==; X-CSE-ConnectionGUID: ZqVsII8aTr67J3PVFFLoDA== X-CSE-MsgGUID: jcHAXPAgTRSg530De68zfw== X-IronPort-AV: E=McAfee;i="6800,10657,11527"; a="210094297" X-IronPort-AV: E=Sophos;i="6.17,302,1747666800"; d="scan'208";a="210094297" 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; 20 Aug 2025 17:40:11 +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 az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 4FC511C1C702 for ; Wed, 20 Aug 2025 08:40:10 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (az2nlsmom2.o.css.fujitsu.com [10.150.26.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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 098D0C060BD for ; Wed, 20 Aug 2025 08:40: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 az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTPS id D9B621803FBC for ; Wed, 20 Aug 2025 08:40:07 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.28]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DA2F81A0073; Wed, 20 Aug 2025 16:40:04 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 26/26] python3-fasteners: upgrade 0.19 -> 0.20 Date: Wed, 20 Aug 2025 16:39:45 +0800 Message-ID: <20250820083945.802-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250820083945.802-1-wangmy@fujitsu.com> References: <20250820083945.802-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, 20 Aug 2025 08:40:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119038 From: Wang Mingyu Changelog: =========== - InterProcessLock now catches OSError and handles BlockingIOError correctly. - Remove support for python 3.8, python 3.9 and pypy 3.9. It should still work, - but is no longer tested. - Add support for python 3.12, 3.13 and pypy 3.11. Signed-off-by: Wang Mingyu --- .../{python3-fasteners_0.19.bb => python3-fasteners_0.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fasteners_0.19.bb => python3-fasteners_0.20.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.20.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-fasteners_0.19.bb rename to meta-python/recipes-devtools/python/python3-fasteners_0.20.bb index 22e58c5668..05cf1e09cf 100644 --- a/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb +++ b/meta-python/recipes-devtools/python/python3-fasteners_0.20.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/harlowja/fasteners" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" -SRC_URI[sha256sum] = "b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c" +SRC_URI[sha256sum] = "55dce8792a41b56f727ba6e123fcaee77fd87e638a6863cec00007bfea84c8d8" inherit pypi python_setuptools_build_meta