diff options
author | Nick Hainke <vincent@systemli.org> | 2022-09-30 12:03:05 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-03 15:04:50 -0700 |
commit | a8774f84e9c18fb0ff1ab3f831a5fe8fcab377e0 (patch) | |
tree | 3e8f677af005e161c4b868c85278eeabc5480a25 /libs/expat/Makefile | |
parent | 095eaf113bd6ec32e3a0b16f66a6bf5b1998e66b (diff) |
expat: update to 2.4.9
Fixes CVE-2022-40674.
Release Notes:
- https://github.com/libexpat/libexpat/blob/R_2_4_8/expat/Changes
- https://github.com/libexpat/libexpat/blob/R_2_4_9/expat/Changes
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'libs/expat/Makefile')
-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 e41d6fd42..78c417cfa 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.4.7 +PKG_VERSION:=2.4.9 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/expat -PKG_HASH:=9875621085300591f1e64c18fd3da3a0eeca4a74f884b9abac2758ad1bd07a7d +PKG_HASH:=6e8c0728fe5c7cd3f93a6acce43046c5e4736c7b4b68e032e9350daa0efc0354 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=MIT |