diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-09-29 11:21:29 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-07 19:42:42 +0100 |
commit | 502c4a81d3886a64201c24ae0a954357006c75e0 (patch) | |
tree | 2b2b7072e168c4e6dc36f1467773b800ceda74cd /tools/expat | |
parent | 99435068166b39e90d5d64acb8d1ce3dc47c8856 (diff) | |
download | upstream-502c4a81d3886a64201c24ae0a954357006c75e0.tar.gz upstream-502c4a81d3886a64201c24ae0a954357006c75e0.tar.bz2 upstream-502c4a81d3886a64201c24ae0a954357006c75e0.zip |
expat: Update to version 2.2.9
Fixes CVE-2019-15903
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit b4af2c689fc8736777940b7bbf009bb1672296ec)
Diffstat (limited to 'tools/expat')
-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 4afcb5e923..de7f2a0deb 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.2.7 +PKG_VERSION:=2.2.9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_HASH:=cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18 +PKG_HASH:=f1063084dc4302a427dabcca499c8312b3a32a29b7d2506653ecc8f950a9a237 PKG_SOURCE_URL:=@SF/expat HOST_BUILD_PARALLEL:=1 |