Package: transmission-cli
Version: 1.22-1
Severity: normal
Tags: patch, ipv6



-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=zh_CN.UTF8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages transmission-cli depends on:
ii  libc6                 2.7-18             GNU C Library: Shared libraries
ii  libcomerr2            1.41.3-1           common error description library
ii  libcurl3-gnutls       7.18.2-8lenny2     Multi-protocol file transfer libra
ii  libgcrypt11           1.4.1-1            LGPL Crypto library - runtime libr
ii  libgnutls26           2.4.2-6+lenny1     the GNU TLS library - runtime libr
ii  libgpg-error0         1.4-2              library for common error values an
ii  libidn11              1.8+20080606-1     GNU libidn library, implementation
ii  libkrb53              1.6.dfsg.4~beta1-5 MIT Kerberos runtime libraries
ii  libldap-2.4-2         2.4.11-1           OpenLDAP libraries
ii  libssl0.9.8           0.9.8g-15          SSL shared libraries
ii  libtasn1-3            1.4-1              Manage ASN.1 structures (runtime)
ii  transmission-common   1.22-1             free, lightweight BitTorrent clien
ii  zlib1g                1:1.2.3.3.dfsg-12  compression library - runtime

transmission-cli recommends no packages.

transmission-cli suggests no packages.

--===============0858057821194795026==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="IPV6-support.patch"

>From b54182d70bffff0f9d6370e010278959a82141db Mon Sep 17 00:00:00 2001
From: Peng Tao <bergw...@gmail.com>
Date: Thu, 30 Apr 2009 14:24:50 +0800
Subject: [PATCH] add IPV6 support

Signed-off-by: Peng Tao <bergw...@gmail.com>
---
 libtransmission/web.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libtransmission/web.c b/libtransmission/web.c
index 5674830..60b6db1 100644
--- a/libtransmission/web.c
+++ b/libtransmission/web.c
@@ -152,7 +152,7 @@ addTask( void * vtask )
         curl_easy_setopt( ch, CURLOPT_NOSIGNAL, 1 );
         curl_easy_setopt( ch, CURLOPT_FOLLOWLOCATION, 1 );
         curl_easy_setopt( ch, CURLOPT_MAXREDIRS, 5 );
-        curl_easy_setopt( ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
+        curl_easy_setopt( ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_WHATEVER );
         curl_easy_setopt( ch, CURLOPT_ENCODING, "" );
         curl_multi_add_handle( web->cm, ch );
     }
-- 
1.6.2.GIT


--===============0858057821194795026==--



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to