From patchwork Sat Aug 22 05:25:38 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: 96042 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 C5AFCC5DF9B for ; Sat, 22 Aug 2026 05:25:50 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1717.1787376339867872828 for ; Fri, 21 Aug 2026 22:25:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=DTq5Pgyu; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=GqK/65Yg; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 010101a027ee87f2-c27fe271-de8f-46ef-a4e3-33d844fa5a39-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1787376339; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=6Bnn4Z1XLNjkWreS+Ws5bFdYqK6Iqa3g7pcYEhdf2hg=; b=DTq5Pgyu95EYTkbwAkiAHpSltpVD7skC1CfDn7FEdZgoIn4gX4SoA7pWFHj7Kr7R RGO4KN7e3GWSuw4GJQugMB57zznmtdwSo14f8OklFazlapJOj1CTOcMc1U2ZynZq8xm wbbmtReKiWLmS6Oe32dH34IO7H4LTyvlRjaQzIC8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787376339; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=6Bnn4Z1XLNjkWreS+Ws5bFdYqK6Iqa3g7pcYEhdf2hg=; b=GqK/65Yg+/0FpryH557JZL5j7fRPXWtXEOavHJGujh7+TNZqwW/zGNfOhLRXgugp sXOOIA36dWfG4W1xprhGRqSsJFZPBc3z+FFZP5lLp9vauuoKpDVC9PI7Rz9AnQ9w+t1 PmjZrvT555ZMhZt57ltGM336Io5oBFfwceweqL7s= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] ed: upgrading to 1.22.6 SUCCEEDED Message-ID: <010101a027ee87f2-c27fe271-de8f-46ef-a4e3-33d844fa5a39-000000@us-west-2.amazonses.com> Date: Sat, 22 Aug 2026 05:25:38 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.22-54.240.27.31 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 ; Sat, 22 Aug 2026 05:25:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243964 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ed* to *1.22.6* has Succeeded. Next steps: - apply the patch: git am 0001-ed-upgrade-1.22.5-1.22.6.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 40b81da8da9becc9177f2eba2f5833184866d924 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 22 Aug 2026 05:18:58 +0000 Subject: [PATCH] ed: upgrade 1.22.5 -> 1.22.6 Source: NEWS Changes in version 1.22.6: Some changes have been made to the code to pacify gcc's static analyzer. (Reported by Mikel Olasagasti Uranga). 'regex(7)' has been added to the --help output and to section 'SEE ALSO' in the man page. It has been documented in the manual that the cut buffer is deleted when a new file is read with 'e' or 'E'. (Reported by Tim Chase). It has been documented in the manual that using a regular expression inside the command-list of a global command may cause the "last regular expression processed" to differ between the first and subsequent executions of the command-list. (Reported by Artyom Bologov). --- meta/recipes-extended/ed/{ed_1.22.5.bb => ed_1.22.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/ed/{ed_1.22.5.bb => ed_1.22.6.bb} (93%) diff --git a/meta/recipes-extended/ed/ed_1.22.5.bb b/meta/recipes-extended/ed/ed_1.22.6.bb similarity index 93% rename from meta/recipes-extended/ed/ed_1.22.5.bb rename to meta/recipes-extended/ed/ed_1.22.6.bb index 0301dd42c9..e65fe835ab 100644 --- a/meta/recipes-extended/ed/ed_1.22.5.bb +++ b/meta/recipes-extended/ed/ed_1.22.6.bb @@ -19,7 +19,7 @@ bindir = "${base_bindir}" SRC_URI = "${GNU_MIRROR}/ed/${BP}.tar.lz" UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/" -SRC_URI[sha256sum] = "56e107ddc2f29dad6690376c15bf9751509e1ee3b8241710e44edbe5c3a158cc" +SRC_URI[sha256sum] = "3f33b22135219c39c3c695f7b7171c2567d3e2a17c798c0a90607320cbb268f2" EXTRA_OEMAKE = "-e MAKEFLAGS="