From patchwork Sun Jun 1 13:55:44 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: 64012 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 53717C8300E for ; Sun, 1 Jun 2025 13:55:46 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.27764.1748786123259385242 for ; Sun, 01 Jun 2025 06:55:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=ntgPOJLL; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=fjiIcJNN; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101972bc6e60b-4c9c122e-dd46-43a4-9428-ead86d5f6263-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=1748786144; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=LOiJuqsqxziTASn3cDihRLLd1Cf6MqidRSo5P/W86Gs=; b=ntgPOJLL5bPEAbvZkBS0Bi7hQSvfD7Sk7yG6kA3UJfPMN8WauPKaZO+24X0B0zPe 7V1UQkHQFsX0hjO8I7Q/5ZbmG3js2F11vIXgUsaEkWBL8IvTaIcm5wVXyypAPJVnliW dJ7odYrxp2k2VlNJV7faBhQptdjMWOqffk6/NnsE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1748786144; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=LOiJuqsqxziTASn3cDihRLLd1Cf6MqidRSo5P/W86Gs=; b=fjiIcJNNNj2aU6YJqBgWH0XKGS+O4yD1/phT573b41m0KDAmhFOI4g3UDUp3+Gif NJcPRqOo5AO2kPJxRc2eqzjP4W3IITL6NzAZ6A7VWYMYZelDfuP6zwRht1Kh0jPb/40 dAIY58xItBrGpj+OaWYhYXI0DS9IxNH0sCImpQqc= 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: <010101972bc6e60b-4c9c122e-dd46-43a4-9428-ead86d5f6263-000000@us-west-2.amazonses.com> Date: Sun, 1 Jun 2025 13:55:44 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.01-54.240.27.193 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 ; Sun, 01 Jun 2025 13:55:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217634 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 a7a75479f7b4c9945347032efe1f1f1e0124981c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Jun 2025 11:23:56 +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