| Message ID | 010101a027ee87f2-c27fe271-de8f-46ef-a4e3-33d844fa5a39-000000@us-west-2.amazonses.com |
|---|---|
| State | New |
| Headers | show |
| Series | [AUH] ed: upgrading to 1.22.6 SUCCEEDED | expand |
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="
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 <auh@yoctoproject.org> 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%)