head 1.3; access; symbols pkgsrc-2026Q2:1.3.0.8 pkgsrc-2026Q2-base:1.3 pkgsrc-2026Q1:1.3.0.6 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.4 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.2 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.2.0.6 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.4 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.2 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.1.0.18 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.16 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.14 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.12 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.10 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.8 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.6 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.4 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.2 pkgsrc-2022Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2025.08.07.11.12.19; author adam; state Exp; branches; next 1.2; commitid fj2GFsr5BBqvYM5G; 1.2 date 2024.12.01.00.04.58; author pin; state Exp; branches; next 1.1; commitid BY5a6kukmL85iJzF; 1.1 date 2022.08.17.15.44.17; author hauke; state Exp; branches; next ; commitid UDdA1QiTGs10ofQD; desc @@ 1.3 log @vaultwarden: updated to 1.34.3 1.34.3 Notable changes This release should fix an issue with MySQL/MariaDB database connections when using the Alpine images. The alpine build image has reverted to use MariaDB Connector/C v3.4.5 which resolved the issue. What's Changed Update crates to trigger rebuild for mysql issue fix hiding of signup link 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. What's Changed fix css to hide login with passkey fix css for locked screen Abstract persistent files through Apache OpenDAL Some small admin updates Fix and improvements to password policies Update Alpine to version 3.22 make css for login-page position independent Minor fixes to copy in .env.template Update crates and web-vault allow signup for invited users fix account recovery withdrawal Fix an issue with yubico keys not validating Misc Updates and favicon fixes Update flags version and enable manual error reporting Use existing reqwest client for AWS S3 requests Fix v2025.6.x clients and newer to delete items chore: fix some minor issues in the comments fix hiding email as 2fa provider Update web-vault and admin resources improve the usage section of the README close unmatched left parenthesis in the README Update crates, workflow and issue template Update release.yml fix hash reference in release.yml Fix digest SHA extraction step Hide login form custom fields Adjust issue template fix: resolve group permission conflicts with multiple groups Update crates fix account key rotation @ text @$NetBSD: patch-.env.template,v 1.2 2024/12/01 00:04:58 pin Exp $ Set for package defaults: Use sqlite, and the log directory we set up --- .env.template.orig 2025-07-29 10:13:02.000000000 +0000 +++ .env.template @@@@ -42,8 +42,8 @@@@ # RELOAD_TEMPLATES=false ## Web vault settings -# WEB_VAULT_FOLDER=web-vault/ -# WEB_VAULT_ENABLED=true +WEB_VAULT_FOLDER=@@PREFIX@@/@@WEB_VAULT_DIR@@/ +WEB_VAULT_ENABLED=true ######################### ### Database settings ### @@@@ -53,7 +53,7 @@@@ ## When using SQLite, this is the path to the DB file, and it defaults to ## %DATA_FOLDER%/db.sqlite3. If DATA_FOLDER is set to an external location, this ## must be set to a local sqlite3 file path. -# DATABASE_URL=data/db.sqlite3 +DATABASE_URL=data/db.sqlite3 ## When using MySQL, specify an appropriate connection URI. ## Details: https://docs.diesel.rs/2.1.x/diesel/mysql/struct.MysqlConnection.html # DATABASE_URL=mysql://user:password@@host[:port]/database_name @@@@ -386,7 +386,7 @@@@ # USE_SYSLOG=false ## Logging to file -# LOG_FILE=/path/to/log +LOG_FILE=@@VAULTWARDEN_LOGDIR@@/vaultwarden.log ## Log level ## Change the verbosity of the log output @ 1.2 log @security/vaultwarden: update to 1.32.5 Update from 1.30.1 Too much to list here, please see https://github.com/dani-garcia/vaultwarden/releases Next time, please ask for help when having issues with a Rust package :) @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- .env.template.orig 2024-11-30 22:34:24.970004290 +0000 d7 1 a7 1 @@@@ -31,8 +31,8 @@@@ d18 4 a21 4 @@@@ -40,7 +40,7 @@@@ ## Database URL ## When using SQLite, this is the path to the DB file, default to %DATA_FOLDER%/db.sqlite3 d27 1 a27 1 @@@@ -370,7 +370,7 @@@@ @ 1.1 log @Vaultwarden is a Bitwarden server API implementation written in Rust, compatible with upstream Bitwarden password manager clients. It is well-suited for self-hosted deployment, where running the official resource-heavy service might not be ideal. @ text @d5 1 a5 1 --- .env.template.orig 2022-07-27 15:39:07.000000000 +0000 d7 12 a18 1 @@@@ -14,7 +14,8 @@@@ a23 1 + d25 1 a25 1 ## Details: https://docs.diesel.rs/diesel/mysql/struct.MysqlConnection.html d27 2 a28 13 @@@@ -61,8 +62,8 @@@@ # ICON_CACHE_NEGTTL=259200 ## Web vault settings -# WEB_VAULT_FOLDER=web-vault/ -# WEB_VAULT_ENABLED=true +WEB_VAULT_FOLDER=@@PREFIX@@/@@WEB_VAULT_DIR@@/ +WEB_VAULT_ENABLED=true ## Enables websocket notifications # WEBSOCKET_ENABLED=false @@@@ -117,7 +118,7 @@@@ # LOG_TIMESTAMP_FORMAT="%Y-%m-%d %H:%M:%S.%3f" d34 2 a35 2 ## Logging to Syslog ## This requires extended logging @