Package: curl
Version: 7.18.1-1
Severity: important

After upgrading libcurl3 from 7.17.1-1 to 7.18.1-1 IPv6 hosts cannot be
contacted anymore in IPv6, even by forcing it with -6. IPv6-only hosts
don't work at all. This is probably caused by the c-ares integration

teleport svr02% curl -v -o /dev/null http://public.teleport-iabg.de/test100m.dat
* About to connect() to public.teleport-iabg.de port 80 (#0)
*   Trying 2001:1b10:100::1:1... connected
* Connected to public.teleport-iabg.de (2001:1b10:100::1:1) port 80 (#0)
[...]
100  100M  100  100M    0     0  10.7M      0  0:00:09  0:00:09 --:--:-- 10.8M* 
Connection #0 to host public.teleport-iabg.de left intact

* Closing connection #0
teleport svr02% sudo aptitude install libcurl3                                  
                                                   [ ~ ]
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following NEW packages will be installed:
  libc-ares1{a}
The following packages will be upgraded:
  libcurl3
1 packages upgraded, 1 newly installed, 0 to remove and 237 not upgraded.
Need to get 0B/256kB of archives. After unpacking 131kB will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Selecting previously deselected package libc-ares1.
(Reading database ... 29427 files and directories currently installed.)
Unpacking libc-ares1 (from .../libc-ares1_1.5.1-0_i386.deb) ...
Preparing to replace libcurl3 7.17.1-1 (using .../libcurl3_7.18.1-1_i386.deb) 
...
Unpacking replacement libcurl3 ...
Setting up libc-ares1 (1.5.1-0) ...
Setting up libcurl3 (7.18.1-1) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

Current status: 237 updates [-1].
teleport svr02% curl -v -o /dev/null http://public.teleport-iabg.de/test100m.dat
* About to connect() to public.teleport-iabg.de port 80 (#0)
*   Trying 83.170.1.224... connected
* Connected to public.teleport-iabg.de (83.170.1.224) port 80 (#0)
[...]
teleport svr02% curl -6 -v -o /dev/null 
http://public.teleport-iabg.de/test100m.dat
* About to connect() to public.teleport-iabg.de port 80 (#0)
*   Trying 83.170.1.224... connected
* Connected to public.teleport-iabg.de (83.170.1.224) port 80 (#0)
[...]
teleport svr02% curl -v -o /dev/null -v http://noc.ipv6.sixxs.net
* Could not resolve host: noc.ipv6.sixxs.net (DNS server returned answer with 
no data)
* Closing connection #0

curl: (6) Could not resolve host: noc.ipv6.sixxs.net (DNS server returned 
answer with no data)


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24.3-iabg-pe750 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages curl depends on:
ii  libc6                   2.7-3            GNU C Library: Shared libraries
ii  libcurl3                7.18.1-1         Multi-protocol file transfer libra
ii  zlib1g                  1:1.2.3.3.dfsg-6 compression library - runtime

curl recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to