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:           Fri May 10 19:39:28 UTC 2019

Modified Files:
        pkgsrc/security/keepassxc: Makefile distinfo
Removed Files:
        pkgsrc/security/keepassxc/patches: patch-src_gui_DatabaseWidget.cpp

Log Message:
Update to 2.4.1

Changelog:
2.4.1 (2019-04-12)
=========================

- Fix database deletion when using unsafe saves to a different file system [#2889]
- Fix opening databases with legacy key files that contain '/' [#2872]
- Fix opening database files from the command line [#2919]
- Fix crash when editing master key [#2836]
- Fix multiple issues with apply button behavior [#2947]
- Fix issues on application startup (tab order, --pw-stdin, etc.) [#2830]
- Fix building without WITH_XC_KEESHARE
- Fix reference entry coloring on macOS dark mode [#2984]
- Hide window when performing entry auto-type on macOS [#2969]
- Improve UX of update checker; reduce checks to every 7 days [#2968]
- KeeShare improvements [#2946, #2978, #2824]
- Re-enable Ctrl+C to copy password from search box [#2947]
- Add KeePassXC-Browser integration for Brave browser [#2933]
- SSH Agent: Re-Add keys on database unlock [#2982]
- SSH Agent: Only remove keys on app exit if they are removed on lock [#2985]
- CLI: Add --no-password option [#2708]
- CLI: Improve database extraction to XML [#2698]
- CLI: Don't call mandb on build [#2774]
- CLI: Add debug info [#2714]
- Improve support for Snap theming [#2832]
- Add support for building on Haiku OS [#2859]
- Ctrl+PgDn now goes to the next tab and Ctrl+PgUp to the previous
- Fix compiling on GCC 5 / Xenial [#2990]
- Add .gitrev output to tarball for third-party builds [#2970]
- Add WITH_XC_UPDATECHECK compile flag to toggle the update checker [#2968]


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/keepassxc/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/keepassxc/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/keepassxc/patches/patch-src_gui_DatabaseWidget.cpp

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.11 pkgsrc/security/keepassxc/Makefile:1.12
--- pkgsrc/security/keepassxc/Makefile:1.11     Wed Apr  3 00:33:04 2019
+++ pkgsrc/security/keepassxc/Makefile  Fri May 10 19:39:27 2019
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2019/04/03 00:33:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2019/05/10 19:39:27 ryoon Exp $
 
-DISTNAME=      keepassxc-2.4.0-src
+DISTNAME=      keepassxc-${GITHUB_RELEASE}-src
 PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   1
 CATEGORIES=    security x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=keepassxreboot/}
-GITHUB_RELEASE=        2.4.0
+GITHUB_RELEASE=        2.4.1
 GITHUB_PROJECT=        keepassxc
 EXTRACT_SUFX=  .tar.xz
 

Index: pkgsrc/security/keepassxc/distinfo
diff -u pkgsrc/security/keepassxc/distinfo:1.4 pkgsrc/security/keepassxc/distinfo:1.5
--- pkgsrc/security/keepassxc/distinfo:1.4      Fri Mar 22 15:56:41 2019
+++ pkgsrc/security/keepassxc/distinfo  Fri May 10 19:39:27 2019
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/03/22 15:56:41 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2019/05/10 19:39:27 ryoon Exp $
 
-SHA1 (keepassxc-2.4.0-src.tar.xz) = 61242176a727b0c51ffcfa61ede2c2cfecc8801c
-RMD160 (keepassxc-2.4.0-src.tar.xz) = 46e4485aaef4823b80b92f4d708fa131a3fe1673
-SHA512 (keepassxc-2.4.0-src.tar.xz) = b7295f5983237606efd236955dc73d477992d944e547eeb2c3a267d846e70ce6f83e489f58e3bd9b5bb21decabd9052a4ea7b98bd98e8283abbb678ae19e5559
-Size (keepassxc-2.4.0-src.tar.xz) = 3252104 bytes
-SHA1 (patch-src_gui_DatabaseWidget.cpp) = 9bbd72c77cda0c3cbd1e0be2ea781b9d78a32481
+SHA1 (keepassxc-2.4.1-src.tar.xz) = 9d0ad34d68a1d9ae2790f986d81fba4aa2391d7c
+RMD160 (keepassxc-2.4.1-src.tar.xz) = 2e6e64c37e6c415cebfe7d20005f0a34a4ed526d
+SHA512 (keepassxc-2.4.1-src.tar.xz) = 4369043700d3de4fece0a1dd0f8aab3f621df379bc9d0214b4c70ab72d081f978104aa09fd39c4b4bf8b8df8f78266835dc206c31e7174bdf872a977c0d79502
+Size (keepassxc-2.4.1-src.tar.xz) = 3277856 bytes



Home | Main Index | Thread Index | Old Index