Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (42m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 00:09:39 UTC Now

2024-02-29 22:13:39 UTC MAIN commitmail json YAML

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.

(pin)