ports/125156: [patch] Pidgin refuses to connect to ICQ since today
Vitaly Magerya
vmagerya at gmail.com
Tue Jul 1 18:30:11 UTC 2008
>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 at 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:
More information about the freebsd-ports-bugs
mailing list