./security/sequoia-sq, Sequoia-PGP command line tool

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


Branch: CURRENT, Version: 0.34.0nb1, Package name: sequoia-sq-0.34.0nb1, Maintainer: pkgsrc-users

sq, the Sequoia-PGP command line tool

Sequoia-PGP is an implementation of OpenPGP in Rust. It includes a suite of
library crates, which are meant to be used from applications.
This crate provides the 'sq' command line application.
'sq' is aimed at command line users as a way to use OpenPGP conveniently from
the command line.

See the sq user guide for instructions:
https://sequoia-pgp.gitlab.io/sq-user-guide/

The program also has built-in help, using the --help option and help subcommand.


Master sites:

Filesize: 418.698 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-01 00:37:55 by Thomas Klausner | Files touched by this commit (2)
Log message:
sequoia-sq: use upstream version of patch
   2024-03-02 13:16:19 by Thomas Klausner | Files touched by this commit (2)
Log message:
sequoia-sq: fix distinfo

While here, make capnproto a tool dependency because it is.

Bump PKGREVISION.
   2024-02-29 23:13:39 by pin | Files touched by this commit (3) | Package updated
Log message:
security/sequoia-sq: update to 0.34.0

Notable changes
   - `sq` now uses `sequoia-keystore` for secret key operations.

     When decrypting a message, `sq` will automatically ask the
     keystore to decrypt the message.  `sq sign --signer-key` can be
     used to specify a signing key managed by the key store.

   - New top-level option: `sq --no-key-store`: A new switch to
     disable the use of the key store.

   - New top-level option: `sq --key-store`: A new option to use an
     alternate key store.

   - New subcommand `sq key list` to list keys managed by the key
     store.

   - New subcommand `sq key import` to import a key into the key
     store.

   - When showing a user ID for a certificate, choose the one that is
     most authenticated.
   2024-02-28 20:19:15 by pin | Files touched by this commit (1)
Log message:
security/sequoia-sq: clean-up Makefile
   2024-02-28 17:39:07 by Thomas Klausner | Files touched by this commit (2)
Log message:
sequoia-sq: add upstream bug report as patch comment
   2024-02-28 17:33:38 by Thomas Klausner | Files touched by this commit (6)
Log message:
security/sequoia-sq: import sequoia-sq-0.33.0

Packaged by pin@ and myself in wip.

sq, the Sequoia-PGP command line tool

Sequoia-PGP is an implementation of OpenPGP in Rust. It includes a suite of
library crates, which are meant to be used from applications.
This crate provides the 'sq' command line application.
'sq' is aimed at command line users as a way to use OpenPGP conveniently from
the command line.

See the sq user guide for instructions:
https://sequoia-pgp.gitlab.io/sq-user-guide/

The program also has built-in help, using the --help option and help subcommand.