aboutsummaryrefslogtreecommitdiff
path: root/office/keepassxc/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-02-27 15:31:22 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-03 08:42:17 +0700
commit8d6813c53d347db1acce06d3cc97c0cac6916527 (patch)
tree8fbba07519cced8d8b3b0bf9a84eb6ee1e92deef /office/keepassxc/README
parent2ae536af16f6c98a475e6484dee960ab65fc5217 (diff)
office/keepassxc: Updated for version 2.3.0.
Diffstat (limited to 'office/keepassxc/README')
-rw-r--r--office/keepassxc/README13
1 files changed, 10 insertions, 3 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README
index 77b004d615a46..3f4b3d089e672 100644
--- a/office/keepassxc/README
+++ b/office/keepassxc/README
@@ -10,8 +10,15 @@ KeePassXC can be built with YubiKey two-factor authentication support for
unlocking the database. This introduces a dependency on ykpers and can be
enabled by passing XC_YUBIKEY=ON to the script.
-KeePassXC will be built with http support, meaning that it can retrieve favicons
-from web sites and function as password storage for Mozilla Firefox and
-Chromium/Chrome. This may be disabled by passing XC_HTTP=OFF to the script.
+KeePassXC will be built with browser support, meaning it can function as
+password storage for Mozilla Firefox and Chromium/Chrome. This may be disabled
+by passing XC_BROWSER=OFF to the script.
+
+KeePassXC will be built with SSH agent support, meaning that KeepassXC can
+interact with a running agent. This may be disabled by passing XC_SSHAGENT=OFF
+to the script.
+
+KeePassXC will be built with networking support, meaning that website favicons
+can be downloaded. This maybe disabled by passing XC_NETWORKING=OFF to the script.
Autotype may be disabled by passing XC_AUTOTYPE=OFF.