[Buildroot] [PATCH 1/1] Changed download links for libxml2 and libxslt

Peter Seiderer ps.report at gmx.net
Sat Mar 9 20:53:40 UTC 2019


Hello Nityananda,

thanks for the rework, patch looks good, but please keep buildroot at buildroot.org in CC...

Reviewed-by: Peter Seiderer <ps.report at gmx.net>

Regards,
Peter

On Sat, 9 Mar 2019 18:58:48 +0530, Nityananda Padhan <ntneitin at gmail.com> wrote:

> From f0f7715ecb3c5e08a0c1d96f6844acbad8b294bf Mon Sep 17 00:00:00 2001
> From: Nityananda Padhan <ntneitin at gmail.com>
> Date: Sat, 9 Mar 2019 18:36:09 +0530
> Subject: [PATCH 1/2] package/libxml2: change download site to http
> 
> Changes to be committed:
> modified:   package/libxml2/libxml2.mk
> 
> Signed-off-by: Nityananda Padhan <ntneitin at gmail.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