summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33/files/patch-utf8-bug-qt3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-261-105/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* Fix potential vulnerability from an off-by-one error in the QUtf8DecoderMichael Nottebrock2007-09-181-2/+6
| | | | | | | | | class. Security: CVS-2007-4137 Notes: svn path=/head/; revision=199685
* Fix handling of overlong UTF8 sequences in Qt and kdelibs, which, unpatched,Michael Nottebrock2007-03-301-0/+101
introduces XSS vulnerabilities in Konqueror and potentially affect any Qt/KDE applications which deal with URLs or paths from untrusted locations. Security: CVE-2007-0242 Notes: svn path=/head/; revision=188834