[openwrt/openwrt] libxml2: update to 2.12.5

LEDE Commits lede-commits at lists.infradead.org
Thu May 23 13:10:54 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/968d9430c687beada3eea768ed1bcd973d07f407

commit 968d9430c687beada3eea768ed1bcd973d07f407
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Mon Feb 12 23:48:46 2024 +0100

    libxml2: update to 2.12.5
    
    Release Notes:
    https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.5
    
    Fixes: CVE-2024-25062
    Signed-off-by: Nick Hainke <vincent at systemli.org>
    (cherry picked from commit c47b7571f0f874c746c5823f5e4d0f1b9b932697)
---
 package/libs/libxml2/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile
index 030f7e45e8..86fa370771 100644
--- a/package/libs/libxml2/Makefile
+++ b/package/libs/libxml2/Makefile
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libxml2
-PKG_VERSION:=2.12.4
+PKG_VERSION:=2.12.5
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION))
-PKG_HASH:=497360e423cf0bd99eacdb7c6215dea92e6d6e89ee940393c2bae0e77cb9b7d0
+PKG_HASH:=a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING




More information about the lede-commits mailing list