Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900358 - Qt 5.15.8 incremental updates March stabilisation
Summary: Qt 5.15.8 incremental updates March stabilisation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: CC-ARCHES
Depends on:
Blocks:
 
Reported: 2023-03-08 11:06 UTC by Andreas Sturmlechner
Modified: 2023-03-26 16:08 UTC (History)
0 users

See Also:
Package list:
dev-qt/qtbluetooth-5.15.8-r1 amd64 arm arm64 x86 dev-qt/qtimageformats-5.15.8-r2 amd64 arm64 ppc64 x86 dev-qt/qtwayland-5.15.8-r3
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2023-03-08 11:06:39 UTC
In preparation.
Comment 1 Larry the Git Cow gentoo-dev 2023-03-08 11:07:11 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4262cdd96ae478657b36bab0f69205d91f4fb7f5

commit 4262cdd96ae478657b36bab0f69205d91f4fb7f5
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-03-08 10:35:00 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-03-08 11:07:00 +0000

    dev-qt/qtbluetooth: Various sdpscanner fixes
    
    - sdpscanner: fix potential unwanted truncation for SDP_TEXT_STR{8,16,32}
    - sdpscanner: fix URL processing
      QTBUG: https://bugreports.qt.io/browse/QTBUG-111242
    - SDP scanner: encode input URLs and escape XML-specific characters
      QTBUG: https://bugreports.qt.io/browse/QTBUG-111369
    
    Bug: https://bugs.gentoo.org/900358
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-qt/qtbluetooth/Manifest                     |  1 +
 dev-qt/qtbluetooth/qtbluetooth-5.15.8-r1.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63274b03a791ec13fff137ba6f4b04391c56920

commit a63274b03a791ec13fff137ba6f4b04391c56920
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-03-08 10:28:55 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-03-08 11:06:55 +0000

    dev-qt/qtwayland: Do not cast placeholder screens to QWaylandScreen
    
    KDE-bug: https://bugs.kde.org/show_bug.cgi?id=466674
    See also: https://codereview.qt-project.org/c/qt/qtwayland/+/464669
    
    Bug: https://bugs.gentoo.org/900358
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/qtwayland-5.15.8-KDEBUG-466674.patch     | 33 +++++++++++++++
 dev-qt/qtwayland/qtwayland-5.15.8-r2.ebuild        | 49 ++++++++++++++++++++++
 2 files changed, 82 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b8c6544eaa7122509884d82f583cbb61e43786

commit d0b8c6544eaa7122509884d82f583cbb61e43786
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-03-08 10:03:20 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-03-08 11:06:35 +0000

    dev-qt/qtwidgets: Fix runtime crashes/UB with Ctrl-C
    
    QAbstractItemView: don't access invalid indexes on copy-key
    QTBUG: https://bugreports.qt.io/browse/QTBUG-106569
    
    Bug: https://bugs.gentoo.org/900358
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/qtwidgets-5.15.8-QTBUG-106569.patch      | 47 ++++++++++++++++
 dev-qt/qtwidgets/qtwidgets-5.15.8-r3.ebuild        | 65 ++++++++++++++++++++++
 2 files changed, 112 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2023-03-09 15:02:24 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b4aabbd2e9aa198432c52288dabfa3f3d125c7

commit d1b4aabbd2e9aa198432c52288dabfa3f3d125c7
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-03-09 14:35:20 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-03-09 15:01:27 +0000

    dev-qt/qtwayland: Prevent Wayland context menus can go offscreen
    
    - Client: Remove flip popup constraints
    - client: set_constraint_adjustment() for popups in xdg
    QTBUG: https://bugreports-test.qt.io/browse/QTBUG-87303
    
    Bug: https://bugs.gentoo.org/900358
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-qt/qtwayland/Manifest                   |  1 +
 dev-qt/qtwayland/qtwayland-5.15.8-r3.ebuild | 47 +++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2023-03-10 19:39:21 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f67945fcdc102231048d2c03538a29635342d6

commit b6f67945fcdc102231048d2c03538a29635342d6
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-03-10 19:37:28 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-03-10 19:39:09 +0000

    dev-qt/qtimageformats: Really bump to QT5_KDEPATCHSET_REV=2
    
    Bug: https://bugs.gentoo.org/900358
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-qt/qtimageformats/Manifest                     |  1 +
 .../qtimageformats/qtimageformats-5.15.8-r2.ebuild | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-13 20:50:48 UTC
arm64 done
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-13 21:24:25 UTC
ppc done
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-13 22:11:38 UTC
ppc64 done
Comment 7 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-03-15 12:50:21 UTC
x86 done
Comment 8 Andreas Sturmlechner gentoo-dev 2023-03-24 19:20:52 UTC
ping
Comment 9 Andreas Sturmlechner gentoo-dev 2023-03-26 12:13:49 UTC
Removing dev-qt/qtwidgets here in favor of the follow-up revbump stabilisation, to clear up arch teams' workload!
Comment 10 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-03-26 16:08:05 UTC
amd64 done
Comment 11 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-03-26 16:08:27 UTC
arm done

all arches done