Date: Mon, 6 Nov 2006 20:59:03 +0100 (CET) From: Paul Buetow <ports@buetow.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105222: [maintainer update] Patch of mICQ, because the Oscar Protocol changed Message-ID: <20061106195903.B3093116D5@mail.host0.pblabs.net> Resent-Message-ID: <200611062000.kA6K0p60070996@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105222 >Category: ports >Synopsis: [maintainer update] Patch of mICQ, because the Oscar Protocol changed >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 06 20:00:48 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Paul Buetow >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: P. B. Labs >Environment: System: FreeBSD host0.pblabs.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #4: Wed Nov 1 19:21:02 CET 2006 admin@host0.pblabs.net:/usr/obj/usr/srcs/freebsd.src6/src/sys/ELEVEN amd64 >Description: The oscar protocol changed, so mICQ doesnt work any more. So it needs patching. Its not possible to send messages (mICQ keeps telling to be offline) >How-To-Repeat: Starting mICQ, getting online and trying to post a message. >Fix: Adding the following patch ./files/patch-src-oscar_roster.c with the content: --- src/oscar_roster.c 23 Sep 2006 21:03:22 -0000 1.28 +++ src/oscar_roster.c 2 Nov 2006 22:28:05 -0000 @@ -117,6 +117,7 @@ SnacCliReady (serv); SnacCliAddcontact (serv, NULL, serv->contacts); SnacCliReqofflinemsgs (serv); + SnacCliReqinfo (serv); if (serv->flags & CONN_WIZARD) { IMRoster (serv, IMROSTER_IMPORT); >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061106195903.B3093116D5>