summaryrefslogtreecommitdiff
path: root/security/keepassxc
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-05-10 19:39:27 +0000
committerryoon <ryoon@pkgsrc.org>2019-05-10 19:39:27 +0000
commitfec187c2d612ee05177663f09f6863d393360b99 (patch)
tree5f7763face3585339839186fe574f89e28e283f1 /security/keepassxc
parentd88f02ab980fb0ed5b96f9abb68d51754d33379c (diff)
downloadpkgsrc-fec187c2d612ee05177663f09f6863d393360b99.tar.gz
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 (limited to 'security/keepassxc')
-rw-r--r--security/keepassxc/Makefile7
-rw-r--r--security/keepassxc/distinfo11
-rw-r--r--security/keepassxc/patches/patch-src_gui_DatabaseWidget.cpp16
3 files changed, 8 insertions, 26 deletions
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile
index 0566d32264e..849b9bbac66 100644
--- a/security/keepassxc/Makefile
+++ b/security/keepassxc/Makefile
@@ -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 --git a/security/keepassxc/distinfo b/security/keepassxc/distinfo
index b50fc1b48bf..9c90862e41e 100644
--- a/security/keepassxc/distinfo
+++ b/security/keepassxc/distinfo
@@ -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 --git a/security/keepassxc/patches/patch-src_gui_DatabaseWidget.cpp b/security/keepassxc/patches/patch-src_gui_DatabaseWidget.cpp
deleted file mode 100644
index f2727e15f73..00000000000
--- a/security/keepassxc/patches/patch-src_gui_DatabaseWidget.cpp
+++ /dev/null
@@ -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();
- }