libxml2: update to 2.12.4

8292f36145/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
This commit is contained in:
Rudi Heitbaum 2024-01-15 21:58:01 +00:00
parent cbf22f5179
commit a39a5e8b0d

View File

@ -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"