Your message dated Sat, 02 Aug 2008 10:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#493010: fixed in tkabber 0.11.0-2
has caused the Debian Bug report #493010,
regarding Impossible to connect without proxy server if a proxied connection
was established at least once during a session
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.)
--
493010: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493010
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tkabber
Version: 0.11.0-1
Severity: normal
Tags: patch
If a user connects through a poxy-server, disconnects, and then attempts
to connect again, this time directly, this connection will be made via
proxy server again. In other words, proxy settings are effectively
"sticky", once set, during a session.
The bug is fixed upstream. Upstream patch is attached.
Index: tkabber/login.tcl
===================================================================
--- tkabber/login.tcl (revision 1478)
+++ tkabber/login.tcl (revision 1479)
@@ -362,13 +362,17 @@
lappend args -usesasl $lc(usesasl)
}
- if {$have_proxy && ($lc(proxy) != "none")} {
- lappend args -proxy $lc(proxy)
- lappend args -proxyhost $lc(proxyhost)
- lappend args -proxyport $lc(proxyport)
- lappend args -proxyusername $lc(proxyusername)
- lappend args -proxypassword $lc(proxypassword)
- lappend args -proxyuseragent $lc(proxyuseragent)
+ if {$have_proxy} {
+ if {($lc(proxy) != "none")} {
+ lappend args -proxy $lc(proxy)
+ lappend args -proxyhost $lc(proxyhost)
+ lappend args -proxyport $lc(proxyport)
+ lappend args -proxyusername $lc(proxyusername)
+ lappend args -proxypassword $lc(proxypassword)
+ lappend args -proxyuseragent $lc(proxyuseragent)
+ } else {
+ lappend args -proxy ""
+ }
}
set ascii_server [idna::domain_toascii $lc(server)]
--- 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 ---