mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/expat: security bump version to 2.8.0
https://github.com/libexpat/libexpat/blob/R_2_8_0/expat/Changes
Fixes CVE-2026-41080.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit c3dfd775b0)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
08cd573f0c
commit
0a6eb13542
@@ -1,4 +1,4 @@
|
||||
# From https://github.com/libexpat/libexpat/releases/tag/R_2_7_5
|
||||
sha256 1032dfef4ff17f70464827daa28369b20f6584d108bc36f17ab1676e1edd2f91 expat-2.7.5.tar.xz
|
||||
# From https://github.com/libexpat/libexpat/releases/tag/R_2_8_0
|
||||
sha256 a37bfae0aa9775bd8521ebd85dc456d486f0ff31138f6c91fd902ea732624542 expat-2.8.0.tar.xz
|
||||
# Locally calculated
|
||||
sha256 31b15de82aa19a845156169a17a5488bf597e561b2c318d159ed583139b25e87 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EXPAT_VERSION = 2.7.5
|
||||
EXPAT_VERSION = 2.8.0
|
||||
EXPAT_SITE = https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(EXPAT_VERSION))
|
||||
EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.xz
|
||||
EXPAT_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user