Change logs for qtbase-opensource-src source package in Utopic

  • qtbase-opensource-src (5.3.0+dfsg-2ubuntu9.1) utopic-security; urgency=medium
    
      * SECURITY UPDATE: denial of service via crafted BMP
        - debian/patches/CVE-2015-0295.patch: fix division by zero in
          src/gui/image/qbmphandler.cpp.
        - CVE-2015-0295
      * SECURITY UPDATE: denial of service and possible code execution via
        crafted BMP or ICO images
        - debian/patches/CVE-2015-1858-1859.patch: move check to better
          location in src/gui/image/qbmphandler.cpp, check depth in
          src/plugins/imageformats/ico/qicohandler.cpp.
        - CVE-2015-1858
        - CVE-2015-1859
      * SECURITY UPDATE: denial of service and possible code exection via
        crafted GIF image
        - debian/patches/CVE-2015-1860.patch: check bounds in
          src/gui/image/qgifhandler.cpp.
        - CVE-2015-1860
    
     -- Marc Deslauriers <email address hidden>  Wed, 27 May 2015 10:49:17 -0400
  • qtbase-opensource-src (5.3.0+dfsg-2ubuntu9) 14.09; urgency=medium
    
      * Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch
        Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch:
        - Cherry-pick two fixes so that apps don't incorrectly chmod
          (LP: #1359831)
     -- Timo Jyrinki <email address hidden>   Fri, 03 Oct 2014 08:02:30 +0000
  • qtbase-opensource-src (5.3.0+dfsg-2ubuntu8) utopic; urgency=medium
    
      * Update arm64, powerpc and ppc64el symbols
    
    qtbase-opensource-src (5.3.0+dfsg-2ubuntu7) utopic; urgency=medium
    
      * Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch:
        - Cherry-pick a fix from upstream (LP: #1371472)
      * enable-tests.patch: skip an additional test that has started failing
        even on no-change rebuild
      * Update symbols (gcc 4.9)
     -- Timo Jyrinki <email address hidden>   Mon, 29 Sep 2014 04:07:58 +0000
  • qtbase-opensource-src (5.3.0+dfsg-2ubuntu6) utopic; urgency=medium
    
      * Fix crash on dbus shutdown
     -- Albert Astals Cid <email address hidden>   Tue, 01 Jul 2014 13:00:56 +0200
  • qtbase-opensource-src (5.3.0+dfsg-2ubuntu5) utopic; urgency=medium
    
      * libqt5gui5.symbols: updating symbols when building for armhf (when
        OpenGLES is used by default)
     -- Ricardo Salveti de Araujo <email address hidden>   Thu, 19 Jun 2014 19:10:38 -0300
  • qtbase-opensource-src (5.3.0+dfsg-2ubuntu4) utopic; urgency=medium
    
      * Update symbols
    
    qtbase-opensource-src (5.3.0+dfsg-2ubuntu3) utopic; urgency=medium
    
      * Modify makeshlibs again, just use default behavior.
    
    qtbase-opensource-src (5.3.0+dfsg-2ubuntu2) utopic; urgency=medium
    
      * Modify override_dh_makeshlibs back to what is needed for -gles packages
      * Make libqt5gui5.symbols more compatible with -gles packages
    
    qtbase-opensource-src (5.3.0+dfsg-2ubuntu1) utopic; urgency=medium
    
      * New upstream release
      * Remove patches merged upstream:
        - debian/patches/0001-Do-not-overwrite-basePixmap-of-QIconLoader-PixmapEnt.patch
        - debian/patches/Add_better_support_for_keymap_update_handling.patch
        - debian/patches/Fix-access-after-delete-with-Harfbuzz-NG-code-path.patch
        - debian/patches/Fix-log_clusters-calculation-in-HarfBuzz-NG-code-pat.patch
        - debian/patches/HarfBuzz-NG-Hide-characters-that-should-normally-be-.patch
        - debian/patches/Minor-optimization-for-QTextEngine-shapeText.patch
        - debian/patches/Use-None-instead-of-GLX_NONE.patch
        - debian/patches/When-looking-up-the-window-hierarchy-stop-at-foreign.patch
        - debian/patches/change_sparc_qatomic.patch
        - debian/patches/enable_s390_detection.patch
        - debian/patches/fix_power_atomic_code.patch
        - debian/patches/make_qkdetheme_constructor_public.diff
        - debian/patches/platformtheme_env.diff
        - debian/patches/qdoc-Fix-crash-in-Generator-generateInnerNode.patch
      * Build with GStreamer 1.0
      * debian/patches/revert_upstream_bsymbolic_change.patch:
        - Revert upstream change since we have fixed binutils
      * Move include files to multi-arch dir following Debian's lead
      * debian/patches/enable-tests.patch:
        - Refresh the patch to apply
        - Skip a handful of tests that fail, will need to be re-enabled later
      * Sync with Debian, keeping the existing delta where applicable
      * Reverse the test enabling logic and support nocheck option
      * debian/patches/Add-virtual-function-to-QFontEngine-report-if-outlin.patch
        debian/patches/Fix-FT-glyph-outline-to-path-conversion.patch
        Fix_crash_in_QOpenGLTextureallocateStorage.patch:
        - Backport three patches from stable branch
    
    qtbase-opensource-src (5.3.0+dfsg-3) UNRELEASED; urgency=medium
    
      [ Lisandro Damián Nicanor Pérez Meyer ]
      * Search for private symbols at build time and produce a diff so as to be
        able to get the changes from build logs.
        - Modify mark_private_symbols.sh.
        - Run mark_private_symbols.sh from debian/rules.
      * Do not override dh_builddeb: xz compression is now the default method.
      * Backport Remove-Wcast-align-from-QMAKE_CXXFLAGS.patch. This totally
        disables -Wcast-align (Closes: #744311).
        - Remove do_not_pass_wcast-align_on_sparc.patch, it s now not needed
          anymore.
    
    qtbase-opensource-src (5.3.0+dfsg-2) experimental; urgency=medium
    
      * Add revert_upstream_bsymbolic_change.patch by Timo Jyrinki which reenables
        -Bsymbolic-functions on non-x86 since Debian has a recent enough binutils.
      * Mark private symbols as such.
    
    qtbase-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium
    
      [ Timo Jyrinki ]
      * Make qt5-qmake Multi-Arch: same since it moved from shipping files in
        /usr/share to /usr/lib/<triplet>.
    
      [ Dmitry Shachnev ]
      * Build-depend on libxkbcommon-x11-dev, as the new patch includes
        <xkbcommon/xkbcommon-x11.h>.
      * Add arm64 to no_pch_architectures.
    
      [ Lisandro Damián Nicanor Pérez Meyer ]
      * New upstream release.
        - Fixes CVE-2014-0190.
      * Install the headers in a Multi-Arch qualified directory (Closes: #734677).
        - Fix related install files.
        - Mark qtbase5-dev, qtbase5-private-dev and libqt5opengl5-dev
          as Multi-Arch: same.
      * Override Lintian warning about torrent.qdoc being under an RFC license,
        it's just a false positive coming from the fact that the documentation is
        listing the license, but it's really not licensed under the RFC license.
      * Update symbols files with buildds' and current logs.
      * Refresh patches:
        - hurd_opengl_incldir.diff
        - support_mips_atomic_on_pre-mips32_archs.patch
        - qatomic_mips.h
        - enable_sparc_detection.patch
      * Remove patches:
        - fix_power_atomic_code.patch, the code it patches has been removed.
        - enable_s390_detection.patch, applied upstream.
        - change_sparc_qatomic.patch, the code it patches has been removed.
      * Adjust install files.
      * Bump qtbase-abi to qtbase-abi-5-3-0 due to private symbols changes.
      * Make qtbase5-dev-tools-dbg Multi-Arch: same due to qt5-qmake also becoming
        Multi-Arch: same.
      * Add a lintian override for qtbase5-examples: there is no possibility of
        privacy breach in the way trolltech_com.html is used, as it is just parsed,
        but not rendered nor any of the things it points at it's retrieved.
    
    qtbase-opensource-src (5.2.1+dfsg-3) unstable; urgency=medium
    
      * Release to unstable.
      * Add license to mark_private_symbols.sh and corresponding entry in
        debian/copyright.
      * Remove linux_no_perf.diff used to disable perf events on Linux/IA64. We no
        longer have IA64 around.
    
    qtbase-opensource-src (5.2.1+dfsg-2) experimental; urgency=medium
    
      [ Pino Toscano ]
      * Disable eglfs on any non-Linux architecture; while the dependencies
        for it might be satisfied, the code seems tied to/requiring Linux stuff.
    
      [ Dmitry Shachnev ]
      * Update remove_google_adsense.patch to also remove ProspectXtractor tracker
        script.
    
      [ Lisandro Damián Nicanor Pérez Meyer ]
      * Update symbols files with buildd's logs.
     -- Timo Jyrinki <email address hidden>   Thu, 19 Jun 2014 05:24:51 +0000
  • qtbase-opensource-src (5.2.1+dfsg-1ubuntu17) utopic; urgency=medium
    
      * Disable PCH also on arm64 in addition to armel/armhf (LP: #1318635)
     -- Timo Jyrinki <email address hidden>   Tue, 13 May 2014 04:37:13 +0000
  • qtbase-opensource-src (5.2.1+dfsg-1ubuntu16) utopic; urgency=medium
    
      * debian/patches/xi2-use-master-device.patch:
        - Make xi2 select events on master device instead of slaves.
          (LP: #1307701)
     -- Maarten Lankhorst <email address hidden>   Tue, 06 May 2014 13:14:17 +0000
  • qtbase-opensource-src (5.2.1+dfsg-1ubuntu15) utopic; urgency=medium
    
      [ Dmitry Shachnev ]
      * Backport upstream patch to fix issues with keymap update handling
        (Add_better_support_for_keymap_update_handling.patch, copied from
        Debian and rebased).
      * Build-depend on libxkbcommon-x11-dev, as the new patch includes
        <xkbcommon/xkbcommon-x11.h>.
     -- Timo Jyrinki <email address hidden>   Mon, 28 Apr 2014 03:11:01 +0000
  • qtbase-opensource-src (5.2.1+dfsg-1ubuntu14) trusty; urgency=medium
    
      * libqt5gui5.symbols, libqt5opengl5.symbols: making the gl/gles symbols
        optional, and creating a list of generic and gl/gles specifics symbols,
        so we can provide a set of packages built with the OpenGL ES backend on
        i386 and amd64
      * debian/rules: don't override makeshlibs and leave it to be automatically
        created (so we can have proper >= version deps)
     -- Ricardo Salveti de Araujo <email address hidden>   Wed, 09 Apr 2014 18:59:26 -0300