diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-09-29 11:03:40 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-09-29 11:04:32 +0200 |
commit | 71814007a6b631ac85f5cc9db4522014bd809f17 (patch) | |
tree | 3438efaab36edfdd30b8ce10bd38ef6b8b2d2ead /libs/expat | |
parent | 1df857235ef077fcd395c3a07ae0b8c85bfc5ef0 (diff) |
expat: Update to version 2.2.9
Fixes CVE-2019-15903
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'libs/expat')
-rw-r--r-- | libs/expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/expat/Makefile b/libs/expat/Makefile index ec064986c..52231cdeb 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.2.7 +PKG_VERSION:=2.2.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/expat -PKG_HASH:=30e3f40acf9a8fdbd5c379bdcc8d1178a1d9af306de29fc8ece922bc4c57bef8 +PKG_HASH:=1ea6965b15c2106b6bbe883397271c80dfa0331cdf821b2c319591b55eadc0a4 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=MIT |