Download raw body.
UPDATE: security/keepassxc
Tested with yubkikey. What I have to realize is that opening the
database takes much longer.
I also enabled PassKeys in the browser flavor. I have no use-case for it
now.
Feedback, tests and OKs welcome,
Rafael
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile
index b17c1c62af7..2db64afee2b 100644
--- a/security/keepassxc/Makefile
+++ b/security/keepassxc/Makefile
@@ -1,6 +1,6 @@
COMMENT = management tool for password and sensitive data
-V = 2.7.6
+V = 2.7.7
DISTNAME = keepassxc-${V}
CATEGORIES = security
@@ -64,7 +64,8 @@ CONFIGURE_ARGS += -DWITH_XC_YUBIKEY=ON
# Sync with archs that ship Firefox and/or Chromium
ONLY_FOR_ARCHS = amd64 i386 aarch64
CONFIGURE_ARGS += -DWITH_XC_BROWSER=ON \
- -DWITH_XC_NETWORKING=ON
+ -DWITH_XC_NETWORKING=ON \
+ -DWITH_XC_BROWSER_PASSKEYS=ON
# helper executable
ALL_TARGET += keepassxc-proxy
.endif
diff --git a/security/keepassxc/distinfo b/security/keepassxc/distinfo
index fcaa4819cf4..5dcb6c71904 100644
--- a/security/keepassxc/distinfo
+++ b/security/keepassxc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (keepassxc-2.7.6-src.tar.xz) = pYB0UJ+o6Q8VLGJH9z514SYwMIH1Xu206gy7b6mA1nA=
-SIZE (keepassxc-2.7.6-src.tar.xz) = 8474624
+SHA256 (keepassxc-2.7.7-src.tar.xz) = WPxFrpjks/+wUhAwFPW5ekH+/RcQLH9WBzk03TqC7mc=
+SIZE (keepassxc-2.7.7-src.tar.xz) = 9734460
UPDATE: security/keepassxc