Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 116962

Summary: centericq-4.21.0 jabber support needs patch
Product: Gentoo Linux Reporter: konsti
Component: New packagesAssignee: Wolfram Schlich (RETIRED) <wschlich>
Status: RESOLVED WONTFIX    
Severity: normal CC: coronalvr, lars
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description konsti 2005-12-28 03:03:45 UTC
As a result of researches in the gentoo forums tha jabber support in centericq-4.21.0 needs the following patch to at least a few people:

diff -Nur centericq-4.21.0.orig/libjabber-0.1/libxode.h centericq-4.21.0/libjabber-0.1/libxode.h
--- centericq-4.21.0.orig/libjabber-0.1/libxode.h       2005-02-10 01:36:26.000000000 +0100
+++ centericq-4.21.0/libjabber-0.1/libxode.h    2005-12-14 08:47:01.000000000 +0100
@@ -424,10 +424,10 @@
  */
 
 typedef struct {
-  unsigned long H[5];
-  unsigned long W[80];
   int lenW;
-  unsigned long sizeHi,sizeLo;
+  uint32_t H[5];
+  uint32_t W[80];
+  uint32_t sizeHi,sizeLo;
 } SHA_CTX;

Otherwise trying to authenticate with jabber.org gives an 401 error.

Aditionally I will inform Konst about this particular Report so he might consider to include this into upstream.

REgards, Konsti
Comment 1 Wolfram Schlich (RETIRED) gentoo-dev 2006-06-27 04:11:41 UTC
Upstream does not care about fixing bugs.
We should probably remove CenterICQ from Portage.