summaryrefslogtreecommitdiffstats
path: root/tools/expat
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-09-30 08:27:44 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-02 16:16:07 +0200
commit1b3a524e1d6be1d7e3cc863a72bb68210784117d (patch)
treede5ad9de3eb9dd36cf4604e38d7f6fc4e63eadfc /tools/expat
parent875e17774bafb132a93d66f1d7b2c6a2deec2030 (diff)
downloadopenwrt-1b3a524e1d6be1d7e3cc863a72bb68210784117d.tar.gz
openwrt-1b3a524e1d6be1d7e3cc863a72bb68210784117d.tar.bz2
openwrt-1b3a524e1d6be1d7e3cc863a72bb68210784117d.zip
tools/expat: update to 2.4.9
Fixes CVE-2022-40674. Release Notes: https://github.com/libexpat/libexpat/blob/R_2_4_9/expat/Changes Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/expat')
-rw-r--r--tools/expat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index 975219efd8..aaae764e9b 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.8
+PKG_VERSION:=2.4.9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_HASH:=a247a7f6bbb21cf2ca81ea4cbb916bfb9717ca523631675f99b3d4a5678dcd16
+PKG_HASH:=7f44d1469b110773a94b0d5abeeeffaef79f8bd6406b07e52394bcf48126437a
PKG_SOURCE_URL:=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION))
HOST_BUILD_PARALLEL:=1