./security/pinentry, Applications for entering PINs or Passphrases

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.1, Package name: pinentry-1.2.1, Maintainer: pkgsrc-users

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

Filesize: 534.861 KB

Version history: (Expand)


CVS history: (Expand)


   2022-09-01 11:15:16 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
pinentry: updated to 1.2.1

Noteworthy changes in version 1.2.1 (2022-08-24)
------------------------------------------------

 * qt: Support building with Qt 5.9.  [T5592]

 * curses: Handle an error at curses initialization.  [T5623]

 * curses: Specify fg/bg when an extention of Ncurses is not available.
   [T5631]

 * qt: Fix translation of context menu entries.  [T5786]

 * qt: Further improve the accessibility.  [T5863]

 * qt: Fix moving focus to second input field when pressing Enter in
   first input field.  [T5866]

 * qt: Update the cursor position when reformatting the text.  [T5972]

 * qt: Use foreground raising code also with the confirm prompt.
   [T6134]

 * Make the legacy qt4 version build again.  [T5569]

 * Make sure an entered PIN is always cleared from memory.  [T5977]

 * Build fixes for Windows.  [T5893]
   2022-01-13 09:05:49 by Adam Ciarcinski | Files touched by this commit (10) | Package updated
Log message:
pinentry: updated to 1.2.0

Noteworthy changes in version 1.2.0 (2021-08-25)
------------------------------------------------

 * qt: Show a warning if Caps Lock is on on Windows, X11 (requires
   libX11 and Qt5X11Extras), and Wayland (requires KF5WaylandClient).
   [T4950]

 * qt: Support password formatting.  This makes generated passwords
   easier to transcript. [T5517]

 * qt: Fix showing of pinentry window on Wayland.  [T5528]

 * qt: Check passphrase constraints before accepting passphrase if
   passphrase constraints are requested to be enforced.  [T5532]

 * qt: Improve detection of running in a GUI session.  [T3659]

 * qt: Improve accessibility when entering new password.
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-02-06 11:26:54 by Thomas Klausner | Files touched by this commit (12) | Package updated
Log message:
pinentry: update to 1.1.1

Provided by Michael Baeuerle via pkgsrc-wip.

Add pinentry-qt5, remove pinentry-qt4.

Noteworthy changes in version 1.1.1 (2021-01-21)
------------------------------------------------

  * A EFL-based pinentry has been contributed.

  * Disable echoing in backspace key is pressed first
    (GTK, Qt, TQt, and ncurses pinentries).

  * Support line editing in TTY pinentry.

  * Remove support for old GTK+2 (< 2.12.0).

  * Various minor fixes.
   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.