Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (d98e1185b1fb581963ee25589e17d50e5c3dc871)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (d98e1185b1fb581963ee25589e17d50e5c3dc871)
  • Date: Wed, 24 Sep 2008 19:20:37 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

chat-im/licq/HISTORY | 4 ++++
chat-im/licq/PRE_BUILD | 5 ++++-
chat-im/licq/licq-1.3.5-logonfix.patch | 13 +++++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)

New commits:
commit d98e1185b1fb581963ee25589e17d50e5c3dc871
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

licq: Added upstream patch for login problems.

diff --git a/chat-im/licq/HISTORY b/chat-im/licq/HISTORY
index 030ae45..4ecacd2 100644
--- a/chat-im/licq/HISTORY
+++ b/chat-im/licq/HISTORY
@@ -1,3 +1,7 @@
+2008-09-24 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Added upstream patch
+ * licq-1.3.5-logonfix.patch: Upstream patch for login problems
+
2007-10-29 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.3.5

diff --git a/chat-im/licq/PRE_BUILD b/chat-im/licq/PRE_BUILD
index 57067c6..f50ed00 100755
--- a/chat-im/licq/PRE_BUILD
+++ b/chat-im/licq/PRE_BUILD
@@ -31,7 +31,10 @@ if [ "$LICQ_SVN" == "y" ]; then
mv ${SOURCE_DIRECTORY}/${SPELL}-email-svn \
${SOURCE_DIRECTORY}/plugins/email
fi
-fi &&
+else
+ cd $SOURCE_DIRECTORY &&
+ patch -p0 < $SCRIPT_DIRECTORY/licq-1.3.5-logonfix.patch
+fi
if [ "$XOSD" == "y" ]; then
cd $SOURCE_DIRECTORY/plugins &&
unpack_file 7
diff --git a/chat-im/licq/licq-1.3.5-logonfix.patch
b/chat-im/licq/licq-1.3.5-logonfix.patch
new file mode 100644
index 0000000..0edeae7
--- /dev/null
+++ b/chat-im/licq/licq-1.3.5-logonfix.patch
@@ -0,0 +1,13 @@
+Index: src/icqpacket.cpp
+===================================================================
+--- src/icqpacket.cpp (revision 6387)
++++ src/icqpacket.cpp (working copy)
+@@ -821,7 +821,7 @@
+
+ // Static versioning
+ buffer->PackUnsignedLongBE(0x00160002);
+- buffer->PackUnsignedShortBE(0x010A);
++ buffer->PackUnsignedShortBE(0x010B);
+ // Client version major (4 == ICQ2000, 5 == ICQ2001)
+ buffer->PackUnsignedLongBE(0x00170002);
+ buffer->PackUnsignedShortBE(0x0014);



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (d98e1185b1fb581963ee25589e17d50e5c3dc871), George Sherwood, 09/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page