From patchwork Tue Jul 1 16:20:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 65969 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 C53ACC83F2D for ; Tue, 1 Jul 2025 16:20:23 +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.web11.1417.1751386815398132227 for ; Tue, 01 Jul 2025 09:20:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=ZdRFvKEp; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=JG0mukGk; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 01010197c6ca16c5-36aeb6b8-da12-40d3-80bb-479f92b4d75a-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=1751386822; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=onQO3DpoXqE3CajXawWAo1FMSS4XNLeDuJNFhbHwL8U=; b=ZdRFvKEpOzdZqvzcLMbm6faAIAAN95HdYSMdcGG4HlSssByIv4tBc9a7gjbyz6+x piBKQROjbFiAEH9NMhtAxW33AFtN8Swu8Q2OLIABTCQ4FDMXe+3V7dpPxJGAbpJcI/7 n6SD3lnfdTD3j0sJm0zOaQ+tYsGuEi/JMYuwx0kE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1751386822; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=onQO3DpoXqE3CajXawWAo1FMSS4XNLeDuJNFhbHwL8U=; b=JG0mukGka30Xf9tf5iw7NHHwqhBKLSfdoTc95e2knKo9KdMwy3W1sBNub9pjLMJj cF3AEm2RiSZ7qXtDZVWSueGDa1rPJ2Mp7q75yeFlm5J6Ssho6bF+12qo4gIEfKKs00u BBZ3rCxKfBHuzZUIsRSc9l+o2J8TI9XnSY/qEuuQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] screen: upgrading to 5.0.1 SUCCEEDED Message-ID: <01010197c6ca16c5-36aeb6b8-da12-40d3-80bb-479f92b4d75a-000000@us-west-2.amazonses.com> Date: Tue, 1 Jul 2025 16:20:22 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.07.01-54.240.27.45 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 ; Tue, 01 Jul 2025 16:20:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219662 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *screen* to *5.0.1* has Succeeded. Next steps: - apply the patch: git am 0001-screen-upgrade-5.0.0-5.0.1.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 083f444c5e158fbb8e95b04e41f2f1602403b5ff Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Jul 2025 11:22:12 +0000 Subject: [PATCH] screen: upgrade 5.0.0 -> 5.0.1 --- .../screen/{screen_5.0.0.bb => screen_5.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/screen/{screen_5.0.0.bb => screen_5.0.1.bb} (95%) diff --git a/meta/recipes-extended/screen/screen_5.0.0.bb b/meta/recipes-extended/screen/screen_5.0.1.bb similarity index 95% rename from meta/recipes-extended/screen/screen_5.0.0.bb rename to meta/recipes-extended/screen/screen_5.0.1.bb index fec5663fc2..69f4098519 100644 --- a/meta/recipes-extended/screen/screen_5.0.0.bb +++ b/meta/recipes-extended/screen/screen_5.0.1.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \ ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'file://screen.pam', '', d)} \ " -SRC_URI[sha256sum] = "f04a39d00a0e5c7c86a55338808903082ad5df4d73df1a2fd3425976aed94971" +SRC_URI[sha256sum] = "2dae36f4db379ffcd14b691596ba6ec18ac3a9e22bc47ac239789ab58409869d" inherit autotools-brokensep texinfo