FreeBSD Bugzilla – Attachment 245165 Details for
Bug 274049
security/vaultwarden: Database backend options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Database backend options
vaultwarden-database-options.patch (text/plain), 1.35 KB, created by
Tobias Bölz
on 2023-09-23 15:51:28 UTC
(
hide
)
Description:
Database backend options
Filename:
MIME Type:
Creator:
Tobias Bölz
Created:
2023-09-23 15:51:28 UTC
Size:
1.35 KB
patch
obsolete
>diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile >index 63465f1d7378..1dd8893fcff4 100644 >--- a/security/vaultwarden/Makefile >+++ b/security/vaultwarden/Makefile >@@ -13,7 +13,7 @@ LIB_DEPENDS+= libcapnp.so:devel/capnproto \ > libgmp.so:math/gmp \ > libnettle.so:security/nettle > >-USES= cargo mysql:client pgsql ssl >+USES= cargo ssl > > # make makeplist > pkg-plist #One has to edit/review the generated plist > # make generate-plist && make check-plist >@@ -26,15 +26,28 @@ GROUPS= ${WWWGRP} > PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} > > OPTIONS_DEFINE= WEBVAULT >-OPTIONS_DEFAULT=WEBVAULT >+OPTIONS_DEFAULT=WEBVAULT SQLITE MYSQL PGSQL >+ >+OPTIONS_MULTI= BACKEND >+OPTIONS_MULTI_BACKEND= SQLITE MYSQL PGSQL > > WEBVAULT_DESC= Vaultwarden web (bw_web_builds) >+SQLITE_DESC= Use SQLite as backend >+MYSQL_DESC= Use MySQL as backend >+PGSQL_DESC= Use PostgreSQL as backend >+ >+SQLITE_VARS= CARGO_FEATURES+=sqlite >+MYSQL_VARS= CARGO_FEATURES+=mysql >+PGSQL_VARS= CARGO_FEATURES+=postgresql >+ >+MYSQL_USE= mysql:client=yes >+PGSQL_USE= pgsql=yes > > WEBVAULT_RUN_DEPENDS= ${WWWDIR}/web-vault/index.html:www/vaultwarden-web_vault > > # make cargo-crates > Makefile.crates > >-CARGO_FEATURES= mysql postgresql sqlite #vendored_openssl >+CARGO_FEATURES= --no-default-features > #CARGO_ENV+= RUSTC_BOOTSTRAP=1 > > INSTALL_TARGET= install-strip
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274049
: 245165 |
245784