commit 0b206df5e92fd1e2d35e930c3da8053db6319480
Author: Guilhem Moulin <guilhem@debian.org>
Date: Sun Jul 13 17:56:30 2025 +0200
gpg-key2ps.1: Add a section with limitations and suggested replacement.
Closes: #1109154
commit 9fa72af12f2a6b5d59130eb3383ce98e1d45a308
Author: Guilhem Moulin <guilhem@debian.org>
Date: Sat Jul 12 12:52:48 2025 +0200
caff: Don't generate broken config for gecos fields containing single quotes.
Reported on IRC by Rhonda D'Vine.
commit ca2b2456ba2fc209974664faec88ae854eb2d76c
Author: Uwe Kleine-König <ukleinek@debian.org>
Date: Tue May 6 22:24:21 2025 +0200
gpgparticipants-filter: Doesn't skip expired keys
According to the gpg documentation field 10 (which is indexed using 1
for the first field and so matches Python array index 9) is the User-ID
which is usually (always?) empty in "pub" lines. The validity is in
field 2.
Closes: #1104814
commit d8008dabc14db09c5e8a96081e6da9efa9ebfe76
Author: Uwe Kleine-König <ukleinek@debian.org>
Date: Tue May 6 19:02:19 2025 +0200
gpgparticipants-filter: Make filter argument optional
Without arguments default to list all keys which matches the behavior
of `gpg --list-keys`.
Closes: #1104800
commit 352b67548fe107944e3c826dcf80c8fcc5c4574d
Author: Uwe Kleine-König <ukleinek@debian.org>
Date: Tue May 6 18:59:28 2025 +0200
gpgparticipants-filter: Somewhat handle uids with non-UTF-8 encoding
PGP certificates with (e.g.) latin1 encoded uids result in a
UnicodeDecodeError. So only decode the key id field of gpg's output.
Closes: #1104799
Among the 1 debian patch available in version 2.12-1 of the package, we noticed the following issues: