Your message dated Wed, 19 Mar 2008 23:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325017: fixed in bitlbee 1.2-1
has caused the Debian Bug report #325017,
regarding passwords can only be 31 characters
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.)


-- 
325017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325017
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bitlbee
Version: 0.92-1

Authorization failure happens, if trying to use a jabber account with a
password longer than 31 characters.

Applied is a patch against some version that made jabber work for me.
It fixes the problem by changing two structs, allowing 127 chars long
passwords instead.

A more correct fix would probably be to fail or warn the user when a to
long password is added. Or maybe even allocate memory dynamically, but
that might be overkill.
--
/Martin
diff -ur bitlbee-20050825/protocols/nogaim.h 
bitlbee-20050825-patched/protocols/nogaim.h
--- bitlbee-20050825/protocols/nogaim.h Sat Oct 30 01:42:07 2004
+++ bitlbee-20050825-patched/protocols/nogaim.h Thu Aug 25 16:53:21 2005
@@ -94,7 +94,7 @@
        
        char username[64];
        char displayname[128];
-       char password[32];
+       char password[128];
        guint keepalive;
        /* stuff needed for per-connection idle times */
        guint idle_timer;
@@ -148,7 +148,7 @@
 struct aim_user {
        char username[64];
        char alias[SELF_ALIAS_LEN]; 
-       char password[32];
+       char password[128];
        char user_info[2048];
        int options;
        int protocol;

--- End Message ---
--- Begin Message ---
Source: bitlbee
Source-Version: 1.2-1

We believe that the bug you reported is fixed in the latest version of
bitlbee, which is due to be installed in the Debian FTP archive:

bitlbee_1.2-1.diff.gz
  to pool/main/b/bitlbee/bitlbee_1.2-1.diff.gz
bitlbee_1.2-1.dsc
  to pool/main/b/bitlbee/bitlbee_1.2-1.dsc
bitlbee_1.2-1_amd64.deb
  to pool/main/b/bitlbee/bitlbee_1.2-1_amd64.deb
bitlbee_1.2.orig.tar.gz
  to pool/main/b/bitlbee/bitlbee_1.2.orig.tar.gz



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.
Wilmer van der Gaast <[EMAIL PROTECTED]> (supplier of updated bitlbee 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, 18 Mar 2008 23:44:19 +0000
Source: bitlbee
Binary: bitlbee
Architecture: source amd64
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Wilmer van der Gaast <[EMAIL PROTECTED]>
Changed-By: Wilmer van der Gaast <[EMAIL PROTECTED]>
Description: 
 bitlbee    - An IRC to other chat networks gateway
Closes: 294585 296145 306452 325017 345038 386914 392682 437515 448238 460741 
466171
Changes: 
 bitlbee (1.2-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #325017, #386914, #437515)
   * With hopefully completely sane charset handling (Closes: #296145)
   * Switched to the new forking daemon mode. Added /etc/default/bitlbee
     file, an init script. People who want to stick with inetd can do so, see
     the defaults file.
     (Closes: #460741, #466171, #294585, #345038, #306452, #392682)
   * Got rid of debconf Woody compatibility stuff.
   * No more MPL code in BitlBee, thanks to the Jabber module rewrite!
   * Added Italian translation, sorry for taking so long! (Closes: #448238)
   * Added libevent dependency (more reliable event handling).
   * Removed GLib 1.x dependency because BitlBee really requires GLib >=2.4.
Files: 
 0ab4f5aa04da3da0255044e53371f573 641 net optional bitlbee_1.2-1.dsc
 15d969391dd9bbbc9bb0d397b545a99c 469482 net optional bitlbee_1.2.orig.tar.gz
 e9f74a40007515893e2addb47fdb3648 40407 net optional bitlbee_1.2-1.diff.gz
 bf2a8bc027c6327b995718d366bc7893 349074 net optional bitlbee_1.2-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH4aQCeYWXmuMwQFERAvMvAJ4irQyXtAyYtsXQAlX4rUTUAUaBvQCeOHHf
KX6h6Z4DSBHTIDcMadPmJdM=
=uVbW
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to