[Buildroot] [PATCH v2 1/2] package/expat: security bump to version 2.7.2
Dario Binacchi
dario.binacchi at amarulasolutions.com
Thu Oct 2 15:56:01 UTC 2025
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>
---
Added in v2
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 87bbf86e1aaa..2346efbde56b 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 51b45b01bb15..02dda3b12c13 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
--
2.43.0
More information about the buildroot
mailing list