Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.6.2 16 Feb 2024 21:12:37
    |
Jason E. Hale (jhale)  |
Qt6: Update to 6.6.2
As a patch release, Qt 6.6.2 does not introduce any new features but
contains more than 400 bug fixes, security updates, and other
improvements on top of Qt 6.6.1 release. See more information about the
most important changes and bug fixes from the Qt 6.6.2 release note.
Announcement: https://www.qt.io/blog/qt-6.6.2-released
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.2/release-note.md
MFH: 2024Q1
(cherry picked from commit d0f54524687fbacb4ab4c2854f4f3856c3512bde) |
6.6.1_5 13 Feb 2024 18:00:38
    |
Dimitry Andric (dim)  |
www/qt6-webengine: fix build with clang 18
Clang 18 has become more stringent about narrowing in initializer lists,
resulting in errors when building www/qt6-webengine:
../../../../../qtwebengine-everywhere-src-6.6.1/src/3rdparty/chromium/third_party/webrtc/pc/legacy_stats_collector.cc:192:54:
error: non-constant-expression cannot be narrowed from type 'double' to 'float'
in initializer list [-Wc++11-narrowing-const-reference]
192 | {StatsReport::kStatsValueNameTotalAudioEnergy,
info.total_output_energy},
|
^~~~~~~~~~~~~~~~~~~~~~~~
../../../../../qtwebengine-everywhere-src-6.6.1/src/3rdparty/chromium/third_party/webrtc/pc/legacy_stats_collector.cc:194:8:
error: non-constant-expression cannot be narrowed from type 'double' to 'float'
in initializer list [-Wc++11-narrowing-const-reference]
194 | info.total_output_duration}};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Cherry-pick https://webrtc.googlesource.com/src/+/267f9bdd53 into the
thirdparty directory, which fixes these errors.
PR: 276997
MFH: 2024Q1
(cherry picked from commit 0707093c0a5df15911d72c3b2e8001b3428f2e2e) |
6.6.1_5 10 Feb 2024 20:16:31
    |
Jason E. Hale (jhale)  |
www/qt6-webengine: Address security vulnerabilities
Patched with security patches up to Chromium version: 121.0.6167.160
MFH: 2024Q1
Security: dc9e5237-c197-11ee-86bb-a8a1599412c6,
19047673-c680-11ee-86bb-a8a1599412c6
(cherry picked from commit 5104585a99d85d1fa23516f95917e8f10beb5bef) |
6.6.1_4 31 Jan 2024 20:09:49
    |
Jason E. Hale (jhale)  |
www/qt6-webengine: Address security vulnerabilities
Add speculative build fix for armv7.
MFH: 2024Q1
Security: bbcb1584-c068-11ee-bdd6-4ccc6adda413
(cherry picked from commit 214eb4d92c6739ef0da1eba2cdc10a97bdf6af30) |
6.6.1_3 30 Jan 2024 00:52:32
    |
Jason E. Hale (jhale)  |
www/qt6-webengine: Address security vulnerabilities
Patched with security patches up to Chromium version: 120.0.6099.225
MFH: 2024Q1
Security: a25b323a-bed9-11ee-bdd6-4ccc6adda413
(cherry picked from commit 21b0f3d56ce0febf1955eaa06240a1a5110bd1ea) |
6.6.1_1 15 Jan 2024 03:07:42
    |
Jason E. Hale (jhale)  |
www/qt6-webengine: Fix build on armv7 (hopefully)
I accidentally removed parts of certain patches meant to fix build
on armv7 in [1] which were introduced in [2]. QtWebEngine was building
at the tail end of 6.5.3 on armv7, but I seem to have regressed it with
the update to 6.6.0.
[1]
https://cgit.freebsd.org/ports/commit/?id=1d76bdf62dffad91834699701f41d3374dfb6a3a
[2]
https://cgit.freebsd.org/ports/commit/?id=dd2c7b778901a7b310d37f044c0018de1603c37f
MFH: 2024Q1
(cherry picked from commit 6fbf33981764df19398eab41edbc688f767d1e8b) |
Number of commits found: 6
|