Package: qtbase-opensource-src-gles / 5.15.2+dfsg-4
Metadata
Package | Version | Patches format |
---|---|---|
qtbase-opensource-src-gles | 5.15.2+dfsg-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
xcb_screens_uaf.patch | (download) |
src/plugins/platforms/xcb/qxcbconnection_screens.cpp |
6 4 + 2 - 0 ! |
avoid use-after-free in qxcbconnection::initializescreens() |
qnam_connect_memory_leak.diff | (download) |
src/network/access/qnetworkreplyhttpimpl.cpp |
12 11 + 1 - 0 ! |
qnam: work around qobject finicky orphan cleanup details |
gcc_11_limits.diff | (download) |
src/corelib/global/qendian.h |
2 2 + 0 - 0 ! |
include <limits> to fix some gcc 11 build issues |
gnukfreebsd.diff | (download) |
mkspecs/features/qt_functions.prf |
2 2 + 0 - 0 ! |
initial gnu/kfreebsd support - add a gnukfreebsd-g++ qmake mkspec, mostly copied from the hurd-g++ one - properly use LD_LIBRARY_PATH on GNU/* systems |
no_htmlinfo_example.diff | (download) |
examples/xml/xml.pro |
3 1 + 2 - 0 ! |
disable htmlinfo example which contains non-free files |
remove_privacy_breaches.diff | (download) |
doc/global/template/scripts/main.js |
5 0 + 5 - 0 ! |
remove non-used privacy-breach code This code makes Lintian unhappy. But we are really not using it, it only gets inserted when building the online doc. Anyways the best way to calm down Lintian is to simply remove it. |
link_fbclient.diff | (download) |
src/plugins/sqldrivers/configure.json |
2 1 + 1 - 0 ! |
build ibase sql plugin against firebird |
gnukfreebsd_linker_warnings.diff | (download) |
src/corelib/configure.json |
3 3 + 0 - 0 ! |
catch linker warnings in some config tests Without this, qmake wrongly thinks that the tests succeed, for example: . ./config.tests/unix/futimens/futimens.cpp:44: warning: futimens is not implemented and will always fail test config.corelib.tests.futimens succeeded |
armv4.diff | (download) |
src/corelib/global/qprocessordetection.h |
5 5 + 0 - 0 ! |
support armv4 architecture, needed for armel builds |
nonlinux_utime.diff | (download) |
qmake/library/ioutils.cpp |
2 1 + 1 - 0 ! |
guard utime_now/utime_omit usages |
qdoc_default_incdirs.diff | (download) |
mkspecs/features/qt_docs.prf |
4 4 + 0 - 0 ! |
pass default include directories to qdoc |
path_max.diff | (download) |
src/corelib/io/qfilesystemengine_unix.cpp |
4 4 + 0 - 0 ! |
avoid unconditional path_max usage Use a "safe" size in case PATH_MAX is not defined; in the end, this should not be used, as a allocating realpath() will be used instead. |
qstorageinfo_linux.diff | (download) |
src/corelib/io/qstorageinfo_unix.cpp |
2 2 + 0 - 0 ! |
limit linux-only code with q_os_linux The QStorageInfo/QStorageIterator implementation used for Linux is used also on Hurd, as it uses an interface provided by GNU libc. QStorageIterator::device() tries to use PATH_MAX (unavailable on the Hurd) to lookup a /dev/block/ path, which exists on Linux only; hence, perform that check within a Q_OS_LINUX block. |
cross_build_mysql.diff | (download) |
src/plugins/sqldrivers/configure.json |
1 1 + 0 - 0 ! |
call pkgconfig in order to be able to cross build qtbase with mysql. Qt's build system calls mysql_config... which won't work in a cross build environment like Debian's, as it will throw an exec format error. . In order to solve this call pkgconfig and use mysqlclient.pc. |