[Buildroot] [git commit branch/2019.02.x] package/libxml2: change download site to http

Peter Korsgaard peter at korsgaard.com
Fri Apr 5 15:40:32 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=cf9442520962c0d441357264c81513eb1ecb132e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

ftp is blocked on some (corporate) networks.

Signed-off-by: Nityananda Padhan <ntneitin at gmail.com>
Reviewed-by: Peter Seiderer <ps.report at gmx.net>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 16e5ec5475fbce69ab0794589807ad7f9c1c3d5d)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libxml2/libxml2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index 3b3714fff1..f4b4de090e 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBXML2_VERSION = 2.9.9
-LIBXML2_SITE = ftp://xmlsoft.org/libxml2
+LIBXML2_SITE = http://xmlsoft.org/sources
 LIBXML2_INSTALL_STAGING = YES
 LIBXML2_LICENSE = MIT
 LIBXML2_LICENSE_FILES = COPYING


More information about the buildroot mailing list