From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Seiderer Date: Sun, 10 Mar 2019 19:10:47 +0100 Subject: [Buildroot] [PATCH 1/1] Changed download links for libxml2 and libxslt In-Reply-To: References: <20190308234112.2128603a@gmx.net> <20190309215503.5ae94ccf@gmx.net> Message-ID: <20190310191047.0cf0e32b@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Nityananda, On Sun, 10 Mar 2019 14:51:18 +0530, Nityananda Padhan wrote: > Do I have to send the Patch again with buildroot at buildroot.org as CC? Not sure, but I think yes (and try to send the patches via git send-email as described in [1]) to make sure the patches hit the buildroot patchwork ([2]) which is used by the buildroot maintainers/committers... Your can add the Reviewed-by to the patches before sending... Regards, Peter [1] https://buildroot.org/downloads/manual/manual.html#submitting-patches [2] https://patchwork.ozlabs.org/project/buildroot/list/ > > On 10/03/2019, Peter Seiderer wrote: > > Hello Nityananda, > > > > thanks for the rework, patch looks good, but please keep > > buildroot at buildroot.org in CC... > > > > Reviewed-by: Peter Seiderer > > > > Regards, > > Peter > > > > On Sat, 9 Mar 2019 18:59:16 +0530, Nityananda Padhan > > wrote: > > > >> From dc92f5d7088a9c1c5be0151f2736df900db35e70 Mon Sep 17 00:00:00 2001 > >> From: Nityananda Padhan > >> Date: Sat, 9 Mar 2019 18:50:05 +0530 > >> Subject: [PATCH 2/2] package/libxslt: change download site to http > >> > >> Changes to be committed: > >> modified: package/libxslt/libxslt.mk > >> > >> Signed-off-by: Nityananda Padhan > >> --- > >> package/libxslt/libxslt.mk | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk > >> index 5b1c0ae268..4632301b16 100644 > >> --- a/package/libxslt/libxslt.mk > >> +++ b/package/libxslt/libxslt.mk > >> @@ -5,7 +5,7 @@ > >> > >> ################################################################################ > >> > >> LIBXSLT_VERSION = 1.1.32 > >> -LIBXSLT_SITE = ftp://xmlsoft.org/libxslt > >> +LIBXSLT_SITE = http://xmlsoft.org/sources > >> LIBXSLT_INSTALL_STAGING = YES > >> LIBXSLT_LICENSE = MIT > >> LIBXSLT_LICENSE_FILES = COPYING > > > >