[neon/qt/qtbase/Neon/release_focal] debian: new rebease
Jonathan Esk-Riddell
null at kde.org
Mon Oct 31 16:50:27 GMT 2022
Git commit e21028098781af3841ffd9b1d6295700fe664aec by Jonathan Esk-Riddell.
Committed on 31/10/2022 at 16:50.
Pushed by jriddell into branch 'Neon/release_focal'.
new rebease
M +196 -3 debian/changelog
https://invent.kde.org/neon/qt/qtbase/commit/e21028098781af3841ffd9b1d6295700fe664aec
diff --git a/debian/changelog b/debian/changelog
index ae8f623..35c6bc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,201 @@
-qtbase-opensource-src (5.15.5+dfsg-0neon) unstable; urgency=medium
+qtbase-opensource-src (5.15.7-0neon) UNRELEASED; urgency=medium
- * new release
+ * new version rebase
- -- Dmitry Shachnev <mitya57 at debian.org> Sun, 21 Feb 2021 20:00:31 +0300
+ -- Jonathan Riddell <jr at jriddell.org> Mon, 31 Oct 2022 11:07:13 +0000
+
+qtbase-opensource-src (5.15.5+dfsg-2) experimental; urgency=medium
+
+ * Restore CVE-2021-38593.diff, 3 of 4 commits are still applicable.
+ * Update symbols files from buildds’ logs.
+ * Backport upstream patch to remove limit on the number of HTTP/2 streams.
+ Fixes https://bugs.kde.org/show_bug.cgi?id=455540.
+ * Update debian/copyright.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Mon, 20 Jun 2022 23:37:04 +0300
+
+qtbase-opensource-src (5.15.5+dfsg-1) experimental; urgency=medium
+
+ * New upstream release.
+ - Bump ABI version to 5.15.5.
+ * Remove reverse-applicable upstream patches:
+ - gcc_11_limits.diff
+ - CVE-2021-38593.diff
+ * Refresh existing patches.
+
+ -- Simon Quigley <tsimonq2 at debian.org> Fri, 17 Jun 2022 22:08:50 -0500
+
+qtbase-opensource-src (5.15.4+dfsg-4) unstable; urgency=medium
+
+ * Backport upstream patch to remove limit on the number of HTTP/2 streams
+ (closes: #1014112).
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Fri, 01 Jul 2022 22:49:23 +0300
+
+qtbase-opensource-src (5.15.4+dfsg-3) unstable; urgency=medium
+
+ * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Mon, 13 Jun 2022 21:00:47 +0300
+
+qtbase-opensource-src (5.15.4+dfsg-2) experimental; urgency=medium
+
+ * Install QtXcbQpa private headers needed for deepin-qt5dxcb-plugin,
+ to avoid modifying it for every new Qt version.
+ * Use symver directive to catch all private symbols at once.
+ * Bump Standards-Version to 4.6.1, no changes needed.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Mon, 16 May 2022 14:42:53 +0300
+
+qtbase-opensource-src (5.15.4+dfsg-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Drop patches that are included in the new release:
+ - fix-invalid-pointer-return-with-QGridLayout.diff
+ - gcc-11-qtconcurrentthreadengine.diff
+ * Refresh other patches.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 12 May 2022 23:59:17 +0300
+
+ * Bump ABI version to qtbase-abi-5-15-4.
+ * Update debian/copyright.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Fri, 13 May 2022 17:14:31 +0300
+
+qtbase-opensource-src (5.15.3+dfsg-2) experimental; urgency=medium
+
+ [ Andrea Pappacoda ]
+ * Backport upstream patch to fix qtconcurrentthreadengine.h with GCC 11.
+ - Closes: #1008391
+
+ [ Dmitry Shachnev ]
+ * Backport upstream patch to fix parsing include inside enum (LP: #1968074).
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Thu, 07 Apr 2022 18:50:52 +0300
+
+qtbase-opensource-src (5.15.3+dfsg-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Update debian/watch for new file names.
+ * Drop patches that are included in the new release:
+ - xcb_screens_uaf.patch
+ - qnam_connect_memory_leak.diff
+ - qiodevice_readline_memory.diff
+ * Remove most of gcc_11_limits.diff, only one change left.
+ * Refresh other patches.
+ * Update debian/copyright.
+ * Bump ABI version to qtbase-abi-5-15-3.
+ * Update symbols files from the current build logs.
+ * Exclude one more RFC file from the tarball.
+ * Stop adding -Wl,--as-needed explicitly.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Fri, 04 Mar 2022 21:00:06 +0300
+
+qtbase-opensource-src (5.15.2+dfsg-15) unstable; urgency=medium
+
+ * Backport upstream changes to improve support for OpenSSL 3.0.
+ - Don't hardcode libssl version in Depends, fill it dynamically.
+ * Replace -ffile-prefix-map in qmodule.pri.
+ * Backport upstream patch to make QProcess not search for executables in
+ CWD unless explicitly told so (CVE-2022-25255).
+ * Update some Lintian overrides.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Tue, 22 Feb 2022 00:00:28 +0300
+
+qtbase-opensource-src (5.15.2+dfsg-14) unstable; urgency=medium
+
+ * Backport four upstream commits to fix massive memory consumption when
+ rendering specially crafted SVG files (CVE-2021-38593, LP: #1950193).
+ * Update symbols files from buildds’ logs.
+ * Override some source-is-missing and unpack-message-for-orig warnings.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 28 Nov 2021 17:12:50 +0300
+
+qtbase-opensource-src (5.15.2+dfsg-13) unstable; urgency=medium
+
+ [ Lu YaNing ]
+ * Backport upstream patch to fix recursion crash when calling
+ setStyleSheet with `qproperty-styleSheet`: fix_recursion_crash.diff.
+
+ [ Dmitry Shachnev ]
+ * Backport upstream patch to treat MYSQL_FIELD as read-only, to fix issues
+ with MariaDB server 10.6 (closes: #999595).
+ * Update symbols files from buildds’ and the current build logs.
+ * Bump Standards-Version to 4.6.0, no changes needed.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 14 Nov 2021 16:34:39 +0300
+
+qtbase-opensource-src (5.15.2+dfsg-12) unstable; urgency=medium
+
+ * Add a patch to properly cast types for EGL X11 tests (Closes: #994906).
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org> Thu, 23 Sep 2021 10:02:33 -0300
+
+qtbase-opensource-src (5.15.2+dfsg-11) unstable; urgency=medium
+
+ * Apply multi-arch hints.
+ + qtbase5-doc, qtbase5-doc-dev, qtbase5-doc-html: Add Multi-Arch: foreign.
+
+ [ Lisandro Damián Nicanor Pérez Meyer ]
+ * Backport upstream patch
+ xcb_add_a_timeout_control_when_reading_INCR_property.diff in order to fix
+ timestamp issue on QXcbConnection,
+ https://bugreports.qt.io/browse/QTBUG-56595
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org> Wed, 22 Sep 2021 15:07:55 -0300
+
+qtbase-opensource-src (5.15.2+dfsg-10) unstable; urgency=medium
+
+ [ Lu Yaning ]
+ * Restore fix-misplacement-of-placeholder-text-in-QLineEdit.diff.
+ * Backport upstream patch to fix the regression with placement of
+ placeholder text in QLineEdits with action icons.
+
+ [ Dmitry Shachnev ]
+ * Backport upstream patch to fix icon display on checkable QPushButtons
+ with Fusion style (closes: #991255).
+ * Backport upstream patch to remove MySQL version checks, which led to
+ wrong conclusions with MariaDB Connector ≥ 3.2.
+ * Backport upstream patch to fix QTextFormat::FullWidthSelection for
+ right-to-left text layouts.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sun, 15 Aug 2021 21:32:57 +0300
+
+qtbase-opensource-src (5.15.2+dfsg-9) unstable; urgency=medium
+
+ * Revert adding fix-misplacement-of-placeholder-text-in-QLineEdit.diff.
+ Unfortunately it causes a regression (see QTBUG-94824).
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Fri, 02 Jul 2021 18:58:04 +0300
+
+qtbase-opensource-src (5.15.2+dfsg-8) unstable; urgency=medium
+
+ [ Lu Yaning ]
+ * Backport upstream patch to fix misplacement of placeholder text in
+ QLineEdit with RTL content.
+
+ [ Dmitry Shachnev ]
+ * Remove the qmimeprovider.cpp part of mime_globs.diff. It is unrelated
+ to the original purpose of that patch, and causes various problems
+ (closes: #989255, #989744, #990129).
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Mon, 28 Jun 2021 20:38:59 +0300
+
+qtbase-opensource-src (5.15.2+dfsg-7) unstable; urgency=medium
+
+ [ Lu Yaning ]
+ * Backport upstream patch to fix invalid pointer return with
+ QGridLayout::itemAt(-1): fix-invalid-pointer-return-with-QGridLayout.diff
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org> Thu, 03 Jun 2021 09:55:29 -0300
+
+qtbase-opensource-src (5.15.2+dfsg-6) unstable; urgency=medium
+
+ * Backport upstream patch to adjust QMimeDatabase behavior (LP: #1857824).
+ * Make qtbase5-dev break qt5-default (see #976389, LP: #1920130).
+qtbase-opensource-src (5.15.3+dfsg-2) experimental; urgency=medium
+
+ -- Jonathan Riddell <jr at jriddell.org> Tue, 17 May 2022 17:53:57 +0100
qtbase-opensource-src (5.15.2+dfsg-5) unstable; urgency=medium
More information about the Neon-commits
mailing list