Hi everyone,
I'm pleased to announce the release of version 1.0.1 of the
sequoia-keyring-linter crate.
I have published sequoia-keyring-linter on crates.io:
https://crates.io/crates/sequoia-keyring-linter
You can also fetch 1.0.1 using the v1.0.1 tag:
https://gitlab.com/sequoia-pgp/keyring-linter/-/tags/v1.0.1
which I signed:
$ git verify-tag v1.0.1
gpg: Signature made Fri Feb 10 12:30:49 2023 +01:00
gpg: using RSA key C03FA6411B03AE12576461187223B56678E02528
gpg: Good signature from "Neal H. Walfield <neal(a)walfield.org>" [ultimate]
gpg: "Neal H. Walfield <neal(a)gnupg.org>"
gpg: "Neal H. Walfield <neal(a)pep-project.org>"
gpg: "Neal H. Walfield <neal(a)pep.foundation>"
gpg: "Neal H. Walfield <neal(a)sequoia-pgp.org>"
This release is a minor update.
A new option, `--time`, is now available, which allows the user to set
a reference time. This is useful for checking if a certificate will
have problems some time in the future.
man page generation has also improved. And, shell completions are now
generated.
Several deendencies have also been updated. In particular,
sq-keyring-linter now uses rpassword 6.0, and and clap 4.
Neal on behalf of the whole Sequoia PGP team
Hi everyone,
I'm pleased to announce the release of version 0.5.0 of the
sequoia-wot crate.
I have published sequoia-wot on crates.io:
https://crates.io/crates/sequoia-wot
You can also fetch 0.5.0 using the v0.5.0 tag:
https://gitlab.com/sequoia-pgp/sequoia-wot/-/tags/v0.5.0
which I signed:
$ git verify-tag v0.5.0
gpg: Signature made Wed Feb 08 15:55:57 2023 +01:00
gpg: using RSA key C03FA6411B03AE12576461187223B56678E02528
gpg: Good signature from "Neal H. Walfield <neal(a)walfield.org>" [ultimate]
gpg: "Neal H. Walfield <neal(a)g10code.com>"
gpg: "Neal H. Walfield <neal(a)gnupg.org>"
gpg: "Neal H. Walfield <neal(a)pep-project.org>"
gpg: "Neal H. Walfield <neal(a)pep.foundation>"
gpg: "Neal H. Walfield <neal(a)sequoia-pgp.org>"
This release includes one significant change: certificates fetched
from key servers are cached on disk in the default certificate
directory.
This release also includes a number of minor bug fixes. When
upgrading to clap 4, the short option for `--keyring` was mistakenly
changed from `-k` to `-f`. That change has been reverted. Several
API warts were corrected. And, a performance bug, which impacts
`sq-wot list`, was fixed.
Neal on behalf of the whole Sequoia PGP team
Hi everyone,
I'm pleased to announce the release of version 0.30.1 of the
sequoia-ipc crate.
I have published sequoia-ipc on crates.io:
https://crates.io/crates/sequoia-ipc
You can also fetch 0.30.1 using the v0.30.1 tag:
https://gitlab.com/sequoia-pgp/sequoia/-/tags/ipc/v0.30.1
which I signed:
$ git verify-tag ipc/v0.30.1
gpg: Signature made Thu Feb 02 15:18:54 2023 +01:00
gpg: using RSA key C03FA6411B03AE12576461187223B56678E02528
gpg: Good signature from "Neal H. Walfield <neal(a)walfield.org>" [ultimate]
gpg: "Neal H. Walfield <neal(a)g10code.com>"
gpg: "Neal H. Walfield <neal(a)gnupg.org>"
gpg: "Neal H. Walfield <neal(a)pep-project.org>"
gpg: "Neal H. Walfield <neal(a)pep.foundation>"
gpg: "Neal H. Walfield <neal(a)sequoia-pgp.org>"
This release includes a fix for the keybox parser.
Neal on behalf of the whole Sequoia PGP team
Hi everyone,
I'm pleased to announce the release of version 0.30.0 of the
sequoia-ipc crate.
I have published sequoia-ipc on crates.io:
https://crates.io/crates/sequoia-ipc
You can also fetch 0.30.0 using the v0.30.0 tag:
https://gitlab.com/sequoia-pgp/sequoia/-/tags/ipc/v0.30.0
which I signed:
$ git verify-tag ipc/v0.30.0
gpg: Signature made Wed Feb 01 16:27:00 2023 +01:00
gpg: using RSA key C03FA6411B03AE12576461187223B56678E02528
gpg: Good signature from "Neal H. Walfield <neal(a)walfield.org>" [ultimate]
gpg: "Neal H. Walfield <neal(a)g10code.com>"
gpg: "Neal H. Walfield <neal(a)gnupg.org>"
gpg: "Neal H. Walfield <neal(a)pep-project.org>"
gpg: "Neal H. Walfield <neal(a)pep.foundation>"
gpg: "Neal H. Walfield <neal(a)sequoia-pgp.org>"
Primary key fingerprint: 8F17 7771 18A3 3DDA 9BA4 8E62 AACB 3243 6300 52D9
Subkey fingerprint: C03F A641 1B03 AE12 5764 6118 7223 B566 78E0 2528
This release includes a fix for sequoia-ipc's gpg agent support. When
decrypting a message with multiple recipients (i.e., multiple PKESK
packets), sequoia-ipc's state machine would sometimes become
desynchronized from gpg agent's state machine, and the decryption
would fail.
It also includes a fix for a test failure on big endian systems, like
S390.
Neal on behalf of the whole Sequoia PGP team