From patchwork Wed Nov 5 23:16:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 73758 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 02633CD484A for ; Wed, 5 Nov 2025 23:16:49 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.2377.1762384601560446370 for ; Wed, 05 Nov 2025 15:16:41 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=bCauYetz; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=qRGQIVBG; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019a564edfeb-6aaf91d9-fa61-4df4-b171-2aa65127bff3-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1762384601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=gEprIYiDFV3pzmFe05DYsiKqZm5tn02Bx8+KN+UDYdU=; b=bCauYetzAXLmDVuwvl4fAu+gH+6VIBKniiCgvrkP1ydnfvzBFkkQovxS7MVXwna4 3Au1CzjUtGLt+U0lFz1XCOixkzspCxxs3dfr47t0LxBc0ANoWJxicjYveim7QZ7vU24 fm9FKlUfZOsAPBbqJCJ50hKsfEyx40ck0wtSmYTY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1762384601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=gEprIYiDFV3pzmFe05DYsiKqZm5tn02Bx8+KN+UDYdU=; b=qRGQIVBGt7+/SlCXzFVYJjSJUzjX3yf78AqLLPy9FTY+fDvcfrxrsoauVundbDI4 UEonrYbXq1TKFIwhVU+e0HFa6CcwcC6syLo1vb6iLlBCijkhmqlwFwghvl3Z7PG52KT u5r2/WjdfkLPUWK1AVqsp4jxwu2sDgx295Xzuh0c= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] xwayland: upgrading to 24.1.9 SUCCEEDED Message-ID: <0101019a564edfeb-6aaf91d9-fa61-4df4-b171-2aa65127bff3-000000@us-west-2.amazonses.com> Date: Wed, 5 Nov 2025 23:16:41 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.05-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 05 Nov 2025 23:16:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/225893 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xwayland* to *24.1.9* has Succeeded. Next steps: - apply the patch: git am 0001-xwayland-upgrade-24.1.8-24.1.9.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 58bf4bec09a3fe1c212294a4ad997237cb468797 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 21:27:06 +0000 Subject: [PATCH] xwayland: upgrade 24.1.8 -> 24.1.9 --- ...{xwayland_24.1.8.bb => xwayland_24.1.9.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xwayland/{xwayland_24.1.8.bb => xwayland_24.1.9.bb} (69%) diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.8.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.9.bb similarity index 69% rename from meta/recipes-graphics/xwayland/xwayland_24.1.8.bb rename to meta/recipes-graphics/xwayland/xwayland_24.1.9.bb index a621af1a7f..1deabeb9f5 100644 --- a/meta/recipes-graphics/xwayland/xwayland_24.1.8.bb +++ b/meta/recipes-graphics/xwayland/xwayland_24.1.9.bb @@ -1,3 +1,25 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -16,7 +16,7 @@ +# Copyright © 2006-2008 Peter Hutterer +# Copyright © 2006 Adam Jackson +# Copyright © 2009-2010 NVIDIA Corporation +# -Copyright © 1987, 2003-2006, 2008-2010 Oracle and/or its affiliates. +# +Copyright © 1987, 2003-2006, 2008-2010, 2025 Oracle and/or its affiliates. +# Copyright © 1999 Keith Packard +# Copyright © 2007-2009 Red Hat, Inc. +# Copyright © 2005-2008 Daniel Stone +# +# + SUMMARY = "XWayland is an X Server that runs under Wayland." DESCRIPTION = "XWayland is an X Server running as a Wayland client, \ and thus is capable of displaying native X11 client applications in a \ @@ -7,10 +29,10 @@ a way to run unported applications in the meantime." HOMEPAGE = "https://fedoraproject.org/wiki/Changes/XwaylandStandalone" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" +LIC_FILES_CHKSUM = "file://COPYING;md5=21e33dcccf2d5034f798a8ea62622939" SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" -SRC_URI[sha256sum] = "c8908d57c8ed9ceb8293c16ba7ad5af522efaf1ba7e51f9e4cf3c0774d199907" +SRC_URI[sha256sum] = "f297af27a84508db9b80d1cbbcc69c3801da38eb64c72f3b5b50f582459afdd0" UPSTREAM_CHECK_REGEX = "xwayland-(?P\d+(\.(?!90\d)\d+)+)\.tar"