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 <[email protected]>
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="
--
2.47.1
packages/x86-64-v3-poky-linux/ed/ed-dbg: PV changed from "1.22.5" to "1.22.6" packages/x86-64-v3-poky-linux/ed/ed-dbg: PKGV changed from 1.22.5 [default] to 1.22.6 [default] packages/x86-64-v3-poky-linux/ed/ed-dbg: PKGSIZE changed from 183672 to 183632 (-0%) packages/x86-64-v3-poky-linux/ed/ed-dev: PV changed from "1.22.5" to "1.22.6" packages/x86-64-v3-poky-linux/ed/ed-dev: PKGV changed from 1.22.5 [default] to 1.22.6 [default] packages/x86-64-v3-poky-linux/ed/ed-doc: PV changed from "1.22.5" to "1.22.6" packages/x86-64-v3-poky-linux/ed/ed-doc: PKGV changed from 1.22.5 [default] to 1.22.6 [default] packages/x86-64-v3-poky-linux/ed/ed-doc: PKGSIZE changed from 76080 to 76427 (+0%) packages/x86-64-v3-poky-linux/ed/ed-locale: PV changed from "1.22.5" to "1.22.6" packages/x86-64-v3-poky-linux/ed/ed-locale: PKGV changed from 1.22.5 [default] to 1.22.6 [default] packages/x86-64-v3-poky-linux/ed/ed-src: PV changed from "1.22.5" to "1.22.6" packages/x86-64-v3-poky-linux/ed/ed-src: FILELIST: directory renamed /usr/src/debug/ed/1.22.5 -> /usr/src/debug/ed/1.22.6 packages/x86-64-v3-poky-linux/ed/ed-src: PKGV changed from 1.22.5 [default] to 1.22.6 [default] packages/x86-64-v3-poky-linux/ed/ed-src: PKGSIZE changed from 117015 to 117058 (+0%) packages/x86-64-v3-poky-linux/ed/ed-staticdev: PV changed from "1.22.5" to "1.22.6" packages/x86-64-v3-poky-linux/ed/ed-staticdev: PKGV changed from 1.22.5 [default] to 1.22.6 [default] packages/x86-64-v3-poky-linux/ed/ed: PV changed from "1.22.5" to "1.22.6" packages/x86-64-v3-poky-linux/ed/ed: PKGV changed from 1.22.5 [default] to 1.22.6 [default] packages/x86-64-v3-poky-linux/ed: SRC_URI changed from "https://ftpmirror.gnu.org/gnu/ed/ed-1.22.5.tar.lz" to "https://ftpmirror.gnu.org/gnu/ed/ed-1.22.6.tar.lz" packages/x86-64-v3-poky-linux/ed: PV changed from "1.22.5" to "1.22.6" packages/x86-64-v3-poky-linux/ed: PKGV changed from 1.22.5 [default] to 1.22.6 [default]
0001-ed-upgrade-1.22.5-1.22.6.patch
Description: Binary data
Changelog for ed: 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).
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243964): https://lists.openembedded.org/g/openembedded-core/message/243964 Mute This Topic: https://lists.openembedded.org/mt/120872691/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
