./security/gpg-tui, Manage your GnuPG keys with ease

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


Branch: CURRENT, Version: 0.11.0nb1, Package name: gpg-tui-0.11.0nb1, Maintainer: pkgsrc-users

Terminal User Interface for GnuPG.

It aims to ease the key management operations such as listing/exporting/signing
by providing an interface along with the command-line fallback for more complex
operations.
It is not trying to be a full-fledged interface for all the features that gpg
provides but it tries to bring a more interactive approach to key management.


Master sites:

Filesize: 11590.687 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2024-03-18 09:39:53 by pin | Files touched by this commit (3) | Package updated
Log message:
security/gpg-tui: update to 0.11.0

[0.11.0] - 2024-03-17
Added
    Add log view pane to the TUI (#201)

Changed
    Simplify cargo-tarpaulin installation in CI
    Set up mergify
    Switch to ratatui-splash-screen

Fixed
    Show all the algorithm names (#154)
    Apply clippy suggestions
   2023-09-10 20:32:22 by pin | Files touched by this commit (3) | Package updated
Log message:
security/gpg-tui: update to 0.10.0

[0.10.0] - 2023-09-10
Added
 - Add panic hook for resetting the terminal (#106)
 - Add test for argument tilde expansion
 - Add instructions for installing on Alpine Linux

Changed
 - Allow partial configuration file (#116)
 - Set MSRV to 1.70.0
 - Enable colors as default
 - Integrate better panic handling
 - Skip dependency bumps in changelog
 - Restore the cursor on panic

Fixed
 - Update tests for the latest version of ratatui
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-05-25 20:53:17 by pin | Files touched by this commit (1)
Log message:
security/gpg-tui: clean-up Makefile
   2023-05-25 20:52:07 by pin | Files touched by this commit (4) | Package updated
Log message:
ecurity/gpg-tui: update to 0.9.6

[0.9.6] - 2023-05-25
Changed
 - Upgrade clap from v3 to v4 (#56)
 - Update funding options
      Buy me a coffee! ☕
 - Integrate dependabot
 - Bump dependencies
 - Bump the Rust version in Dockerfile
   2023-03-30 22:16:56 by pin | Files touched by this commit (3) | Package updated
Log message:
security/gpg-tui: update to 0.9.5

[0.9.5] - 2023-03-30
Changed
 - Switch to ratatui
 - Bump dependencies
 - Bump transitive dependencies
 - Bump the Rust version in Dockerfile
 - Switch to dtolnay/rust-toolchain action