Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001_Remove-not-used-anywhere-method-declaration.patch | [PATCH] Remove not-used-anywhere method declaration The method is a.) not defined anywhere and b.) not used anywhere. I assumed it's a left-over from a code change, and thus should be safe to remove. This should fix "undefined symbol" error at runtime, which manifests itself when linking with "-Wl,-z,now" (first reported at [1]). [1]: https://gitlab.com/ubports/development/core/buteo-syncfw-qml/-/merge_requests/2 |
Ratchanan Srirattanamet <ratchanan@ubports.com> | no | 2024-05-26 | ||
1002_stabilize-cleanupTestCase.patch | Skip testing the ButeoSync.profilesChanged signal on daemon shutdown either the ButeoSyncFW mock, the test itself or the tested code is flaky. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | yes |