Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116962 - centericq-4.21.0 jabber support needs patch
Summary: centericq-4.21.0 jabber support needs patch
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-28 03:03 UTC by konsti
Modified: 2006-06-27 04:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

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