Re: [PATCH] wget: Fix fetching of https URLs with http proxy

2018-03-04 Thread Denys Vlasenko
Applied, thanks On Sun, Mar 4, 2018 at 11:25 PM, Peter Lloyd wrote: > When fetching a https:// URL with HTTP proxy configured > (e.g. with environment variable http_proxy=http://your-proxy:3128) > busybox was making a https connection to the proxy. > > This was because the

[PATCH] wget: Fix fetching of https URLs with http proxy

2018-03-04 Thread Peter Lloyd
When fetching a https:// URL with HTTP proxy configured (e.g. with environment variable http_proxy=http://your-proxy:3128) busybox was making a https connection to the proxy. This was because the protocol scheme for the target URL was used to determine whether to connect to the proxy over SSL or

Re: Make busybox more portable

2018-03-04 Thread Denys Vlasenko
Applied, thanks! On Sat, Mar 3, 2018 at 10:10 PM, Sean MacLennan wrote: > Move some distro specific include files into the appropriate #ifdef > blocks to make the code more portable. > > Signed-off-by: Sean MacLennan > --- > diff --git a/libbb/missing_syscalls.c

Re: [RESEND PATCH] add bb_info_msg was Re: Applets send errors to syslog during normal, successful operation

2018-03-04 Thread Tito
On 04/03/2018 20:05, Denys Vlasenko wrote: On Wed, Feb 28, 2018 at 2:03 PM, Tito wrote: Hi, forgot to add the [PATCH] tag so I resend it. Ciao, Tito On 04/02/2018 19:53, Denys Vlasenko wrote: On Thu, Nov 30, 2017 at 9:51 PM, Tito wrote: On

re:Make busybox more portable

2018-03-04 Thread Walter Harms
looking that missing_syscalls.c and seeing this; #if defined(ANDROID) || defined(__ANDROID__) I am not sure if that is needed. (After asking a searchengine i would say no). Is there still a differenz between ANDROID and __ANDROID__ ? re, wh ___

Re: [RESEND PATCH] add bb_info_msg was Re: Applets send errors to syslog during normal, successful operation

2018-03-04 Thread Denys Vlasenko
On Wed, Feb 28, 2018 at 2:03 PM, Tito wrote: > Hi, > > forgot to add the [PATCH] tag so I resend it. > > Ciao, > Tito > > On 04/02/2018 19:53, Denys Vlasenko wrote: >> >> On Thu, Nov 30, 2017 at 9:51 PM, Tito wrote: >>> >>> On 11/30/2017 08:26 PM,