From af9503372e414d0fde466895305813949fb544f9 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 13 May 2023 09:40:02 +0200 Subject: [PATCH] libxml2: update to 2.10.4 This fixes: - CVE-2023-29469 - CVE-2023-28484 Full changelog: https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.news Signed-off-by: Michael Heimpold --- libs/libxml2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index 904f7b39af..b599257bfb 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 -PKG_VERSION:=2.10.3 +PKG_VERSION:=2.10.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION)) -PKG_HASH:=5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c +PKG_HASH:=ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING