diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-03-06 20:58:29 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-03-13 10:10:30 +0100 |
commit | 3150e8bf3e58255241ffaeeec5e4063576518d90 (patch) | |
tree | b90edba551326a374f99a6bddc06c8f0c50d9c97 /tools | |
parent | 8d255512437ec47cc7d87d7e11480c0a287417c6 (diff) | |
download | upstream-3150e8bf3e58255241ffaeeec5e4063576518d90.tar.gz upstream-3150e8bf3e58255241ffaeeec5e4063576518d90.tar.bz2 upstream-3150e8bf3e58255241ffaeeec5e4063576518d90.zip |
tools/expat: update to 2.4.7
Mostly a bug fix to the bug fix to CVE-2022-25236
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile index 0bc54a3d48..82d0fb14f9 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:expat -PKG_VERSION:=2.4.6 +PKG_VERSION:=2.4.7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_HASH:=ce317706b07cae150f90cddd4253f5b4fba929607488af5ac47bf2bc08e31f09 +PKG_HASH:=e149bdd8b90254c62b3d195da53a09bd531a4d63a963b0d8a5268d48dd2f6a65 PKG_SOURCE_URL:=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION)) include $(INCLUDE_DIR)/host-build.mk |