[pkg-gnupg-maint] Bug#836144: gpgv: Regression from gpgv1: No more shows key ID
Axel Beckert
abe at debian.org
Tue Aug 30 21:32:17 UTC 2016
Package: gpgv
Version: 2.1.14-5
Dear GnuPG Maintainers,
gpgv on Sid no more shows the key ID of the key used to sign what has
been verified (despite it says "using RSA key ID " but then nothing
follows):
vvvvvvvv
$ gpgv --keyring ~/.gnupg/pubring.gpg kwalletcli_3.00-1.dsc
gpgv: Signature made Tue Aug 30 23:00:44 2016 CEST using RSA key ID
gpgv: Good signature from "Thorsten Glaser (no PGP/MIME please, use Inline OpenPGP instead) <tg at mirbsd.org>"
gpgv: aka "Thorsten Glaser <tg at mirbsd.de>"
gpgv: aka "mirabilos <tg at mirsolutions.de>"
With GnuPG 1.4's gpgv1 this still works as expected:
vvvvvvvv
$ gpgv1 --keyring ~/.gnupg/pubring.gpg kwalletcli_3.00-1.dsc
gpgv: Signature made Tue Aug 30 23:00:44 2016 CEST using RSA key ID E99007E0
gpgv: Good signature from "Thorsten Glaser (no PGP/MIME please, use Inline OpenPGP instead) <tg at mirbsd.org>"
gpgv: aka "Thorsten Glaser <tg at mirbsd.de>"
gpgv: aka "mirabilos <tg at mirsolutions.de>"
It's maybe more obvious, if you diff the output:
$ diff -u <(gpgv1 --keyring ~/.gnupg/pubring.gpg kwalletcli_3.00-1.dsc 2>&1) <(gpgv --keyring ~/.gnupg/pubring.gpg kwalletcli_3.00-1.dsc 2>&1)
--- /proc/self/fd/11 2016-08-30 23:30:50.207189628 +0200
+++ /proc/self/fd/12 2016-08-30 23:30:50.203189630 +0200
@@ -1,4 +1,4 @@
-gpgv: Signature made Tue Aug 30 23:00:44 2016 CEST using RSA key ID E99007E0
+gpgv: Signature made Tue Aug 30 23:00:44 2016 CEST using RSA key ID
gpgv: Good signature from "Thorsten Glaser (no PGP/MIME please, use Inline OpenPGP instead) <tg at mirbsd.org>"
gpgv: aka "Thorsten Glaser <tg at mirbsd.de>"
gpgv: aka "mirabilos <tg at mirsolutions.de>"
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (990, 'unstable'), (600, 'testing'), (500, 'unstable-debug'), (500, 'buildd-unstable'), (110, 'experimental'), (1, 'experimental-debug'), (1, 'buildd-experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.7.0-rc7-amd64 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages gpgv depends on:
ii libbz2-1.0 1.0.6-8
ii libc6 2.23-5
ii libgcrypt20 1.7.3-1
ii libgpg-error0 1.24-1
ii zlib1g 1:1.2.8.dfsg-2+b1
gpgv recommends no packages.
Versions of packages gpgv suggests:
ii gnupg 2.1.14-5
-- no debconf information
More information about the pkg-gnupg-maint
mailing list