From patchwork Tue Apr 15 13:33:03 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: 61309 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 EBAFDC369BC for ; Tue, 15 Apr 2025 13:33:04 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.20180.1744723981544850522 for ; Tue, 15 Apr 2025 06:33:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Sy3TIncR; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=pAKwHOun; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019639a73ccc-daaa335c-7e94-416e-ab09-d1b73b5b62ab-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=1744723983; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=fQgIe4D+h9U0vYDJ2eI4+T2vs56e1BMsNR29zU1buw8=; b=Sy3TIncRy+5OyvsmVqBD6Y/V9RT7X61YSAHGBO/q3lMywzl65mIVAEG4wxggfz+Q 9XoOa5TID8NMr1rthmsmfE6qakYomVZ0SajVsmUq1vinAN3WxZHMbeekOwfjBAUW1Ze 6U1zkHOuMxy6d5sXnCq6o+qz+CTn0OMS0fRG74wc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1744723983; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=fQgIe4D+h9U0vYDJ2eI4+T2vs56e1BMsNR29zU1buw8=; b=pAKwHOun4FY4/rGwVPZ+hEksTqqpyM7nA32nrApc76Uzkon/8OUhn9iM/H7xQ2c7 VuwoGUQh9vQykPHR1Ef+clZs3zciSy99r7WkAlEhHciP67Zqp1oTNFUNxHQRRUDT9qv s6bGjVSOzSh3iHDufwQs/BODivdjqzWM9ZUIydqE= 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: <0101019639a73ccc-daaa335c-7e94-416e-ab09-d1b73b5b62ab-000000@us-west-2.amazonses.com> Date: Tue, 15 Apr 2025 13:33:03 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.15-54.240.27.29 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, 15 Apr 2025 13:33:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214903 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 6a8909e3ad7fbe6ab9ca62887a8a79d0c47cbdb3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Apr 2025 08:54:40 +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