From c0a189955b6f10d02fe2c5c9fe4e30bf2832b956 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 6 Nov 2022 12:32:33 -0800 Subject: [PATCH] expat: update to 2.5.0 Fixes: CVE-2022-43680 Added GitHub mirror. Signed-off-by: Rosen Penev (cherry picked from commit 409dbb05c9ea0877549e0f2536dd5efce1747048) --- libs/expat/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 78c417cfa2..fd9c3f8428 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -6,12 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.4.9 +PKG_VERSION:=2.5.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=@SF/expat -PKG_HASH:=6e8c0728fe5c7cd3f93a6acce43046c5e4736c7b4b68e032e9350daa0efc0354 +PKG_SOURCE_URL:=@SF/expat \ + https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION)) +PKG_HASH:=ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=MIT -- 2.30.2