Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0004-drop-python2-support.patch | drop python2 support | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | no | 2019-08-23 | ||
0001-avoid-identifying-as-beta.patch | avoid identifying as beta If we build from git-buildpackage using autoreconf, it comes out looking like a beta because we're not on a git tag. This patch avoids that situation. |
Daniel Kahn Gillmor <dkg@fifthhorseman.net> | no | 2015-06-11 | ||
0006-gpg-Send-with-keygrip-when-listing-keys.patch | gpg: Send --with-keygrip when listing keys * src/engine-gpg.c (gpg_keylist_build_options): Always pass --with-keygrip when listing keys. -- Some older versions of GnuPG (at least gpg in version 2.2.12-1+deb10u1) appear to unilaterally emit the keygrip, and it's certainly useful to know that programmatically it will always be present in the output needed. However, as of GnuPG 2.2.19-1, the following command does not emit the keygrip for non-secret keys: gpg --with-colons --with-secret --list-keys This change fixes tests/json/t-json by making the output comply with tests/json/t-keylist-secret.out.json correctly. |
Daniel Kahn Gillmor <dkg@fifthhorseman.net> | no | 2020-01-23 | ||
0007-use-FULL_PATH_NAMES-NO-for-reproducible-doxygen-docu.patch | use FULL_PATH_NAMES=NO for reproducible doxygen documentation | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | no | 2020-01-30 |