[openwrt/openwrt] tools/expat: update to 2.6.3
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 19 14:06:50 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2db7f1c67c007bf6548d24a04c81c862a55e566b
commit 2db7f1c67c007bf6548d24a04c81c862a55e566b
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Fri Sep 13 19:22:28 2024 +0900
tools/expat: update to 2.6.3
This release fixes CVE-2024-45490, CVE-2024-45491 and
CVE-2024-45492.
Changelog:
https://github.com/libexpat/libexpat/blob/R_2_6_3/expat/Changes
Signed-off-by: Yanase Yuki <dev at zpc.st>
Link: https://github.com/openwrt/openwrt/pull/16379
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
tools/expat/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index 8c15f98a22..d48837233f 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.6.2
+PKG_VERSION:=2.6.3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=d4cf38d26e21a56654ffe4acd9cd5481164619626802328506a2869afab29ab3
+PKG_HASH:=17aa6cfc5c4c219c09287abfc10bc13f0c06f30bb654b28bfe6f567ca646eb79
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