diff options
author | Sebastian Kemper <sebastian_ml@gmx.net> | 2022-01-17 22:37:32 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-01-17 20:53:34 -0800 |
commit | 3ca2094f62b34be50db7b2343de9b41d33f000b9 (patch) | |
tree | 6c14560b7b6ea10647a69b1d93e8030c4a800810 /libs/expat | |
parent | df6cf458c4c963d15883eff81ffc5f81173c5560 (diff) |
expat: bump to version 2.4.3
CVE-2021-45960
CVE-2021-46143
CVE-2022-22822
CVE-2022-22823
CVE-2022-22824
CVE-2022-22825
CVE-2022-22826
CVE-2022-22827
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
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 4bacb8e91..5c267eed1 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.4.1 +PKG_VERSION:=2.4.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/expat -PKG_HASH:=cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a +PKG_HASH:=b1f9f1b1a5ebb0acaa88c9ff79bfa4e145823b78aa5185e5c5d85f060824778a PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=MIT |