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

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


Branch: CURRENT, Version: 1.3.1nb1, Package name: pinentry-1.3.1nb1, 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: 596.907 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-09 12:40:13 by Thomas Klausner | Files touched by this commit (8)
Log message:
*: revert workaround for bug in libgpg-error 1.52, fixed in 1.53
   2025-04-09 11:31:36 by Thomas Klausner | Files touched by this commit (1)
Log message:
pinentry: fix build with libgpg-error-1.52
   2025-01-31 16:25:11 by Michael Baeuerle | Files touched by this commit (2)
Log message:
security/pinentry: Add patch for FLTK 1.4

Part of FLTK 1.4 transition (Step 2).

No revbump for base package, the patch only affects pinentry-fltk.
   2024-08-09 11:42:40 by Ryo ONODERA | Files touched by this commit (327)
Log message:
*: Recursive revbump from security/libassuan2
   2024-07-06 08:57:47 by Adam Ciarcinski | Files touched by this commit (8) | Package updated
Log message:
pinentry: updated to 1.3.1

Noteworthy changes in version 1.3.1 (2024-07-03)

* qt: Install and use pinentry icon.
* qt: Small fix for Qt5.
* qt: Fix Windows build of Qt6.
* New envvar PINENTRY_KDE_USE_WALLET to enable the secret storage
  integration on KDE.
   2024-05-03 08:30:11 by Jonathan Perkin | Files touched by this commit (1)
Log message:
pinentry: Needs wide curses.

If linked against ncurses then pinentry-curses box characters are all
wrong.  Bump PKGREVISION.
   2024-03-20 16:46:38 by Adam Ciarcinski | Files touched by this commit (11) | Package updated
Log message:
pinentry*: updated to 1.3.0

Noteworthy changes in version 1.3.0 (2024-03-18)
------------------------------------------------
* qt: Add new Qt6 frontend.
* qt: Set parent window on Wayland.
* qt: Fix capslock detection on Wayland.
* qt: Fix window icon on Wayland.
* qt: Add support for external password manager with libsecret.
* qt: Remove focus indication by text selection.
* qt: Use same focus indication for labels as Kleopatra.
* qt: Improve accessibility.
* gnome3: Prefer gcr-4.
* curses: Fix timeout handling.
* curses: Add SETREPEATOK and quality bar colors.
* curses: Add password quality meter.
* curses,tty: Upon SIGINT, let pinentry exit gracefully.
* w32: Fix non-focused window and simplify code.
* Disable secret storage integration when running on KDE Plasma.
* The Windows CE support has been removed.
   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]