pkg/59902: security/vaultwarden add S3 option
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
>Number: 59902 >Category: pkg >Synopsis: security/vaultwarden add S3 option >Confidential: no >Severity: non-critical >Priority: low >Responsible: pkg-manager >State: open >Class: change-request >Submitter-Id: net >Arrival-Date: Fri Jan 09 18:15:00 +0000 2026 >Originator: Marcin Gondek >Release: current >Organization: e-utp.net >Environment: NetBSD devil.e-utp.net 11.0_BETA NetBSD 11.0_BETA (DEVIL) #6: Fri Nov 21 18:51:34 CET 2025 [email protected]:/usr/obj/sys/arch/amd64/compile/DEVIL amd64 >Description: Please add s3 option vaultwarden. Cargo dependecies looks ok, but we miss such option in options.mk >How-To-Repeat: The options doesn't allow to build vaultwarden with s3 enabled. >Fix: ... CARGO_FEATURES+= s3 ... 1.34.2 Notable changes Updated web vault to 2025.7.0 Included experimental support for S3 file backend using OpenDAL. This currently requires compiling from source with the s3 feature flag, check #5626 for more details. https://github.com/dani-garcia/vaultwarden/pull/5626