summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
QTBUG-14724_close_orphaned_file_descriptors_after_printing
What happened: In QPdfBaseEnginePrivate::openPrintDevice() noone
remembers the file descriptor opened by tempFile() which is a call to
the cups library to cupsTempFile()
Later in closePrintDevice the check for fd<0 fails, so no one closes
the file descriptor. If you later remove the file, the descriptor is
still open and cannot removed until you close the application.
If you print 20 times and more during your application is running and
you print out large files (complicate forms with a lot of elements
produces files with 3-4 MByte) your temporary file can be full, but
you don't see (with ls) files in it.
Bug: https://bugreports.qt.nokia.com/browse/QTBUG-14724
Author: Georg Scherzer
Gbp-Pq: Name QTBUG-14724_close_orphaned_file_descriptors_after_printing.patch
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
Add_support_for_QT_USE_DRAG_DISTANCE_env_var
from QT_USE_DRAG_DISTANCE environment variable.
See also http://bugreports.qt.nokia.com/browse/QTBUG-12594
Author: Joonas Tanskanen <joonas.tanskanen@sasken.com>
Gbp-Pq: Name Add_support_for_QT_USE_DRAG_DISTANCE_env_var.patch
Lisandro Damián Nicanor Pérez Meyer [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
qt4-x11 (4:4.8.2+dfsg-11) unstable; urgency=medium
* Take upstream patch change_all_shmget_calls_to_use_user-only_memory.patch.
It changes the shmget calls to get user-only memory, CVE-2013-0254.
- Set urgency to medium.
- Drop changes from tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp,
it doesn't exists in the Debian tarball.
[dgit import unpatched qt4-x11 4:4.8.2+dfsg-11]
Lisandro Damián Nicanor Pérez Meyer [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
Import qt4-x11_4.8.2+dfsg-11.debian.tar.gz
[dgit import tarball qt4-x11 4:4.8.2+dfsg-11 qt4-x11_4.8.2+dfsg-11.debian.tar.gz]
Lisandro Damián Nicanor Pérez Meyer [Sat, 18 Aug 2012 19:36:22 +0000 (19:36 +0000)]
Import qt4-x11_4.8.2+dfsg.orig.tar.xz
[dgit import orig qt4-x11_4.8.2+dfsg.orig.tar.xz]