signing-party (2.12-1)
[PTS] [DDPO]
COMMITS: VCS has seen 5 commits since the debian/2.12-1 tag
- Git: https://salsa.debian.org/signing-party-team/signing-party.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 823296
- Browser: https://salsa.debian.org/signing-party-team/signing-party
- Last scan: 2025-09-05 10:02:04+00
- Next scan: 2025-09-14 09:38:00+00
- Merge requests: 2
- Debian changelog in Git:
signing-party (2.12-1) unstable; urgency=medium
[ Guilhem Moulin ]
* d/rules: Replace DEB_BUILD_MAINT_OPTIONS:=hardening=+bindnow,+pie with
hardening=+all.
* d/rules: Use execute_after_dh_* from Debhelper compatibility level 13 when
relevant.
* Update Standards-Version to 4.7.2 (no changes necessary).
* caff: Relax regex to parse comments at the end of UIDs.
* keyart: Regression fix when --fingerprint is used (closes: #979122).
[ Uwe Kleine-König ]
* caff: Parse UIDs with a comment after the email address.
* Replace pool.sks-keyservers.net with keyserver.ubuntu.com (closes:
#1002880).
* gpgsigs: Properly handle prefilled checksums (closes: #900444).
-- Guilhem Moulin <guilhem@debian.org> Sun, 04 May 2025 17:51:50 +0200
- This branch is 5 commits ahead of tag debian/2.12-1
- Git log:
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