Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] ed: upgrade 1.22.2 -> 1.22.3
@ 2025-12-19 21:43 Randy.MacLeod
  0 siblings, 0 replies; only message in thread
From: Randy.MacLeod @ 2025-12-19 21:43 UTC (permalink / raw)
  To: openembedded-core

From: Randy MacLeod <Randy.MacLeod@windriver.com>

Changes in version 1.22.3:
   * The change to print the file name escaped when replaced into a shell
     command has been reverted. (Reported by Sören Tempel).
   * When '--unsafe-names' is not specified, only the control characters \a,
     \b, \t, \v, \f, \n, \r, \033, and \177 are now rejected in file names.
   * 'make check' now checks file names with non-ASCII characters coded
     either in ISO-8859-1 or in UTF-8.
   * 'EXIT STATUS' now has its own section in the man page.
Testing:
   root@qemux86-64:~# ed -V
   GNU ed 1.22.3
   ...

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 meta/recipes-extended/ed/{ed_1.22.2.bb => ed_1.22.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/ed/{ed_1.22.2.bb => ed_1.22.3.bb} (93%)

diff --git a/meta/recipes-extended/ed/ed_1.22.2.bb b/meta/recipes-extended/ed/ed_1.22.3.bb
similarity index 93%
rename from meta/recipes-extended/ed/ed_1.22.2.bb
rename to meta/recipes-extended/ed/ed_1.22.3.bb
index 80d4e116ac..1a5a28a039 100644
--- a/meta/recipes-extended/ed/ed_1.22.2.bb
+++ b/meta/recipes-extended/ed/ed_1.22.3.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] = "f58d15242056e15af76f13f34c60d890fa2a2d5cb0abef91c115e4d83794ffe3"
+SRC_URI[sha256sum] = "47a55ddfc52d4a1ff6f7559fbd00cf948a16b6cf151ec520392761aeae4e97be"
 
 EXTRA_OEMAKE = "-e MAKEFLAGS="
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-19 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-19 21:43 [PATCH] ed: upgrade 1.22.2 -> 1.22.3 Randy.MacLeod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox