From patchwork Fri May 1 14:25:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 87384 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 6450FCD4850 for ; Fri, 1 May 2026 14:25:59 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.15723.1777645549488820244 for ; Fri, 01 May 2026 07:25:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=yiEquG6d; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=teKEQtsS; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019de3ee84c8-2ef478ee-0885-45ea-8f71-7161d16c9d8e-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=1777645553; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=pE0szE/ywUTjG2vqQLBkwDioUhWkAyyEpfP5kHa4L9M=; b=yiEquG6dhcFlaOShm28r7IrFxQj9lbMkL080D6lnGuZm72nRqcagcYgcKuArrO7X JPafdUKu6fxWEcLr6wPS33aHiOhK68mtHCTtmmj8i16hcxnG63PgLCHD/T567TYvBCc S+rYKFpHey3RBiECgKZFfdXylf9Z+2hdW3BBSlPE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645553; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=pE0szE/ywUTjG2vqQLBkwDioUhWkAyyEpfP5kHa4L9M=; b=teKEQtsS1xYPNWxybCgpldPflf46ROTInuJQR1dDUdTTvuEXnenQolPIrrhQjjPc sO3gxsMrxhV9ypgrmdygqTd9Fu1CvP8NV66AZT8GgQNZMrQ3yT9H18dTAVDQsbj59l8 jxdlmI2Tqb5xcp8wg1X0VGLGhfUIRDwfIF8o00hQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] xwayland: upgrading to 24.1.11 SUCCEEDED Message-ID: <0101019de3ee84c8-2ef478ee-0885-45ea-8f71-7161d16c9d8e-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:52 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.30 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 ; Fri, 01 May 2026 14:25:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236286 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xwayland* to *24.1.11* has Succeeded. Next steps: - apply the patch: git am 0001-xwayland-upgrade-24.1.9-24.1.11.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 0e80e3b1bdbadff59e81ff8282a89fd2edc3a2b0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 12:46:21 +0000 Subject: [PATCH] xwayland: upgrade 24.1.9 -> 24.1.11 --- ...xwayland_24.1.9.bb => xwayland_24.1.11.bb} | 38 ++++++++++++++++++- 1 file changed, 36 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xwayland/{xwayland_24.1.9.bb => xwayland_24.1.11.bb} (62%) diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.9.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.11.bb similarity index 62% rename from meta/recipes-graphics/xwayland/xwayland_24.1.9.bb rename to meta/recipes-graphics/xwayland/xwayland_24.1.11.bb index c4e2d7cfdb..a5cc7f41b6 100644 --- a/meta/recipes-graphics/xwayland/xwayland_24.1.9.bb +++ b/meta/recipes-graphics/xwayland/xwayland_24.1.11.bb @@ -1,3 +1,37 @@ +# 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 +# @@ -314,6 +314,11 @@ +# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +# +# +Except as contained in this notice, the name of Silicon Graphics, Inc. +# +shall not be used in advertising or otherwise to promote the sale, use or +# +other dealings in this Software without prior written authorization from +# +Silicon Graphics, Inc. +# + +# +# Copyright (c) 1994, 1995 Hewlett-Packard Company +# +# @@ -1778,6 +1783,8 @@ +# USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# +# +Author: Eamon Walsh +# + +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# this permission notice appear in supporting documentation. This permission +# +# + 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 +41,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=21e33dcccf2d5034f798a8ea62622939" +LIC_FILES_CHKSUM = "file://COPYING;md5=f8778cfcd90ece0e4b225f30182227ca" SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" -SRC_URI[sha256sum] = "f297af27a84508db9b80d1cbbcc69c3801da38eb64c72f3b5b50f582459afdd0" +SRC_URI[sha256sum] = "27115a1a8819078409bf6fecfeb7724e8137bd36426de7005a5b3aae0a2138ff" UPSTREAM_CHECK_REGEX = "xwayland-(?P\d+(\.(?!90\d)\d+)+)\.tar"