diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-02-08 10:12:54 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-02-08 10:12:54 +0000 |
commit | d05418f6320d23c5933069137f95ec8e3df01b5f (patch) | |
tree | 9c062202c48b201c634274f83dea66a9ef2a4d44 /security/keepassxc | |
parent | 9168a519b61c58c2f3ac917f9c9cffad01c9bd81 (diff) | |
download | pkgsrc-d05418f6320d23c5933069137f95ec8e3df01b5f.tar.gz |
keepassxc: Update to 2.6.4
Changelog:
2.6.4 Changelog
Added
* Automatically adapt to light/dark system theme changes (Windows/macOS only)
#6034
Changed
* Show window title as tooltip on system tray #5948
* Compress Snap release as LZO for faster initial startup #5877
* Password generator: Set maximum selectable password length to 999 #5937
Fixed
* Fix crash on app close when using SSH agent #5935
* Fix KDF selection showing wrong item when using Argon2id #5923
* Automatically close About dialog on database lock if it is still open #5947
* Linux: Fix automatic launch at system startup with AppImages #5901
* Linux: Fix click-to-move on empty area activating when using menus #5971
* Linux: Try multiple times to show tray icon if tray is not ready yet #5948
* macOS: Fix KeePassXC blocking clean shutdown #6002
Diffstat (limited to 'security/keepassxc')
-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 daf3dda3564..66b0c1c4a7f 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2021/02/07 06:30:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2021/02/08 10:12:54 ryoon Exp $ DISTNAME= keepassxc-${GITHUB_RELEASE}-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=keepassxreboot/} -GITHUB_RELEASE= 2.6.3 +GITHUB_RELEASE= 2.6.4 GITHUB_PROJECT= keepassxc EXTRACT_SUFX= .tar.xz diff --git a/security/keepassxc/PLIST b/security/keepassxc/PLIST index 252d6dadcdd..ecb82690ed7 100644 --- a/security/keepassxc/PLIST +++ b/security/keepassxc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2021/01/25 09:55:17 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2021/02/08 10:12:54 ryoon Exp $ bin/keepassxc bin/keepassxc-cli lib/keepassxc/libkeepassx-autotype-xcb.so @@ -41,6 +41,7 @@ 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_sv.qm share/keepassxc/translations/keepassx_th.qm share/keepassxc/translations/keepassx_tr.qm diff --git a/security/keepassxc/distinfo b/security/keepassxc/distinfo index 73a448d6c88..769b28c69cc 100644 --- a/security/keepassxc/distinfo +++ b/security/keepassxc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2021/01/25 09:55:17 wiz Exp $ +$NetBSD: distinfo,v 1.13 2021/02/08 10:12:54 ryoon Exp $ -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 +SHA1 (keepassxc-2.6.4-src.tar.xz) = cac7a10a06cb6129f7a2467cfee1fd9bc6186cbe +RMD160 (keepassxc-2.6.4-src.tar.xz) = cfc515bfcda0c54c132ea44f6a2374aa2b1e0b37 +SHA512 (keepassxc-2.6.4-src.tar.xz) = 3bde0c8670ba14be80c6f3676bd447b0855a2af2915a395ee236c2d4c6e4b859936351643d679480aae1fcf55ed4315447ae927ac9bdedeb0332593cb4e9fedb +Size (keepassxc-2.6.4-src.tar.xz) = 7575164 bytes |