Your message dated Sat, 02 Aug 2008 10:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#492929: fixed in tkabber 0.11.0-2
has caused the Debian Bug report #492929,
regarding fails to authenticate on HTTP proxies using BASIC authentication
mechanism
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.)
--
492929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492929
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: tkabber
Source-Version: 0.11.0-2
We believe that the bug you reported is fixed in the latest version of
tkabber, which is due to be installed in the Debian FTP archive:
tkabber_0.11.0-2.diff.gz
to pool/main/t/tkabber/tkabber_0.11.0-2.diff.gz
tkabber_0.11.0-2.dsc
to pool/main/t/tkabber/tkabber_0.11.0-2.dsc
tkabber_0.11.0-2_all.deb
to pool/main/t/tkabber/tkabber_0.11.0-2_all.deb
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.
Konstantin Khomoutov <[EMAIL PROTECTED]> (supplier of updated tkabber 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.7
Date: Tue, 29 Jul 2008 23:51:13 +0000
Source: tkabber
Binary: tkabber
Architecture: source all
Version: 0.11.0-2
Distribution: unstable
Urgency: low
Maintainer: Konstantin Khomoutov <[EMAIL PROTECTED]>
Changed-By: Konstantin Khomoutov <[EMAIL PROTECTED]>
Description:
tkabber - GUI client for XMPP (Jabber) instant messaging protocol
Closes: 492929 493010
Changes:
tkabber (0.11.0-2) unstable; urgency=low
.
* Integrated upstream fix for the error in the implementation
of BASIC HTTP proxy authentication mechanism (closes: #492929).
* Integrated upstream fix for the "sticky proxy server settings"
(closes: #493010).
Files:
01804ea8d37dc759fdd82e350a126ece 981 net optional tkabber_0.11.0-2.dsc
f742390fa3ae8aebf84b386fdec833fe 8030 net optional tkabber_0.11.0-2.diff.gz
d0fe58f77b7343e5aa31eef983a735ee 960500 net optional tkabber_0.11.0-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIlDlEIcdH02pGEFIRArtOAJ9JoRJdBcUh3r8m60mFSCUnuksP0wCeK0fv
GfJipCTGm/rcSQLyAT32os8=
=hpH5
-----END PGP SIGNATURE-----
--- End Message ---