From a39a5e8b0d863f8b1d7eb0983a8cbcb3f76e583e Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 15 Jan 2024 21:58:01 +0000 Subject: [PATCH] libxml2: update to 2.12.4 https://gitlab.gnome.org/GNOME/libxml2/-/blob/8292f361458fcffe0bff515a385be02e9d35582c/NEWS v2.12.4: Jan 15 2024 - parser: Fix regression parsing standalone declarations - autotools: Readd --with-xptr-locs configuration option - parser: Fix build --without-output - parser: Don't grow or shrink pull parser memory buffers - io: Fix memory lifetime issue with input buffers --- packages/textproc/libxml2/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/textproc/libxml2/package.mk b/packages/textproc/libxml2/package.mk index 3a22c0e994..ceef740fda 100644 --- a/packages/textproc/libxml2/package.mk +++ b/packages/textproc/libxml2/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libxml2" -PKG_VERSION="2.12.3" -PKG_SHA256="5c3dbade38b64d7fecf628b92b3485868d21516a4a86465294e5919e6aa309a4" +PKG_VERSION="2.12.4" +PKG_SHA256="cc6a1695c84f1f22ff227c0308a3e52fc2a74612b7ba38ade091b04a3ba8ed41" PKG_LICENSE="MIT" PKG_SITE="http://xmlsoft.org" PKG_URL="https://gitlab.gnome.org/GNOME/${PKG_NAME}/-/archive/v${PKG_VERSION}/${PKG_NAME}-v${PKG_VERSION}.tar.bz2"