[Bug-wget] [bug #48502] Segfault when trying to use WGET

2016-09-30 Thread Tim Ruehsen
Follow-up Comment #5, bug #48502 (project wget): Could you please try with --progress=dot and report back ? ___ Reply to this item at: ___ Message sent

Re: [Bug-wget] [PATCH 21/27] New option --metalink-index to process Metalink application/metalink4+xml

2016-09-30 Thread Matthew White
Hi, On Thu, 29 Sep 2016 06:03:01 +0200 Matthew White wrote: > + while ((n = FILE_SYSTEM_PREFIX_LEN (p))) > +p += n; Fix attached to silence Coverity's false positive. Thanks to Tim Ruehsen and Darshit Shah: http://lists.gnu.org/archive/html/bug-wget/2016-09/msg00170.html http://li

Re: [Bug-wget] [PATCH 11/27] Enforce Metalink file name verification, strip directory if necessary

2016-09-30 Thread Matthew White
Hi, On Thu, 29 Sep 2016 06:02:51 +0200 Matthew White wrote: > + while ((n = FILE_SYSTEM_PREFIX_LEN (basename))) > +basename += n; Fix attached to silence Coverity's false positive. Thanks to Tim Ruehsen and Darshit Shah: http://lists.gnu.org/archive/html/bug-wget/2016-09/msg00170.html htt

Re: [Bug-wget] [PATCH v2 01/27] new Metalink functionalities

2016-09-30 Thread Matthew White
Hi Tim, On Fri, 30 Sep 2016 12:01:49 +0200 Tim Ruehsen wrote: > On Thursday, September 29, 2016 10:46:52 PM CEST Giuseppe Scrivano wrote: > > Hi Matthew, > > > > Matthew White writes: > > > Series of patches to implement new Metalink functionalities. > > @Matthew Great work to improve Wget's

[Bug-wget] [bug #48502] Segfault when trying to use WGET

2016-09-30 Thread Salvatore Vitale
Follow-up Comment #4, bug #48502 (project wget): I can reproduce the SIGSEGV with the URL provided in the screenshot, on ubuntu 16.04 (wget version 1.17.1-1ubuntu1.1): wget https://brave-download.global.ssl.fastly.net/multi-channel/releases/dev/0.11.0/debian64/brave_0.11.0_amd64.deb but not on F

Re: [Bug-wget] wget for windows - current build?

2016-09-30 Thread Eli Zaretskii
> Date: Fri, 30 Sep 2016 16:52:55 +0200 (SAST) > From: "ge...@mweb.co.za" > > So, is there a "secret" new place hosting a newer version for Windows? Or is > the 1.11 on sourceforge actually okay? And - while I am already asking all > these stupid questions - would that version actually handle l

[Bug-wget] wget for windows - current build?

2016-09-30 Thread ge...@mweb.co.za
Hi guys, I just checked, I believe the version of wget I am running is from 2003 (and I have been using it for much mich longer than that ...) At some point I even wrote scripts around wget batch jobs I used to run ... But I am kind of stuck in Windows. And things happen on a different time l

Re: [Bug-wget] Digest Authentication Support in wget

2016-09-30 Thread Darshit Shah
Hi, I'm not sure what exactly you're looking for. For HTTP authentication, Wget supports both Basic and Digest Authentication. However, for proxy authentication, Wget currently supports only basic authentication. We would however be glad to accept a patch for digest authentication on proxies

Re: [Bug-wget] [PATCH v2 01/27] new Metalink functionalities

2016-09-30 Thread Tim Ruehsen
On Thursday, September 29, 2016 10:46:52 PM CEST Giuseppe Scrivano wrote: > Hi Matthew, > > Matthew White writes: > > Series of patches to implement new Metalink functionalities. @Matthew Great work to improve Wget's Metalink support ! Coverity dislikes while ((n = FILE_SYSTEM_PREFIX_LEN (p

Re: [Bug-wget] Fwd: New Defects reported by Coverity Scan for GNU Wget

2016-09-30 Thread Tim Ruehsen
while ((n = FILE_SYSTEM_PREFIX_LEN (p)) > 0) in two places should silence them all four. On Friday, September 30, 2016 11:56:41 AM CEST Darshit Shah wrote: > -- Forwarded message -- > From: > Date: 30 September 2016 at 11:42 > Subject: New Defects reported by Coverity Scan for G

[Bug-wget] Fwd: New Defects reported by Coverity Scan for GNU Wget

2016-09-30 Thread Darshit Shah
-- Forwarded message -- From: Date: 30 September 2016 at 11:42 Subject: New Defects reported by Coverity Scan for GNU Wget To: dar...@gmail.com Hi, Please find the latest report on new defect(s) introduced to GNU Wget found with Coverity Scan. 4 new defect(s) introduced to GNU

Re: [Bug-wget] [PATCH v2] bug #45790: wget prints it's progress even when background

2016-09-30 Thread Eli Zaretskii
> From: Piotr Wajda > Date: Fri, 30 Sep 2016 09:51:37 +0200 > > Hi, Reworked recent patch to behave correctly on fg and bg. Now user can > switch from fg to bg and vice versa and wget will select fd accordingly. Thanks. > + /* Initialize this values so we don't have to ask every time we print

[Bug-wget] [PATCH v2] bug #45790: wget prints it's progress even when background

2016-09-30 Thread Piotr Wajda
Hi, Reworked recent patch to behave correctly on fg and bg. Now user can switch from fg to bg and vice versa and wget will select fd accordingly. Please review. Thanks Piotr --- src/log.c | 116 +++-- src/log.h | 1 + src/main.c | 2