1
0
forked from ports/contrib

licq: patch added (forget to add actual patch last time)

This commit is contained in:
Mikhail Kolesnik 2008-07-03 12:28:06 +03:00
parent 68934c3ef3
commit 895312bd30
2 changed files with 14 additions and 1 deletions

View File

@ -6,7 +6,7 @@
name=licq
version=1.3.5
release=3
release=4
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2
$name-$version-logonfix.patch)

View File

@ -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);