Path to this page:
./
security/sequoia-sq,
Sequoia-PGP command line tool
Branch: CURRENT,
Version: 0.38.0nb3,
Package name: sequoia-sq-0.38.0nb3,
Maintainer: pkgsrc-userssq, 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: 519.035 KB
Version history: (Expand)
- (2024-11-15) Updated to version: sequoia-sq-0.38.0nb3
- (2024-11-01) Updated to version: sequoia-sq-0.38.0nb2
- (2024-11-01) Updated to version: sequoia-sq-0.38.0nb1
- (2024-10-22) Updated to version: sequoia-sq-0.38.0
- (2024-05-29) Updated to version: sequoia-sq-0.34.0nb2
- (2024-03-02) Updated to version: sequoia-sq-0.34.0nb1
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) | |
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.
|