Your message dated Sat, 10 Mar 2007 02:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410311: fixed in gaim 1:2.0.0+beta6-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gaim
Version: 1:2.0.0+beta5-9
Severity: important
This is very annoying to anyone who is in Sametime Group Chat with
anyone using Gaim ...
Please see this gaim bug:
https://sourceforge.net/tracker/index.php?func=detail&aid=1596466&group_id=235&atid=100235
And please apply this patch (I've tested, and it fixes the issue):
https://sourceforge.net/tracker/index.php?func=detail&aid=1655707&group_id=235&atid=300235
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages gaim depends on:
ii gaim-data 1:2.0.0+beta5-9 multi-protocol instant messaging c
ii libatk1.0-0 1.12.4-1 The ATK accessibility toolkit
ii libavahi-compat-howl0 0.6.16-2 Avahi Howl compatibility library
ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra
ii libdbus-1-3 1.0.2-1 simple interprocess messaging syst
ii libdbus-glib-1-2 0.71-3 simple interprocess messaging syst
ii libfontconfig1 2.4.2-1 generic font configuration library
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libgstreamer0.10-0 0.10.10-2 Core GStreamer libraries and eleme
ii libgtk2.0-0 2.8.20-5 The GTK+ graphical user interface
ii libgtkspell0 2.0.10-3+b1 a spell-checking addon for GTK's T
ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library
ii libncursesw5 5.5-5 Shared libraries for terminal hand
ii libnspr4-0d 1.8.0.9-1 NetScape Portable Runtime Library
ii libnss3-0d 1.8.0.9-1 Network Security Service libraries
ii libpango1.0-0 1.14.8-4 Layout and rendering of internatio
ii libperl5.8 5.8.8-7 Shared Perl library
ii libsm6 1:1.0.1-3 X11 Session Management library
ii libstartup-notification0 0.8-2 library for program launch feedbac
ii libx11-6 2:1.0.3-5 X11 client-side library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.1-4 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxml2 2.6.27.dfsg-1 GNOME XML library
ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
ii libxss1 1:1.1.0-1 X11 Screen Saver extension library
Versions of packages gaim recommends:
ii gstreamer0.10-alsa 0.10.10-4 GStreamer plugin for ALSA
ii gstreamer0.10-plugins-base 0.10.10-4 GStreamer plugins from the "base"
ii gstreamer0.10-plugins-good 0.10.4-4 GStreamer plugins from the "good"
ii python 2.4.4-2 An interactive high-level object-o
-- no debconf information
Index: libgaim/protocols/sametime/sametime.c
===================================================================
--- libgaim/protocols/sametime/sametime.c (revision 18184)
+++ libgaim/protocols/sametime/sametime.c (working copy)
@@ -4820,7 +4820,7 @@
struct mwGaimPluginData *pd;
struct mwConference *conf;
- char *msg;
+ char *tmp;
int ret;
pd = gc->proto_data;
@@ -4828,19 +4828,19 @@
g_return_val_if_fail(pd != NULL, 0);
conf = ID_TO_CONF(pd, id);
- msg = gaim_markup_strip_html(message);
+ tmp = gaim_markup_strip_html(message);
if(conf) {
- ret = ! mwConference_sendText(conf, message);
+ ret = ! mwConference_sendText(conf, tmp);
} else {
struct mwPlace *place = ID_TO_PLACE(pd, id);
g_return_val_if_fail(place != NULL, 0);
- ret = ! mwPlace_sendText(place, message);
+ ret = ! mwPlace_sendText(place, tmp);
}
- g_free(msg);
+ g_free(tmp);
return ret;
}
--- End Message ---
--- Begin Message ---
Source: gaim
Source-Version: 1:2.0.0+beta6-2
We believe that the bug you reported is fixed in the latest version of
gaim, which is due to be installed in the Debian FTP archive:
gaim-data_2.0.0+beta6-2_all.deb
to pool/main/g/gaim/gaim-data_2.0.0+beta6-2_all.deb
gaim-dbg_2.0.0+beta6-2_amd64.deb
to pool/main/g/gaim/gaim-dbg_2.0.0+beta6-2_amd64.deb
gaim-dev_2.0.0+beta6-2_all.deb
to pool/main/g/gaim/gaim-dev_2.0.0+beta6-2_all.deb
gaim_2.0.0+beta6-2.diff.gz
to pool/main/g/gaim/gaim_2.0.0+beta6-2.diff.gz
gaim_2.0.0+beta6-2.dsc
to pool/main/g/gaim/gaim_2.0.0+beta6-2.dsc
gaim_2.0.0+beta6-2_amd64.deb
to pool/main/g/gaim/gaim_2.0.0+beta6-2_amd64.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.
Ari Pollak <[EMAIL PROTECTED]> (supplier of updated gaim 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: RIPEMD160
Format: 1.7
Date: Mon, 29 Jan 2007 12:11:13 -0500
Source: gaim
Binary: gaim-dbg gaim gaim-dev gaim-data
Architecture: source amd64 all
Version: 1:2.0.0+beta6-2
Distribution: experimental
Urgency: low
Maintainer: Robert McQueen <[EMAIL PROTECTED]>
Changed-By: Ari Pollak <[EMAIL PROTECTED]>
Description:
gaim - multi-protocol instant messaging client
gaim-data - multi-protocol instant messaging client - data files
gaim-dbg - Debugging symbols for Gaim
gaim-dev - multi-protocol instant messaging client - development files
Closes: 408861 410311
Changes:
gaim (1:2.0.0+beta6-2) experimental; urgency=low
.
* 18_sametime-strip-html.patch:
- Patch from David Everly to properly strip HTML entities in Sametime
group chat (Closes: #410311)
* Make gaim-dev an Arch: all package
* Install gaim API docs into gaim-dev
* Remove some extraneous Recommends/Suggests
* Add rationale for the recommended/suggests packages in the gaim
description
* Conflict with gaim-librvp (<= 0.9.5-2) to prevent a crash when it's
installed (Closes: #408861)
* Conflict with gaim-encryption (<= 3.0~beta7-1) to prevent a crash
Files:
7aefa043fd429bdbcaf05e0dd2b22cd2 1151 net optional gaim_2.0.0+beta6-2.dsc
2ff8dc245614bc897335328b9ad69f9e 36515 net optional gaim_2.0.0+beta6-2.diff.gz
3fabc5ad4b4776b80718751c27641d58 5281658 net optional
gaim-data_2.0.0+beta6-2_all.deb
4beadabce162061d5468f65ad56f1a09 183694 devel optional
gaim-dev_2.0.0+beta6-2_all.deb
732179a08bb5c07754d32b173c0dacd9 1860522 net optional
gaim_2.0.0+beta6-2_amd64.deb
ccedb3fad349de5fd434d4f61a3f714d 4177472 net extra
gaim-dbg_2.0.0+beta6-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF8hD7wO+u47cOQDsRAxwqAJ4lbukeumqlhs/pt0jdLF3FtYN79gCgoA3R
l1QNGrcPOkykB9xEIt3Z2iw=
=e1qf
-----END PGP SIGNATURE-----
--- End Message ---