package/sed: security bump version to 4.10

https://lists.gnu.org/archive/html/sed-devel/2026-04/msg00027.html
"'sed --follow-symlinks -i' no longer has a TOCTOU race [...]"

Fixes CVE-2026-5958: https://cert.pl/en/posts/2026/04/CVE-2026-5958/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-14 08:40:55 +02:00
committed by Julien Olivain
parent 3dfde73b67
commit eb496bd63e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Locally calculated after checking pgp signature # Locally calculated after checking pgp signature
# https://ftp.gnu.org/gnu/sed/sed-4.9.tar.xz.sig # https://ftp.gnu.org/gnu/sed/sed-4.10.tar.xz.sig
# with the key 155D3FC500C834486D1EEA677FD9FCCB000BEEEE # with the key 155D3FC500C834486D1EEA677FD9FCCB000BEEEE
sha256 6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181 sed-4.9.tar.xz sha256 b8e72182b2ec96a3574e2998c47b7aaa64cc20ce000d8e9ac313cc07cecf28c7 sed-4.10.tar.xz
# Locally calculated # Locally calculated
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING

View File

@@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
SED_VERSION = 4.9 SED_VERSION = 4.10
SED_SOURCE = sed-$(SED_VERSION).tar.xz SED_SOURCE = sed-$(SED_VERSION).tar.xz
SED_SITE = $(BR2_GNU_MIRROR)/sed SED_SITE = $(BR2_GNU_MIRROR)/sed
SED_LICENSE = GPL-3.0 SED_LICENSE = GPL-3.0