summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-08-23 13:31:45 +0000
committerryoon <ryoon@pkgsrc.org>2020-08-23 13:31:45 +0000
commitff5fc037811945ab421974ca2eb39f25eda19d92 (patch)
tree163ed3368cff38e602025d32acb71b2fa976154f
parent43532622af47cdcf6129b8b705229f35af4e0910 (diff)
downloadpkgsrc-ff5fc037811945ab421974ca2eb39f25eda19d92.tar.gz
keepassxc: Update to 2.6.1
* Disable document option, it requires asciidoctor. Changelog: ## 2.6.1 (2020-08-19) ### Added - Add menu entries for auto-typing only username or only password [#4891] - Browser: Add command for retrieving current TOTP [#5278] - Improve man pages [#5010] - Linux: Support Xfce screen lock signals [#4971] - Linux: Add OARS metadata to AppStream markup [#5031] - SSH Agent: Substitute tilde with %USERPROFILE% on Windows [#5116] ### Changed - Improve password generator UI and UX [#5129] - Do not prompt to restart if switching the theme back and forth [#5084] - Change actions for F1, F2, and F3 keys [#5082] - Skip referenced passwords in health check report [#5056] - Check system-wide Qt translations directory for downstream translations packaging [#5064] - macOS: Change password visibility toggle shortcut to Ctrl+H to avoid conflict with system shortcut [#5114] - Browser: Only display domain name in browser access confirm dialog to avoid overly wide window sizes [#5214] ### Fixed - Fix clipboard not being cleared when database is locked while timeout is still active [#5184] - Fix list of previous databases not being cleared in some cases [#5123] - Fix saving of non-data changes on database lock [#5210] - Fix search results banner theming [#5197] - Don't enforce theme palette in Classic theme mode and add hover effect for buttons [#5122,#5267] - Fix label clipping in settings on high-DPI screens [#5227] - Fix excessive memory usage by icons on systems with high-DPI screens [#5266] - Fix crash if number of TOTP digits exceeds ten [#5106] - Fix slot detection when first YubiKey is configured on the second slot [#5004] - Prevent crash if focus widget gets deleted during saving [#5005] - Always show buttons for opening or saving attachments [#4956] - Update link to Auto-Type help [#5228] - Fix build errors with Ninja [#5121] - CLI: Fix db-info command wrongly labelled as db-show in usage listing [#5140] - Windows: Use Classic theme by default if high-contrast mode is on [#5191] - Linux: Add workaround for qt5ct bug, causing icons not to show up [#5011] - Linux: Correct high-DPI display by not allowing fractional scaling [#5185] - Browser: Consider subdomain and path when requesting only "best-matching credentials" [#4832] - SSH Agent: Always forget all keys on lock [#5115] ## 2.6.0 (2020-07-06) ### Added - Custom Light and Dark themes [#4110, #4769, #4791, #4892, #4915] - Compact mode to use classic Group and Entry line height [#4910] - New monochrome tray icons [#4796, #4803] - View menu to quickly switch themes, compact mode, and toggle UI elements [#4910] - Search for groups and scope search to matched groups [#4705] - Save Database Backup feature [#4550] - Sort entries by "natural order" and move lines up/down [#4357] - Option to launch KeePassXC on system startup/login [#4675] - Caps Lock warning on password input fields [#3646] - Add "Size" column to entry view [#4588] - Browser-like tab experience using Ctrl+[Num] (Alt+[Num] on Linux) [#4063, #4305] - Password Generator: Define additional characters to choose from [#3876] - Reports: Database password health check (offline) [#3993] - Reports: HIBP online service to check for breached passwords [#4438] - Auto-Type: DateTime placeholders [#4409] - Browser: Show group name in results sent to browser extension [#4111] - Browser: Ability to define a custom browser location (macOS and Linux only) [#4148] - Browser: Ability to change root group UUID and inline edit connection ID [#4315, #4591] - CLI: `db-info` command [#4231] - CLI: Use wl-clipboard if xclip is not available (Linux) [#4323] - CLI: Incorporate xclip into snap builds [#4697] - SSH Agent: Key file path env substitution, SSH_AUTH_SOCK override, and connection test [#3769, #3801, #4545] - SSH Agent: Context menu actions to add/remove keys [#4290] ### Changed - Complete replacement of default database icons [#4699] - Complete replacement of application icons [#4066, #4161, #4203, #4411] - Complete rewrite of documentation and manpages using Asciidoctor [#4937] - Complete refactor of config files; separate between local and roaming [#4665] - Complete refactor of browser integration and proxy code [#4680] - Complete refactor of hardware key integration (YubiKey and OnlyKey) [#4584, #4843] - Significantly improve performance when saving and opening databases [#4309, #4833] - Remove read-only detection for database files [#4508] - Overhaul of password fields and password generator [#4367] - Replace instances of "Master Key" with "Database Credentials" [#4929] - Change settings checkboxes to positive phrasing for consistency [#4715] - Improve UX of using entry actions (focus fix) [#3893] - Set expiration time to Now when enabling entry expiration [#4406] - Always show "New Entry" in context menu [#4617] - Issue warning before adding large attachments [#4651] - Improve importing OPVault [#4630] - Improve AutoOpen capability [#3901, #4752] - Check for updates every 7 days even while still running [#4752] - Improve Windows installer UI/UX [#4675] - Improve config file handling of portable distribution [#4131, #4752] - macOS: Hide dock icon when application is hidden to tray [#4782] - Browser: Use unlock dialog to improve UX of opening a locked database [#3698] - Browser: Improve database and entry settings experience [#4392, #4591] - Browser: Improve confirm access dialog [#2143, #4660] - KeeShare: Improve monitoring file changes of shares [#4720] - CLI: Rename `create` command to `db-create` [#4231] - CLI: Cleanup `db-create` options (`--set-key-file` and `--set-password`) [#4313] - CLI: Use stderr for help text and password prompts [#4086, #4623] - FdoSecrets: Display existing secret service process [#4128] ### Fixed - Fix changing focus around the main window using tab key [#4641] - Fix search field clearing while still using the application [#4368] - Improve search help widget displaying on macOS and Linux [#4236] - Return keyboard focus after editing an entry [#4287] - Reset database path after failed "Save As" [#4526] - Make builds reproducible [#4411] - Improve handling of ccache when building [#4104, #4335] - Windows: Use correct UI font and size [#4769] - macOS: Properly re-hide application window after browser integration and Auto-Type usage [#4909] - Linux: Fix version number not embedded in AppImage [#4842] - Auto-Type: Fix crash when performing on new entry [#4132] - Browser: Send legacy HTTP settings to recycle bin [#4589] - Browser: Fix merging browser keys [#4685] - CLI: Fix encoding when exporting database [#3921] - SSH Agent: Improve reliability and underlying code [#3833, #4256, #4549, #4595] - FdoSecrets: Fix crash when editing settings before service is enabled [#4332]
-rw-r--r--security/keepassxc/Makefile6
-rw-r--r--security/keepassxc/PLIST270
-rw-r--r--security/keepassxc/distinfo10
3 files changed, 14 insertions, 272 deletions
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile
index af293fb19b5..a3ca1819d90 100644
--- a/security/keepassxc/Makefile
+++ b/security/keepassxc/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.26 2020/08/18 17:58:13 leot Exp $
+# $NetBSD: Makefile,v 1.27 2020/08/23 13:31:45 ryoon Exp $
DISTNAME= keepassxc-${GITHUB_RELEASE}-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=keepassxreboot/}
-GITHUB_RELEASE= 2.5.4
+GITHUB_RELEASE= 2.6.1
GITHUB_PROJECT= keepassxc
EXTRACT_SUFX= .tar.xz
@@ -23,6 +22,7 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARG_PATH= ..
CMAKE_ARGS+= -DKEEPASSXC_BUILD_TYPE=Release
+CMAKE_ARGS+= -DWITH_XC_DOCS=False
CONFIGURE_DIRS= build
NOT_PAX_MPROTECT_SAFE+= bin/keepassxc
diff --git a/security/keepassxc/PLIST b/security/keepassxc/PLIST
index d58f62b959a..1e7c470c9d0 100644
--- a/security/keepassxc/PLIST
+++ b/security/keepassxc/PLIST
@@ -1,291 +1,36 @@
-@comment $NetBSD: PLIST,v 1.5 2020/01/14 22:32:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/08/23 13:31:45 ryoon Exp $
bin/keepassxc
bin/keepassxc-cli
lib/keepassxc/libkeepassx-autotype-xcb.so
-man/man1/keepassxc-cli.1
-man/man1/keepassxc.1
share/applications/org.keepassxc.KeePassXC.desktop
-share/icons/hicolor/128x128/apps/keepassxc-dark.png
-share/icons/hicolor/128x128/apps/keepassxc-locked.png
-share/icons/hicolor/128x128/apps/keepassxc-unlocked.png
-share/icons/hicolor/128x128/apps/keepassxc.png
-share/icons/hicolor/128x128/mimetypes/application-x-keepassxc.png
-share/icons/hicolor/16x16/apps/keepassxc-dark.png
-share/icons/hicolor/16x16/apps/keepassxc-locked.png
-share/icons/hicolor/16x16/apps/keepassxc-unlocked.png
-share/icons/hicolor/16x16/apps/keepassxc.png
-share/icons/hicolor/16x16/mimetypes/application-x-keepassxc.png
-share/icons/hicolor/22x22/mimetypes/application-x-keepassxc.png
-share/icons/hicolor/24x24/apps/keepassxc-dark.png
-share/icons/hicolor/24x24/apps/keepassxc-locked.png
-share/icons/hicolor/24x24/apps/keepassxc-unlocked.png
-share/icons/hicolor/24x24/apps/keepassxc.png
-share/icons/hicolor/256x256/apps/keepassxc-dark.png
-share/icons/hicolor/256x256/apps/keepassxc-locked.png
-share/icons/hicolor/256x256/apps/keepassxc-unlocked.png
share/icons/hicolor/256x256/apps/keepassxc.png
-share/icons/hicolor/32x32/apps/keepassxc-dark.png
-share/icons/hicolor/32x32/apps/keepassxc-locked.png
-share/icons/hicolor/32x32/apps/keepassxc-unlocked.png
-share/icons/hicolor/32x32/apps/keepassxc.png
-share/icons/hicolor/32x32/mimetypes/application-x-keepassxc.png
-share/icons/hicolor/48x48/apps/keepassxc-dark.png
-share/icons/hicolor/48x48/apps/keepassxc-locked.png
-share/icons/hicolor/48x48/apps/keepassxc-unlocked.png
-share/icons/hicolor/48x48/apps/keepassxc.png
-share/icons/hicolor/64x64/apps/keepassxc-dark.png
-share/icons/hicolor/64x64/apps/keepassxc-locked.png
-share/icons/hicolor/64x64/apps/keepassxc-unlocked.png
-share/icons/hicolor/64x64/apps/keepassxc.png
-share/icons/hicolor/64x64/mimetypes/application-x-keepassxc.png
-share/icons/hicolor/scalable/apps/keepassxc-dark.svg
share/icons/hicolor/scalable/apps/keepassxc-locked.svg
+share/icons/hicolor/scalable/apps/keepassxc-monochrome-dark-locked.svg
+share/icons/hicolor/scalable/apps/keepassxc-monochrome-dark.svg
+share/icons/hicolor/scalable/apps/keepassxc-monochrome-light-locked.svg
+share/icons/hicolor/scalable/apps/keepassxc-monochrome-light.svg
share/icons/hicolor/scalable/apps/keepassxc-unlocked.svg
share/icons/hicolor/scalable/apps/keepassxc.svg
share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svg
-share/keepassxc/docs/KeePassXC_GettingStarted.pdf
-share/keepassxc/docs/KeePassXC_UserGuide.pdf
-share/keepassxc/icons/application/128x128/apps/keepassxc-dark.png
-share/keepassxc/icons/application/128x128/apps/keepassxc-locked.png
-share/keepassxc/icons/application/128x128/apps/keepassxc-unlocked.png
-share/keepassxc/icons/application/128x128/apps/keepassxc.png
-share/keepassxc/icons/application/128x128/apps/preferences-system-network-sharing.png
-share/keepassxc/icons/application/128x128/mimetypes/application-x-keepassxc.png
-share/keepassxc/icons/application/16x16/actions/application-exit.png
-share/keepassxc/icons/application/16x16/actions/auto-type.png
-share/keepassxc/icons/application/16x16/actions/configure.png
-share/keepassxc/icons/application/16x16/actions/database-change-key.png
-share/keepassxc/icons/application/16x16/actions/database-lock.png
-share/keepassxc/icons/application/16x16/actions/document-close.png
-share/keepassxc/icons/application/16x16/actions/document-edit.png
-share/keepassxc/icons/application/16x16/actions/document-new.png
-share/keepassxc/icons/application/16x16/actions/document-open.png
-share/keepassxc/icons/application/16x16/actions/document-save-as.png
-share/keepassxc/icons/application/16x16/actions/document-save.png
-share/keepassxc/icons/application/16x16/actions/edit-clear-locationbar-ltr.png
-share/keepassxc/icons/application/16x16/actions/edit-clear-locationbar-rtl.png
-share/keepassxc/icons/application/16x16/actions/entry-clone.png
-share/keepassxc/icons/application/16x16/actions/entry-delete.png
-share/keepassxc/icons/application/16x16/actions/entry-edit.png
-share/keepassxc/icons/application/16x16/actions/entry-new.png
-share/keepassxc/icons/application/16x16/actions/favicon-download.png
-share/keepassxc/icons/application/16x16/actions/group-delete.png
-share/keepassxc/icons/application/16x16/actions/group-edit.png
-share/keepassxc/icons/application/16x16/actions/group-empty-trash.png
-share/keepassxc/icons/application/16x16/actions/group-new.png
-share/keepassxc/icons/application/16x16/actions/help-about.png
-share/keepassxc/icons/application/16x16/actions/message-close.png
-share/keepassxc/icons/application/16x16/actions/paperclip.png
-share/keepassxc/icons/application/16x16/actions/password-copy.png
-share/keepassxc/icons/application/16x16/actions/password-generate.png
-share/keepassxc/icons/application/16x16/actions/password-generator.png
-share/keepassxc/icons/application/16x16/actions/password-show-off.png
-share/keepassxc/icons/application/16x16/actions/password-show-on.png
-share/keepassxc/icons/application/16x16/actions/system-help.png
-share/keepassxc/icons/application/16x16/actions/system-search.png
-share/keepassxc/icons/application/16x16/actions/url-copy.png
-share/keepassxc/icons/application/16x16/actions/username-copy.png
-share/keepassxc/icons/application/16x16/apps/keepassxc-dark.png
-share/keepassxc/icons/application/16x16/apps/keepassxc-locked.png
-share/keepassxc/icons/application/16x16/apps/keepassxc-unlocked.png
-share/keepassxc/icons/application/16x16/apps/keepassxc.png
-share/keepassxc/icons/application/16x16/mimetypes/application-x-keepassxc.png
-share/keepassxc/icons/application/22x22/actions/auto-type.png
-share/keepassxc/icons/application/22x22/actions/chronometer.png
-share/keepassxc/icons/application/22x22/actions/database-change-key.png
-share/keepassxc/icons/application/22x22/actions/database-lock.png
-share/keepassxc/icons/application/22x22/actions/dialog-close.png
-share/keepassxc/icons/application/22x22/actions/dialog-ok.png
-share/keepassxc/icons/application/22x22/actions/document-new.png
-share/keepassxc/icons/application/22x22/actions/document-open.png
-share/keepassxc/icons/application/22x22/actions/document-save.png
-share/keepassxc/icons/application/22x22/actions/entry-clone.png
-share/keepassxc/icons/application/22x22/actions/entry-delete.png
-share/keepassxc/icons/application/22x22/actions/entry-edit.png
-share/keepassxc/icons/application/22x22/actions/entry-new.png
-share/keepassxc/icons/application/22x22/actions/favicon-download.png
-share/keepassxc/icons/application/22x22/actions/group-empty-trash.png
-share/keepassxc/icons/application/22x22/actions/help-about.png
-share/keepassxc/icons/application/22x22/actions/message-close.png
-share/keepassxc/icons/application/22x22/actions/paperclip.png
-share/keepassxc/icons/application/22x22/actions/password-copy.png
-share/keepassxc/icons/application/22x22/actions/password-generate.png
-share/keepassxc/icons/application/22x22/actions/password-generator.png
-share/keepassxc/icons/application/22x22/actions/system-help.png
-share/keepassxc/icons/application/22x22/actions/system-search.png
-share/keepassxc/icons/application/22x22/actions/url-copy.png
-share/keepassxc/icons/application/22x22/actions/username-copy.png
-share/keepassxc/icons/application/22x22/mimetypes/application-x-keepassxc.png
-share/keepassxc/icons/application/22x22/status/dialog-error.png
-share/keepassxc/icons/application/22x22/status/dialog-information.png
-share/keepassxc/icons/application/22x22/status/dialog-warning.png
-share/keepassxc/icons/application/24x24/apps/keepassxc-dark.png
-share/keepassxc/icons/application/24x24/apps/keepassxc-locked.png
-share/keepassxc/icons/application/24x24/apps/keepassxc-unlocked.png
-share/keepassxc/icons/application/24x24/apps/keepassxc.png
-share/keepassxc/icons/application/256x256/apps/keepassxc-dark.png
-share/keepassxc/icons/application/256x256/apps/keepassxc-locked.png
-share/keepassxc/icons/application/256x256/apps/keepassxc-unlocked.png
share/keepassxc/icons/application/256x256/apps/keepassxc.png
-share/keepassxc/icons/application/32x32/actions/application-exit.png
-share/keepassxc/icons/application/32x32/actions/auto-type.png
-share/keepassxc/icons/application/32x32/actions/chronometer.png
-share/keepassxc/icons/application/32x32/actions/configure.png
-share/keepassxc/icons/application/32x32/actions/database-change-key.png
-share/keepassxc/icons/application/32x32/actions/database-lock.png
-share/keepassxc/icons/application/32x32/actions/dialog-close.png
-share/keepassxc/icons/application/32x32/actions/dialog-ok.png
-share/keepassxc/icons/application/32x32/actions/document-close.png
-share/keepassxc/icons/application/32x32/actions/document-edit.png
-share/keepassxc/icons/application/32x32/actions/document-new.png
-share/keepassxc/icons/application/32x32/actions/document-open.png
-share/keepassxc/icons/application/32x32/actions/document-properties.png
-share/keepassxc/icons/application/32x32/actions/document-save.png
-share/keepassxc/icons/application/32x32/actions/edit-clear-locationbar-ltr.png
-share/keepassxc/icons/application/32x32/actions/edit-clear-locationbar-rtl.png
-share/keepassxc/icons/application/32x32/actions/entry-clone.png
-share/keepassxc/icons/application/32x32/actions/entry-delete.png
-share/keepassxc/icons/application/32x32/actions/entry-edit.png
-share/keepassxc/icons/application/32x32/actions/entry-new.png
-share/keepassxc/icons/application/32x32/actions/favicon-download.png
-share/keepassxc/icons/application/32x32/actions/group-empty-trash.png
-share/keepassxc/icons/application/32x32/actions/help-about.png
-share/keepassxc/icons/application/32x32/actions/key-enter.png
-share/keepassxc/icons/application/32x32/actions/paperclip.png
-share/keepassxc/icons/application/32x32/actions/password-copy.png
-share/keepassxc/icons/application/32x32/actions/password-generate.png
-share/keepassxc/icons/application/32x32/actions/password-generator.png
-share/keepassxc/icons/application/32x32/actions/password-show-off.png
-share/keepassxc/icons/application/32x32/actions/password-show-on.png
-share/keepassxc/icons/application/32x32/actions/statistics.png
-share/keepassxc/icons/application/32x32/actions/system-help.png
-share/keepassxc/icons/application/32x32/actions/system-search.png
-share/keepassxc/icons/application/32x32/actions/url-copy.png
-share/keepassxc/icons/application/32x32/actions/username-copy.png
-share/keepassxc/icons/application/32x32/actions/view-history.png
-share/keepassxc/icons/application/32x32/apps/internet-web-browser.png
-share/keepassxc/icons/application/32x32/apps/keepassxc-dark.png
-share/keepassxc/icons/application/32x32/apps/keepassxc-locked.png
-share/keepassxc/icons/application/32x32/apps/keepassxc-unlocked.png
-share/keepassxc/icons/application/32x32/apps/keepassxc.png
-share/keepassxc/icons/application/32x32/apps/preferences-desktop-icons.png
-share/keepassxc/icons/application/32x32/apps/utilities-terminal.png
-share/keepassxc/icons/application/32x32/categories/preferences-other.png
-share/keepassxc/icons/application/32x32/mimetypes/application-x-keepassxc.png
-share/keepassxc/icons/application/32x32/status/security-high.png
-share/keepassxc/icons/application/48x48/apps/keepassxc-dark.png
-share/keepassxc/icons/application/48x48/apps/keepassxc-locked.png
-share/keepassxc/icons/application/48x48/apps/keepassxc-unlocked.png
-share/keepassxc/icons/application/48x48/apps/keepassxc.png
-share/keepassxc/icons/application/64x64/apps/keepassxc-dark.png
-share/keepassxc/icons/application/64x64/apps/keepassxc-locked.png
-share/keepassxc/icons/application/64x64/apps/keepassxc-unlocked.png
-share/keepassxc/icons/application/64x64/apps/keepassxc.png
-share/keepassxc/icons/application/64x64/mimetypes/application-x-keepassxc.png
-share/keepassxc/icons/application/scalable/actions/object-locked.svg
-share/keepassxc/icons/application/scalable/actions/object-unlocked.svg
-share/keepassxc/icons/application/scalable/apps/freedesktop.svg
-share/keepassxc/icons/application/scalable/apps/keepassxc-dark.svg
-share/keepassxc/icons/application/scalable/apps/keepassxc-locked.svg
-share/keepassxc/icons/application/scalable/apps/keepassxc-unlocked.svg
-share/keepassxc/icons/application/scalable/apps/keepassxc.svg
-share/keepassxc/icons/application/scalable/mimetypes/application-x-keepassxc.svg
-share/keepassxc/icons/database/C00_Password.png
-share/keepassxc/icons/database/C01_Package_Network.png
-share/keepassxc/icons/database/C02_MessageBox_Warning.png
-share/keepassxc/icons/database/C03_Server.png
-share/keepassxc/icons/database/C04_Klipper.png
-share/keepassxc/icons/database/C05_Edu_Languages.png
-share/keepassxc/icons/database/C06_KCMDF.png
-share/keepassxc/icons/database/C07_Kate.png
-share/keepassxc/icons/database/C08_Socket.png
-share/keepassxc/icons/database/C09_Identity.png
-share/keepassxc/icons/database/C10_Kontact.png
-share/keepassxc/icons/database/C11_Camera.png
-share/keepassxc/icons/database/C12_IRKickFlash.png
-share/keepassxc/icons/database/C13_KGPG_Key3.png
-share/keepassxc/icons/database/C14_Laptop_Power.png
-share/keepassxc/icons/database/C15_Scanner.png
-share/keepassxc/icons/database/C16_Mozilla_Firebird.png
-share/keepassxc/icons/database/C17_CDROM_Unmount.png
-share/keepassxc/icons/database/C18_Display.png
-share/keepassxc/icons/database/C19_Mail_Generic.png
-share/keepassxc/icons/database/C20_Misc.png
-share/keepassxc/icons/database/C21_KOrganizer.png
-share/keepassxc/icons/database/C22_ASCII.png
-share/keepassxc/icons/database/C23_Icons.png
-share/keepassxc/icons/database/C24_Connect_Established.png
-share/keepassxc/icons/database/C25_Folder_Mail.png
-share/keepassxc/icons/database/C26_FileSave.png
-share/keepassxc/icons/database/C27_NFS_Unmount.png
-share/keepassxc/icons/database/C28_QuickTime.png
-share/keepassxc/icons/database/C29_KGPG_Term.png
-share/keepassxc/icons/database/C30_Konsole.png
-share/keepassxc/icons/database/C31_FilePrint.png
-share/keepassxc/icons/database/C32_FSView.png
-share/keepassxc/icons/database/C33_Run.png
-share/keepassxc/icons/database/C34_Configure.png
-share/keepassxc/icons/database/C35_KRFB.png
-share/keepassxc/icons/database/C36_Ark.png
-share/keepassxc/icons/database/C37_KPercentage.png
-share/keepassxc/icons/database/C38_Samba_Unmount.png
-share/keepassxc/icons/database/C39_History.png
-share/keepassxc/icons/database/C40_Mail_Find.png
-share/keepassxc/icons/database/C41_VectorGfx.png
-share/keepassxc/icons/database/C42_KCMMemory.png
-share/keepassxc/icons/database/C43_EditTrash.png
-share/keepassxc/icons/database/C44_KNotes.png
-share/keepassxc/icons/database/C45_Cancel.png
-share/keepassxc/icons/database/C46_Help.png
-share/keepassxc/icons/database/C47_KPackage.png
-share/keepassxc/icons/database/C48_Folder.png
-share/keepassxc/icons/database/C49_Folder_Blue_Open.png
-share/keepassxc/icons/database/C50_Folder_Tar.png
-share/keepassxc/icons/database/C51_Decrypted.png
-share/keepassxc/icons/database/C52_Encrypted.png
-share/keepassxc/icons/database/C53_Apply.png
-share/keepassxc/icons/database/C54_Signature.png
-share/keepassxc/icons/database/C55_Thumbnail.png
-share/keepassxc/icons/database/C56_KAddressBook.png
-share/keepassxc/icons/database/C57_View_Text.png
-share/keepassxc/icons/database/C58_KGPG.png
-share/keepassxc/icons/database/C59_Package_Development.png
-share/keepassxc/icons/database/C60_KFM_Home.png
-share/keepassxc/icons/database/C61_Services.png
-share/keepassxc/icons/database/C62_Tux.png
-share/keepassxc/icons/database/C63_Feather.png
-share/keepassxc/icons/database/C64_Apple.png
-share/keepassxc/icons/database/C65_W.png
-share/keepassxc/icons/database/C66_Money.png
-share/keepassxc/icons/database/C67_Certificate.png
-share/keepassxc/icons/database/C68_BlackBerry.png
share/keepassxc/translations/keepassx_ar.qm
-share/keepassxc/translations/keepassx_bn.qm
+share/keepassxc/translations/keepassx_bg.qm
share/keepassxc/translations/keepassx_ca.qm
share/keepassxc/translations/keepassx_cs.qm
share/keepassxc/translations/keepassx_da.qm
share/keepassxc/translations/keepassx_de.qm
-share/keepassxc/translations/keepassx_el.qm
share/keepassxc/translations/keepassx_en.qm
-share/keepassxc/translations/keepassx_en_GB.qm
share/keepassxc/translations/keepassx_en_US.qm
share/keepassxc/translations/keepassx_es.qm
share/keepassxc/translations/keepassx_et.qm
-share/keepassxc/translations/keepassx_eu.qm
share/keepassxc/translations/keepassx_fi.qm
share/keepassxc/translations/keepassx_fr.qm
-share/keepassxc/translations/keepassx_he.qm
-share/keepassxc/translations/keepassx_hr_HR.qm
share/keepassxc/translations/keepassx_hu.qm
share/keepassxc/translations/keepassx_id.qm
-share/keepassxc/translations/keepassx_is_IS.qm
share/keepassxc/translations/keepassx_it.qm
share/keepassxc/translations/keepassx_ja.qm
-share/keepassxc/translations/keepassx_kk.qm
share/keepassxc/translations/keepassx_ko.qm
-share/keepassxc/translations/keepassx_la.qm
share/keepassxc/translations/keepassx_lt.qm
-share/keepassxc/translations/keepassx_lv.qm
share/keepassxc/translations/keepassx_nb.qm
share/keepassxc/translations/keepassx_nl_NL.qm
share/keepassxc/translations/keepassx_pl.qm
@@ -295,15 +40,12 @@ share/keepassxc/translations/keepassx_pt_PT.qm
share/keepassxc/translations/keepassx_ro.qm
share/keepassxc/translations/keepassx_ru.qm
share/keepassxc/translations/keepassx_sk.qm
-share/keepassxc/translations/keepassx_sl_SI.qm
-share/keepassxc/translations/keepassx_sr.qm
share/keepassxc/translations/keepassx_sv.qm
share/keepassxc/translations/keepassx_th.qm
share/keepassxc/translations/keepassx_tr.qm
share/keepassxc/translations/keepassx_uk.qm
share/keepassxc/translations/keepassx_zh_CN.qm
share/keepassxc/translations/keepassx_zh_TW.qm
-share/keepassxc/wizard/background-pixmap.png
share/keepassxc/wordlists/eff_large.wordlist
share/metainfo/org.keepassxc.KeePassXC.appdata.xml
share/mime/packages/keepassxc.xml
diff --git a/security/keepassxc/distinfo b/security/keepassxc/distinfo
index acf4b2c431b..6871792c9ab 100644
--- a/security/keepassxc/distinfo
+++ b/security/keepassxc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/04/21 14:22:29 nia Exp $
+$NetBSD: distinfo,v 1.10 2020/08/23 13:31:45 ryoon Exp $
-SHA1 (keepassxc-2.5.4-src.tar.xz) = adccc8c1f3524784f80676bac6a198977e6d2657
-RMD160 (keepassxc-2.5.4-src.tar.xz) = 635c4eff7769c3edf80af1e3070d535157487ee6
-SHA512 (keepassxc-2.5.4-src.tar.xz) = 8a70363dd579b95ccb05cb846aa34a5ed89de4305f3bef9e518e5986fe7f0313cb1daaa347f5b2267002f3fff4b71c87f5bb9073f6e6879d2556a2f0e4791dd3
-Size (keepassxc-2.5.4-src.tar.xz) = 6839396 bytes
+SHA1 (keepassxc-2.6.1-src.tar.xz) = b43703abba470b8cd5ec139c6fcc21fd7b629291
+RMD160 (keepassxc-2.6.1-src.tar.xz) = 9991c0fc9251cf9d9e144877d3e581e7e599d05c
+SHA512 (keepassxc-2.6.1-src.tar.xz) = 9fb2d01d80e2b61c847c0544c280c1f3bfca671268e2dbbe78e0f3c1264f38125a3767ceb4591261f3586cd71f4fff47ecc6eacaecf1e707cea5e8907542313a
+Size (keepassxc-2.6.1-src.tar.xz) = 5715948 bytes