[openwrt/openwrt] tools/expat: update to 2.7.4
LEDE Commits
lede-commits at lists.infradead.org
Sat Feb 7 00:07:20 PST 2026
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/274e9aff7c1575750f999e0d5af339ece61729b1
commit 274e9aff7c1575750f999e0d5af339ece61729b1
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Feb 6 23:00:25 2026 +0100
tools/expat: update to 2.7.4
Changelog:
https://github.com/libexpat/libexpat/blob/R_2_7_4/expat/Changes
Fixes: CVE-2026-24515 CVE-2026-25210
Link: https://github.com/openwrt/openwrt/pull/21907
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
tools/expat/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index afbc6f4f77..37d3d113b9 100644
--- a/tools/expat/Makefile
+++ b/tools/expat/Makefile
@@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=expat
PKG_CPE_ID:=cpe:/a:libexpat:libexpat
-PKG_VERSION:=2.7.3
+PKG_VERSION:=2.7.4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=821ac9710d2c073eaf13e1b1895a9c9aa66c1157a99635c639fbff65cdbdd732
+PKG_HASH:=461ecc8aa98ab1a68c2db788175665d1a4db640dc05bf0e289b6ea17122144ec
PKG_SOURCE_URL:=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION))
HOST_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list