[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#444716: marked as done (kopete: does not export custom msn emoticons)



Your message dated Mon, 15 Oct 2007 12:32:15 +0000
with message-id <E1IhP7H-0000Fw-1K@ries.debian.org>
and subject line Bug#444716: fixed in kdenetwork 4:3.5.8-1
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: kopete
Version: 4:3.5.7-4
Severity: normal

kopete doesn't export emoticons to msn live clients.

This bug is fixed in the svn, please apply this backported patch.

Best regards

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.1-kbytelnx (SMP w/1 CPU core; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kopete depends on:
ii  kdelibs4c2a             4:3.5.7.dfsg.1-7 core libraries and binaries for al
ii  libacl1                 2.2.45-1         Access control list shared library
ii  libart-2.0-2            2.3.19-3         Library of functions for 2D graphi
ii  libattr1                1:2.4.39-1       Extended attribute shared library
ii  libaudio2               1.9-2+b1         The Network Audio System (NAS). (s
ii  libc6                   2.6.1-1+b1       GNU C Library: Shared libraries
ii  libfontconfig1          2.4.2-1.2        generic font configuration library
ii  libfreetype6            2.3.5-1+b1       FreeType 2 font engine, shared lib
ii  libgadu3                1:1.7~rc2-2      Gadu-Gadu protocol library - runti
ii  libgamin0 [libfam0]     0.1.8-2          Client library for the gamin file 
ii  libgcc1                 1:4.2.1-4        GCC support library
ii  libglib2.0-0            2.14.0-2         The GLib library of C routines
ii  libgsmme1c2a            1.10-10          GSM mobile phone access library
ii  libice6                 2:1.0.4-1        X11 Inter-Client Exchange library
ii  libidn11                1.1-1            GNU libidn library, implementation
ii  libjpeg62               6b-14            The Independent JPEG Group's JPEG 
ii  libmeanwhile1           1.0.2-3          open implementation of the Lotus S
ii  libpcre3                6.7-1            Perl 5 Compatible Regular Expressi
ii  libpng12-0              1.2.15~beta5-2   PNG library - runtime
ii  libqt3-mt               3:3.3.7-8        Qt GUI Library (Threaded runtime v
ii  libsm6                  2:1.0.3-1+b1     X11 Session Management library
ii  libstdc++6              4.2.1-4          The GNU Standard C++ Library v3
ii  libx11-6                2:1.0.3-7        X11 client-side library
ii  libxcursor1             1:1.1.9-1        X cursor management library
ii  libxext6                1:1.0.3-2        X11 miscellaneous extension librar
ii  libxft2                 2.1.12-2         FreeType-based font drawing librar
ii  libxi6                  2:1.1.3-1        X11 Input extension library
ii  libxinerama1            1:1.0.2-1        X11 Xinerama extension library
ii  libxml2                 2.6.30.dfsg-2    GNOME XML library
ii  libxrandr2              2:1.2.2-1        X11 RandR extension library
ii  libxrender1             1:0.9.4-1        X Rendering Extension client libra
ii  libxslt1.1              1.1.22-1         XSLT processing library - runtime 
ii  libxt6                  1:1.0.5-3        X11 toolkit intrinsics library
ii  zlib1g                  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages kopete recommends:
ii  qca-tls                       1.0-4      TLS plugin for the Qt Cryptographi

-- no debconf information

-- 
| /
| \Byte - Andrea Briganti - kbyte@despammed.com
http://kbytesys.altervista.org - ICQ: 40872731
CSLug member: http://cslug.linux.it - JID: kbyte@jabber.linux.it
*** I'm not living, I'm just killing time
diff -ur kdenetwork-3.5.7/kopete/protocols/msn/dispatcher.cpp kdenetwork-svn/kopete/protocols/msn/dispatcher.cpp
--- kdenetwork-3.5.7/kopete/protocols/msn/dispatcher.cpp	2006-01-19 17:43:04.000000000 +0100
+++ kdenetwork-svn/kopete/protocols/msn/dispatcher.cpp	2007-09-30 13:30:39.000000000 +0200
@@ -382,7 +382,7 @@
 			regex.search(body);
 			Q_UINT32 applicationId = regex.cap(1).toUInt();
 
-			if(applicationId == 1  || applicationId == 12)
+			if(applicationId == 1  || applicationId == 11 || applicationId == 12 )
 			{                         //the AppID is 12 since Messenger 7.5
 				// A contact has requested a session to download
 				// a display icon (User Display Icon or CustomEmotion).
diff -ur kdenetwork-3.5.7/kopete/protocols/msn/msnswitchboardsocket.cpp kdenetwork-svn/kopete/protocols/msn/msnswitchboardsocket.cpp
--- kdenetwork-3.5.7/kopete/protocols/msn/msnswitchboardsocket.cpp	2007-05-14 09:40:08.000000000 +0200
+++ kdenetwork-svn/kopete/protocols/msn/msnswitchboardsocket.cpp	2007-09-30 13:30:39.000000000 +0200
@@ -631,9 +631,9 @@
 
 			QString sha1d = QString(KCodecs::base64Encode(SHA1::hash(ar)));
 			QString size = QString::number( pictFile.size() );
-			QString all = "Creator" + m_account->accountId() +	"Size" + size + "Type3Location" + fi.fileName() + "FriendlyAAA=SHA1D" + sha1d;
+			QString all = "Creator" + m_account->accountId() +	"Size" + size + "Type2Location" + fi.fileName() + "FriendlyAAA=SHA1D" + sha1d;
 			QString sha1c = QString(KCodecs::base64Encode(SHA1::hashString(all.utf8())));
-			picObj = "<msnobj Creator=\"" + m_account->accountId() + "\" Size=\"" + size  + "\" Type=\"3\" Location=\""+ fi.fileName() + "\" Friendly=\"AAA=\" SHA1D=\""+sha1d+ "\" SHA1C=\""+sha1c+"\"/>";
+			picObj = "<msnobj Creator=\"" + m_account->accountId() + "\" Size=\"" + size  + "\" Type=\"2\" Location=\""+ fi.fileName() + "\" Friendly=\"AAA=\" SHA1D=\""+sha1d+ "\" SHA1C=\""+sha1c+"\"/>";
 
 			PeerDispatcher()->objectList.insert(picObj, filename);
 		}
diff -ur kdenetwork-3.5.7/kopete/protocols/msn/webcam/libmimic/mimic-private.h kdenetwork-svn/kopete/protocols/msn/webcam/libmimic/mimic-private.h
--- kdenetwork-3.5.7/kopete/protocols/msn/webcam/libmimic/mimic-private.h	2005-10-10 16:57:54.000000000 +0200
+++ kdenetwork-svn/kopete/protocols/msn/webcam/libmimic/mimic-private.h	2007-09-30 13:30:34.000000000 +0200
@@ -51,7 +51,7 @@
     guchar *cur_frame_buf;
     guchar *prev_frame_buf;
     
-    gchar vlcdec_lookup[2296];
+    gint8 vlcdec_lookup[2296];
     
     gchar *data_buffer;
     guint data_index;
@@ -96,7 +96,7 @@
 void _idct_dequant_block(MimCtx *ctx, gint *block, gboolean is_chrom);
 
 VlcMagic *_find_magic(guint magic);
-void _initialize_vlcdec_lookup(gchar *lookup_tbl);
+void _initialize_vlcdec_lookup(gint8 *lookup_tbl);
 
 void _rgb_to_yuv(const guchar *input_rgb,
                  guchar *output_y,
diff -ur kdenetwork-3.5.7/kopete/protocols/msn/webcam/libmimic/vlc_common.c kdenetwork-svn/kopete/protocols/msn/webcam/libmimic/vlc_common.c
--- kdenetwork-3.5.7/kopete/protocols/msn/webcam/libmimic/vlc_common.c	2005-09-10 10:20:25.000000000 +0200
+++ kdenetwork-svn/kopete/protocols/msn/webcam/libmimic/vlc_common.c	2007-09-30 13:30:34.000000000 +0200
@@ -1293,13 +1293,13 @@
  * Internal helper-function used to initialize
  * the lookup-table used by the VLC-decoder.
  */
-void _initialize_vlcdec_lookup(gchar *lookup_tbl)
+void _initialize_vlcdec_lookup(gint8 *lookup_tbl)
 {
-    gchar util_buf[3072];
+    gint8 util_buf[3072];
     gint v1_start, v1_end, v1_dec, util_buf_offset;
     gint util_buf_offset_inc, buf1_val, samples_offset;
     gint v1, v2;
-    gchar *p, *p1, *p2, *p3;
+    gint8 *p, *p1, *p2, *p3;
 
     util_buf[0] = 0;
     util_buf[1] = 0;

--- End Message ---
--- Begin Message ---
Source: kdenetwork
Source-Version: 4:3.5.8-1

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

dcoprss_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/dcoprss_3.5.8-1_amd64.deb
kdenetwork-dbg_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kdenetwork-dbg_3.5.8-1_amd64.deb
kdenetwork-dev_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kdenetwork-dev_3.5.8-1_amd64.deb
kdenetwork-doc-html_3.5.8-1_all.deb
  to pool/main/k/kdenetwork/kdenetwork-doc-html_3.5.8-1_all.deb
kdenetwork-filesharing_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kdenetwork-filesharing_3.5.8-1_amd64.deb
kdenetwork-kfile-plugins_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kdenetwork-kfile-plugins_3.5.8-1_amd64.deb
kdenetwork_3.5.8-1.diff.gz
  to pool/main/k/kdenetwork/kdenetwork_3.5.8-1.diff.gz
kdenetwork_3.5.8-1.dsc
  to pool/main/k/kdenetwork/kdenetwork_3.5.8-1.dsc
kdenetwork_3.5.8-1_all.deb
  to pool/main/k/kdenetwork/kdenetwork_3.5.8-1_all.deb
kdenetwork_3.5.8.orig.tar.gz
  to pool/main/k/kdenetwork/kdenetwork_3.5.8.orig.tar.gz
kdict_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kdict_3.5.8-1_amd64.deb
kdnssd_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kdnssd_3.5.8-1_amd64.deb
kget_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kget_3.5.8-1_amd64.deb
knewsticker_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/knewsticker_3.5.8-1_amd64.deb
kopete_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kopete_3.5.8-1_amd64.deb
kpf_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kpf_3.5.8-1_amd64.deb
kppp_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kppp_3.5.8-1_amd64.deb
krdc_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/krdc_3.5.8-1_amd64.deb
krfb_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/krfb_3.5.8-1_amd64.deb
ksirc_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/ksirc_3.5.8-1_amd64.deb
ktalkd_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/ktalkd_3.5.8-1_amd64.deb
kwifimanager_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/kwifimanager_3.5.8-1_amd64.deb
librss1_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/librss1_3.5.8-1_amd64.deb
lisa_3.5.8-1_amd64.deb
  to pool/main/k/kdenetwork/lisa_3.5.8-1_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 444716@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ana Beatriz Guerrero Lopez <ana@debian.org> (supplier of updated kdenetwork 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 11 Oct 2007 19:38:03 +0200
Source: kdenetwork
Binary: knewsticker kwifimanager dcoprss ksirc kdenetwork-filesharing kppp kpf kdenetwork-dbg kdnssd librss1 kdenetwork-doc-html kdenetwork kopete kget kdenetwork-kfile-plugins krfb krdc kdenetwork-dev kdict ktalkd lisa
Architecture: source amd64 all
Version: 4:3.5.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Ana Beatriz Guerrero Lopez <ana@debian.org>
Description: 
 dcoprss    - RSS utilities for KDE
 kdenetwork - network-related apps from the official KDE release
 kdenetwork-dbg - debugging symbols for kdenetwork
 kdenetwork-dev - development files for the KDE network module
 kdenetwork-doc-html - KDE network documentation in HTML format
 kdenetwork-filesharing - network filesharing configuration module for KDE
 kdenetwork-kfile-plugins - torrent metainfo plugin for KDE
 kdict      - dictionary client for KDE
 kdnssd     - Zeroconf support for KDE
 kget       - download manager for KDE
 knewsticker - news ticker applet for KDE
 kopete     - instant messenger for KDE
 kpf        - public fileserver for KDE
 kppp       - modem dialer and ppp frontend for KDE
 krdc       - Remote Desktop Connection for KDE
 krfb       - Desktop Sharing for KDE
 ksirc      - IRC client for KDE
 ktalkd     - talk daemon for KDE
 kwifimanager - wireless lan manager for KDE
 librss1    - RSS library for KDE
 lisa       - LAN information server for KDE
Closes: 369345 438796 444716
Changes: 
 kdenetwork (4:3.5.8-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #444716, #369345)
   * Resync patches. Applied upstream: 01_branch_673108-673109_kopete_webcam_fix
     01_branch_673117-673118_kopete_toolbar_fix.diff
   * Redo buildprep and bump build-dependencies to 3.5.8.
   * Add patch 23_ksirc_allow-colon-password.diff: ksirc allow colons in servers
     password. Thanks to Frans Pop. (Closes: #438796)
Files: 
 95bc40bfe1e7046d8824bae4fc85dc78 1433 kde optional kdenetwork_3.5.8-1.dsc
 763a2796e7139f75efec7ff4f1c07e41 11712957 kde optional kdenetwork_3.5.8.orig.tar.gz
 610a2772d8aa0689ac9ef3f10f3ed749 326819 kde optional kdenetwork_3.5.8-1.diff.gz
 13f52fae652412bc99c3d7774df00ec1 24816 kde optional kdenetwork_3.5.8-1_all.deb
 443741762205298f423e00471bc420fb 232616 doc optional kdenetwork-doc-html_3.5.8-1_all.deb
 7680fd60aad5bc45cfefc73435108ea5 95156 net optional dcoprss_3.5.8-1_amd64.deb
 e89068bf2650258cab0b4fe99e1880d9 50868 kde optional kdenetwork-kfile-plugins_3.5.8-1_amd64.deb
 94a0b9436c8d8760aeb94e0ec3ad941a 672604 net optional kdenetwork-filesharing_3.5.8-1_amd64.deb
 e18019b3f67709743d111bd3d8e2850b 313136 net optional kdict_3.5.8-1_amd64.deb
 1a47b6cfe709daf5a87ec7ee9e17814b 465302 net optional kget_3.5.8-1_amd64.deb
 0049ff447c9eef0b303662b8481a8d04 490606 kde optional knewsticker_3.5.8-1_amd64.deb
 6167ef72c70f367e1b3d269592bd0dc2 7893328 kde optional kopete_3.5.8-1_amd64.deb
 3f7622596fe330937b83bec4937baab1 214124 net optional kpf_3.5.8-1_amd64.deb
 d182d0440ed76fec8753209c10259251 717016 net optional kppp_3.5.8-1_amd64.deb
 24568a7aa96563d529995524e8818bdf 529152 net optional krdc_3.5.8-1_amd64.deb
 7bf40ccc0728994a97a9b128a074478e 970482 net optional krfb_3.5.8-1_amd64.deb
 edeb01b9d9048ba32c14369543e1f0c6 778808 net optional ksirc_3.5.8-1_amd64.deb
 0c44fe077b4c4acb356487848a3e86d5 153640 net extra ktalkd_3.5.8-1_amd64.deb
 115ae3062c44b3f6822f6880c11b4bc0 250520 net optional kwifimanager_3.5.8-1_amd64.deb
 a9da123b71057c9a40cee94ae65eaced 60474 libs optional librss1_3.5.8-1_amd64.deb
 43091b17b0ea2c21146443f1d448605f 109306 devel optional kdenetwork-dev_3.5.8-1_amd64.deb
 06c3541cd4073691ef67281341a0b664 184260 net optional lisa_3.5.8-1_amd64.deb
 f78c034f3bc604bc593f02b2ac3a7d16 63856 net optional kdnssd_3.5.8-1_amd64.deb
 c54d6b6a4fd48a3571490001cc8b046e 23170200 libdevel extra kdenetwork-dbg_3.5.8-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFHEoxfn3j4POjENGERAv7OAJ914tW/t5+57sjE5cHvMfdD45hYTACfaJb4
aWLXiDymhlbv3T44d3g1wgg=
=3411
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: