Package: kdenetwork / 4:4.4.5-2+squeeze1

Metadata

Package Version Patches format
kdenetwork 4:4.4.5-2+squeeze1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_backport_use_system_libktorrent.diff | (download)

kget/transfer-plugins/bittorrent/btsettingswidget.cpp | 3 3 + 0 - 0 !
kget/transfer-plugins/bittorrent/btsettingswidget.ui | 128 68 + 60 - 0 !
kget/transfer-plugins/bittorrent/bttransfer.cpp | 42 22 + 20 - 0 !
kget/transfer-plugins/bittorrent/bttransfer.h | 2 1 + 1 - 0 !
kget/transfer-plugins/bittorrent/bttransferfactory.cpp | 2 1 + 1 - 0 !
kget/transfer-plugins/bittorrent/bttransferhandler.cpp | 4 4 + 0 - 0 !
kget/transfer-plugins/bittorrent/kget_bittorrentfactory.kcfg | 3 3 + 0 - 0 !
7 files changed, 102 insertions(+), 82 deletions(-)

 backport some support for libktorrent from trunk
 This patch is mostly a backport of upstream commit r1117656 excluding
 CMakeLists.txt changes. See the next patch for adapted version of those.
02_debian_libktorrent_porting.diff | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
kget/transfer-plugins/CMakeLists.txt | 4 3 + 1 - 0 !
kget/transfer-plugins/bittorrent/CMakeLists.txt | 242 10 + 232 - 0 !
kget/transfer-plugins/bittorrent/scandlg.cpp | 18 8 + 10 - 0 !
kget/transfer-plugins/bittorrent/scandlg.h | 3 3 + 0 - 0 !
5 files changed, 27 insertions(+), 243 deletions(-)

 port existing code to libktorrent (custom changes)
 This patch makes necessary changes to CMakeLists.txt files. Mostly based on
 upstream commit r1117656.
 .
 It also makes current bittorent plugin compile with libktorrent 1.0.0.
03_kopete_icq_login_fix.diff | (download)

kopete/kopete/kconf_update/CMakeLists.txt | 4 2 + 2 - 0 !
kopete/kopete/kconf_update/kopete-update_icq_server.pl | 20 20 + 0 - 0 !
kopete/kopete/kconf_update/kopete-update_icq_server.upd | 4 4 + 0 - 0 !
kopete/protocols/oscar/icq/icqaccount.cpp | 6 3 + 3 - 0 !
kopete/protocols/oscar/icq/ui/icqeditaccountwidget.cpp | 24 12 + 12 - 0 !
5 files changed, 41 insertions(+), 17 deletions(-)

 aol sold icq. change login.oscar.aol.com to login.icq.com
Bug: https://bugs.kde.org/show_bug.cgi?id=257008
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603661
cve_2010_1000_directory_traversal.diff | (download)

kget/ui/metalinkcreator/metalinker.cpp | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 further addresses cve-2010-1000.
 The file name of Metalink File is checked a better way, making it work under
 more conditions.