aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* qt5: update submodulesMikko Gronoff2024-05-081-1/+1
| | | | | | | | | | Update to latest content in lts-5.15.17 branch. Webengine dependency patch added to fix build with ninja 12. Task-number: QTBUG-119819 Change-Id: I68c31a1a855b107a8a24a2be73549faa89cbff94 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update submodulesMikko Gronoff2024-04-091-1/+1
| | | | | | | | | Update to latest content in lts-5.15.17 branch. Removed webengine patch already available in updated chromium. Task-number: QTBUG-119819 Change-Id: I0c928a61c629e8a83aa33338e6b380e16fe70822 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* qt5: update submodulesMikko Gronoff2024-03-111-1/+1
| | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-119819 Change-Id: I99edad4a73cd23236e9c3ba18d41a98b87f308db Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* qt5: update submodulesMikko Gronoff2024-01-231-1/+1
| | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-119819 Change-Id: I83334cdba85adb38bf1aff2e2007293fa4914bfa Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* qt5: update submodulesMikko Gronoff2023-12-081-1/+1
| | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-119819 Change-Id: I02c01d443411bfb81750023d23b33019e23a2c49 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qt5: update submodulesv5.15.16-ltsMikko Gronoff2023-11-131-1/+1
| | | | | | | | Update to latest content in lts-5.15.16 branch. Task-number: QTBUG-116812 Change-Id: If5a512045d67ac17dd88deb62ebf2c723761238a Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* qtbase, qtdeclarative: update modulesMikko Gronoff2023-10-261-1/+1
| | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-116812 Change-Id: I10adc47a4ce5c69ddc96d67ab9c87b5f302922d3 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2023-10-261-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the CVEs naturally already included, effective changes are the last two commits listed in the changelog below. Changelog: 41a2d0e6 qtbase: Refresh direct import patches with devtool 2a64bf65 qtbase: Pick CVE-2023-43114 fix a77ea023 qtbase: Pick CVE-2023-38197 fix 7c405994 qtbase: Pick CVE-2023-37369 fix c75c6ac9 qtbase: Pick CVE-2023-34410 fix 51cd2acf qtbase: Pick CVE-2023-33285 fix 002d27e9 qtbase: Pick CVE-2023-32763 fix 107e5138 qtsvg: Refresh direct import patches with devtool 4302ed02 qtsvg: Pick CVE-2023-32573 fix b06461fc qtbase: CVE-2023-32762 Network incorrectly parses the header allowing unencrypted connectionns 0a9c9b64 qtbase: Add unixodbc as dependency of sql-odbc 77901f19 python3-pyqt5: remove bashism from recipe Conflicts: recipes-qt/qt5/qtbase_git.bb recipes-qt/qt5/qtsvg_git.bb Change-Id: I1fc9da687949b4c0bb4325e937cd55450b938fa7
| * qtbase: Pick CVE-2023-43114 fixMarek Vasut2023-10-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An issue was discovered in Qt before 5.15.16, 6.x before 6.2.10, and 6.3.x through 6.5.x before 6.5.3 on Windows. When using the GDI font engine, if a corrupted font is loaded via QFontDatabase::addApplicationFont{FromData], then it can cause the application to crash because of missing length checks. Advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-43114 Patch: https://download.qt.io/official_releases/qt/5.15/CVE-2023-43114-5.15.patch Signed-off-by: Marek Vasut <marex@denx.de>
| * qtbase: Pick CVE-2023-38197 fixMarek Vasut2023-10-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | An issue was discovered in Qt before 5.15.15, 6.x before 6.2.10, and 6.3.x through 6.5.x before 6.5.3. There are infinite loops in recursive entity expansion. Advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-38197 Patch: https://download.qt.io/official_releases/qt/5.15/CVE-2023-38197-qtbase-5.15.diff Signed-off-by: Marek Vasut <marex@denx.de>
| * qtbase: Pick CVE-2023-37369 fixMarek Vasut2023-10-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Qt before 5.15.15, 6.x before 6.2.9, and 6.3.x through 6.5.x before 6.5.2, there can be an application crash in QXmlStreamReader via a crafted XML string that triggers a situation in which a prefix is greater than a length. Advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-37369 Patch: https://download.qt.io/official_releases/qt/5.15/CVE-2023-37369-qtbase-5.15.diff Signed-off-by: Marek Vasut <marex@denx.de>
| * qtbase: Pick CVE-2023-34410 fixMarek Vasut2023-10-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An issue was discovered in Qt before 5.15.15, 6.x before 6.2.9, and 6.3.x through 6.5.x before 6.5.2. Certificate validation for TLS does not always consider whether the root of a chain is a configured CA certificate. Advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-34410 Patch: https://download.qt.io/official_releases/qt/5.15/CVE-2023-34410-qtbase-5.15.diff Signed-off-by: Marek Vasut <marex@denx.de>
| * qtbase: Pick CVE-2023-33285 fixMarek Vasut2023-10-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | An issue was discovered in Qt 5.x before 5.15.14, 6.x before 6.2.9, and 6.3.x through 6.5.x before 6.5.1. QDnsLookup has a buffer over-read via a crafted reply from a DNS server. Advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-33285 Patch: https://download.qt.io/official_releases/qt/5.15/CVE-2023-33285-qtbase-5.15.diff Signed-off-by: Marek Vasut <marex@denx.de>
| * qtbase: Pick CVE-2023-32763 fixMarek Vasut2023-10-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An issue was discovered in Qt before 5.15.15, 6.x before 6.2.9, and 6.3.x through 6.5.x before 6.5.1. When a SVG file with an image inside it is rendered, a QTextLayout buffer overflow can be triggered. Advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-32763 Patch: https://download.qt.io/official_releases/qt/5.15/CVE-2023-32763-qtbase-5.15.diff Signed-off-by: Marek Vasut <marex@denx.de>
| * qtbase: CVE-2023-32762 Network incorrectly parses the header allowing ↵Vivek Kumbhar2023-09-291-0/+1
| | | | | | | | | | | | | | unencrypted connectionns Signed-off-by: Vivek Kumbhar <vkumbhar@mvista.com> Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
| * qtbase: Add unixodbc as dependency of sql-odbcPaul M. Bendixen2023-09-291-1/+1
| | | | | | | | | | | | | | | | Make sql-odbc in PACKAGECONFIG depend on unixodbc, so libs.odbc won't fail Signed-off-by: "Paul M. Bendixen" <pbe@trifork.com> Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
| * qtbase: Backport patch for CVE-2023-24607.Charlie Johnston2023-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | The fix for CVE-2023-24607 is not available in the GitHub qt5 and meta-qt5 repositories. This change backports that patch from 5.15.13 to ensure it doesn't affect users of the GitHub version of meta-qt5. Signed-off-by: Charlie Johnston <charlie.johnston@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesMikko Gronoff2023-10-101-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-116812 Change-Id: I0eb0db1d9f3a96f3e6e789e2410d9455c3639682 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-10-021-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-116812 Change-Id: I63b99485ca7e45485bbdc5ce2717611b366622e5 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-09-141-2/+1
| | | | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Removed a patch now available in qtbase. Task-number: QTBUG-116812 Change-Id: I14d94f9323590b42184bcedfff436604811fa42a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-09-081-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-116812 Change-Id: I2e57cc342c868646536028d5914af15810b79cab Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qtbase: update moduleMikko Gronoff2023-08-221-1/+1
| | | | | | | | | | | | | | | | Update to latest revision in lts-5.15.15 branch. Task-number: QTBUG-113945 Change-Id: Ieb2300f644afcb985221d0003e6b8ea8e0b63070 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-08-141-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15.15 branch. Task-number: QTBUG-113945 Change-Id: If845da41c24892bf684ff1147463fa04bb4cc6d4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-08-071-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15.15 branch. Task-number: QTBUG-113945 Change-Id: Id6a84273b542f9287f7480b9f92512c5bf35c474 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | qt5: update submodulesSamuli Piippo2023-06-211-2/+2
| | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Change-Id: Id5e440986c60baec2c61b7dc03c3c57c4d2798e8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update submodulesv5.15.14-ltsMikko Gronoff2023-05-191-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15.14 branch. Task-number: QTBUG-111835 Change-Id: I4281e1a1b919958caba117d818eb9eb68bfbb1b7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2023-05-021-0/+1
|\| | | | | | | | | | | | | | | | | | | | | The qtbase patch was removed in a change in previous upstream merge commit. This merge brings it back with necessary SRC_URI updates. changelog: cf6ffcba qt3d,qtquick3d: Update assimp SRC_URI 7b83cadb qtbase: Fix build on 32bit arches with 64bit time_t 77b6060c qtsmarthome: update SRC_URI Change-Id: I0d9d5d61655b7699e96b2a0fc7554be8a49da1c7
| * qtbase: Fix build on 32bit arches with 64bit time_tKhem Raj2023-04-251-0/+1
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2023-04-271-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | changelog: 962f45e2 qt3d: Add new Assimp submodule e55593fb qtwebengine, qtpdf: Fix build with gcc-13 9537acc9 qtwebengine, qtpdf: upgrade to latest 5.15.13 e551f7b3 qtwebkit: Fix build with gcc-13 3b21fad6 qtbase: fix Upstream-Status format abd817d7 qt5: upgrade to v5.15.9-lts-lgpl Change-Id: Ic8df3bb4b9c2816fd0a847516c986a6280c1bf31
| * qt5: upgrade to v5.15.9-lts-lgplBernhard Hartleb2023-04-111-3/+2
| | | | | | | | | | | | | | | | | | Update all available SRCREVs and remove obsolete patches https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.8/release-note.md https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.9/release-note.md Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesMikko Gronoff2023-04-241-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-111835 Change-Id: I45115ceb476135e631c11a8b81f6e2c7ad44a6f1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* | qt5: update submodulesMikko Gronoff2023-04-121-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-111835 Change-Id: I61850ccb485edef4308cf2cd8dbc5ffb4d26fc81 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Janne Juntunen <janne.juntunen@qt.io>
* | qt5: update submodulesMikko Gronoff2023-03-241-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-111835 Change-Id: Iad9e341f21942c1ba8b58046ea9873a3b8b8ba75 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update submodulesMikko Gronoff2023-03-171-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-111835 Change-Id: Id312164511080e55438b47fb4599de81b301e516 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-02-241-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15.13 branch. Task-number: QTBUG-109768 Change-Id: I2e761ae24dcf789bd69412eaaf317e78411cf365 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-01-311-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-109768 Change-Id: I6c3cb20d7478fac248f5a89c4aafe0309227f9d9 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-01-231-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-109768 Change-Id: I4c6e15b4ecf3002c1115bbd21e1c2b4cc60ca537 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2023-01-171-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-109768 Change-Id: I62d7896b865c815c113ef0ffc3e810dbe8ffc640 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | Merge remote-tracking branch 'qt/upstream/master' into lts-5.15Mikko Gronoff2023-01-111-3/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed pyqtchart receipe from build as updated dependency (sip3 -> sip) is not present in meta-openembedded dunfell branch. * Removed Creator patch for API change that got fixed in updated creator revision. changelog: 1d1b19ff qtwebkit: Add packageconfig to build tools 88c8564e qtwebkit: Fix build with ruby 3.2+ b119822b qtpdf,qtwebengine: Fix build with 64bit time_t f1ac1203 qtbase: Fix build with 64bit time_t on glibc 8159b71f layer.conf: update LAYERSERIES_COMPAT for mickledore c22b8fac qt5-creator: bump SRCREV to fix compatibility with newer qt c555401f qtbase: add -DUSE_X11 Flag 2df0f760 qt5: upgrade to v5.15.7-lts-lgpl 1a917695 packagegroup-qt5-toolchain-target: Add qtquickcontrols2-qmlplugins RRECOMMENDS:${PN} 8363b198 qtbase-native: Reduce TMPDIR QA false positives for rcc generated files Task-number: QTBUG-109765 Change-Id: I97f2ef1f1d572768eacfd75e483ef341342c54bd
| * qtbase: Fix build with 64bit time_t on glibcKhem Raj2023-01-071-0/+1
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase: add -DUSE_X11 FlagMarkus Volk2022-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recently Mesa synced egl headers with khronos. Until now eglplatform.h added the xlib headers as long as it hasn't been explicitly disabled with EGL_NO_X11. Now its one step closer to deprecating X11 and the headers are only included if USE_X11 is set. If missing qtbase silently refuses to build the EGL_X11 Plugin. This results e.g. in configure failure for qtwayland, if building with xcomposite-egl PACKAGECONFIG: ERROR: Feature 'xcomposite-egl' was enabled, but the pre-condition 'features.wayland-client && features.opengl && features.egl && features.xlib && libs.xcomposite && features.egl_x11' failed. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qt5: upgrade to v5.15.7-lts-lgplFrancesco Montefoschi2022-12-061-2/+1
| | | | | | | | | | | | | | | | * update to new SRCREVs where available * https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.7/release-note.md Signed-off-by: Francesco Montefoschi <francesco.monte@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| * qtbase-native: Reduce TMPDIR QA false positives for rcc generated filesAndreas Müller2022-10-161-2/+3
| | | | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | qt5: update submodulesMikko Gronoff2023-01-111-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-109768 Change-Id: Ifb4d899eb97b70dee7b33154e52ae0064c6ca683 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* | qt5: update submodulesMikko Gronoff2022-12-121-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15.12 branch. Task-number: QTBUG-107229 Change-Id: I94fe826f16df6eabcb6a90943f24a852497fcf3f Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* | qt5: update submodulesMikko Gronoff2022-11-291-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-107229 Change-Id: I3b1c71cb1bab5a0266fd652267a56205e451b795 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2022-11-221-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-107229 Change-Id: Ic4fb6d75230397cb506681c7cd41747ad3069323 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2022-11-091-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-107229 Change-Id: If9ee3fef84029861207c24452e8ac99c914d1c65 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qtbase, qtdeclarative: update modulesMikko Gronoff2022-11-021-1/+1
| | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-107229 Change-Id: I68cc998e5c7afd62ff4cfc168705b95d1e9f66af Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* | qt5: update submodulesMikko Gronoff2022-10-251-1/+1
| | | | | | | | | | | | | | | | | | Update to latest content in lts-5.15 branch. Task-number: QTBUG-107229 Change-Id: Ifdb42904c969b130d93b7cd73f38b7a1e4f07ece Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>