[SCM] Qt 4 packaging branch, wheezy-backports, updated. debian/4.8.6+git64-g5dc8b2b+dfsg-3-6-gffea7f8

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri May 1 15:29:49 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt4-x11.git;a=commitdiff;h=e252e96

The following commit has been merged in the wheezy-backports branch:
commit e252e9642733b348c3d836a82254a0ac131c8dd4
Merge: 6d4ca050e118b72989a8f13b2170ef46ab36236d 31e1b557fe8bc42ef22773cba9079bdab4f1cb8b
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri May 1 12:24:10 2015 -0300

    Merge branch 'jessie' into wheezy-backports
    
    Conflicts:
    	debian/libqt4-declarative.symbols
    	debian/libqt4-designer.symbols
    	debian/libqt4-network.symbols
    	debian/libqt4-opengl.symbols
    	debian/libqt4-qt3support.symbols
    	debian/libqtcore4.symbols
    	debian/libqtgui4.symbols

 debian/changelog                                   |  54 +++
 debian/libqt4-declarative.symbols                  |   2 +-
 debian/libqt4-designer.symbols                     |  10 +-
 debian/libqt4-dev.install                          |   2 +
 debian/libqt4-network.symbols                      |   4 +-
 debian/libqt4-opengl-dev.install                   |   1 +
 debian/libqt4-opengl.symbols                       |   2 +-
 debian/libqt4-qt3support.symbols                   |   6 +-
 debian/libqt4-script.symbols                       |  26 +-
 debian/libqt4-sql.symbols                          |   2 +-
 debian/libqt4-xml.symbols                          |   4 +-
 debian/libqtcore4.symbols                          |  27 +-
 debian/libqtgui4.symbols                           |   7 +-
 ...cqt_sane_timestamp_for_nonexisting_headers.diff |   2 +-
 .../patches/07_trust_dpkg-arch_over_uname-m.diff   |   7 +-
 debian/patches/08_configure_quilt_compat.diff      |   2 +-
 .../patches/12_add_nostrip_for_debug_packages.diff |   2 +-
 .../patches/15_fix_qmake_makefile_generation.diff  |   2 +-
 .../patches/aarch64_arm64_fix_arch_detection.patch |  49 +++
 debian/patches/aarch64_arm64_mkspecs.patch         | 118 +++++
 debian/patches/aarch64_arm64_qatomic_support.patch | 485 +++++++++++++++++++++
 debian/patches/cve-2015-0295.diff                  |  25 ++
 .../patches/dont_crash_on_broken_gif_images.patch  |  11 +-
 debian/patches/fix_libmng_test.patch               |  24 +
 debian/patches/no_libicu_message.diff              |   4 +-
 debian/patches/parisc-atomic.patch                 |   3 +-
 debian/patches/powerpcspe.diff                     |   2 +-
 debian/patches/ppc64el_configure_support.patch     |  31 ++
 .../patches/qt-multiarch-plugin-path-compat.diff   |   2 +-
 debian/patches/qtdebug_syslog.patch                |   2 +-
 debian/patches/series                              |   9 +
 debian/patches/sh.diff                             |   2 +-
 debian/patches/xmlpatterns_stack_overflow_fix.diff |  60 +++
 debian/rules                                       |   2 +-
 34 files changed, 922 insertions(+), 69 deletions(-)

diff --cc debian/changelog
index f7bb568,eeb3bb0..5eb09b3
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,13 -1,57 +1,67 @@@
+ qt4-x11 (4:4.8.6+git64-g5dc8b2b+dfsg-3) unstable; urgency=medium
+ 
+   * Team upload.
+   * Fix CVE-2015-0295 (DoS vulnerability in BMP images handler).
+     Closes: #779550.
+ 
+  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 02 Mar 2015 17:12:28 +0300
+ 
+ qt4-x11 (4:4.8.6+git64-g5dc8b2b+dfsg-2) unstable; urgency=medium
+ 
+   [ Lisandro Damián Nicanor Pérez Meyer ]
+   * Remove debian/NEWS, it's no longer accurate.
+   * Update symbols files with buildds' logs.
+ 
+   [ Adam Majer ]
+   * Add xmlpatterns_stack_overflow_fix.diff which changes a recursive call
+     into iteration fixing stack overflow in XmlPatterns.
+ 
+  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Thu, 04 Sep 2014 16:25:52 -0300
+ 
+ qt4-x11 (4:4.8.6+git64-g5dc8b2b+dfsg-1) unstable; urgency=medium
+ 
+   * New upstream snapshot.
+   * Disable the use of system proxies by default. It seems that if http_proxy
+     is setted then all protocols try to use the proxy.
+   * Add support for arm64 (Closes: #735488).
+     - Make arm64 use linux-g++ as platform_arg.
+     - Fix arch detection.
+     - Add qatomic support. This patch is known to not be the most correct way
+       to implement them, as it seems to be possible to do it in a faster way,
+       but should work non the less until we can provide something better.
+     - Add arm64's mkspecs.
+   * Add support for ppc64el (Closes: #749743).
+     - Add ppc64el to 07_trust_dpkg-arch_over_uname-m.diff, as the uname output
+       differs from the arch name.
+     - Add symbols changes for ppc64el. Thanks Mauricio Faria de Oliveira!
+     - Add ppc64el_configure_support.patch to properly detect ppc64* in
+       configure. Patch from Ubuntu's William Grant. Thanks William!
+ 
+  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Sat, 23 Aug 2014 16:09:14 -0300
+ 
+ qt4-x11 (4:4.8.6+git49-gbc62005+dfsg-1) unstable; urgency=medium
+ 
+   * New upstream GIT snapshot.
+   * Update 07_trust_dpkg-arch_over_uname-m.diff and debian/rules in order to
+     let mips64[el] build (Closes: #719763). Thanks Yunqiang Su for the patch.
+   * Enable using system network proxies by default.
+     - Add this information to debian/NEWS to inform our users.
+   * Update symbols files with buildd's logs.
+   * Refresh patches.
+   * Update install files due to the fix of QTBUG-16838.
+ 
+  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Fri, 25 Jul 2014 14:07:38 -0300
+ 
 +qt4-x11 (4:4.8.6+dfsg-2~bpo70+1) wheezy-backports; urgency=medium
 +
 +  [ Jean-Baptiste Rouault ]
 +  * Rebuild for wheezy-backports.
 +
 +  [ Lisandro Damián Nicanor Pérez Meyer ]
 +  * Fix symbols files.
 +
 + -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Sun, 27 Jul 2014 10:14:36 -0300
 +
  qt4-x11 (4:4.8.6+dfsg-2) unstable; urgency=medium
  
    [ Dmitry Shachnev ]

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list