diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-11 18:29:02 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-11 18:29:02 +0000 |
commit | decd08a2e9822de58ea5bf349c896b566468cecf (patch) | |
tree | 6a07dd601c4cb4d6e840e98f47f9450fb268c890 /kde-base/kopete/files | |
parent | Mark 0.3.1 stable on ia64 (diff) | |
download | gentoo-2-decd08a2e9822de58ea5bf349c896b566468cecf.tar.gz gentoo-2-decd08a2e9822de58ea5bf349c896b566468cecf.tar.bz2 gentoo-2-decd08a2e9822de58ea5bf349c896b566468cecf.zip |
Add patch to fix KDE BUG #130630 (unable to connect to ICQ since today), add warning on all the old ebuilds.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'kde-base/kopete/files')
-rw-r--r-- | kde-base/kopete/files/digest-kopete-3.5.3-r2 | 6 | ||||
-rw-r--r-- | kde-base/kopete/files/kopete-3.5.3-icqfix.patch | 24 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-base/kopete/files/digest-kopete-3.5.3-r2 b/kde-base/kopete/files/digest-kopete-3.5.3-r2 new file mode 100644 index 000000000000..0d9cb09f0130 --- /dev/null +++ b/kde-base/kopete/files/digest-kopete-3.5.3-r2 @@ -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-3.5.3-icqfix.patch b/kde-base/kopete/files/kopete-3.5.3-icqfix.patch new file mode 100644 index 000000000000..6370565cf64a --- /dev/null +++ b/kde-base/kopete/files/kopete-3.5.3-icqfix.patch @@ -0,0 +1,24 @@ +Index: kopete/protocols/oscar/liboscar/oscartypes.h +=================================================================== +--- kopete/protocols/oscar/liboscar/oscartypes.h (revision 561015) ++++ kopete/protocols/oscar/liboscar/oscartypes.h (revision 561016) +@@ -232,13 +232,13 @@ + + /* ICQ Version Characteristics */ + const unsigned char ICQ_TCP_VERSION = 0x0008; +- const char ICQ_CLIENTSTRING[] = "ICQ Inc. - Product of ICQ (TM).2003a.5.45.1.3777.85"; ++ const char ICQ_CLIENTSTRING[] = "ICQBasic"; + const WORD ICQ_CLIENTID = 0x010A; +- const WORD ICQ_MAJOR = 0x0005; +- const WORD ICQ_MINOR = 0x002D; +- const WORD ICQ_POINT = 0x0001; +- const WORD ICQ_BUILD = 0x0EC1; +- const char ICQ_OTHER[] = { 0x00, 0x00, 0x00, 0x55 }; ++ const WORD ICQ_MAJOR = 0x0014; ++ const WORD ICQ_MINOR = 0x0034; ++ const WORD ICQ_POINT = 0x0000; ++ const WORD ICQ_BUILD = 0x0A0F; ++ const char ICQ_OTHER[] = { 0x00, 0x00, 0x04, 0x3d }; + const char ICQ_COUNTRY[] = "us"; + const char ICQ_LANG[] = "en"; + |