From patchwork Thu May 1 15:33:48 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: 62245 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 8A7C8C54755 for ; Thu, 1 May 2025 15:33:56 +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.1817.1746113629068861082 for ; Thu, 01 May 2025 08:33:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=kA+B48SJ; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=fI00jScu; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101968c7b892e-dc0c2568-ebd0-4211-95b7-6af6993b1594-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1746113628; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=eyRFH3vMkx6w4z2bl16C7EEgzA9sEsPdQQURscSn/k4=; b=kA+B48SJttdQirjhMl9UCnmo3tMLpbn1WpnhWh59MOT5R3EZ4odVIaI+piwmdw8l m6p/P3d8ZbJo/4ZDV4tn8krE/EKqJH3CpbrAF1zhUST5+JhQwcydobeQE0B9hl3o8uM wRmKld9BNMP7t/+czyIMFd+V8tI4XTNmxevyea/w= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1746113628; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=eyRFH3vMkx6w4z2bl16C7EEgzA9sEsPdQQURscSn/k4=; b=fI00jSculwjh2upcBoA1Xq1soHZBXwf+DZQKYag/0VkRbqoGNHh4BMYdQ4pvjWvh 4/AWYqFDZJX7K+tEP5OKWjK5pAbdLc6VZxFe/zipsSeGunvpT5IOlx/dbN9w4WzRnJ/ h6lHiV+hG2JlI+eXQvVa7lJEpuUZprZCxNODrYBk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] grep: upgrading to 3.12 SUCCEEDED Message-ID: <010101968c7b892e-dc0c2568-ebd0-4211-95b7-6af6993b1594-000000@us-west-2.amazonses.com> Date: Thu, 1 May 2025 15:33:48 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.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 ; Thu, 01 May 2025 15:33:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215850 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *grep* to *3.12* has Succeeded. Next steps: - apply the patch: git am 0001-grep-upgrade-3.11-3.12.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 15e486da63f44d36943e1fb62ae19f3a19619c8c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 10:47:24 +0000 Subject: [PATCH] grep: upgrade 3.11 -> 3.12 --- meta/recipes-extended/grep/{grep_3.11.bb => grep_3.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/grep/{grep_3.11.bb => grep_3.12.bb} (93%) diff --git a/meta/recipes-extended/grep/grep_3.11.bb b/meta/recipes-extended/grep/grep_3.12.bb similarity index 93% rename from meta/recipes-extended/grep/grep_3.11.bb rename to meta/recipes-extended/grep/grep_3.12.bb index 0d36eba3b2..2678d2d41e 100644 --- a/meta/recipes-extended/grep/grep_3.11.bb +++ b/meta/recipes-extended/grep/grep_3.12.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz" -SRC_URI[sha256sum] = "1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab" +SRC_URI[sha256sum] = "2649b27c0e90e632eadcd757be06c6e9a4f48d941de51e7c0f83ff76408a07b9" inherit autotools gettext texinfo pkgconfig