diff options
author | Ted Hess <thess@kitschensync.net> | 2017-07-17 16:42:29 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2017-07-17 16:42:35 -0400 |
commit | b4ce088f06c5ee5c055f45361d03ac3ffcaaf2cf (patch) | |
tree | a9a0ed7b98fcc105690cd7ca3c931074e42672e8 /tools | |
parent | cb2a3911e15df3be15126fc17fabe6f3671eee7b (diff) | |
download | upstream-b4ce088f06c5ee5c055f45361d03ac3ffcaaf2cf.tar.gz upstream-b4ce088f06c5ee5c055f45361d03ac3ffcaaf2cf.tar.bz2 upstream-b4ce088f06c5ee5c055f45361d03ac3ffcaaf2cf.zip |
tools/expat: Update host version to 2.2.2
Ref: CVE-2017-9233, CVE-2016-9063
Signed-off-by: Ted Hess <thess@kitschensync.net>
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 bdc93fe86b..697d3f60d1 100644 --- a/tools/expat/Makefile +++ b/tools/expat/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.2.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_HASH:=d9e50ff2d19b3538bd2127902a89987474e1a4db8e43a66a4d1a712ab9a504ff +PKG_HASH:=4376911fcf81a23ebd821bbabc26fd933f3ac74833f74924342c29aad2c86046 PKG_SOURCE_URL:=@SF/expat HOST_BUILD_PARALLEL:=1 |