Re: [Bug-wget] WARC output

2011-09-26 Thread Gijs van Tulder
> can you please send a complete diff against the current development > tree version? Here's the diff of the WARC additions (1.9MB zipped) to revision 2565: http://dl.dropbox.com/u/365100/wget_warc-20110926-complete.patch.bz2 Thanks, Gijs

Re: [Bug-wget] Introduction

2011-09-26 Thread Daniel Stenberg
On Mon, 26 Sep 2011, Giuseppe Scrivano wrote: Since there's no FTP proxy standard or spec, how exactly is this going to work? ops, thanks to have pointed it out. I wasn't aware of it and I took it for granted. The bug report redirects to this discussion: http://article.gmane.org/gmane.com

Re: [Bug-wget] Introduction

2011-09-26 Thread Giuseppe Scrivano
Daniel Stenberg writes: > On Mon, 26 Sep 2011, Giuseppe Scrivano wrote: > >>>  #21439: Support for FTP proxy authentication >> >> It sounds great! > > Since there's no FTP proxy standard or spec, how exactly is this going > to work? ops, thanks to have pointed it out. I wasn't aware of it and I

Re: [Bug-wget] [wget 1.13] [configure error] Forcing to use GnuTLS? --with-ssl was given, but GNUTLS is not available

2011-09-26 Thread lamlee
Douglas Mencken gmail.com> writes: > > > what is difficult about --with-ssl=openssl to configure? > > What is difficult to specify the option which isn't ever mentioned in > README/INSTALL, nor in ./configure --help, nor in configure.ac? The > ability to find information. > > On my side, going

Re: [Bug-wget] wget-1.13.4 save path regression/change

2011-09-26 Thread Michael Shigorin
On Mon, Sep 26, 2011 at 10:45:58AM +0200, Giuseppe Scrivano wrote: > from the NEWS file (wget 1.13.3): > > ** By default, on server redirects, use the original URL to get the >local file name. Close CVE-2010-2252. This introduces a >backward-incompatibility; any script that relies on the

Re: [Bug-wget] Introduction

2011-09-26 Thread Daniel Stenberg
On Mon, 26 Sep 2011, Giuseppe Scrivano wrote:  #21439: Support for FTP proxy authentication It sounds great! Since there's no FTP proxy standard or spec, how exactly is this going to work? -- / daniel.haxx.se

Re: [Bug-wget] Introduction

2011-09-26 Thread Giuseppe Scrivano
Manuel José Muñoz Calero writes: > These days I've been reading as much as I could: manual, wiki, code > and baazar usage. > If you are agree, I'm beginning with... > >  #21439: Support for FTP proxy authentication It sounds great! > ... planned release 1.15, status confirmed, assigned to none

Re: [Bug-wget] WARC output

2011-09-26 Thread Giuseppe Scrivano
Gijs van Tulder writes: > Hi. > > It's been a while since we've discussed the WARC addition to Wget. Is > there anything I can help with? can you please send a complete diff against the current development tree version? I'll take a look at it ASAP. Thanks, Giuseppe

Re: [Bug-wget] wget-1.13.4 save path regression/change

2011-09-26 Thread Giuseppe Scrivano
Hello Michael, from the NEWS file (wget 1.13.3): ** By default, on server redirects, use the original URL to get the local file name. Close CVE-2010-2252. This introduces a backward-incompatibility; any script that relies on the old behaviour must use --trust-server-names. Cheers, Gius