Re: [Bug-wget] Regression wget-1.19 .netrc authentication not working

2017-02-06 Thread Tim Rühsen
On Montag, 6. Februar 2017 16:11:26 CET Axel Reinhold wrote: > Dear Giuseppe, > > no more .netrc auth for http with 1.19 - this patch worked for me: > > --- src/http.c.orig 2017-02-06 16:03:45.0 +0100 > +++ src/http.c 2017-02-06 16:03:45.0 +0100 > @@ -1900,7 +1900,7 @@ >

[Bug-wget] Regression wget-1.19 .netrc authentication not working

2017-02-06 Thread Axel Reinhold
Dear Giuseppe, no more .netrc auth for http with 1.19 - this patch worked for me: --- src/http.c.orig 2017-02-06 16:03:45.0 +0100 +++ src/http.c 2017-02-06 16:03:45.0 +0100 @@ -1900,7 +1900,7 @@ *passwd = NULL; /* Check for ~/.netrc if none of the above match */ -