Skip to content

Commit

Permalink
tools/expat: update to 2.6.3
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: openwrt/openwrt#16379
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
zpc0 authored and hauke committed Sep 19, 2024
1 parent 85161b4 commit 2db7f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/expat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2db7f1c

Please sign in to comment.