pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/keepassxc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Oct 29 10:57:55 UTC 2020

Modified Files:
        pkgsrc/security/keepassxc: Makefile PLIST distinfo

Log Message:
keepassxc: Update to 2.6.2

Changelog:
## 2.6.2 (2020-10-21)

### Added

- Add option to keep window always on top to view menu [#5542]
- Move show/hide usernames and passwords to view menu [#5542]
- Add command line options and environment variables for changing the config locations [#5452]
- Include TOTP settings in CSV import/export and add support for ISO datetimes [#5346]

### Changed

- Mask sensitive information in command execution confirmation prompt [#5542]
- SSH Agent: Avoid shortcut conflict on macOS by changing "Add key" to Ctrl+H on all platforms [#5484]


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/keepassxc/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/keepassxc/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/keepassxc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/keepassxc/Makefile
diff -u pkgsrc/security/keepassxc/Makefile:1.27 pkgsrc/security/keepassxc/Makefile:1.28
--- pkgsrc/security/keepassxc/Makefile:1.27     Sun Aug 23 13:31:45 2020
+++ pkgsrc/security/keepassxc/Makefile  Thu Oct 29 10:57:55 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2020/08/23 13:31:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2020/10/29 10:57:55 ryoon Exp $
 
 DISTNAME=      keepassxc-${GITHUB_RELEASE}-src
 PKGNAME=       ${DISTNAME:S/-src//}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=keepassxreboot/}
-GITHUB_RELEASE=        2.6.1
+GITHUB_RELEASE=        2.6.2
 GITHUB_PROJECT=        keepassxc
 EXTRACT_SUFX=  .tar.xz
 

Index: pkgsrc/security/keepassxc/PLIST
diff -u pkgsrc/security/keepassxc/PLIST:1.6 pkgsrc/security/keepassxc/PLIST:1.7
--- pkgsrc/security/keepassxc/PLIST:1.6 Sun Aug 23 13:31:45 2020
+++ pkgsrc/security/keepassxc/PLIST     Thu Oct 29 10:57:55 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/08/23 13:31:45 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/10/29 10:57:55 ryoon Exp $
 bin/keepassxc
 bin/keepassxc-cli
 lib/keepassxc/libkeepassx-autotype-xcb.so
@@ -20,6 +20,7 @@ share/keepassxc/translations/keepassx_cs
 share/keepassxc/translations/keepassx_da.qm
 share/keepassxc/translations/keepassx_de.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
@@ -34,7 +35,6 @@ share/keepassxc/translations/keepassx_lt
 share/keepassxc/translations/keepassx_nb.qm
 share/keepassxc/translations/keepassx_nl_NL.qm
 share/keepassxc/translations/keepassx_pl.qm
-share/keepassxc/translations/keepassx_pt.qm
 share/keepassxc/translations/keepassx_pt_BR.qm
 share/keepassxc/translations/keepassx_pt_PT.qm
 share/keepassxc/translations/keepassx_ro.qm

Index: pkgsrc/security/keepassxc/distinfo
diff -u pkgsrc/security/keepassxc/distinfo:1.10 pkgsrc/security/keepassxc/distinfo:1.11
--- pkgsrc/security/keepassxc/distinfo:1.10     Sun Aug 23 13:31:45 2020
+++ pkgsrc/security/keepassxc/distinfo  Thu Oct 29 10:57:55 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/08/23 13:31:45 ryoon Exp $
+$NetBSD: distinfo,v 1.11 2020/10/29 10:57:55 ryoon Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index