Skip to content

Commit

Permalink
pinentry: version bumped to 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Nov 13, 2014
1 parent a5180c7 commit 4ec9053
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion x11-utils/pinentry/BUILD
Expand Up @@ -3,7 +3,7 @@
OPTS+=" --enable-fallback-curses --enable-pinentry-curses" &&

if in_depends $MODULE qt4 ; then
. /etc/profile.d/qt4.rc
. /etc/profile.d/qt4.rc
fi &&

sedit 's/gulong/gsize/g' gtk+-2/gtksecentry.c &&
Expand Down
6 changes: 3 additions & 3 deletions x11-utils/pinentry/DEPENDS
@@ -1,5 +1,5 @@
depends ncurses

optional_depends "libcap-ng" "--with-libcap" "--without-libcap" "for POSIX 1003.1e support"
optional_depends "gtk+-2" "--enable-pinentry-gtk2" "--disable-pinentry-gtk" "for Gtk-2 support"
optional_depends "qt4" "--enable-pinentry-qt4" "--disable-pinentry-qt" "for Qt support"
optional_depends "libcap" "--with-libcap" "--without-libcap" "for POSIX 1003.1e support"
optional_depends "gtk+-2" "--enable-pinentry-gtk2" "--disable-pinentry-gtk" "for Gtk-2 support"
optional_depends "qt4" "--enable-pinentry-qt4" "--disable-pinentry-qt4" "for Qt 4.x support"
6 changes: 3 additions & 3 deletions x11-utils/pinentry/DETAILS
@@ -1,11 +1,11 @@
MODULE=pinentry
VERSION=0.8.3
VERSION=0.9.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/pinentry
SOURCE_VFY=sha1:fc0efe5d375568f90ddbb23ee68e173411a49d4a
SOURCE_VFY=sha256:90045a07ab8e1a8e1ecf5d19b51691f195525e579fa5d71d7e92c120b05490ab
WEB_SITE=http://www.gnupg.org/aegypten/development.en.html
ENTERED=20030310
UPDATED=20130509
UPDATED=20141113
SHORT="A collection of simple PIN or passphrase entry dialogs"

cat << EOF
Expand Down

0 comments on commit 4ec9053

Please sign in to comment.