[openwrt/openwrt] libxml2: update project URL
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 2 09:07:14 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c965e8232805c4b112b88893402f5c0dfdf5deba
commit c965e8232805c4b112b88893402f5c0dfdf5deba
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Thu Dec 25 13:18:57 2025 +0900
libxml2: update project URL
It seems old website has been retired.
Signed-off-by: Yanase Yuki <dev at zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/libs/libxml2/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile
index d24c5acc01..fe80d406a2 100644
--- a/package/libs/libxml2/Makefile
+++ b/package/libs/libxml2/Makefile
@@ -22,7 +22,7 @@ define Package/libxml2
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Gnome XML library
- URL:=http://xmlsoft.org/
+ URL:=https://gitlab.gnome.org/GNOME/libxml2
DEPENDS:=+libpthread +zlib $(ICONV_DEPENDS)
ABI_VERSION:=16
endef
@@ -36,7 +36,7 @@ define Package/libxml2-dev
CATEGORY:=Development
SUBMENU:=Libraries
TITLE:=Development files for libxml2
- URL:=http://xmlsoft.org/
+ URL:=https://gitlab.gnome.org/GNOME/libxml2
DEPENDS:=+libxml2
endef
@@ -50,7 +50,7 @@ define Package/libxml2-utils
SECTION:=utils
CATEGORY:=Utilities
TITLE:=XML command line utilities (xmllint...)
- URL:=http://xmlsoft.org/
+ URL:=https://gitlab.gnome.org/GNOME/libxml2
DEPENDS:=+libxml2
endef
More information about the lede-commits
mailing list