pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Update pinentry* to 1.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ade29f77494
branches:  trunk
changeset: 355339:5ade29f77494
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 28 14:58:34 2016 +0000

description:
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:

 security/pinentry-gtk2/Makefile   |   3 +--
 security/pinentry-qt4/Makefile    |   3 +--
 security/pinentry/Makefile.common |   4 ++--
 security/pinentry/distinfo        |  10 +++++-----
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (55 lines):

diff -r cab6341100dd -r 5ade29f77494 security/pinentry-gtk2/Makefile
--- a/security/pinentry-gtk2/Makefile   Mon Nov 28 14:42:09 2016 +0000
+++ b/security/pinentry-gtk2/Makefile   Mon Nov 28 14:58:34 2016 +0000
@@ -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 -r cab6341100dd -r 5ade29f77494 security/pinentry-qt4/Makefile
--- a/security/pinentry-qt4/Makefile    Mon Nov 28 14:42:09 2016 +0000
+++ b/security/pinentry-qt4/Makefile    Mon Nov 28 14:58:34 2016 +0000
@@ -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 -r cab6341100dd -r 5ade29f77494 security/pinentry/Makefile.common
--- a/security/pinentry/Makefile.common Mon Nov 28 14:42:09 2016 +0000
+++ b/security/pinentry/Makefile.common Mon Nov 28 14:58:34 2016 +0000
@@ -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 -r cab6341100dd -r 5ade29f77494 security/pinentry/distinfo
--- a/security/pinentry/distinfo        Mon Nov 28 14:42:09 2016 +0000
+++ b/security/pinentry/distinfo        Mon Nov 28 14:58:34 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index