* gpglist:
+ When --signer's argument is a long keyid or fingerprint, don't require
the key to be present in the keyring. This enable filtering on unknown
signing keys.
+ Don't choke on direct-key signatures. (Closes: #921331.)
* gpgparticipants:
+ Improve quoting and replace `echo` with `printf`.
+ Avoid including subkey fingerprints when gpg.conf contains 'fingerprint'.
- update to version 2.8:
* keyart, gpgparticipants-prefill: port to python3.
* keyart:
+ Don't print ASCII art for subkeys, only the master key.
+ Pass --no-auto-check-trustdb flag to gpg(1).
+ Fix crash with non-ASCII UIDs. Patch from Grégoire Detrez.
* Fix a couple of spelling errors. Thanks to Edward Betts for the report
and patch. (Closes: debian#882729)
* caff:
+ Add the "only-sign-text-ids" to the list of gpg(1) options imported from
~/.gnupg/gpg.conf.
+ Ensure the terminal is "sane enough" when asking questions ('echo',
'echok', 'icanon', 'icrnl' settings are all set), and restore original
settings when exit()'ing the program. (Closes: #872529)
* caff, gpglist, gpgsigs: in `gpg --with-colons` output, allow signature
class to be followed with an optional revocation reason. gpg(1) does that
since 2.2.9. (Closes: #905097.)
* caff, gpg-key2latex, gpg-key2ps, gpglist, gpgsigs, keylookup: Remove
references to https://pgp-tools.alioth.debian.org/ .
* caff, gpg-key2latex, gpg-key2ps, gpg-mailkeys, gpglist, gpgparticipants,
gpgsigs, keylookup: Remove SVN keywords ($Id$, $Rev$, etc.)
OBS-URL: https://build.opensuse.org/package/show/security:privacy/signing-party?expand=0&rev=38
12 lines
307 B
Diff
12 lines
307 B
Diff
--- signing-party-2.9/caff/caff 2019-03-01 15:40:38.000000000 +0100
|
|
+++ signing-party-2.9/caff/caff 2019-03-16 15:39:58.111391966 +0100
|
|
@@ -407,7 +407,7 @@
|
|
|
|
=head1 SEE ALSO
|
|
|
|
-gpg(1), pgp-clean(1), /usr/share/doc/signing-party/caff/
|
|
+gpg(1), pgp-clean(1), /usr/share/doc/packages/signing-party/
|
|
|
|
=cut
|
|
|