Note:
SDECFG_PKG_QT4_NO_EXCEPTIONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Because Qt4 is figuring out by itself if the used compiler supports exceptions
the behavior was changed to explicitely disable exceptions.
Default: 0 (Qt will try to build with exceptions if supported by the compiler)
SDECFG_PKG_QT4_NO_STL
~~~~~~~~~~~~~~~~~~~~~
The old behavior to explicitely enable Qt4 STL support was changed this way,
that now you have to explicitely _disable_ it!
Default: 0 (Qt STL support is enabled)
CVE-2007-5965 (Medium - Network exploitable , Victim must voluntarily interact with attack mechanism) :
QSslSocket in Trolltech Qt 4.3.0 through 4.3.2 does not properly verify SSL certificates, which
might make it easier for remote attackers to trick a user into accepting an invalid server
certificate for a spoofed service, or trick a service into accepting an invalid client certificate for a
user.