licq: updated to 1.3.6

This commit is contained in:
Mikhail Kolesnik 2008-11-11 17:11:01 +02:00
parent 0726842cc6
commit 9aeb756173
3 changed files with 5 additions and 20 deletions

View File

@ -1,2 +1 @@
8b49bf52ff8ad76619d57d6eb7ae66ed licq-1.3.5-logonfix.patch
842a73c82980721961fe824f40377292 licq-1.3.5.tar.bz2
9a2842dceba565601d0339347e6e203d licq-1.3.6.tar.bz2

View File

@ -5,15 +5,14 @@
# Depends on: qt3
name=licq
version=1.3.5
release=4
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2
$name-$version-logonfix.patch)
version=1.3.6
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
patch -p0 -i $SRC/$name-$version-logonfix.patch
./configure --prefix=/usr \
--disable-nls \
--disable-debug \
--disable-gpgme
make

View File

@ -1,13 +0,0 @@
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);