On Thu 17/09/2026 16:11, Frans Schneider wrote: > Dear list, > > I am a very casual OpenBSD (7.8) user and mostly use it for file serving and > password management. Vaultwarden did work wonderful for a long time but > recently the Android bitwarden client was upgraded and does not work with > the current vaultwarden version anymore. The current version is 1.35.4. > Everything should work again with version 1.37.x and up. > > So, what can I do to get vaultwarden updated? I did try upgrading with > pkg_add -u which doesn't get me 1.37.x. I did have a short look at ports, > but that looks like a dead end as well. Installing from source gives lots of > version conflicts with the intsalled Rust version. > > TIA > > fs >
The issue is that newer Vaultwarden releases require Rust features that are not available with the Rust version currently shipped in the OpenBSD 7.8 ports tree. Updating Vaultwarden further would therefore first require a Rust update. Such toolchain updates are generally not something we would do in a stable branch. As a result, there are currently no plans to update Vaultwarden on 7.8-stable beyond what can be built with the existing Rust toolchain. The recommended solution is to upgrade to OpenBSD 7.9, which includes a newer Rust version and a more recent Vaultwarden package.

