]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
libxml2: update project URL
authorYanase Yuki <dev@zpc.st>
Thu, 25 Dec 2025 04:18:57 +0000 (13:18 +0900)
committerRobert Marko <robimarko@gmail.com>
Fri, 2 Jan 2026 17:07:02 +0000 (18:07 +0100)
It seems old website has been retired.

Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/libxml2/Makefile

index d24c5acc01dde9d18e0fd2ac35f151ee078083ba..fe80d406a2332b281ac98c7666afcb329f95ef43 100644 (file)
@@ -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