[qt/qt/qtnetworkauth]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtnetworkauth Pushed by mirror-service into branch 'dev'. Changed from 795247c485e82bb575b591d1253912ef0febd912 to da5f1735e8115baf31398cf338cddf2083611532 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 0fcaf03df867c85fc40eeef226721248dfb69413 by Qt Submodule Update Bot on 17/08/2026 at 04:43.. Update dependencies on 'dev' in qt/qtnetworkauth Change-Id: I43300a4a93b4dc28e556657052b7d4a85963801e Reviewed-by: Qt Submodule Update Bot <[email protected]> https://invent.kde.org/qt/qt/qtnetworkauth/-/commit/0fcaf03df867c85fc40eeef226721248dfb69413 Git commit fdacdbbe62e678d4cf3652e4b6024943d6feb375 by Sol ZHu on 17/08/2026 at 04:44.. ohos: fix OAuth2 code/device flow test with built-in test data When test data is embedded as resources, the certificates are located under :/shared/certs. QFINDTESTDATA("../shared/certs") cannot resolve that resource path and falls back to the application directory, causing the TLS authentication test to run without its certificates. Use the embedded resource path when BUILTIN_TESTDATA is enabled while retaining the existing filesystem lookup for other configurations. Pick-to: 6.12 Fixes: QTBUG-148808 Change-Id: I0c2a8504b13aac722367029b472157e0dc3b1638 Reviewed-by: Juha Vuolle <[email protected]> https://invent.kde.org/qt/qt/qtnetworkauth/-/commit/fdacdbbe62e678d4cf3652e4b6024943d6feb375 Git commit da5f1735e8115baf31398cf338cddf2083611532 by Shuang Zhu (on behalf of Sol ZHu) on 17/08/2026 at 04:44.. tst_oauthhttpserverreplyhandler: support built-in TLS test data The localhostHttps test relies on a private key and certificate. On platforms where test data is built into the test binary(e.g. OHOS), these files were not declared as TESTDATA and could not be found at runtime. Consequently, the TLS handshake failed and callbackReceived was never emitted. Declare the shared certificates as TESTDATA and use their resource path when BUILTIN_TESTDATA is defined. Retain the existing filesystem lookup for platforms where test data remains externally accessible. Pick-to: 6.12 Fixes: QTBUG-148994 Change-Id: If42f88dff3f5f9cb058f36483e92b9f415989dc6 Reviewed-by: Juha Vuolle <[email protected]> https://invent.kde.org/qt/qt/qtnetworkauth/-/commit/da5f1735e8115baf31398cf338cddf2083611532