summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
fix_use_after_free_qlocale_unix
Gbp-Pq: Name fix_use_after_free_qlocale_unix.patch
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
QTBUG-25324_assistant_segfault_on_start_with_gcc_4.7
Gbp-Pq: Name QTBUG-25324_assistant_segfault_on_start_with_gcc_4.7.patch
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
no_libicu_message
Gbp-Pq: Name no_libicu_message.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
qt_atomic_sparc64
Gbp-Pq: Name qt_atomic_sparc64.patch
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
CVE-2011-3922
Gbp-Pq: Name CVE-2011-3922.patch
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
add_missing_method_for_QBasicAtomicPointer_on_s390
Gbp-Pq: Name add_missing_method_for_QBasicAtomicPointer_on_s390.patch
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
s390x_jscore
Gbp-Pq: Name s390x_jscore.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
qt-multiarch-plugin-path-compat
Gbp-Pq: Name qt-multiarch-plugin-path-compat.diff
Modestas Vainius [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
workaround FTBFS on powerpc/gcc 4.6 in signalsloteditor
This should workaround g++-4.6/powerpc ICE that is related to dwarf2 [1][2].
It is very likely the patch will not be needed long term as the gcc bug might
eventually be fixed.
[1] .moc/release-shared/qteditorfactory.moc:237:1: internal compiler error: in size_of_die, at dwarf2out.c:10749
Please submit a full bug report,
with preprocessed source if appropriate.
[2] https://buildd.debian.org/status/fetch.php?pkg=qt4-x11&arch=powerpc&ver=4%3A4.7.2-4&stamp=
1304320067
Gbp-Pq: Name powerpc_designer_gstabs.diff
Modestas Vainius [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
Fix monotonic clock detection on kFreeBSD
Fix monotonic clock detection on kFreeBSD at configure time. This will finally
enable it in QElapsedTimer.
QProcess::waitForFinished() and all other qt_safe_select() users cannot safely
operate without monotonic clock because qt_safe_select() will indicate timeout
earlier than it is supposed when underlying select() call is interrupted
(errno=EINTR).
Gbp-Pq: Name kfreebsd_monotonic_clock.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
sh
Gbp-Pq: Name sh.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
powerpcspe
Gbp-Pq: Name powerpcspe.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_hppa_bug561203_decrease_failure_rate
~1/1000 when run in a row. Hopefully, this will make failures rare enough
not to cause FTBFSes.
Degradation in performance should not be very significant and is acceptable.
Author: Modestas Vainius <modax@debian.org>
Author: Fathi Boudra <fabo@debian.org>
Forwarded: not-needed
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561203
Origin: vendor
Last-Update: 2011-12-26
Gbp-Pq: Name 99_hppa_bug561203_decrease_failure_rate.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_webkit_no_gc_sections
Gbp-Pq: Name 96_webkit_no_gc_sections.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_armv6_uname_entry
Gbp-Pq: Name 94_armv6_uname_entry.diff
Modestas Vainius [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
Restore QtCore ABI compatibility with binaries built with g++ 4.3 on armel Once Qt is rebuilt with g++ 4.4, it becomes ABI incompatible with binaries built with g++ 4.3 on armel. That's because g++ 4.4 mangles va_list differently on armel. As a result, affected symbols are those which have va_list type in their argument list. Qt exports 2 such symbols: . qvsnprintf(char *str, size_t n, const char *fmt, va_list ap); QString &QString::vsprintf(const char* cformat, va_list ap); . The patch uses .symver assembler directive to add aliases for the symbols above. Those aliases are mangled in the same way as g++ 4.3 would mangle original symbols.
Gbp-Pq: Name 92_armel_gcc43_valist_compat.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_hurd_max_path
Gbp-Pq: Name 80_hurd_max_path.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_hppa_unaligned_access_fix_458133
Fix unaligned access on hppa
Gbp-Pq: Name 71_hppa_unaligned_access_fix_458133.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_hppa_ldcw_fix
patch from Ubuntu to properly support hppa.
Gbp-Pq: Name 70_hppa_ldcw_fix.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_kfreebsd_strnstr_build_fix
Gbp-Pq: Name 51_kfreebsd_strnstr_build_fix.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_kfreebsd_Q_OS
Gbp-Pq: Name 50_kfreebsd_Q_OS.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_disable_opengl_visibility
temporary fix because of alpha, has to be dropped as soon as gcc's bug is fixed.
Gbp-Pq: Name 41_disable_opengl_visibility.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_alpha_ice
Gbp-Pq: Name 40_alpha_ice.diff
Mike Hommey [Sun, 6 Jul 2008 06:37:28 +0000 (08:37 +0200)]
Fixed some alignment problems on sparc
Fixed some alignment problems on sparc
(and some that might occur on arm, too).
Some compiler warnings about alignment remain, but I don't know if they are
a real problem yet.
Gbp-Pq: Name 30_webkit_unaligned_access.diff
Modestas Vainius [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
Permit loading plugins built with future major Qt releases (4.x)
This check is too paranoid for us because it prevents from using symbol files
in full potential. Fine-grained package level dependencies should ensure that
the required version of the Qt Library is installed which might not necessarily
be the latest Qt 4.x the plugin was built against because the plugin actually
did not use any of new symbols in the Qt Library.
However, removal of this check might still increase likelihood of crashes when:
1) loading a new incompatible version of plugin into a running process still
using an old Qt Library. This might happen right after upgrade;
2) user tries to load incompatible non-packaged plugin;
but it's an acceptable compromise. Here we trade more bullet proof protection
from rare user faults or weird system misconfigurations for more flexibility,
installability and expand of forward binary compatibility beyond the same Qt
4.x whenever possible.
Gbp-Pq: Name 23_permit_plugins_built_with_future_qt.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_install_qvfb
Gbp-Pq: Name 20_install_qvfb.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_enable_qt3support_qtwebkit_debug_info
On Qt >= 4.5, debug info are disabled for Qt3Support and QtWebkit.
This patch enable them.
Gbp-Pq: Name 18_enable_qt3support_qtwebkit_debug_info.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_hide_std_symbols_on_qtwebkit
Solution based on the work of Mike Hommey in the gtk webkit package.
Author: Sune Vuorela <debian@pusling.com>
Gbp-Pq: Name 16_hide_std_symbols_on_qtwebkit.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_fix_qmake_makefile_generation
Gbp-Pq: Name 15_fix_qmake_makefile_generation.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_add_nostrip_for_debug_packages
Qt is built in release mode and strip files by default.
Set CONFIG+=nostrip to avoid the stripping and
let dh_strip do it to generate debug packages.
Gbp-Pq: Name 12_add_nostrip_for_debug_packages.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_build_translations
translations fails to build under autobuilders.
Use case: Qt sources comes from git and we need to build them.
Gbp-Pq: Name 11_build_translations.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_config_tests_fixes
Gbp-Pq: Name 10_config_tests_fixes.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_configure_quilt_compat
Avoid '.pc' directories created by quilt.
It breaks qmake projects search.
Gbp-Pq: Name 08_configure_quilt_compat.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_trust_dpkg-arch_over_uname-m
qt-bugs@ issue : N180631
Trolltech task ID : 181882
Gbp-Pq: Name 07_trust_dpkg-arch_over_uname-m.diff
Modestas Vainius [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
set sane timestamps when generating header symlinks for non-existing headers
This is particularly important for QtCore/QtConfig symlink because typically
qconfig.h does not exist when syncqt is run by ./configure. So instead of
assigning a modification timestamp equal to the epoch (00:00 January 1, 1970
GMT.) for the symlink, just use current time().
Gbp-Pq: Name 02_syncqt_sane_timestamp_for_nonexisting_headers.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
_debian_append_qt4_suffix
Gbp-Pq: Name 01_debian_append_qt4_suffix.diff
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
buildable_appchooser_states_demos
Gbp-Pq: Name buildable_appchooser_states_demos.patch
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
qtdebug_syslog
Gbp-Pq: Name qtdebug_syslog.patch
Robert Knight [Sun, 20 Apr 2008 14:28:31 +0000 (16:28 +0200)]
When tabs are inserted or removed in a QTabBar, QTabBarPrivate::refresh() is called to update the layout. If the tabbar widget is hidden, this just sets a boolean variable (layoutDirty) and returns, so the parent widget's layout is not notified about the possible geometry change.
Prior to Qt 4.4 this was not a problem because the geometry was
recalculated in QTabBar::sizeHint() if the layoutDirty variable was
set. In Qt 4.4 however the layout caches size hint information in
QWidgetItemV2. Since the cache information is not invalidated, the
layout may end up using out-of-date size hint information to compute
the widget size.
If the QTabBar is empty when QTabBar::sizeHint() is called, it will
return a size with a height of 0, which will be kept in the cache and
so the tab bar will never be shown.
This patch fixes the problem by calling updateGeometry() whenever the
tab bar's layout is refreshed.
qt-bugs@ issue : 208185
Trolltech task ID : 208349
bugs.kde.org number : 159014
Gbp-Pq: Name 0225-invalidate-tabbar-geometry-on-refresh.patch
Lubos Lunak [Tue, 2 Oct 2007 14:08:32 +0000 (16:08 +0200)]
This patch makes override-redirect windows (popup menu, dropdown menu, tooltip, combobox, etc.) also have more window properties like WM_CLASS, so they can be used when compositing.
qt-bugs@ issue : none
bugs.kde.org number : none
Gbp-Pq: Name 0195-compositing-properties.diff
Lisandro Damián Nicanor Pérez Meyer [Sat, 22 Dec 2012 16:32:12 +0000 (08:32 -0800)]
change_all_shmget_calls_to_use_user-only_memory
Change-Id: I8fc753f09126651af3fb82df3049050f0b14e876
(cherry-picked from Qt 5 commit
856f209fb63ae336bfb389a12d2a75fa886dc1c5)
Reviewed-by: Richard J. Moore <rich@kde.org>
Gbp-Pq: Name change_all_shmget_calls_to_use_user-only_memory.patch
Shane Kearns [Thu, 6 Dec 2012 17:03:18 +0000 (17:03 +0000)]
Fix binary incompatibility between openssl versions
OpenSSL changed the layout of X509_STORE_CTX between 0.9 and 1.0
So we have to consider this struct as private implementation, and use
the access functions instead.
This bug would cause certificate verification problems if a different
version of openssl is loaded at runtime to the headers Qt was compiled
against.
Task-number: QTBUG-28343
Change-Id: I47fc24336f7d9c80f08f9c8ba6debc51a5591258
Reviewed-by: Richard J. Moore <rich@kde.org>
(cherry picked from commit
eb2688c4c4f257d0a4d978ba4bf57d6347b15252)
Gbp-Pq: Name Fix_binary_incompatibility_between_openssl_versions.patch
Peter Hartmann [Fri, 4 Jan 2013 10:06:14 +0000 (11:06 +0100)]
SSL certificates: blacklist mis-issued Turktrust certificates
Those certificates have erroneously set the CA attribute to true,
meaning everybody in possesion of their keys can issue certificates on
their own.
backport of
bf5e7fb2652669599a508e049b46ebd5cd3206e5 from qtbase
Task-number: QTBUG-28937
Change-Id: Iee57c6f983fee61c13c3b66ed874300ef8e80c23
Reviewed-by: Richard J. Moore <rich@kde.org>
Gbp-Pq: Name SSL-certificates-blacklist-mis-issued-Turktrust-cert.patch
Richard Moore [Mon, 19 Nov 2012 20:48:39 +0000 (20:48 +0000)]
Make the rules for redirects a bit stricter.
Change-Id: I7a3cec664aa028202de3d3bda9f499e4deb2998d
Gbp-Pq: Name make_rules_for_redirect_stricter.patch
Jędrzej Nowacki [Mon, 22 Oct 2012 13:17:19 +0000 (15:17 +0200)]
Fix mmap usage.
Add missing MAP_NORESERVE and fix error checking.
Special thanks to Olivier JG for debugging the issue.
Task-number: QTBUG-27322
Change-Id: Ia9f4aa80415f0127318714912b524131a5b0f18a
Gbp-Pq: Name add_missing_map_noreserve.patch
Kent Hansen [Thu, 8 Jul 2010 17:26:50 +0000 (17:26 +0000)]
Fix JIT crash on x86-64 (avoid 32-bit branch offset overflow)
Cherry-picked from webkit commit
a5b3261a8c4386b4e14ce40a34c7fc933a5f7001
Task-number: QTBUG-23871
Change-Id: Ia028fe072b349e3a7883ae0f6f7298941cc1bc9e
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
(cherry picked from commit
79ebd39d0d4846cb911ae122d2059e5add568d7e in qtscript)
Gbp-Pq: Name fix_jit_crash_on_x86_64.patch
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
disable-SSL-compression-by-default
Gbp-Pq: Name disable-SSL-compression-by-default.patch
Debian Qt/KDE Maintainers [Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)]
Fix-cursor-truncate-to-include-line-position
Origin: commit
ca89c49fa2c5cbb3945897046f33eed9f7da846c
Author: Jiang Jiang <jiang.jiang@nokia.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Applied-Upstream: yes
Forwarded: not-needed
Gbp-Pq: Name Fix-cursor-truncate-to-include-line-position.patch
Pino Toscano [Tue, 15 May 2012 12:40:15 +0000 (14:40 +0200)]
QElfParser: fix type of sh_size
The type of the sh_size field of a section header is either Elf32_Word or Elf64_Xword,
so the type used cannot be qelfword_t (always 32 bits) but qelfoff_t.
Change-Id: Ia380b6823913fee7a96b39f742630ae3a9ca0cb8
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Arvid Picciani <arvid.picciani@nokia.com>
(backport of
77b179689ba37dc909778fdd00df2701f83a2868 from qtbase)
Gbp-Pq: Name QElfParser-fix-type-of-sh_size.patch
Owen W. Taylor [Mon, 17 Oct 2011 21:27:43 +0000 (17:27 -0400)]
Fix logic for figuring out what ConfigureNotify positions can be trusted
When reading ahead in the queue for ConfigureNotify events, it's necessary
to look for intermediate ReparentNotify events as well, since they will
determine whether the position in the event can be trusted or not.
Bug: https://bugreports.qt.nokia.com/browse/QTBUG-21900
Gbp-Pq: Name QTBUG-21900_Buttons_in_Qt_applications_not_clickable_when_run_under_gnome-shell.patch
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]