Re: [Bug-wget] contributing in development

2016-11-06 Thread Tim Rühsen
On Sonntag, 6. November 2016 01:16:43 CET Oleg Akchurin wrote:
> Hello all. I'd like to get participate in development of wget.
> 
> BR, Oleg.

Welcome, Oleg.

A good starting point might be involving into the discussions here. Try to 
answer questions, review ideas and/or patches, come up with your own 
questions.

And we need help for wget2... 
git clone git://git.savannah.gnu.org/wget/wget2.git

We currently use the issue tracker and wiki on Gitlab or Github.
https://gitlab.com/rockdaboot/wget2
https://github.com/rockdaboot/wget2

The repos are all synced.

Tim


signature.asc
Description: This is a digitally signed message part.


Re: [Bug-wget] How to orce wget to send HTTP GET to a proxy for a FTP URL instead of using a FTP proxy

2016-11-06 Thread Ivan Shmakov
> Yanko Hernández Álvarez  writes:

 > I need to access some FTP server using wget behind an squid proxy.

 > I have my environment vars defined this

 > $ printenv | grep -i proxy
 > http_proxy=http://127.0.0.1:3128
 > FTP_PROXY=ftp://127.0.0.1:3128
 > ftp_proxy=ftp://127.0.0.1:3128

If you want to use the same proxy for FTP as the one you use
for HTTP, the values should also be the same.  That is:

$ export FTP_PROXY="$http_proxy" ftp_proxy="$http_proxy" 

Or:

 - FTP_PROXY=ftp://127.0.0.1:3128
 - ftp_proxy=ftp://127.0.0.1:3128
 + FTP_PROXY=http://127.0.0.1:3128
 + ftp_proxy=http://127.0.0.1:3128

[…]

-- 
FSF associate member #7257  58F8 0F47 53F5 2EB2 F6A5  8916 3013 B6A0 230E 334A



[Bug-wget] [bug #49512] segfault if .wget-hsts is not accessible

2016-11-06 Thread Tim Ruehsen
Update of bug #49512 (project wget):

  Status:None => Fixed  
 Assigned to:None => rockdaboot 
 Open/Closed:Open => Closed 
   Fixed Release:None => trunk  
 Planned Release:None => 1.18.1 

___

Follow-up Comment #1:

Thanks, reproducable with 1.18 on Debian unstable.
Already fixed in trunk.


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/