[openwrt/openwrt] libxml2: update to 2.15.1

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 24 00:40:41 PST 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/27d24fb7b01e4d532e99fd9536bb887580db70ac

commit 27d24fb7b01e4d532e99fd9536bb887580db70ac
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Nov 23 09:53:44 2025 +0100

    libxml2: update to 2.15.1
    
    Update to latest release. Location of cmake files changed.
    
    Link: https://github.com/openwrt/openwrt/pull/20880
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libxml2/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile
index 008df56b36..d24c5acc01 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.14.5
-PKG_RELEASE:=2
+PKG_VERSION:=2.15.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION))
-PKG_HASH:=03d006f3537616833c16c53addcdc32a0eb20e55443cba4038307e3fa7d8d44b
+PKG_HASH:=c008bac08fd5c7b4a87f7b8a71f283fa581d80d80ff8d2efd3b26224c39bc54c
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=Copyright
@@ -156,7 +156,7 @@ define Build/InstallDev
 	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libxml2.so* $(1)/usr/lib/
 
 	$(INSTALL_DIR) $(1)/usr/lib/cmake/libxml2
-	$(CP) $(PKG_INSTALL_DIR)/usr/lib/cmake/libxml2-$(PKG_VERSION)/*.cmake \
+	$(CP) $(PKG_INSTALL_DIR)/usr/lib/cmake/libxml2/*.cmake \
 		$(1)/usr/lib/cmake/libxml2
 
 	$(INSTALL_DIR) $(1)/usr/lib/pkgconfig




More information about the lede-commits mailing list