pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/keepassxc Update to 2.4.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/f356176700d3
branches: trunk
changeset: 333611:f356176700d3
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri May 10 19:39:27 2019 +0000
description:
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]
diffstat:
security/keepassxc/Makefile | 7 ++---
security/keepassxc/distinfo | 11 ++++----
security/keepassxc/patches/patch-src_gui_DatabaseWidget.cpp | 16 -------------
3 files changed, 8 insertions(+), 26 deletions(-)
diffs (54 lines):
diff -r 24cff2054250 -r f356176700d3 security/keepassxc/Makefile
--- a/security/keepassxc/Makefile Fri May 10 19:33:40 2019 +0000
+++ b/security/keepassxc/Makefile Fri May 10 19:39:27 2019 +0000
@@ -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
diff -r 24cff2054250 -r f356176700d3 security/keepassxc/distinfo
--- a/security/keepassxc/distinfo Fri May 10 19:33:40 2019 +0000
+++ b/security/keepassxc/distinfo Fri May 10 19:39:27 2019 +0000
@@ -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
diff -r 24cff2054250 -r f356176700d3 security/keepassxc/patches/patch-src_gui_DatabaseWidget.cpp
--- a/security/keepassxc/patches/patch-src_gui_DatabaseWidget.cpp Fri May 10 19:33:40 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_gui_DatabaseWidget.cpp,v 1.1 2019/03/22 15:56:41 ryoon Exp $
-
-* Fix build without WITH_XC_KEESHARE
-
---- src/gui/DatabaseWidget.cpp.orig 2019-03-19 22:59:14.000000000 +0000
-+++ src/gui/DatabaseWidget.cpp
-@@ -1112,7 +1112,9 @@ void DatabaseWidget::search(const QStrin
- }
-
- m_searchingLabel->setVisible(true);
-+#ifdef WITH_XC_KEESHARE
- m_shareLabel->setVisible(false);
-+#endif
-
- emit searchModeActivated();
- }
Home |
Main Index |
Thread Index |
Old Index