diff options
author | wiz <wiz@pkgsrc.org> | 2021-01-25 09:55:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-01-25 09:55:17 +0000 |
commit | 321ccc66b71f4d302633f5b9f825f1b0ddb58c5e (patch) | |
tree | b7437dd59e5050d56d684f2c57f84e6b20470a25 | |
parent | 543a5d287b529efe4f167118f343492bea72db0a (diff) | |
download | pkgsrc-321ccc66b71f4d302633f5b9f825f1b0ddb58c5e.tar.gz |
keepassxc: update to 2.6.3.
## 2.6.3 (2020-01-12)
### Added
- Support Argon2id KDF [#5778]
- Support XMLv2 key files [#5798]
### Changed
- Improve CSV Import/Export, include time fields and TOTP [#5346]
- Support empty area dragging of the application window [#5860]
- Display default Auto-Type sequence in preview pane [#5654]
- Remove strict length limit on generated passwords [#5748]
- Hide key file path by default when unlocking database [#5779]
- Document browser extension use with Edge in managed mode [#5692]
- Windows: Prevent clipboard history and cloud sync [#5853]
- macOS: Update the application icon to Big Sur styling [#5851]
### Fixed
- Re-select previously selected entry on database unlock [#5559]
- Properly save special character choice in password generator [#5610]
- Fix crash in browser integration with multiple similar entries [#5653]
- Remove offset on username field in classic theme [#5788]
- Ensure entry history is copied when drag/dropping entries and groups [#5817]
- Close modal dialogs when database is locked [#5820]
- Prevent crash when KeeShare modifies an entry that is currently being edited [#5827]
- Improve preview of entry attributes [#5834]
- Always activate/focus database open dialog preventing mistype [#5878]
- Reports: fix calculation of average password length [#5862]
- Linux: Delay startup on login to correct tray icon issues [#5724]
-rw-r--r-- | security/keepassxc/Makefile | 5 | ||||
-rw-r--r-- | security/keepassxc/PLIST | 3 | ||||
-rw-r--r-- | security/keepassxc/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index 6e09b197f26..36c22f791d0 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2021/01/01 09:52:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2021/01/25 09:55:17 wiz Exp $ DISTNAME= keepassxc-${GITHUB_RELEASE}-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=keepassxreboot/} -GITHUB_RELEASE= 2.6.2 +GITHUB_RELEASE= 2.6.3 GITHUB_PROJECT= keepassxc EXTRACT_SUFX= .tar.xz diff --git a/security/keepassxc/PLIST b/security/keepassxc/PLIST index ffd3a732d80..252d6dadcdd 100644 --- a/security/keepassxc/PLIST +++ b/security/keepassxc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2020/10/29 10:57:55 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.8 2021/01/25 09:55:17 wiz Exp $ bin/keepassxc bin/keepassxc-cli lib/keepassxc/libkeepassx-autotype-xcb.so @@ -26,6 +26,7 @@ share/keepassxc/translations/keepassx_es.qm share/keepassxc/translations/keepassx_et.qm share/keepassxc/translations/keepassx_fi.qm share/keepassxc/translations/keepassx_fr.qm +share/keepassxc/translations/keepassx_hr_HR.qm share/keepassxc/translations/keepassx_hu.qm share/keepassxc/translations/keepassx_id.qm share/keepassxc/translations/keepassx_it.qm diff --git a/security/keepassxc/distinfo b/security/keepassxc/distinfo index 59bc5df856e..73a448d6c88 100644 --- a/security/keepassxc/distinfo +++ b/security/keepassxc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/10/29 10:57:55 ryoon Exp $ +$NetBSD: distinfo,v 1.12 2021/01/25 09:55:17 wiz Exp $ -SHA1 (keepassxc-2.6.2-src.tar.xz) = 63df25a8fcf9d6fd58669f21ada002d4b2452b13 -RMD160 (keepassxc-2.6.2-src.tar.xz) = a0d5a8aa6cae87adb8104b5c666f1009f9614209 -SHA512 (keepassxc-2.6.2-src.tar.xz) = b297edc4fae32b65430802094bd63dc301addae36859365a3009899d5bc20b32934e174ea56bf3fd1ee633a263ab36b577cba5aaa75bf4ad597f44606f7b5fd1 -Size (keepassxc-2.6.2-src.tar.xz) = 5720788 bytes +SHA1 (keepassxc-2.6.3-src.tar.xz) = b91370d362c8e9a8efe5b83131979d1fcf2b1e9d +RMD160 (keepassxc-2.6.3-src.tar.xz) = 19905c6bbe4cb2aa8f049944a3a820d2328ff287 +SHA512 (keepassxc-2.6.3-src.tar.xz) = 37f97c0851731badffc9c40ed2dcc5c8fc200ea96b32281c21cf199799681abbd74fb191140022ad7872d69ee139e12646e19697010f539690e4e0f0f1c92558 +Size (keepassxc-2.6.3-src.tar.xz) = 7562816 bytes |