summaryrefslogtreecommitdiff
path: root/security/pinentry-gtk2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-11-28 14:58:34 +0000
committerwiz <wiz@pkgsrc.org>2016-11-28 14:58:34 +0000
commit182266baef6f3e73e302ee6a27627fec367aec1a (patch)
treea4c4b5d5e14506e7d25a4d80e1a2b44720ee150b /security/pinentry-gtk2
parent2a532ff0f57b05cedb88c34552cdea8b5d349b41 (diff)
downloadpkgsrc-182266baef6f3e73e302ee6a27627fec367aec1a.tar.gz
Update pinentry* to 1.0.0.
Noteworthy changes in version 1.0.0 (2016-11-22) ------------------------------------------------ * Qt pinentry now supports repeat mode in one dialog. * Qt and GTK pinentries now make it possible to show the entered value. * Qt pinentry now only grabs the keyboard if an entry field is focused. * Fixed foreground handling in pinentry-qt if compiled with Qt5 for Windows. * Fixed potential crash in Qt qualitybar calculation. * GTK keyboard grabbing is now a bit more robust. The cursor is changed to a big dot as a visual indication that a pinentry has popped up and is waiting for input. * The GNOME pinentry now falls back to curses if it can't use the GCR system prompter or a screenlock is active. * Fixed error output for cached passwords. * A show/hide passphrase button or checkbox is now available with some pinentry flavors. * Improved diagnostics and error codes.
Diffstat (limited to 'security/pinentry-gtk2')
-rw-r--r--security/pinentry-gtk2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile
index 1397d56a1d1..755ff0eea0e 100644
--- a/security/pinentry-gtk2/Makefile
+++ b/security/pinentry-gtk2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2016/08/03 10:23:21 adam Exp $
+# $NetBSD: Makefile,v 1.39 2016/11/28 14:58:34 wiz Exp $
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
-PKGREVISION= 1
COMMENT= Applications for entering PINs or Passphrases, gtk2 enabled
.include "../../security/pinentry/Makefile.common"