Bug 105222 - [maintainer update] Patch of mICQ, because the Oscar Protocol changed
Summary: [maintainer update] Patch of mICQ, because the Oscar Protocol changed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frank J. Laszlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-06 20:00 UTC by Paul Buetow
Modified: 2006-11-07 17:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!