From patchwork Wed Jul 23 01:06:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67289 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 D1B14C83F34 for ; Wed, 23 Jul 2025 01:06:42 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web10.3834.1753232794892269185 for ; Tue, 22 Jul 2025 18:06:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nzgnz6KP; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232795; x=1784768795; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Yhy9AFYgxip7atDLzj4IIz+QDOtzvFFvRjO8xiVFFX0=; b=nzgnz6KPF/FYlwwIy/5CLCf4t46uFTJg6rWxPM36bWJMbwWucHahC0hN kbhigK7XG7MuOIfS7aNHQuj434BBcN2pxNuDc4W4Hg7EKOGUDCjMEGydO 0rLms8dz7WV0DsJaIy5mGu9P3ogF1/Uz3b5MekTtAFzi46MQltGgY4UfV ZCmoWVAMRAIs0u9GMqFlB5mDQ7MQCrZx9DGzxCmClYhwIAxXsrSS/0QUS P+NkAHD3+ccKVlPjlep7lw8f1Nz9jkrOYOPWLcTZdw9ZgQiWBSXSEhz4I 60cy5r+1u2/V2k3tPpgxSgPV05HEef8rKzvuPXZ0U4M+JKhWvBOAuRavz w==; X-CSE-ConnectionGUID: g6WQnEDVQDGKVX6zOdTMQg== X-CSE-MsgGUID: Wfx5FyKUSlOxwVx1YEiFCw== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="195557714" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="195557714" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:06:33 +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 az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 34B731C01683 for ; Wed, 23 Jul 2025 01:06:33 +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 az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id A59D71400390 for ; Wed, 23 Jul 2025 01:06:32 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A9D9B1A006C; Wed, 23 Jul 2025 09:06:29 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 01/12] barebox-tools: upgrade 2025.06.0 -> 2025.07.0 Date: Wed, 23 Jul 2025 09:06:03 +0800 Message-ID: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:06:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220760 Changelog: https://lore.barebox.org/barebox/aGUtKn1BbPXi4Y9m@pengutronix.de/T/#u Migration Guide: https://barebox.org/doc/latest/migration-guides/migration-2025.07.0.html Signed-off-by: Liu Yiding --- meta/recipes-bsp/barebox/barebox-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc index 67bc964188..a9a6a91db9 100644 --- a/meta/recipes-bsp/barebox/barebox-common.inc +++ b/meta/recipes-bsp/barebox/barebox-common.inc @@ -3,6 +3,6 @@ SECTION = "bootloaders" LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192" -PV = "2025.06.0" +PV = "2025.07.0" SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" -SRC_URI[sha256sum] = "d05bc1f85dc1d95b0b6b6a52cac0a469148fbb8f1edb0d352c3ca3b632426941" +SRC_URI[sha256sum] = "92add334bd0f5847deb2c23da54c78b40e8bae4f93c545e62be28e2f0afe137b" From patchwork Wed Jul 23 01:06:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67290 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 D05D9C83F1A for ; Wed, 23 Jul 2025 01:06:42 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.3835.1753232800417330340 for ; Tue, 22 Jul 2025 18:06:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=lsfDWg+3; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232801; x=1784768801; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZiQYp6niK10MUUlFwqEDF7btfGs6b8o7KJKtzWJ+IR8=; b=lsfDWg+3xgyypPjcVBMULFw8QwKIO5AxX+LK5Qk0nn4L0zfXXXgK+7bz Gd0WNzSBUxrvVTTCHkKMZkAmLWXjpdOfeZ1xZ289AjxOf7WcaDlGbhfI+ eZ2bSL7lNE7HqKJ/w9/b2Qen15UOn4sOnFz+f7NlPsZ4ZI7u7CG0HsXqi g8xrXfsNtvXcVNu90SvYOZufw+4jo2lwpsQdP6RcEwgAczDEKxWXA+Ia2 fY/yeqOZmVMj7JypkQNTwuvNmDZDRxXHcdPZLOraW3ZzOizVGKfCopPWr pALN7/eN+YzGDNd0UhKI9hW6s8tPSdgofeM5bmn1Sp51l3Ub6Gs02Cah0 A==; X-CSE-ConnectionGUID: dmVDsZQwT4KqiGb97RQVOw== X-CSE-MsgGUID: 9tnWBtZdQmKRlFnA0yxAPw== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="210344869" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="210344869" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:06:39 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id C83471853 for ; Wed, 23 Jul 2025 01:06:38 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 3C68F1C001B3 for ; Wed, 23 Jul 2025 01:06:38 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 560501A006C; Wed, 23 Jul 2025 09:06:35 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 02/12] ell: upgrade 0.76 -> 0.78 Date: Wed, 23 Jul 2025 09:06:04 +0800 Message-ID: <20250723010614.926-2-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:06:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220761 Changelog: ========== - ecc: Check return value of l_getrandom() - unit: test-ecdh: Add bytes to l_getrandom wrapper - unit: Convert UUID test cases to use precheck feature - unit: Convert PBKDF2 test cases to use precheck feature - unit: Convert check for random support to use test precheck feature - unit: Make the failed precheck test case a success - test: Add flag for indication of inverted precheck results - unit: Use the precheck handler for testing available key support - unit: Use the precheck handler for testing available getrandom support - unit: Use the precheck handler for testing available checksum support - unit: Use the precheck handler for testing available cipher support - test: Provide test data also to the precheck function - unit: Add test cases for precheck of unit tests - test: Add support for precheck handler for unsupported kernel features - Add License variable to pkg-config file Signed-off-by: Liu Yiding --- meta/recipes-core/ell/{ell_0.76.bb => ell_0.78.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.76.bb => ell_0.78.bb} (88%) diff --git a/meta/recipes-core/ell/ell_0.76.bb b/meta/recipes-core/ell/ell_0.78.bb similarity index 88% rename from meta/recipes-core/ell/ell_0.76.bb rename to meta/recipes-core/ell/ell_0.78.bb index fcc56e02f7..ad16426bad 100644 --- a/meta/recipes-core/ell/ell_0.76.bb +++ b/meta/recipes-core/ell/ell_0.78.bb @@ -15,4 +15,4 @@ DEPENDS = "dbus" inherit autotools pkgconfig SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "a0bf2b5a78450c0c167e3f65c18452ffe4c0f179d48c2a3661e6afaca8017ef9" +SRC_URI[sha256sum] = "28ee1a586b4891c96e68667a424684e64ad35120f345e89d6705bd4023d2d40a" From patchwork Wed Jul 23 01:06:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67292 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 B023FC83F27 for ; Wed, 23 Jul 2025 01:06:52 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.3839.1753232802927872662 for ; Tue, 22 Jul 2025 18:06:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HaDlNomt; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232802; x=1784768802; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=rDjCW5DisfI+cjkV3l/d8+7vRJI0qAYjbXZsFsp7y6E=; b=HaDlNomtlylhQvuov3q0VCONfx+9U6IIEo/eqFwbRQgc/Evs+5MNGRDo ie+ecKsUWhNPZplcTeSv+YkV8VDDd2DaIxeQ1FpKc2eWMtTEy433A9fpg idPMd+9vL1tLuwojb4H5GN5DOWyOPkPGhYEWv5UTDSF6446xbgN6doF0b tRsJYXqt9MMjxB2cFi2uMD7P3yVqv146VwDxRAkVzEZYYLNNO33IgEr/U E2nP7BFZ+AVLCN+fwIHVuCEDMxPnl+0rTCnTK1PI/OMq2rHYkB11zOCXy HvbbIZxsNXuCLwrC8GyhacG3ib3Po87eLoy6oUMSf4jRONzMrl/TkfPcJ g==; X-CSE-ConnectionGUID: GLRcW1qGS4aLfii8A+sAqA== X-CSE-MsgGUID: 7bKPAHJ3TJ+HOURCBxlzgg== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="195058739" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="195058739" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:06:40 +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 az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id EC871100035D for ; Wed, 23 Jul 2025 01:06:40 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 60B9C1C00292 for ; Wed, 23 Jul 2025 01:06:40 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6C52F1A0073; Wed, 23 Jul 2025 09:06:37 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 03/12] less: upgrade 678 -> 679 Date: Wed, 23 Jul 2025 09:06:05 +0800 Message-ID: <20250723010614.926-3-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:06:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220762 Changelog: ========== - Fix bad parsing of lesskey file an env var is a prefix of another env var - Fix unexpected exit using -K if a key press is received while reading the input file Signed-off-by: Liu Yiding --- meta/recipes-extended/less/{less_678.bb => less_679.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/less/{less_678.bb => less_679.bb} (95%) diff --git a/meta/recipes-extended/less/less_678.bb b/meta/recipes-extended/less/less_679.bb similarity index 95% rename from meta/recipes-extended/less/less_678.bb rename to meta/recipes-extended/less/less_679.bb index 87ec6c92ca..613c71f571 100644 --- a/meta/recipes-extended/less/less_678.bb +++ b/meta/recipes-extended/less/less_679.bb @@ -29,7 +29,7 @@ SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "4c085364f3028290d34647df27f56018c365dc4c0092ab7de74ed8fe89014fe7" +SRC_URI[sha256sum] = "9b68820c34fa8a0af6b0e01b74f0298bcdd40a0489c61649b47058908a153d78" UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html" From patchwork Wed Jul 23 01:06:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67291 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 B027BC83F34 for ; Wed, 23 Jul 2025 01:06:52 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.3838.1753232804076971043 for ; Tue, 22 Jul 2025 18:06:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UqlOEJPm; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232804; x=1784768804; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=gn6VANl7PezLRsU91rRMThvux0/7u6fcWsfMu6izqx8=; b=UqlOEJPm+f/JEbJrxXa9r7NVgiFkc3DAgGhrKMoWdyoH7aGY7QT4mnv7 UCynEQfijmXJRPJpT6uJOnjQwvnasGoHjVkk/5eAevevaRDE+Ht3QVMrG UhaRxLgqcxFwxYcthMvEiQJrDqFJs1qk/6SqqhC48JE+64tshhlnbBuOS /ttMkq4hi/EdHv11TohdbokGtTkv5B/L+jN4obNzlBNzB6LbRjoylRoA3 AIFprxGSG25HPY9OOcy8RMcZdCqceeI2kA4uxmYJwJVA0aiO4URVNFC28 et0vNSx5BQwkKcXA8iLlh54a8wBuEV96KjPltxUi4ViXLcWTGgn+cC0Xh g==; X-CSE-ConnectionGUID: hXSJMlicTCuK236IoHXsZg== X-CSE-MsgGUID: lxcu1iAvS9KqKz5+adAeVA== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="207036515" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="207036515" 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; 23 Jul 2025 10:06:42 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 6C393C00233 for ; Wed, 23 Jul 2025 01:06:42 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id DA6698D65F3 for ; Wed, 23 Jul 2025 01:06:41 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 188DD1A0074; Wed, 23 Jul 2025 09:06:39 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 04/12] at-spi2-core: upgrade 2.56.2 -> 2.56.3 Date: Wed, 23 Jul 2025 09:06:06 +0800 Message-ID: <20250723010614.926-4-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:06:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220763 Changelog: ========== - DeviceEventController: update mouse coordinates before sending button events - Return localized role name for ATSPI_ROLE_EDITBAR - Revert "Return localized role name for ATSPI_ROLE_EDITBAR" - Return localized role name for ATSPI_ROLE_EDITBAR - atspi-device-legacy: Don't crash when XkbGetMap fails Signed-off-by: Liu Yiding --- .../atk/{at-spi2-core_2.56.2.bb => at-spi2-core_2.56.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/atk/{at-spi2-core_2.56.2.bb => at-spi2-core_2.56.3.bb} (95%) diff --git a/meta/recipes-support/atk/at-spi2-core_2.56.2.bb b/meta/recipes-support/atk/at-spi2-core_2.56.3.bb similarity index 95% rename from meta/recipes-support/atk/at-spi2-core_2.56.2.bb rename to meta/recipes-support/atk/at-spi2-core_2.56.3.bb index 59eed4b5ab..dd4929c349 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.56.2.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.56.3.bb @@ -13,7 +13,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "e1b1c9836a8947852f7440c32e23179234c76bd98cd9cc4001f376405f8b783b" +SRC_URI[sha256sum] = "0e41e1fc6a1961b38b4f9c0bea64bad30efff75949b7cdb988d2f2fdab72267a" DEPENDS = " \ dbus \ From patchwork Wed Jul 23 01:06:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67296 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 B93A8C83F1A for ; Wed, 23 Jul 2025 01:07:02 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.3855.1753232819509736784 for ; Tue, 22 Jul 2025 18:06:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gK5GxIB6; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232819; x=1784768819; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=6TUEmL8kPQfuDTqVYO8T98eiDGEtIBds63eNhwif0Yk=; b=gK5GxIB6lSiGQegQquDXbJXH9tHaioaVvH7DYuA1wGf+YDieF87eS8z4 9K6tqT2bd+RI/FbUcg4lp85xIYFmKOn/fsf7Hsk88GVWbzYkLXjZh2HrW a5iQwfTsLlYukic6i0nzXhqOF3TYv82bAKY36s553OIdfadLLqgEW/Hp1 Mx8El3JODwvMwy3hDQan3WosIVNPa6pc6thVnn51aKwmPuiuxuXOcgXCo BQ71kEzuONVCtwb2La6WRsfTDfaLLiBIbhmhsJG6LYftQ8k1x8KqFmlZc 6rSvTeI2yGGqeAOZtTEXgep5OAdQf1BjNlTBnUwAc4m5sJ1V3aEa1VSN0 w==; X-CSE-ConnectionGUID: CLNApmzhRpiwOEFCJ8OTdA== X-CSE-MsgGUID: C8lkOwecRleXbHSeBK7SQg== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="207612208" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="207612208" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.19]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:06:44 +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 5AD63C0009E for ; Wed, 23 Jul 2025 01:06:44 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id C8D8BC0083F for ; Wed, 23 Jul 2025 01:06:43 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 04D9A1A006C; Wed, 23 Jul 2025 09:06:40 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 05/12] epiphany: upgrade 48.3 -> 48.5 Date: Wed, 23 Jul 2025 09:06:07 +0800 Message-ID: <20250723010614.926-5-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:07:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220766 Changelog: ========== - appstream: Fix app id - window: rearrange disconnect_active_embed - window: disconnect correct callback in unregister embed function - window: also disconnect sync_tab_bookmarked_status - Simplify decision to remember passwords - web-view: don't use saved HTTP auth credentials in private modes - web-view: relocate authenticate_succeeded_cb - web-view: fix HTTP auth on authenticationtest.com - web-extension-manager: fix web process extension init regression - Show created instead of modified time in webapp overview - Don't consider og:image for web app icon - window-commands: unref window in case of error - Update Chinese (Taiwan) translation - Update Slovak translation - Fix logic error breaking the password manager - Update Japanese translation - shell: Fix startup crash on Pantheon - action-bar-end: Fix startup crash on Pantheon - ephy-password-import: improve robustness - ci: generate new image for style checker - Fix PKCS #11 login for invalid cert/priv pairs - Update Romanian translation - Attempt to fix release CI Signed-off-by: Liu Yiding --- .../epiphany/{epiphany_48.3.bb => epiphany_48.5.bb} | 2 +- .../files/0002-help-meson.build-disable-the-use-of-yelp.patch | 2 +- meta/recipes-gnome/epiphany/files/distributor.patch | 4 ++-- meta/recipes-gnome/epiphany/files/migrator.patch | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_48.3.bb => epiphany_48.5.bb} (94%) diff --git a/meta/recipes-gnome/epiphany/epiphany_48.3.bb b/meta/recipes-gnome/epiphany/epiphany_48.5.bb similarity index 94% rename from meta/recipes-gnome/epiphany/epiphany_48.3.bb rename to meta/recipes-gnome/epiphany/epiphany_48.5.bb index 74a17be5a5..8129cd79f8 100644 --- a/meta/recipes-gnome/epiphany/epiphany_48.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_48.5.bb @@ -31,7 +31,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN file://migrator.patch \ file://distributor.patch \ " -SRC_URI[archive.sha256sum] = "da2953e7e2b73bf7473c0a33979104d79362795295eaa0a2a38ea188537daf13" +SRC_URI[archive.sha256sum] = "0f66552ad6593c7952a3ddee5bf515656c8c434871076d9f1a91a7af9346b1b4" # Developer mode enables debugging PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" diff --git a/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch b/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch index 929e33b015..6c00ab9b40 100644 --- a/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch +++ b/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch @@ -1,4 +1,4 @@ -From 165ef2bf636c170d81576f7d3e6348fc3d781821 Mon Sep 17 00:00:00 2001 +From 91045ece41faefbeac14b60d7b19b0c652e586fb Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 31 Jan 2018 15:50:38 +0200 Subject: [PATCH] help/meson.build: disable the use of yelp diff --git a/meta/recipes-gnome/epiphany/files/distributor.patch b/meta/recipes-gnome/epiphany/files/distributor.patch index dac4855750..54a3305aaf 100644 --- a/meta/recipes-gnome/epiphany/files/distributor.patch +++ b/meta/recipes-gnome/epiphany/files/distributor.patch @@ -1,4 +1,4 @@ -From c43bbbb4154bb9686756297a7e2eecaa72bb1e9f Mon Sep 17 00:00:00 2001 +From 46084da03b5f20423a2946d988c68e9ea9339c9c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 26 Feb 2021 10:17:52 +0000 Subject: [PATCH] Don't encode the distro from /etc/os-release into the @@ -11,7 +11,7 @@ RP 2021/2/26 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build -index 96554b7..f5c9727 100644 +index df0340c..8ec6c79 100644 --- a/meson.build +++ b/meson.build @@ -15,6 +15,7 @@ if r.returncode() == 0 diff --git a/meta/recipes-gnome/epiphany/files/migrator.patch b/meta/recipes-gnome/epiphany/files/migrator.patch index 5407d893d6..8ebcdc9991 100644 --- a/meta/recipes-gnome/epiphany/files/migrator.patch +++ b/meta/recipes-gnome/epiphany/files/migrator.patch @@ -1,4 +1,4 @@ -From 4c5f6b0b44b959f0156cb74f76b2db46a0042c4a Mon Sep 17 00:00:00 2001 +From ca504370b9aa893ceac21141d8f24e28a474b674 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 25 Feb 2021 14:52:32 +0000 Subject: [PATCH] epiphany: Fix reproducibility issue From patchwork Wed Jul 23 01:06:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67293 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 B339DC83F27 for ; Wed, 23 Jul 2025 01:07:02 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.web11.3844.1753232816980960334 for ; Tue, 22 Jul 2025 18:06:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kk9g824O; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232817; x=1784768817; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ObQuz81IP5n3Vk6BMA/bt5s7tBYMdERA8hSdRQCty/Y=; b=kk9g824Ob0yp4iw3moydgbx9pK7p1JMPvSUMnz+StExfqEKbUh2X27oY 1coI90e/ezomg/nqdBNMdYTilaZGhmXCfZ6YtR3RS3JB+yxPgpz+kpx2O MKbFeNcKQtyXvwwlNEBKxubUaP9JbiHP/rS9/TT+1eK3L/hTCm+Xq6dbV 097lOa/Wb+AecGLE23Rv4bwPIk5NmBwJip/AXJRcQ/lJv+AygXTVgpTBM UcKKCOqpeuOGCBpU6+HCzD4QeehCFKJ+8nzgTWzWuTmxxCfgUbSWDaNU0 G0ZeHSK9WOmqY3+y48dbKvpyYukaB0VEMCXw+ZGlup/RdS2qZMt5c+rJe g==; X-CSE-ConnectionGUID: ABndFcFfRLuIEToXtj+Ebg== X-CSE-MsgGUID: 61i+DkOaQuuoxORT9TcqzQ== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="194493744" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="194493744" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.128]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:06:55 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 517A2C000B2 for ; Wed, 23 Jul 2025 01:06:55 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id C09458D65EC for ; Wed, 23 Jul 2025 01:06:54 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E58821A006C; Wed, 23 Jul 2025 09:06:51 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 06/12] erofs-utils: upgrade 1.8.5 -> 1.8.10 Date: Wed, 23 Jul 2025 09:06:08 +0800 Message-ID: <20250723010614.926-6-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:07:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220764 Changelog: ========== - Fix extent-based deduplication which can cause data corruption if target images are larger than 4GiB - Switch to on-heap temporary buffers for libzstd and libdeflate to replace on-stack VLAs - Fix large compressed fragment handling, which could be generated by the `-Eall-fragments` option (though rare) and was rejected by mistake - Fix corrupted small fragments introduced in erofs-utils 1.8.8 - Fix AUFS whiteout handling - Properly handle negative GNU mtime - Fix superblock checksum for small fs block size filesystems - Fix temporary memory leak from small fragments - Handle crafted Z_EROFS_COMPRESSION_INTERLACED extents - Speed up multi-threaded `-Efragments` even further - Fix DEFLATE due to incorrect maximum Huffman length - Support `--fsalignblks` to align filesystem sizes - Support `--vmdk-desc` to generate VMDK for flattened block devices - Fix image reproducibility of `-E(all-)fragments` - Support per-segment reaper for multi-threaded compression - Support multi-threaded fragments - Support extent-based deduplication for `-Efragments` - Optimize space allocation performance Signed-off-by: Liu Yiding --- .../erofs-utils/{erofs-utils_1.8.5.bb => erofs-utils_1.8.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/erofs-utils/{erofs-utils_1.8.5.bb => erofs-utils_1.8.10.bb} (94%) diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.10.bb similarity index 94% rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.8.10.bb index 2bedd6e16b..3964ed8f5a 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.10.bb @@ -5,7 +5,7 @@ SECTION = "base" LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" -SRCREV = "7bc147fafd53a2a9ff7c22399491079e5bfffafc" +SRCREV = "51b5939b5f783221310d25146e6a2019ba8129b6" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P(\d+(\.\d+)+))" From patchwork Wed Jul 23 01:06:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67294 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 B33D5C83F34 for ; Wed, 23 Jul 2025 01:07:02 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.web11.3844.1753232816980960334 for ; Tue, 22 Jul 2025 18:06:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=QYCMuYSM; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232818; x=1784768818; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PNsho9lNTbcj3icFoeNitvNYyoD6T9OLdLiuII5De6E=; b=QYCMuYSMUEqD82MtqbrGvS8CaA8vQc/EiNgzKPlu7ecpN9MwunO77V7s KzpgPrRo/ZKT93K5WzTCiDTwhlhNmDvrnmBteVrxJAsMEwRZQqYrU60JU cOjBp32pnvaRgG3e9BHBE0QjbpRURH0YSxBgc5HbqG4SSH1dPouBdbXKD 5+Bws49fpyflo7EIUlz3icI8DEjV7n+Xk+hWMHubZ+HPBaqAPKBLI0JjI B+v1EOSpbOTYf/AUxB5H7M3T3NW4Ke5i+spLnMcZllqmHAnnw0+xSip/E 6fWlP7HnnFEcpzTYqSSzS/vCZYDiWmxxffdZq+Keft21wISSQcIaxdfXw Q==; X-CSE-ConnectionGUID: cLKyt5FORyOkbP6H2Knw8w== X-CSE-MsgGUID: j3DtBQQVTmiG+pvTRPoryg== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="194493747" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="194493747" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:06:57 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id CA4CD1544 for ; Wed, 23 Jul 2025 01:06:56 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 3CE741C00296 for ; Wed, 23 Jul 2025 01:06:56 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4A2DB1A0074; Wed, 23 Jul 2025 09:06:53 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 07/12] ltp: upgrade 20250130 -> 20250530 Date: Wed, 23 Jul 2025 09:06:09 +0800 Message-ID: <20250723010614.926-7-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:07:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220765 Changelog: https://github.com/linux-test-project/ltp/releases/tag/20250530 Signed-off-by: Liu Yiding --- ...-__clear_cache-declaration-for-clang.patch | 6 +- ...001-Remove-OOM-tests-from-runtest-mm.patch | 8 +-- ...cve-2015-3290-Disable-AVX-for-x86_64.patch | 42 ----------- ...01-kernel-kvm-don-t-hardcode-objcopy.patch | 69 ------------------- .../ltp/{ltp_20250130.bb => ltp_20250530.bb} | 4 +- 5 files changed, 8 insertions(+), 121 deletions(-) delete mode 100644 meta/recipes-extended/ltp/ltp/0001-cve-2015-3290-Disable-AVX-for-x86_64.patch delete mode 100644 meta/recipes-extended/ltp/ltp/0001-kernel-kvm-don-t-hardcode-objcopy.patch rename meta/recipes-extended/ltp/{ltp_20250130.bb => ltp_20250530.bb} (97%) diff --git a/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch b/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch index ade6a52b63..c95d7220cd 100644 --- a/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch +++ b/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch @@ -1,4 +1,4 @@ -From 2d384f268791ecd5ff0f26c8137dd4de0a1c4566 Mon Sep 17 00:00:00 2001 +From 859d27dd6dfc6e9d26ae9a05f4b32ac45b911887 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 10 Jun 2024 22:52:56 -0700 Subject: [PATCH] Add __clear_cache declaration for clang @@ -19,10 +19,10 @@ Cc: Hui Min Mina Chou 1 file changed, 1 insertion(+) diff --git a/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c b/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c -index a84ba6476..856e22ff3 100644 +index 1dde9e87b..6a6f5fe5e 100644 --- a/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c +++ b/testcases/kernel/mem/hugetlb/hugemmap/hugemmap15.c -@@ -21,6 +21,7 @@ +@@ -19,6 +19,7 @@ #if defined(__clang__) #pragma clang optimize off diff --git a/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch index 5b6c780bec..936e23ebda 100644 --- a/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch +++ b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch @@ -1,4 +1,4 @@ -From 768159aa53257d247645a12518778f50b8fdf578 Mon Sep 17 00:00:00 2001 +From 7096737fbbe19d0765f0a8c62ef7667bf4875780 Mon Sep 17 00:00:00 2001 From: "Mingde (Matthew) Zeng" Date: Wed, 29 Jul 2020 08:47:09 -0400 Subject: [PATCH] Remove OOM tests from runtest/mm @@ -14,12 +14,12 @@ Signed-off-by: Petr Vorel 1 file changed, 6 deletions(-) diff --git a/runtest/mm b/runtest/mm -index 6a8cd0b9d..8ce3f4416 100644 +index 5566a7742..8014d509b 100644 --- a/runtest/mm +++ b/runtest/mm -@@ -76,12 +76,6 @@ ksm07 ksm07 - +@@ -70,12 +70,6 @@ ksm07 ksm07 cpuset01 cpuset01 + cpuset02 cpuset02 -oom01 oom01 -oom02 oom02 diff --git a/meta/recipes-extended/ltp/ltp/0001-cve-2015-3290-Disable-AVX-for-x86_64.patch b/meta/recipes-extended/ltp/ltp/0001-cve-2015-3290-Disable-AVX-for-x86_64.patch deleted file mode 100644 index c6fae88eb9..0000000000 --- a/meta/recipes-extended/ltp/ltp/0001-cve-2015-3290-Disable-AVX-for-x86_64.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 28d823a63ee29f5d72c2aba781a06a7e2651cadc Mon Sep 17 00:00:00 2001 -From: Siddhesh Poyarekar -Date: Mon, 7 Apr 2025 06:24:47 -0400 -Subject: [PATCH] cve-2015-3290: Disable AVX for x86_64 - -When the input compiler enables AVX, stack realignment requirements -causes gcc to fail to omit %rbp use, due to which the test fails to -clobber %rbp in inline asm. Disable AVX to build the test on x86_64 so -that the test continues working. - -Link: https://lore.kernel.org/ltp/20250407102448.2605506-2-siddhesh@gotplt.org/ - -Upstream-Status: Backport [https://github.com/linux-test-project/ltp/commit/28d823a63ee29f5d72c2aba781a06a7e2651cadc] - -Reviewed-by: Martin Doucha -Reviewed-by: Petr Vorel -Signed-off-by: Siddhesh Poyarekar - ---- - testcases/cve/Makefile | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/testcases/cve/Makefile b/testcases/cve/Makefile -index 01b9b9ccb..98c38e908 100644 ---- a/testcases/cve/Makefile -+++ b/testcases/cve/Makefile -@@ -22,6 +22,12 @@ ifneq (,$(filter $(HOST_CPU),x86 x86_64)) - meltdown: CFLAGS += -msse2 - endif - -+# The test needs to clobber %rbp, which requires frame pointer omission. Also -+# for x86_64, disable AVX since that could sometimes require a stack -+# realignment, which gets in the way of frame pointer omission. - cve-2015-3290: CFLAGS += -pthread -fomit-frame-pointer -+ifeq ($(HOST_CPU),x86_64) -+cve-2015-3290: CFLAGS += -mno-avx -+endif - - include $(top_srcdir)/include/mk/generic_leaf_target.mk --- -2.37.3 - diff --git a/meta/recipes-extended/ltp/ltp/0001-kernel-kvm-don-t-hardcode-objcopy.patch b/meta/recipes-extended/ltp/ltp/0001-kernel-kvm-don-t-hardcode-objcopy.patch deleted file mode 100644 index 256c8eaa34..0000000000 --- a/meta/recipes-extended/ltp/ltp/0001-kernel-kvm-don-t-hardcode-objcopy.patch +++ /dev/null @@ -1,69 +0,0 @@ -From 0a42a8ee0ae8c6f1e603c1836b7c9c7fab0ca3a8 Mon Sep 17 00:00:00 2001 -From: Ross Burton -Date: Thu, 27 Feb 2025 12:38:50 +0000 -Subject: [PATCH] kernel/kvm: don't hardcode objcopy - -testcases/kernel/kvm uses objcopy to contruct a payload binary, but in -cross builds the host objcopy may not know how to handle target -binaries: - - CC testcases/kernel/kvm/lib_host.o - objcopy: Unable to recognise the format of the input file `kvm_svm03-payload.elf' - make[3]: *** [ltp/testcases/kernel/kvm/Makefile:67: kvm_svm03-payload.o] Error 1 - -This is trivially fixed by searching for an objcopy tool (so -host-prefixed in cross builds) and using that instead. - -Upstream-Status: Backport [a3942c0a5f9b4463e8320e80cd8522a2e008bfd2] -Signed-off-by: Ross Burton ---- - configure.ac | 1 + - include/mk/config.mk.in | 1 + - testcases/kernel/kvm/Makefile | 4 ++-- - 3 files changed, 4 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 344b2ae2c..0f2b6f332 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -30,6 +30,7 @@ AC_PROG_RANLIB - AC_DEFUN([AC_PROG_STRIP], [AC_CHECK_TOOL(STRIP, strip, :)]) - AC_PROG_STRIP - AC_PROG_YACC -+AC_CHECK_TOOL([OBJCOPY], [objcopy], [:]) - - m4_ifndef([PKG_CHECK_EXISTS], - [m4_fatal([must install pkg-config or pkgconfig and pkg.m4 macro (usual dependency), see INSTALL])]) -diff --git a/include/mk/config.mk.in b/include/mk/config.mk.in -index 2b7c8a071..4c3da304f 100644 ---- a/include/mk/config.mk.in -+++ b/include/mk/config.mk.in -@@ -11,6 +11,7 @@ AR := @AR@ - CC := @CC@ - LEX := @LEX@ - RANLIB := @RANLIB@ -+OBJCOPY := @OBJCOPY@ - STRIP := @STRIP@ - YACC := @YACC@ - -diff --git a/testcases/kernel/kvm/Makefile b/testcases/kernel/kvm/Makefile -index 07bdd9705..e93528a33 100644 ---- a/testcases/kernel/kvm/Makefile -+++ b/testcases/kernel/kvm/Makefile -@@ -60,11 +60,11 @@ include $(top_srcdir)/include/mk/generic_leaf_target.mk - %-payload.o: %.c lib_guest.o $(ARCH_OBJ) - ifdef VERBOSE - $(CC) $(GUEST_CPPFLAGS) $(GUEST_CFLAGS) $(GUEST_LDFLAGS) -o $*-payload.elf $^ $(GUEST_LDLIBS) -- objcopy -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-fill=0 $*-payload.elf $*-payload.bin -+ $(OBJCOPY) -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-fill=0 $*-payload.elf $*-payload.bin - $(KVM_LD) -z noexecstack -r -T $(abs_srcdir)/linker/payload.lds --oformat=$(BIN_FORMAT) -o $@ $*-payload.bin - else - @$(CC) $(GUEST_CPPFLAGS) $(GUEST_CFLAGS) $(GUEST_LDFLAGS) -o $*-payload.elf $^ $(GUEST_LDLIBS) -- @objcopy -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-fill=0 $*-payload.elf $*-payload.bin -+ @$(OBJCOPY) -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-fill=0 $*-payload.elf $*-payload.bin - @$(KVM_LD) -z noexecstack -r -T $(abs_srcdir)/linker/payload.lds --oformat=$(BIN_FORMAT) -o $@ $*-payload.bin - @echo KVM_CC $(target_rel_dir)$@ - endif --- -2.43.0 - diff --git a/meta/recipes-extended/ltp/ltp_20250130.bb b/meta/recipes-extended/ltp/ltp_20250530.bb similarity index 97% rename from meta/recipes-extended/ltp/ltp_20250130.bb rename to meta/recipes-extended/ltp/ltp_20250530.bb index fc643c2ab9..5b3c481859 100644 --- a/meta/recipes-extended/ltp/ltp_20250130.bb +++ b/meta/recipes-extended/ltp/ltp_20250530.bb @@ -24,13 +24,11 @@ TUNE_CCARGS:remove:x86-64 = "-mfpmath=sse" CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" -SRCREV = "a7c31dff7edc089a32e990765e12952cc4d7666a" +SRCREV = "14331e1ecfcd63426c9d270d88b7bad9f60c6d64" SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \ file://0001-Remove-OOM-tests-from-runtest-mm.patch \ file://0001-Add-__clear_cache-declaration-for-clang.patch \ - file://0001-kernel-kvm-don-t-hardcode-objcopy.patch \ - file://0001-cve-2015-3290-Disable-AVX-for-x86_64.patch \ " inherit autotools-brokensep pkgconfig From patchwork Wed Jul 23 01:06:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67295 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 BFEF1C87FC5 for ; Wed, 23 Jul 2025 01:07:02 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.3850.1753232820694123865 for ; Tue, 22 Jul 2025 18:07:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eTIEmNOP; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232821; x=1784768821; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=zgL8L50iqemmbALN68soknit0sl+NvH1OTOJtrrcIV4=; b=eTIEmNOP/4PusB2Zgrj7V3n0rUSNEvGNeerMcfV/fEOe1f7xJfKxRDdw 2ROazbxovRz31OVGrH3YVvmV2AP37/iCQxlBXjYjyDNSbnwFDV/irtwCk MxLQOtYnxSvGOHmF8g5iCrh+EGymr7CMA4nVvOSY+rM2rP47i1phOj/+H 6jzVZ5yOoCgHH/W2qbUI4n+aSQN4zXjaOSFJ31rIzk+k+iXrkEGzLUSck 80C69vWI+3uiB+VeQm98kXrnFzsC4jhlcv2gxYI9UZ7Ch9d1Ee1Ep+kQy S/Ah7ggkZchJiXguvUVYyK1D4Oby8o+GuUqziJNKszttiJXvbWIW3Ucxs Q==; X-CSE-ConnectionGUID: el/g7PbtSpawJjYg+20y1w== X-CSE-MsgGUID: iUlDOC9KT5i0jjQIAMY5gg== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="210344978" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="210344978" 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; 23 Jul 2025 10:06:59 +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 3CEAB1C00085 for ; Wed, 23 Jul 2025 01:06: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) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id A3ED910001F5 for ; Wed, 23 Jul 2025 01:06:58 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B7A921A006C; Wed, 23 Jul 2025 09:06:55 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 08/12] python3-maturin: upgrade 1.9.0 -> 1.9.1 Date: Wed, 23 Jul 2025 09:06:10 +0800 Message-ID: <20250723010614.926-8-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:07:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220767 Changelog: ========== - Fix absolute license file path from Cargo.toml Signed-off-by: Liu Yiding --- .../{python3-maturin_1.9.0.bb => python3-maturin_1.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-maturin_1.9.0.bb => python3-maturin_1.9.1.bb} (92%) diff --git a/meta/recipes-devtools/python/python3-maturin_1.9.0.bb b/meta/recipes-devtools/python/python3-maturin_1.9.1.bb similarity index 92% rename from meta/recipes-devtools/python/python3-maturin_1.9.0.bb rename to meta/recipes-devtools/python/python3-maturin_1.9.1.bb index e4147b9321..ce38e93136 100644 --- a/meta/recipes-devtools/python/python3-maturin_1.9.0.bb +++ b/meta/recipes-devtools/python/python3-maturin_1.9.1.bb @@ -5,7 +5,7 @@ LICENSE = "MIT | Apache-2.0" LIC_FILES_CHKSUM = "file://license-apache;md5=1836efb2eb779966696f473ee8540542 \ file://license-mit;md5=85fd3b67069cff784d98ebfc7d5c0797" -SRC_URI[sha256sum] = "ccb9cb87f8df88d1bab8f49efe3fc77f0abb0639ea4b4ebf4f35549200d16b9e" +SRC_URI[sha256sum] = "97b52fb19d20c1fdc70e4efdc05d79853a4c9c0051030c93a793cd5181dc4ccd" S = "${UNPACKDIR}/maturin-${PV}" From patchwork Wed Jul 23 01:06:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67298 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 BD95FC83F34 for ; Wed, 23 Jul 2025 01:07:12 +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.web11.3851.1753232822361844292 for ; Tue, 22 Jul 2025 18:07:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Kdm48qsu; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232822; x=1784768822; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qav6i1XoHB81o9BoDxnCi51+trwhTyELR+5aXt1wzOc=; b=Kdm48qsueSLRf/OGNv+6s3HUku9TeufCUVgTdj/zQgaTc4R96Mp7S+/6 DV5GtqWYwmYaBBYaKFx5R+C/jggJ6qaDmBBdoh0LuBcSNOTk4GP9iMfDJ QZi7NzHNq78BIjCcUmEOlFzgff3y4/wmp3EALdKyO7A1nj397J5C/EQAB n+DtfeKgwOaTByMx6pbZAOj0e17WF2UZh7MtsE0LQw1fETPwzKA/KE4/A GoRMsUdPG/RMPfxK8g+VhlPwu/EqA4g8lszl9DqwfDw5qlt0pEZv5YiOb wKewd/0QaOQKAmwEMLRDf/Uromu1VreaDxAGj6hrAyarf2Wb+2w7hwBNE g==; X-CSE-ConnectionGUID: TwNTJKcsTOGV8ikZSiU3Ug== X-CSE-MsgGUID: S3dLvNZzSOy00CTps9zfzw== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="207036564" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="207036564" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:07:01 +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 C5F2A100034A for ; Wed, 23 Jul 2025 01:07: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) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 2AE8FC00D50 for ; Wed, 23 Jul 2025 01:07:00 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3B4481A0073; Wed, 23 Jul 2025 09:06:57 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 09/12] python3-rpds-py: upgrade 0.25.1 -> 0.26.0 Date: Wed, 23 Jul 2025 09:06:11 +0800 Message-ID: <20250723010614.926-9-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:07:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220768 ptest ok: ============================================================================ Testsuite summary # TOTAL: 116 # PASS: 116 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 DURATION: 14 END: /usr/lib/python3-rpds-py/ptest 2025-07-22T09:57 STOP: ptest-runner TOTAL: 1 FAIL: 0 Changelog: =========== - Build CPython 3.14 wheels - Require maturin>=1.9.0 to ensure support for PEP 639 Signed-off-by: Liu Yiding --- .../python/python3-rpds-py-crates.inc | 28 +++++++++---------- ...py_0.25.1.bb => python3-rpds-py_0.26.0.bb} | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) rename meta/recipes-devtools/python/{python3-rpds-py_0.25.1.bb => python3-rpds-py_0.26.0.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-rpds-py-crates.inc b/meta/recipes-devtools/python/python3-rpds-py-crates.inc index 0a6fbb1bd6..a0b669df2d 100644 --- a/meta/recipes-devtools/python/python3-rpds-py-crates.inc +++ b/meta/recipes-devtools/python/python3-rpds-py-crates.inc @@ -4,7 +4,7 @@ SRC_URI += " \ crate://crates.io/archery/1.2.1 \ crate://crates.io/autocfg/1.4.0 \ - crate://crates.io/cc/1.2.22 \ + crate://crates.io/cc/1.2.25 \ crate://crates.io/heck/0.5.0 \ crate://crates.io/indoc/2.0.6 \ crate://crates.io/libc/0.2.172 \ @@ -12,12 +12,12 @@ SRC_URI += " \ crate://crates.io/once_cell/1.21.3 \ crate://crates.io/portable-atomic/1.11.0 \ crate://crates.io/proc-macro2/1.0.95 \ - crate://crates.io/pyo3/0.25.0 \ - crate://crates.io/pyo3-build-config/0.25.0 \ - crate://crates.io/pyo3-ffi/0.25.0 \ - crate://crates.io/pyo3-macros/0.25.0 \ - crate://crates.io/pyo3-macros-backend/0.25.0 \ - crate://crates.io/python3-dll-a/0.2.13 \ + crate://crates.io/pyo3/0.25.1 \ + crate://crates.io/pyo3-build-config/0.25.1 \ + crate://crates.io/pyo3-ffi/0.25.1 \ + crate://crates.io/pyo3-macros/0.25.1 \ + crate://crates.io/pyo3-macros-backend/0.25.1 \ + crate://crates.io/python3-dll-a/0.2.14 \ crate://crates.io/quote/1.0.40 \ crate://crates.io/rpds/1.1.1 \ crate://crates.io/shlex/1.3.0 \ @@ -30,7 +30,7 @@ SRC_URI += " \ SRC_URI[archery-1.2.1.sha256sum] = "eae2ed21cd55021f05707a807a5fc85695dafb98832921f6cfa06db67ca5b869" SRC_URI[autocfg-1.4.0.sha256sum] = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" -SRC_URI[cc-1.2.22.sha256sum] = "32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1" +SRC_URI[cc-1.2.25.sha256sum] = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951" SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" SRC_URI[indoc-2.0.6.sha256sum] = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" SRC_URI[libc-0.2.172.sha256sum] = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" @@ -38,12 +38,12 @@ SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce444 SRC_URI[once_cell-1.21.3.sha256sum] = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" SRC_URI[portable-atomic-1.11.0.sha256sum] = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" SRC_URI[proc-macro2-1.0.95.sha256sum] = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" -SRC_URI[pyo3-0.25.0.sha256sum] = "f239d656363bcee73afef85277f1b281e8ac6212a1d42aa90e55b90ed43c47a4" -SRC_URI[pyo3-build-config-0.25.0.sha256sum] = "755ea671a1c34044fa165247aaf6f419ca39caa6003aee791a0df2713d8f1b6d" -SRC_URI[pyo3-ffi-0.25.0.sha256sum] = "fc95a2e67091e44791d4ea300ff744be5293f394f1bafd9f78c080814d35956e" -SRC_URI[pyo3-macros-0.25.0.sha256sum] = "a179641d1b93920829a62f15e87c0ed791b6c8db2271ba0fd7c2686090510214" -SRC_URI[pyo3-macros-backend-0.25.0.sha256sum] = "9dff85ebcaab8c441b0e3f7ae40a6963ecea8a9f5e74f647e33fcf5ec9a1e89e" -SRC_URI[python3-dll-a-0.2.13.sha256sum] = "49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d02f4ed4ed" +SRC_URI[pyo3-0.25.1.sha256sum] = "8970a78afe0628a3e3430376fc5fd76b6b45c4d43360ffd6cdd40bdde72b682a" +SRC_URI[pyo3-build-config-0.25.1.sha256sum] = "458eb0c55e7ece017adeba38f2248ff3ac615e53660d7c71a238d7d2a01c7598" +SRC_URI[pyo3-ffi-0.25.1.sha256sum] = "7114fe5457c61b276ab77c5055f206295b812608083644a5c5b2640c3102565c" +SRC_URI[pyo3-macros-0.25.1.sha256sum] = "a8725c0a622b374d6cb051d11a0983786448f7785336139c3c94f5aa6bef7e50" +SRC_URI[pyo3-macros-backend-0.25.1.sha256sum] = "4109984c22491085343c05b0dbc54ddc405c3cf7b4374fc533f5c3313a572ccc" +SRC_URI[python3-dll-a-0.2.14.sha256sum] = "d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8" SRC_URI[quote-1.0.40.sha256sum] = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" SRC_URI[rpds-1.1.1.sha256sum] = "a7f89f654d51fffdd6026289d07d1fd523244d46ae0a8bc22caa6dd7f9e8cb0b" SRC_URI[shlex-1.3.0.sha256sum] = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb b/meta/recipes-devtools/python/python3-rpds-py_0.26.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb rename to meta/recipes-devtools/python/python3-rpds-py_0.26.0.bb index efc1d4c01c..3fd7701f8d 100644 --- a/meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb +++ b/meta/recipes-devtools/python/python3-rpds-py_0.26.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/rpds-py/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984" -SRC_URI[sha256sum] = "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" +SRC_URI[sha256sum] = "20dae58a859b0906f0685642e591056f1e787f3a8b39c8e8749a45dc7d26bdb0" require ${BPN}-crates.inc From patchwork Wed Jul 23 01:06:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67299 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 BD927C83F27 for ; Wed, 23 Jul 2025 01:07:12 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.3858.1753232823814032003 for ; Tue, 22 Jul 2025 18:07:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eqaKmF21; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232825; x=1784768825; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=N9m7S8e6oxldwpvAltZ8w93cwBoPjUEdMzRcCBpmh+M=; b=eqaKmF2106w9ufe9P+DNiDOX/3YGmiurN5OkOAsvlLgAC9Jv0oGZmUju i2a5qh2Dhs4OludzJLnAifyVfwMUJZWiulK6koPbaubYlt6diAYwcexQ1 Aopeqy3s+lmFOuoF4tCmy2kn9/HFpkcypn/xbbqjTDHuLeYeQmpebfwGi BoYH5388tTVCmRGLM1kNBy7h+Uvf5nMHx9a7FcpHuGMJZPXTcfi5n88rE UL4ukslyGMKpSfJpVRYCTmwEptikjCw6pA/ydpq0OR0SoAF6FXvdBBAtt tS7F7qOULj9OHGqyqy3wofiisFze9nqsORWw04ds0aK1WNVHn56kGsdDV g==; X-CSE-ConnectionGUID: c+Th0TW4RGq2n6fXFJsnrg== X-CSE-MsgGUID: am7ZG5DcTamXTBEznhSzgA== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="207079086" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="207079086" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:07: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 0955C8203D4 for ; Wed, 23 Jul 2025 01:07: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 az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 790E1C00835 for ; Wed, 23 Jul 2025 01:07:01 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 95A501A0074; Wed, 23 Jul 2025 09:06:58 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 10/12] python3-typing-extensions: upgrade 4.14.0 -> 4.14.1 Date: Wed, 23 Jul 2025 09:06:12 +0800 Message-ID: <20250723010614.926-10-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:07:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220769 Changelog: ========== - Fix usage of typing_extensions.TypedDict nested inside other types (e.g., typing.Type[typing_extensions.TypedDict]). This is not allowed by the type system but worked on older versions, so we maintain support. Signed-off-by: Liu Yiding --- ...extensions_4.14.0.bb => python3-typing-extensions_4.14.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-typing-extensions_4.14.0.bb => python3-typing-extensions_4.14.1.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.14.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.14.1.bb similarity index 91% rename from meta/recipes-devtools/python/python3-typing-extensions_4.14.0.bb rename to meta/recipes-devtools/python/python3-typing-extensions_4.14.1.bb index 1c03aacc10..32edb656db 100644 --- a/meta/recipes-devtools/python/python3-typing-extensions_4.14.0.bb +++ b/meta/recipes-devtools/python/python3-typing-extensions_4.14.1.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2" PYPI_PACKAGE = "typing_extensions" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4" +SRC_URI[sha256sum] = "38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36" inherit pypi python_flit_core From patchwork Wed Jul 23 01:06:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67297 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 C7EADC87FCA for ; Wed, 23 Jul 2025 01:07:12 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web10.3859.1753232825063845697 for ; Tue, 22 Jul 2025 18:07:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=rdyTvBTU; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232825; x=1784768825; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=c7W1FognXhVs40/FvXmjt0wJGKZIpPppWGNEGjheXj8=; b=rdyTvBTUfYWbPNhTP1yQp+xmFwER7DEkttaynTs3+yhZd5R0wZfhAX/y jDHuSqP28x43oAM2UXnGcEN9N3iWG1XQ9RpWv/FnOKijuV13W++Gc3NOo 00WqjAUiAuTfLy93zEUoxucOQKgjyv2n6HFGi/YIvSt+GEdp43yv9ihEl HVrD9FOL819R0vlAVgqRTpA1Q3HtsyuN4OWcqW3zl2O/AXsBokanFXfE1 ORR+9d7X7jxW5I0LHAWtByCo2f/HlbNf4s94wHWNXujsIvQP25UFW5MXM m6X89/3VQrk0hNM7hbqvAGmMOnxxdIsFW6C12m+5bqPObpwCzO35Q+C5t Q==; X-CSE-ConnectionGUID: mRdeZ/NiSUWdZXgtQq8flg== X-CSE-MsgGUID: IF1qCfqTR9OkRXHYQsGCOg== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="185973636" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="185973636" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:07:03 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 763EE1002B9E for ; Wed, 23 Jul 2025 01:07: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 az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id E1B9A8D65C8 for ; Wed, 23 Jul 2025 01:07:02 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 06DAD1A0078; Wed, 23 Jul 2025 09:06:59 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 11/12] wireless-regdb: upgrade 2025.02.20 -> 2025.07.10 Date: Wed, 23 Jul 2025 09:06:13 +0800 Message-ID: <20250723010614.926-11-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:07:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220770 Signed-off-by: Liu Yiding --- ...ireless-regdb_2025.02.20.bb => wireless-regdb_2025.07.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2025.02.20.bb => wireless-regdb_2025.07.10.bb} (94%) diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.07.10.bb similarity index 94% rename from meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb rename to meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.07.10.bb index 09fff768c4..decccad05a 100644 --- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb +++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.07.10.bb @@ -5,7 +5,7 @@ LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz" -SRC_URI[sha256sum] = "57f8e7721cf5a880c13ae0c202edbb21092a060d45f9e9c59bcd2a8272bfa456" +SRC_URI[sha256sum] = "a8340bcdcd1b5db6c79149879d122b170f3bb075381718d4f429ad831a6fa28d" inherit bin_package allarch From patchwork Wed Jul 23 01:06:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liu Yiding X-Patchwork-Id: 67300 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 C78BAC83F1A for ; Wed, 23 Jul 2025 01:07:12 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.3855.1753232827173816745 for ; Tue, 22 Jul 2025 18:07:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=pgrcgVir; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: liuyd.fnst@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1753232827; x=1784768827; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tCNxun7rycrpdGj3Udtul4hWBmgCHU84AeyklhsGCUU=; b=pgrcgVirBrjS5A39K+tYTElpuh6SJpQEcDZOtRmcoRlSO6+DojN2UV8c gSGYg756EJT3OyMJYEGQvhsP1EIxjge0z7dr/ESWAo0lTcmtWElg/ZxQm cYDs4rTUQc1llLiMeectFG9Epjw960R0x4Xdh7DOwdqM8KwJYyu20cFAZ CHyr/Vj7JYUz2qXZTvILqCsqbBB+6TLXnfDcl0NxtTPQeWeK5PZJdaIyI +oljfP1mT5WQ5cocile3bBP8EoOGdYzQcz4qNtKAlmriN5esrhiwSEDWG AVbwo4CWdwiNGkNNRm+wQAKDgWiSac6uK3ReX3hTxTAHqaZ8Pso0SLfxu Q==; X-CSE-ConnectionGUID: pglovOKZS9KIW/5c3m20rw== X-CSE-MsgGUID: kK5jgC61TNGTfSK8nMJdwA== X-IronPort-AV: E=McAfee;i="6800,10657,11500"; a="207119484" X-IronPort-AV: E=Sophos;i="6.16,333,1744038000"; d="scan'208";a="207119484" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jul 2025 10:07: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 5D2B31C00085 for ; Wed, 23 Jul 2025 01:07: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) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id C56D318009C1 for ; Wed, 23 Jul 2025 01:07:04 +0000 (UTC) Received: from G08FNSTD190088.g08.fujitsu.local (unknown [10.193.129.116]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D5DE41A0073; Wed, 23 Jul 2025 09:07:01 +0800 (CST) From: Liu Yiding To: openembedded-core@lists.openembedded.org Cc: Liu Yiding Subject: [OE-core] [PATCH 12/12] xwayland: upgrade 24.1.6 -> 24.1.8 Date: Wed, 23 Jul 2025 09:06:14 +0800 Message-ID: <20250723010614.926-12-liuyd.fnst@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250723010614.926-1-liuyd.fnst@fujitsu.com> References: <20250723010614.926-1-liuyd.fnst@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, 23 Jul 2025 01:07:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220771 - 24.1.8 * CVE-2025-49176 Changelog: https://lists.x.org/archives/xorg-announce/2025-June/003613.html - 24.1.7 * CVE-2025-49175 * CVE-2025-49176 * CVE-2025-49177 * CVE-2025-49178 * CVE-2025-49179 * CVE-2025-49180 Changelog: https://lists.x.org/archives/xorg-announce/2025-June/003610.html Signed-off-by: Liu Yiding --- .../xwayland/{xwayland_24.1.6.bb => xwayland_24.1.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xwayland/{xwayland_24.1.6.bb => xwayland_24.1.8.bb} (96%) diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.8.bb similarity index 96% rename from meta/recipes-graphics/xwayland/xwayland_24.1.6.bb rename to meta/recipes-graphics/xwayland/xwayland_24.1.8.bb index 540ec100bd..900da524b3 100644 --- a/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb +++ b/meta/recipes-graphics/xwayland/xwayland_24.1.8.bb @@ -10,7 +10,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" -SRC_URI[sha256sum] = "737e612ca36bbdf415a911644eb7592cf9389846847b47fa46dc705bd754d2d7" +SRC_URI[sha256sum] = "c8908d57c8ed9ceb8293c16ba7ad5af522efaf1ba7e51f9e4cf3c0774d199907" UPSTREAM_CHECK_REGEX = "xwayland-(?P\d+(\.(?!90\d)\d+)+)\.tar"