Your message dated Fri, 12 Aug 2011 13:49:13 +0000
with message-id <[email protected]>
and subject line Bug#612450: fixed in wget 1.13-1
has caused the Debian Bug report #612450,
regarding wget: shows only first 3 IP addresses of hostname
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
612450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612450
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wget
Version: 1.12-2.1
Severity: minor

Hi.

I do not what benefits this brings but wget apperantly only shows only first
3 addresses of given hostname.

# host www.debian.org
www.debian.org has address 82.195.75.97
www.debian.org has address 86.59.118.148
www.debian.org has IPv6 address 2001:41b8:202:deb:216:35ff:fec4:6340
www.debian.org has IPv6 address 2001:858:2:2:214:22ff:fe0d:7717

# wget http://www.debian.org/
--2011-02-08 16:06:27--  http://www.debian.org/
Resolving www.debian.org... 2001:858:2:2:214:22ff:fe0d:7717,
2001:41b8:202:deb:216:35ff:fec4:6340, 82.195.75.97, ...
Connecting to www.debian.org|2001:858:2:2:214:22ff:fe0d:7717|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14273 (14K) [text/html]
Saving to: `index.html.1'

100%[==================================================================================================>]
14,273      34.0K/s   in 0.4s

2011-02-08 16:06:27 (34.0 KB/s) - `index.html.1' saved [14273/14273]

#


(but as you can see it actually shows ", ...", indiciateing there are some more
ip addresses).


Becasue if host two IP address, it will pring something like:
....
Resolving he.net... 2001:470:0:76::2, 216.218.186.2
....

With no ", ...".


I do not see why it print only 3. More than 3 are rearly seen.
More often in case of IPv6 there would be 2 or 4 actually.
Also even there is more, then this will be extreamly reare, and why not just be
correct and display all for user information.

This can happen confusing to user if for example reconnection will take place.

Or when wget will be restarted again, now showing something different

....
Resolving www.debian.org... 2001:858:2:2:214:22ff:fe0d:7717,
2001:41b8:202:deb:216:35ff:fec4:6340, 86.59.118.148, ...
....
compared to previous

....
Resolving www.debian.org... 2001:858:2:2:214:22ff:fe0d:7717,
2001:41b8:202:deb:216:35ff:fec4:6340, 82.195.75.97, ...
....

(this all is correct, but not very clear).


Why bother with limits, and possibility of some bugs in more complex code :)


Regards,
Witek



-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wget depends on:
ii  dpkg                      1.15.8.10      Debian package management system
ii  install-info              4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6                     2.11.2-11      Embedded GNU C Library: Shared lib
ii  libssl0.9.8               0.9.8o-4       SSL shared libraries

wget recommends no packages.

wget suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: wget
Source-Version: 1.13-1

We believe that the bug you reported is fixed in the latest version of
wget, which is due to be installed in the Debian FTP archive:

wget_1.13-1.debian.tar.gz
  to main/w/wget/wget_1.13-1.debian.tar.gz
wget_1.13-1.dsc
  to main/w/wget/wget_1.13-1.dsc
wget_1.13-1_amd64.deb
  to main/w/wget/wget_1.13-1_amd64.deb
wget_1.13.orig.tar.gz
  to main/w/wget/wget_1.13.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Noël Köthe <[email protected]> (supplier of updated wget package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 12 Aug 2011 15:34:52 +0200
Source: wget
Binary: wget
Architecture: source amd64
Version: 1.13-1
Distribution: unstable
Urgency: low
Maintainer: Noël Köthe <[email protected]>
Changed-By: Noël Köthe <[email protected]>
Description: 
 wget       - retrieves files from the web
Closes: 215128 353326 402001 409938 502218 542145 563872 565942 581817 595538 
597468 598731 607198 612450 624675 626438 635241
Changes: 
 wget (1.13-1) unstable; urgency=low
 .
   * new upstream release 1.13 from 2011-08-09
     - updated wget-doc-remove-usr-local-in-wget.texi,
       wget-fr.po-spelling-correction,
     - removed wget-de.po-remove-double-quote-signs (latest de.po),
       CVE-2010-2252 (included upstream), wget-zh_CN.po-translation-correction,
       fix-paramter-spelling-error-in-wget.texi, refresh-pofiles
     - disabled disable-SSLv2 for the first upload
       see https://savannah.gnu.org/bugs/?33840
     - includes latest po files. closes: Bug#607198
     - bugs fixed with this release by upstream:
     -- IDN support: wget www.köln.de works:) closes: Bug#542145
     -- wildcard documentation of -X
        closes: Bug#215128
     -- wget -O - $URL says `-' saved but there is no file -
        closes: Bug#353326
     -- 'wget -c -N' ignores timestamps
        closes: Bug#402001
     -- missing a check for Subject Alternative Name (TLS cert.)
        closes: Bug#409938
     -- wget segfaults when server returns empty HTTP response code
        closes: Bug#563872
     -- wget: -A/-R vs. -O
        closes: Bug#565942
     -- Unterminated C string in http_atotm()
        closes: Bug#581817
     -- don't use PATH_MAX (FTBFS on hurd)
        closes: Bug#595538
     -- info page points to not documented --cookies option
        closes: Bug#597468
     -- SIGPIPE signal: wget over ssh orphans itself on ctrl+c
        closes: Bug#598731
     -- wget --backup-converted does not work
        closes: Bug#624675
     -- --adjust-extension renames .htm files
        closes: Bug#626438
     -- wget: Invalid russian translation
        closes: Bug#502218
     -- wget: shows only first 3 IP addresses of hostname
        closes: Bug#612450
 .
   * debian/control correct spelling in description. closes: Bug#635241
   * debian/control replace libssl-dev by libgnutls-dev in build dependency
Checksums-Sha1: 
 3b30f2de20b8ef507575ddc1e5e205ea07139091 1050 wget_1.13-1.dsc
 4661e9450950aba193e9e98e614afeba03a3f1fc 2759395 wget_1.13.orig.tar.gz
 5a697c4887ca1b27356c2a31166792d74f9a6e22 21129 wget_1.13-1.debian.tar.gz
 dd4e6b394352edf6c41572caf5cc9e82b09bb4a1 758706 wget_1.13-1_amd64.deb
Checksums-Sha256: 
 bda095d42ed161247e8047a358f53a01e29b0b9d244bf28f09187f46ee376621 1050 
wget_1.13-1.dsc
 4dd26f50ed49afecf9e661bc6ad194d1732d66653ae6aa9126b562b1870e17fc 2759395 
wget_1.13.orig.tar.gz
 7a13d88b055183984eb1bae0b86666ac353320fb83d0c69e9600aa74b8e81e3c 21129 
wget_1.13-1.debian.tar.gz
 b9b2909756cb9074ff746521c50ffd2e73674eaf139c6b8cbd24c6208682fde9 758706 
wget_1.13-1_amd64.deb
Files: 
 43154482f9d71fab35a2be02aae36c1d 1050 web important wget_1.13-1.dsc
 d3698837e6a9567ca9be10f115989940 2759395 web important wget_1.13.orig.tar.gz
 6b89eb4f6856a7cb3446a66f77189c51 21129 web important wget_1.13-1.debian.tar.gz
 311c5a108555e1fb62f865b85a04bc63 758706 web important wget_1.13-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5FK0gACgkQ9/DnDzB9Vu1G3wCeJJTNT+Tq3wDBsx+X9S8epEHy
UIoAn350KNcAI0dYyvcMgt8oMB5Bk8Tv
=AYj+
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to