From 895312bd300fa047367b9a92c4153438d012ee1c Mon Sep 17 00:00:00 2001 From: Mikhail Kolesnik Date: Thu, 3 Jul 2008 12:28:06 +0300 Subject: [PATCH] licq: patch added (forget to add actual patch last time) --- licq/Pkgfile | 2 +- licq/licq-1.3.5-logonfix.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 licq/licq-1.3.5-logonfix.patch diff --git a/licq/Pkgfile b/licq/Pkgfile index 537a1c645..3f8e547cd 100644 --- a/licq/Pkgfile +++ b/licq/Pkgfile @@ -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) diff --git a/licq/licq-1.3.5-logonfix.patch b/licq/licq-1.3.5-logonfix.patch new file mode 100644 index 000000000..0edeae7ce --- /dev/null +++ b/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);