[Buildroot] [git commit] package/expat: security bump to version 2.7.2
Julien Olivain
ju.o at free.fr
Fri Oct 3 11:55:57 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=130b35ddcf6370d73081eaf9fa49aeb576074552
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
This bump includes the security fix for CVE-2025-59375.
Release notes:
https://github.com/libexpat/libexpat/blob/R_2_7_2/expat/Changes
Fixes:
https://www.cve.org/CVERecord?id=CVE-2025-59375
Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/expat/expat.hash | 2 +-
package/expat/expat.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/expat/expat.hash b/package/expat/expat.hash
index 87bbf86e1a..2346efbde5 100644
--- a/package/expat/expat.hash
+++ b/package/expat/expat.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 354552544b8f99012e5062f7d570ec77f14b412a3ff5c7d8d0dae62c0d217c30 expat-2.7.1.tar.xz
+sha256 21b778b34ec837c2ac285aef340f9fb5fa063a811b21ea4d2412a9702c88995c expat-2.7.2.tar.xz
sha256 31b15de82aa19a845156169a17a5488bf597e561b2c318d159ed583139b25e87 COPYING
diff --git a/package/expat/expat.mk b/package/expat/expat.mk
index 51b45b01bb..02dda3b12c 100644
--- a/package/expat/expat.mk
+++ b/package/expat/expat.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EXPAT_VERSION = 2.7.1
+EXPAT_VERSION = 2.7.2
EXPAT_SITE = https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(EXPAT_VERSION))
EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.xz
EXPAT_INSTALL_STAGING = YES
More information about the buildroot
mailing list