summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2016-11-28 14:58:34 +0000
committerwiz <wiz>2016-11-28 14:58:34 +0000
commit92eb9f7e36e3d60eafe8da6405324ddca7030916 (patch)
tree00876b9277e6df25155fe4e5ce63ce8b49e9b42e /security
parenteb4637313d3c8fe0e177814193a15a001f56be7f (diff)
downloadpkgsrc-92eb9f7e36e3d60eafe8da6405324ddca7030916.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')
-rw-r--r--security/pinentry-gtk2/Makefile3
-rw-r--r--security/pinentry-qt4/Makefile3
-rw-r--r--security/pinentry/Makefile.common4
-rw-r--r--security/pinentry/distinfo10
4 files changed, 9 insertions, 11 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"
diff --git a/security/pinentry-qt4/Makefile b/security/pinentry-qt4/Makefile
index 713cfbf06fe..bfb25081bd1 100644
--- a/security/pinentry-qt4/Makefile
+++ b/security/pinentry-qt4/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2016/03/05 11:29:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.38 2016/11/28 14:58:34 wiz Exp $
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-qt4-/}
-PKGREVISION= 1
COMMENT= Applications for entering PINs or Passphrases, qt4 enabled
.include "../../security/pinentry/Makefile.common"
diff --git a/security/pinentry/Makefile.common b/security/pinentry/Makefile.common
index a12eb5a4dde..b8e9fe0df79 100644
--- a/security/pinentry/Makefile.common
+++ b/security/pinentry/Makefile.common
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.9 2015/12/13 21:27:13 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2016/11/28 14:58:34 wiz Exp $
# -*- Makefile -*-
# used by security/pinentry/Makefile
# used by security/pinentry-gtk2/Makefile
# used by security/pinentry-qt4/Makefile
-PINENTRY_VERSION= 0.9.7
+PINENTRY_VERSION= 1.0.0
DISTNAME= pinentry-${PINENTRY_VERSION}
CATEGORIES= security
diff --git a/security/pinentry/distinfo b/security/pinentry/distinfo
index c7a3cd2a653..88742eddddb 100644
--- a/security/pinentry/distinfo
+++ b/security/pinentry/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2015/12/13 21:27:13 wiz Exp $
+$NetBSD: distinfo,v 1.23 2016/11/28 14:58:34 wiz Exp $
-SHA1 (pinentry-0.9.7.tar.bz2) = 9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd
-RMD160 (pinentry-0.9.7.tar.bz2) = 2f9a34fcef91a1538bd4436a6aa01810732ddc8f
-SHA512 (pinentry-0.9.7.tar.bz2) = 9c5bc8f7246e8b0affd83fea6e64c47cecf6a12515a82dd2a6712b230306a9c3c97da4dbf6519ea98c85c88bf180a5a2b8c46cedcd594f224e5a08f2f0e35bf0
-Size (pinentry-0.9.7.tar.bz2) = 432978 bytes
+SHA1 (pinentry-1.0.0.tar.bz2) = 85d9ac81ebad3fb082514c505c90c39a0456f1f6
+RMD160 (pinentry-1.0.0.tar.bz2) = 0a5a9bbd2cc86a9598ae2e49a786873ba98c69e0
+SHA512 (pinentry-1.0.0.tar.bz2) = f109236707c51871b5020ef807a551366461fafcfbe09bf8cda19d4b163a42cf622562b905ceb41429f1d648b3f3d27807538709da6a135b67f9888709eccd62
+Size (pinentry-1.0.0.tar.bz2) = 436930 bytes