Path to this page:
./
security/pinentry,
Applications for entering PINs or Passphrases
Branch: CURRENT,
Version: 1.1.0nb1,
Package name: pinentry-1.1.0nb1,
Maintainer: pkgsrc-usersThis is a collection of simple PIN or passphrase entry dialogs which
utilize the Assuan protocol as described by the aegypten project.
It provides programs for several graphical toolkits, such as GTK+ and
QT, as well as for the console, using curses.
Required to run:[
security/libgpg-error] [
security/libksba] [
security/libassuan2]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 693bdf9f48dfb3e040d92f50b1bb464e268b9fb0
RMD160: 33b1f9ae44172a0bba37ad4b7d264822e040fe9e
Filesize: 456.74 KB
Version history: (Expand)
- (2019-11-05) Updated to version: pinentry-1.1.0nb1
- (2018-01-10) Updated to version: pinentry-1.1.0
- (2016-11-29) Updated to version: pinentry-1.0.0
- (2015-12-14) Updated to version: pinentry-0.9.7
- (2015-10-01) Updated to version: pinentry-0.9.6
- (2015-08-18) Updated to version: pinentry-0.9.5nb2
CVS history: (Expand)
2020-08-31 01:53:59 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pinentry: Makefile.common: mention use by pinentry-gnome3
|
2019-11-05 19:55:19 by Roland Illig | Files touched by this commit (1) |
Log message:
security/pinentry: fix unknown configure option
|
2019-11-04 22:13:04 by Roland Illig | Files touched by this commit (118) |
Log message:
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-02-13 18:42:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pinentry/Makefile.common: mention pinentry-fltk
|
2018-01-19 14:36:42 by David Brownlee | Files touched by this commit (1) |
Log message:
Pass --disable-pinentry-fltk to configure to fix build when fltk installed
|
2018-01-10 13:29:38 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
pinentry: update to 1.1.0.
Noteworthy changes in version 1.1.0 (2017-12-03)
------------------------------------------------
* A FLTK1.3-based pinentry has been contributed.
* A TQt3-based pinentry has been contributed.
* New option --ttyalert for pinentry-curses to alert the user.
* Don't show "save passphrase" checkbox if secret service is
unavailable.
* The GTK Pinentry shows on Linux some information anout the process
which invoked the Pinentry.
* The GTK Pinentry does not anymore show tooltips when keyboard
grabbing is enabled.
* Fixed various minor problems.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-01-03 19:55:43 by Roy Marples | Files touched by this commit (1) |
Log message:
Move to the curses framework.
|