Your message dated Fri, 23 Jan 2009 16:07:14 -0500
with message-id <[email protected]>
and subject line Re: Bug#512724: pidgin: ICQ doesn't connect from ex-USSR IP's 
(upstream patch available)
has caused the Debian Bug report #512724,
regarding gaim: GAIM fails to connect to ICQ from Russia and number of CIS 
countries.
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.)


-- 
512724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512724
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gaim
Version: 1:2.0.0+beta5-10etch1
Severity: important
Tags: patch

Recently the ICQ users with alternative clients like GAIM, Pidgin,
Miranda, QIP etc. started to receive the following message from UIN #1:

=============================
          Системное сообщение
=============================
ICQ не поддерживает используемую вами версию. Скачайте бесплатную
авторизованную версию ICQ с официального web-сайта ICQ.

=============================
         System Message
=============================
The version you are using is not supported by ICQ. Download a free
authorized ICQ version from ICQ's official website.


This message arises only when Russian or (some of?) CIS IP is used. The
problem is always solved in Pidgin, and the following patch is backport
of this solution. Simply put it into debian/patches and rebuild the
package.

--- ../old/gaim-2.0.0+beta5/libgaim/protocols/oscar/flap_connection.c	2006-11-10 10:24:18.000000000 +0300
+++ gaim-2.0.0+beta5/libgaim/protocols/oscar/flap_connection.c		2009-01-23 03:00:56.000000000 +0300
@@ -117,12 +117,21 @@
 {
 	FlapConnection *conn;
 
+	static const guint FlapLoginSeqs[] = 
+		{ 5695, 23595, 23620, 23049, 0x2886, 0x2493, 
+		  23620, 23049, 2853, 17372, 1255, 1796, 1657, 
+		  13606, 1930,  23918, 31234, 30120, 0x1BEA, 
+		  0x5342, 0x30CC, 0x2294, 0x5697, 0x25FA, 0x3303, 
+		  0x078A, 0x0FC5, 0x25D6, 0x26EE, 0x7570, 0x7F33, 
+		  0x4E94, 0x07C9, 0x7339, 0x42A8 };
+
 	conn = g_new0(FlapConnection, 1);
 	conn->od = od;
 	conn->buffer_outgoing = gaim_circ_buffer_new(0);
 	conn->fd = -1;
 	conn->subtype = -1;
 	conn->type = type;
+	conn->seqnum = FlapLoginSeqs[g_random_int_range(0, (sizeof FlapLoginSeqs) / (sizeof FlapLoginSeqs[0]))] - 1;
 
 	od->oscar_connections = g_slist_prepend(od->oscar_connections, conn);
 

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-486
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages gaim depends on:
ii  gaim-data     1:2.0.0+beta5-10etch1      multi-protocol instant messaging c
ii  libatk1.0-0   1.12.4-3                   The ATK accessibility toolkit
ii  libavahi-comp 0.6.16-3etch2              Avahi Howl compatibility library
ii  libc6         2.3.6.ds1-13etch8          GNU C Library: Shared libraries
ii  libcairo2     1.2.4-4.1+etch1            The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1+etch2              simple interprocess messaging syst
ii  libdbus-glib- 0.71-3                     simple interprocess messaging syst
ii  libfontconfig 2.4.2-1.2                  generic font configuration library
ii  libglib2.0-0  2.12.4-2                   The GLib library of C routines
ii  libgstreamer0 0.10.10-3                  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.8.20-7                   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.15~pre080614i-0etch1 NetScape Portable Runtime Library
ii  libnss3-0d    1.8.0.15~pre080614i-0etch1 Network Security Service libraries
ii  libpango1.0-0 1.14.8-5                   Layout and rendering of internatio
ii  libperl5.8    5.8.8-7etch6               Shared Perl library
ii  libsm6        1:1.0.1-3                  X11 Session Management library
ii  libstartup-no 0.8-2                      library for program launch feedbac
ii  libx11-6      2:1.0.3-7                  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-6              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
ii  python-dbus                   0.71-3     simple interprocess messaging syst

-- no debconf information

--- End Message ---
--- Begin Message ---
servers have reverted back to normal.



--- End Message ---

Reply via email to