| Summary: | Backporting KDE3 patches from openSUSE | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Francois Andriot <albator78> |
| Component: | tdebase | Assignee: | Francois Andriot <albator78> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | albator78, bugwatch, kb9vqf, michele.calgaro, slavek.banko |
| Priority: | P5 | ||
| Version: | 3.5.13.2 [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2014 | ||
| Attachments: |
tdepim 3.5.13.2 : fix kio_imap4 endless loop
tdepim 3.5.13.2 : add networkmanager support in kmail tdelibs 3.5.13.2 : fix security issue when displaying certificate informations tdelibs 3.5.13.2 : fix empty directory support in kzip tdelibs 3.5.13.2 : fix possible DOS in konqueror tqt3: fix zoom in qtextedit tqt3: add environment variable TQT_HOME_DIR and TQT_SYSTEM_DIR |
||
|
Description
Francois Andriot
2013-05-25 09:43:37 CDT
Created attachment 1287 [details] tdepim 3.5.13.2 : fix kio_imap4 endless loop Patch for kio_imap4 stability issues, thanks to Serghei Amelian . http://trinity-devel.pearsoncomputing.net/?0::11019 Created attachment 1288 [details] tdepim 3.5.13.2 : add networkmanager support in kmail Another patch from Serghei Amelian: http://trinity-devel.pearsoncomputing.net/?0::11020 I'm very hesitant about incorporating patch for NetworkManager support into 3.5.13.2 due to following reasons: 1) TDE 3.5.13.x branch does not have support for newer versions of NetworkManager 2) Not all distributions use NetworkManager 3) Not all users use NetworkManager 4) This solution is not suitable for R14 5) The solution should be more comprehensive - also for other applications - see Bug 1105 No problem, do not push the patches as they are. We can consider them as experimental test, rather than usable features. I will look into more openSUSE patches soon. Comment on attachment 1287 [details]
tdepim 3.5.13.2 : fix kio_imap4 endless loop
This patch is incorrect and causes other problems.
The real bug was fixed in commit c830701a.
Created attachment 1291 [details] tdelibs 3.5.13.2 : fix security issue when displaying certificate informations Fix a security issue in KSSL, see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3365 Note: the patch is for 3.5.13-SRU but that does not mean we should delay 3.5.13.2 for including this patch. Created attachment 1292 [details]
tdelibs 3.5.13.2 : fix empty directory support in kzip
Created attachment 1293 [details] tdelibs 3.5.13.2 : fix possible DOS in konqueror Security issue, see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2537 Patches from attachment 1291 [details] and attachment 1293 [details] look sane. Will be included into 3.5.13.2. For patch from attachment 1292 [details] I do not know how to verify its function / if needed. When I open zip archive in Konqueror, I see an empty folder even without this patch. Comment on attachment 1291 [details]
tdelibs 3.5.13.2 : fix security issue when displaying certificate informations
Pushed to GIT in hash a67a4810 and also into v3.5.13-sru branch.
Comment on attachment 1293 [details]
tdelibs 3.5.13.2 : fix possible DOS in konqueror
Pushed to GIT in hash 89cfde63 and also into v3.5.13-sru branch.
Created attachment 2226 [details] tqt3: fix zoom in qtextedit Original patch: 0055-qtextedit_zoom.patch qt-bugs@ issue : bugs.kde.org number : applied: yes author: Waldo Bastian <bastian@kde.org> QTextEdit::zoomIn /QTextEdit::zoomOut does not work if the original font had its size specified in pixels instead of points. pointSize() returns 0 in such case. Created attachment 2227 [details]
tqt3: add environment variable TQT_HOME_DIR and TQT_SYSTEM_DIR
Original patch from opensuse QT3.
Comment on attachment 2226 [details]
tqt3: fix zoom in qtextedit
Pushed to GIT in hash 9a892fca (TQt3) and 14f96e80 (Qt3).
Comment on attachment 1292 [details] tdelibs 3.5.13.2 : fix empty directory support in kzip I tracked this one down to its source--it's legit: http://websvn.kde.org/?view=revision&revision=1057062 And it's in KDE4: http://lists.kde.org/?l=kde-commits&m=125967200405525 Pushed to GIT in hash ddbe23e. Comment on attachment 2227 [details]
tqt3: add environment variable TQT_HOME_DIR and TQT_SYSTEM_DIR
Patch looks useful and sane. Pushed to GIT in hashes f0cc368 (qt3) and 16e2c76 (tqt3).
Comment on attachment 1288 [details]
tdepim 3.5.13.2 : add networkmanager support in kmail
KMail already has almost identical network detection support using the TDE network manager as of GIT hash 111cc21 (tdepim), therefore, this patch is not needed.
As there are no more patches remaining at this time I am going to close this report. If more are needed at a later date (unlikely as we are fast becoming upstream for the KDE 3.5-style desktop on OpenSUSE) they should be handled in a new report. Thanks for reporting, and for the patches! |