* Release 1.3.1. * Fix formatting. * Improve documentation of `sq config`. * Emit hints to mark an imported key as authenticated or introducer. * Hedge against importing keys into the cert store. * Improve displaying of preferred user IDs. * Fix typo. * Display backtraces attached to errors. * tests: Avoid DSA key in tests as DSA will be rejected in the future. * tests: Update PKI test vectors to not expire. * Enable backtraces and tracing when running tests. * Make importing Autocrypt certs more robust. * Release 1.3.0. * Make sq config get print to stdout. * Fix early abort in sq keyring filter * Fix test sq_verify_policy_as_of_relative_time * Fix error message. * Prefix matching for --...-self parameters fixed * Fix examples. * Port to sequoia-openpgp 2. * ci: Always build the pages, but only publish when merging to main. * Upgrade sequoia-man. * Split out the man page generation into a new crate. * Update openssl to address RUSTSEC-2025-0004. * Update hickory-proto to address RUSTSEC-2025-0006. * man: Fix NAME section for subcommands. OBS-URL: https://build.opensuse.org/package/show/security/sequoia-sq?expand=0&rev=19
24 lines
916 B
Plaintext
24 lines
916 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://gitlab.com/sequoia-pgp/sequoia-sq.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.3.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">.*v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_audit" mode="disabled"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">sequoia-sq</param>
|
|
<param name="compression">xz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|