mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/ed: bump to version 1.22.1
In particular, the 1.21 release fixes C23 compilation issues caused by a custom bool definition. Release 1.21 also includes a change of the COPYRIGHT file, but it is purely cosmetic. Changelogs since 1.20.2: 1.21: https://lists.gnu.org/archive/html/bug-ed/2025-01/msg00002.html 1.21.1: https://lists.gnu.org/archive/html/bug-ed/2025-03/msg00006.html 1.22: https://lists.gnu.org/archive/html/bug-ed/2025-07/msg00008.html 1.22.1: https://lists.gnu.org/archive/html/bug-ed/2025-08/msg00010.html Fixes: https://autobuild.buildroot.org/results/3d5/3d523440dc7bebe12fd95564e3c5b5e90bc39af9 Signed-off-by: Florian Larysch <fl@n621.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
022ff55a39
commit
fe94b611fd
@@ -1,4 +1,4 @@
|
||||
# From https://lists.gnu.org/archive/html/bug-ed/2024-04/msg00003.html
|
||||
sha256 65fec7318f48c2ca17f334ac0f4703defe62037bb13cc23920de077b5fa24523 ed-1.20.2.tar.lz
|
||||
# From https://lists.gnu.org/archive/html/bug-ed/2025-08/msg00010.html
|
||||
sha256 1af541116796d6b9e4b66ef9c45ddce0e15a19ed62bfca362ccd7d472cc1c8fb ed-1.22.1.tar.lz
|
||||
# Locally calculated
|
||||
sha256 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef COPYING
|
||||
sha256 022e9c2e9cc1aac3622313df6f971fbb39c1d1b0cb45324c16b8a1fe231c5ea6 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ED_VERSION = 1.20.2
|
||||
ED_VERSION = 1.22.1
|
||||
ED_SITE = $(BR2_GNU_MIRROR)/ed
|
||||
ED_SOURCE = ed-$(ED_VERSION).tar.lz
|
||||
ED_LICENSE = GPL-2.0+
|
||||
|
||||
Reference in New Issue
Block a user