Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2008 18:27:22 GMT
From:      Vitaly Magerya <vmagerya@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125156: [patch] Pidgin refuses to connect to ICQ since today
Message-ID:  <200807011827.m61IRMRt034372@www.freebsd.org>
Resent-Message-ID: <200807011830.m61IUBw1012412@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125156
>Category:       ports
>Synopsis:       [patch] Pidgin refuses to connect to ICQ since today
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 01 18:30:11 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Vitaly Magerya
>Release:        FreeBSD 7.0-RELEASE
>Organization:
>Environment:
FreeBSD deskbox 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Since this day (July 1) Pidgin refuses to connect to ICQ with message "The client version you are using is too old. Please upgrade at http://pidgin.im/". It seems to be a common problem among many ICQ clients.

Until pidgin's developers will fix the issue, there is a short patch to make it work.
>How-To-Repeat:
Start pidgin, try to connect to an ICQ account.
>Fix:
At ubuntu bugtracker (https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/244591/) there is a patch to libpurple, which fixes it. Just copy the attached file to /usr/ports/net-im/libpurple/files/ and reinstall libpurple.

Patch attached with submission follows:

--- libpurple/protocols/oscar/oscar.h	a40e3332eade975c73e344e17bd06d4b99cae751
+++ libpurple/protocols/oscar/oscar.h	7853a27f5f8735092ebefef567aaeeccad2a057c
@@ -301,7 +301,7 @@ struct _ClientInfo
 
 #define CLIENTINFO_PURPLE_ICQ { \
 	"Purple/" VERSION, \
-	0x010a, \
+	0x010b, \
 	0x0014, 0x0034, \
 	0x0000, 0x0bb8, \
 	0x0000043d, \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807011827.m61IRMRt034372>