Re: [Bug-wget] [PATCH] [wget-bug #32357], IPv6 addresses not formatted..

2012-01-07 Thread Giuseppe Scrivano
Micah Cowan mi...@micah.cowan.name writes: I believe hh's suggestion is to have the format reflect the way it would look in a URL; so [ and ] around ipv6, and nothing around ipv4 (since ipv4 format isn't ambiguous in the way ipv6 is). I agree. Please rework your patch to use

Re: [Bug-wget] [PATCH] [wget-bug #32357], IPv6 addresses not formatted..

2012-01-07 Thread Sasikanth
I had modified the patch as you guys suggested. For ipv6 the display will be [ipv6address]:port for ipv4 ipv4address:port The test results IPv4 --- [root@Shash wget-1.13.4]# ./src/wget http://10.0.0.1 --2012-01-07 11:01:23-- http://10.0.0.1/ Connecting to 10.0.0.1:80... IPv6 ---

Re: [Bug-wget] [PATCH] [wget-bug #32357], IPv6 addresses not formatted..

2012-01-07 Thread Giuseppe Scrivano
thanks. The patch is not complete yet, it doesn't fix the other message I have reported before. Can you please check it as well? Can you provide a ChangeLog file entry? Cheers, Giuseppe Sasikanth sasikanth@gmail.com writes: I had modified the patch as you guys suggested. For ipv6 the