There is an updated pull request by Vinfall against master on the void-packages repository https://github.com/Vinfall/void-packages virtualbox-ose-update https://github.com/void-linux/void-packages/pull/52910 virtualbox-ose: update to 7.1.4. #### Testing the changes - I tested the changes in this PR: **yes** - Checks passed locally #### Local build testing - I built this PR locally for my native architecture, x86_64-glibc #### Notes - 015-no-update.patch is updated by myself, just trivial change, deleted patches are no longer needed - adjusted template as vbox 7.1 is based on Qt6 now. As there is no `qt6-devel` package, I choose a larger `qt6-base-devel` in makedepends. Please let me know if there is a better option. `setuid` change is taken from [Artix](https://gitea.artixlinux.org/packages/virtualbox/commit/a349e60d4475af1623821689696814b294cad618#diff-9b9baac1eb9b72790eef5540a1685306fc43fd6c) - Works quite well for me. The only thing broken is dark mode, but it's unrelated to packaging as official .run installer has the same issue, probably caused by qt6ct. Should be fine to merge. A patch file from https://github.com/void-linux/void-packages/pull/52910.patch is attached