Package: tkabber Version: 0.11.0-1 Severity: important Tags: patch It was discovered that a typo in the implementation of the BASIC HTTP proxy authentication mechanism results in a runtime error preventing the authentication session from successful completion.
The proposed patch fixes this problem and is integrated upstream in revision 1478 (28-07-2008). -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Versions of packages tkabber depends on: ii bwidget 1.8.0-3 A set of extension widgets for Tcl ii tcl8.4 8.4.16-0.2 Tcl (the Tool Command Language) v8 ii tcl8.5 8.5.2-1 Tcl (the Tool Command Language) v8 ii tcllib 1.10-dfsg-1 the Standard Tcl Library ii tk8.4 8.4.16-0.1 Tk toolkit for Tcl and X11, v8.4 - ii tk8.5 8.5.1-1 Tk toolkit for Tcl and X11, v8.5 - Versions of packages tkabber recommends: ii libtk-img 1:1.3-15etch2 Extended image format support for pn libudp-tcl <none> (no description available) pn tcl-tls <none> (no description available) -- no debconf information
Index: jabberlib/https.tcl =================================================================== --- jabberlib/https.tcl (revision 1478) +++ jabberlib/https.tcl (revision 1477) @@ -270,7 +270,7 @@ if {$code >= 200 && $code < 300} { # Success - while {[string length [gets $state(sock)]]} { } + while {[string length [gets $sock]]} { } Finish $token } else { # Failure