FreeBSD Bugzilla – Attachment 245784 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]
git diff for security/vaultwarden
patch-security_vaultwarden-add-DB-options (text/plain), 1.24 KB, created by
Bernard Spil
on 2023-10-21 16:40:46 UTC
(
hide
)
Description:
git diff for security/vaultwarden
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2023-10-21 16:40:46 UTC
Size:
1.24 KB
patch
obsolete
>diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile >index 63465f1d73..73f136e827 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,23 @@ GROUPS= ${WWWGRP} > PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} > > OPTIONS_DEFINE= WEBVAULT >-OPTIONS_DEFAULT=WEBVAULT >+OPTIONS_DEFAULT=${OPTIONS_DEFINE} ${OPTIONS_MULTI_DATABASE} >+OPTIONS_MULTI= DATABASE >+OPTIONS_MULTI_DATABASE= MYSQL PGSQL SQLITE > >+DATABASE_DESC= Database support > WEBVAULT_DESC= Vaultwarden web (bw_web_builds) > >+MYSQL_USES= mysql:client >+MYSQL_VARS= cargo_features+=mysql >+PGSQL_USES= pgsql >+PGSQL_VARS= cargo_features+=postgresql >+SQLITE_VARS= cargo_features+=sqlite > 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
Flags:
brnrd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 274049
:
245165
| 245784