Your message dated Sat, 10 Mar 2007 01:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410311: fixed in gaim 1:2.0.0+beta5-11
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+beta5-11
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+beta5-11_all.deb
to pool/main/g/gaim/gaim-data_2.0.0+beta5-11_all.deb
gaim-dbg_2.0.0+beta5-11_amd64.deb
to pool/main/g/gaim/gaim-dbg_2.0.0+beta5-11_amd64.deb
gaim-dev_2.0.0+beta5-11_amd64.deb
to pool/main/g/gaim/gaim-dev_2.0.0+beta5-11_amd64.deb
gaim_2.0.0+beta5-11.diff.gz
to pool/main/g/gaim/gaim_2.0.0+beta5-11.diff.gz
gaim_2.0.0+beta5-11.dsc
to pool/main/g/gaim/gaim_2.0.0+beta5-11.dsc
gaim_2.0.0+beta5-11_amd64.deb
to pool/main/g/gaim/gaim_2.0.0+beta5-11_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: Fri, 9 Mar 2007 20:06:05 -0500
Source: gaim
Binary: gaim-dbg gaim gaim-dev gaim-data
Architecture: source amd64 all
Version: 1:2.0.0+beta5-11
Distribution: unstable
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: 410311
Changes:
gaim (1:2.0.0+beta5-11) unstable; urgency=low
.
* 20_sametime-strip-html.patch:
- Patch from David Everly to properly strip HTML entities in Sametime
group chat (Closes: #410311)
Files:
e3d0267bce85217d8f69318b176adb90 1130 net optional gaim_2.0.0+beta5-11.dsc
1025d1ab0821c1a7b5cdf16bd45fd310 40080 net optional gaim_2.0.0+beta5-11.diff.gz
d2c5e30ca38a716ba229712ddda00538 5148732 net optional
gaim-data_2.0.0+beta5-11_all.deb
81da70b77c470c8d7d0a5b55238fb70c 1784940 net optional
gaim_2.0.0+beta5-11_amd64.deb
edc2bd398a688bf4a7aa2bde4e194269 151160 devel optional
gaim-dev_2.0.0+beta5-11_amd64.deb
7679138398f408217fbadcea635156f2 3985630 net extra
gaim-dbg_2.0.0+beta5-11_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF8gmSwO+u47cOQDsRA/pHAJ45bBCJlu2UF+m0n3PD4a14OxTKWACfXDdz
eBTnhE+rbdrU61icHcIi9UI=
=TCjU
-----END PGP SIGNATURE-----
--- End Message ---