diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-09-29 11:21:29 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-10-06 21:28:49 +0200 |
commit | b4af2c689fc8736777940b7bbf009bb1672296ec (patch) | |
tree | 9d85c1d3e6ef5c0544d820d01ae1b5c97fc038d5 /tools | |
parent | 97c37f8dd067fd4750a64bcaa639e6d08462060d (diff) | |
download | upstream-b4af2c689fc8736777940b7bbf009bb1672296ec.tar.gz upstream-b4af2c689fc8736777940b7bbf009bb1672296ec.tar.bz2 upstream-b4af2c689fc8736777940b7bbf009bb1672296ec.zip |
expat: Update to version 2.2.9
Fixes CVE-2019-15903
Signed-off-by: Josef Schlehofer <pepe.schlehofer@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 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 |