Bug 105222

Summary: [maintainer update] Patch of mICQ, because the Oscar Protocol changed
Product: Ports & Packages Reporter: Paul Buetow <ports>
Component: Individual Port(s)Assignee: Frank J. Laszlo <laszlof>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Paul Buetow 2006-11-06 20:00:48 UTC
	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)

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);
How-To-Repeat: 	Starting mICQ, getting online and trying to post a message.
Comment 1 Frank J. Laszlo freebsd_committer freebsd_triage 2006-11-07 17:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->laszlof

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-07 17:07:34 UTC
arved       2006-11-07 17:07:27 UTC

  FreeBSD ports repository

  Modified files:
    net-im/micq          Makefile 
  Added files:
    net-im/micq/files    patch-src-oscar_roster.c 
  Log:
  Catch up with recent changes in the oscar protocol
  Bump PORTREVISION.
  
  PR:             105222
  Submitted by:   Paul Buetow (maintainer)
  
  Revision  Changes    Path
  1.55      +1 -0      ports/net-im/micq/Makefile
  1.1       +10 -0     ports/net-im/micq/files/patch-src-oscar_roster.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2006-11-07 17:07:53 UTC
State Changed
From-To: open->closed

committed, thanks!