diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-07 08:46:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-07 08:46:48 +0000 |
commit | 00e729e4bff07d6fcab3296cbd9da7c18a22c98e (patch) | |
tree | 18902dc60906c267c5058aa58a1d1e9ef712093b /security | |
parent | 34fc01581946b97157237241552cc51bc645254a (diff) | |
download | pkgsrc-00e729e4bff07d6fcab3296cbd9da7c18a22c98e.tar.gz |
Update to 0.9.4:
Noteworthy changes in version 0.9.4 (2015-06-05)
------------------------------------------------
* Fix regression in GTK+ and curses pinentries.
Noteworthy changes in version 0.9.3 (2015-06-01)
------------------------------------------------
* Improved documentation
* New pinentry-gnome3
* More improvements for pinentry-tty.
* Fixes for pinentry-curses including support for Ctrl-W, Ctrl-U,
Ctrl-H, Ctrl-L, and Alt-Backspace
* New Assuan command to request clearing an external cache.
* Fixed problems linking to ncursesw.
* All kind of other minor fixes.
Diffstat (limited to 'security')
-rw-r--r-- | security/pinentry/Makefile.common | 4 | ||||
-rw-r--r-- | security/pinentry/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/pinentry/Makefile.common b/security/pinentry/Makefile.common index a04debf9d59..8e4f75cf8ec 100644 --- a/security/pinentry/Makefile.common +++ b/security/pinentry/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.5 2015/05/28 06:41:54 wiz Exp $ +# $NetBSD: Makefile.common,v 1.6 2015/06/07 08:46:48 wiz Exp $ # -*- Makefile -*- # used by security/pinentry/Makefile # used by security/pinentry-gtk2/Makefile # used by security/pinentry-qt4/Makefile -PINENTRY_VERSION= 0.9.2 +PINENTRY_VERSION= 0.9.4 DISTNAME= pinentry-${PINENTRY_VERSION} CATEGORIES= security diff --git a/security/pinentry/distinfo b/security/pinentry/distinfo index 4e58bf0605c..2af8d3aabc2 100644 --- a/security/pinentry/distinfo +++ b/security/pinentry/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2015/05/28 06:41:54 wiz Exp $ +$NetBSD: distinfo,v 1.18 2015/06/07 08:46:48 wiz Exp $ -SHA1 (pinentry-0.9.2.tar.bz2) = 5179807a412056286c7ac98a1ea6727c74ea87d2 -RMD160 (pinentry-0.9.2.tar.bz2) = d7939b7b62196233d752607ee16286a75c1542e9 -Size (pinentry-0.9.2.tar.bz2) = 495742 bytes +SHA1 (pinentry-0.9.4.tar.bz2) = 0c47f0ddea4631bcba01ebbeca8bffe0bf43e440 +RMD160 (pinentry-0.9.4.tar.bz2) = f33a69e4808a19ff1f7d58b42f82c2dbc9ff7c89 +Size (pinentry-0.9.4.tar.bz2) = 510034 bytes |