package/ed: bump to version 1.22.5

Changes in 1.22.5 (released 2026-02-06):
- Fix sizeof usage in set_active_node: Use 'sizeof active_list[0]'
  instead of 'sizeof (line_node **)'
- Improve error message: Change "Is a directory" to "Invalid filename"
  in may_access_filename function

Changes in 1.22.4 (released 2026-01-03):
- Skip check of ISO-8859-1 names on UTF-8-only systems in test suite

https://lists.gnu.org/archive/html/bug-ed/2026-02/msg00000.html

Tested Using:
- utils/test-pkg -a -p ed

Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Shubham Chakraborty
2026-04-30 00:19:36 +05:30
committed by Julien Olivain
parent c33cdc2ca9
commit f7bf9b2ba4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# From https://lists.gnu.org/archive/html/bug-ed/2025-12/msg00000.html
sha256 47a55ddfc52d4a1ff6f7559fbd00cf948a16b6cf151ec520392761aeae4e97be ed-1.22.3.tar.lz
# From https://lists.gnu.org/archive/html/bug-ed/2026-02/msg00000.html
sha256 56e107ddc2f29dad6690376c15bf9751509e1ee3b8241710e44edbe5c3a158cc ed-1.22.5.tar.lz
# Locally calculated
sha256 022e9c2e9cc1aac3622313df6f971fbb39c1d1b0cb45324c16b8a1fe231c5ea6 COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
ED_VERSION = 1.22.3
ED_VERSION = 1.22.5
ED_SITE = $(BR2_GNU_MIRROR)/ed
ED_SOURCE = ed-$(ED_VERSION).tar.lz
ED_LICENSE = GPL-2.0+