pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 28 14:58:34 UTC 2016

Modified Files:
        pkgsrc/security/pinentry: Makefile.common distinfo
        pkgsrc/security/pinentry-gtk2: Makefile
        pkgsrc/security/pinentry-qt4: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/pinentry/Makefile.common
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/pinentry/distinfo
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/pinentry-gtk2/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/pinentry-qt4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/pinentry/Makefile.common
diff -u pkgsrc/security/pinentry/Makefile.common:1.9 pkgsrc/security/pinentry/Makefile.common:1.10
--- pkgsrc/security/pinentry/Makefile.common:1.9        Sun Dec 13 21:27:13 2015
+++ pkgsrc/security/pinentry/Makefile.common    Mon Nov 28 14:58:34 2016
@@ -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

Index: pkgsrc/security/pinentry/distinfo
diff -u pkgsrc/security/pinentry/distinfo:1.22 pkgsrc/security/pinentry/distinfo:1.23
--- pkgsrc/security/pinentry/distinfo:1.22      Sun Dec 13 21:27:13 2015
+++ pkgsrc/security/pinentry/distinfo   Mon Nov 28 14:58:34 2016
@@ -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

Index: pkgsrc/security/pinentry-gtk2/Makefile
diff -u pkgsrc/security/pinentry-gtk2/Makefile:1.38 pkgsrc/security/pinentry-gtk2/Makefile:1.39
--- pkgsrc/security/pinentry-gtk2/Makefile:1.38 Wed Aug  3 10:23:21 2016
+++ pkgsrc/security/pinentry-gtk2/Makefile      Mon Nov 28 14:58:34 2016
@@ -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"

Index: pkgsrc/security/pinentry-qt4/Makefile
diff -u pkgsrc/security/pinentry-qt4/Makefile:1.37 pkgsrc/security/pinentry-qt4/Makefile:1.38
--- pkgsrc/security/pinentry-qt4/Makefile:1.37  Sat Mar  5 11:29:24 2016
+++ pkgsrc/security/pinentry-qt4/Makefile       Mon Nov 28 14:58:34 2016
@@ -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"



Home | Main Index | Thread Index | Old Index