summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-31 18:54:13 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-31 18:54:13 +0000
commitdef070c4ddb54459e879ea30690a7735657ca836 (patch)
tree867602423f0ca69dfbb1428fa50be5cb5bca6070 /kde-base/kopete/files
parentAdd patch to fix yet-again more ICQ protocol changes, see KDE BUG #130630. (diff)
downloadgentoo-2-def070c4ddb54459e879ea30690a7735657ca836.tar.gz
gentoo-2-def070c4ddb54459e879ea30690a7735657ca836.tar.bz2
gentoo-2-def070c4ddb54459e879ea30690a7735657ca836.zip
Add patch to fix yet-again more ICQ protocol changes, see KDE BUG #130630.
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'kde-base/kopete/files')
-rw-r--r--kde-base/kopete/files/digest-kopete-3.5.3-r46
-rw-r--r--kde-base/kopete/files/kopete-0.12.1-icqfix3.patch13
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/kopete/files/digest-kopete-3.5.3-r4 b/kde-base/kopete/files/digest-kopete-3.5.3-r4
new file mode 100644
index 000000000000..0d9cb09f0130
--- /dev/null
+++ b/kde-base/kopete/files/digest-kopete-3.5.3-r4
@@ -0,0 +1,6 @@
+MD5 07d313f91154d3c2f4620b921277fdc8 kdenetwork-3.5-patchset-01.tar.bz2 2986
+RMD160 288113734e7767a7526f4b9311c1985ac8aa91bf kdenetwork-3.5-patchset-01.tar.bz2 2986
+SHA256 0bbde1adaa4e8fff02c1f1fd6ceb66ec9af14dd19ff64567ab0fd03926d7d05b kdenetwork-3.5-patchset-01.tar.bz2 2986
+MD5 119af91a048c34d9a917a1898f215554 kdenetwork-3.5.3.tar.bz2 7524718
+RMD160 0c57f39652946c577ad0d6ec7f4fc593fe38a0bc kdenetwork-3.5.3.tar.bz2 7524718
+SHA256 f0323e33226b30ca30bfee05a9b6da8a1de964c9593d134294f83a54db0f4f3c kdenetwork-3.5.3.tar.bz2 7524718
diff --git a/kde-base/kopete/files/kopete-0.12.1-icqfix3.patch b/kde-base/kopete/files/kopete-0.12.1-icqfix3.patch
new file mode 100644
index 000000000000..ac786297eb5e
--- /dev/null
+++ b/kde-base/kopete/files/kopete-0.12.1-icqfix3.patch
@@ -0,0 +1,13 @@
+Index: kopete/protocols/oscar/liboscar/oscartypes.h
+===================================================================
+--- kopete/protocols/oscar/liboscar/oscartypes.h (revision 568242)
++++ kopete/protocols/oscar/liboscar/oscartypes.h (revision 568243)
+@@ -239,7 +239,7 @@
+ const WORD ICQ_MAJOR = 0x0014;
+ const WORD ICQ_MINOR = 0x0034;
+ const WORD ICQ_POINT = 0x0000;
+- const WORD ICQ_BUILD = 0x0A0F;
++ const WORD ICQ_BUILD = 0x0BB8;
+ const char ICQ_OTHER[] = { 0x00, 0x00, 0x04, 0x3d };
+ const char ICQ_COUNTRY[] = "us";
+ const char ICQ_LANG[] = "en";