Bug#977909: [pkg-gnupg-maint] Bug#977909: Bug#977909: gnupg: `--trust-model always` doesn't trust keys

2020-12-23 Thread Werner Koch
On Tue, 22 Dec 2020 22:41, Ansgar said: > The warning is incorrect as GnuPG was told that the key is trusted. The warning is there for a reasons and it will not be changed. >> I am not sure what python3-gpg is. > > The official Python bindings for GPGME. Sorry, I did not knew Debian's package n

Bug#977909: [pkg-gnupg-maint] Bug#977909: gnupg: `--trust-model always` doesn't trust keys

2020-12-22 Thread Ansgar
On Tue, 2020-12-22 at 19:53 +0100, Werner Koch wrote: > > The output then contains: > > > > > gpg: WARNING: Using untrusted key! > > Look here: > >   if (opt.trust_model == TM_ALWAYS) >     { >   if (!opt.quiet) >     log_info(_("WARNING: Using untrusted key!\n")); > > It is just a warn

Bug#977909: [pkg-gnupg-maint] Bug#977909: gnupg: `--trust-model always` doesn't trust keys

2020-12-22 Thread Werner Koch
> The output then contains: > > | gpg: WARNING: Using untrusted key! Look here: if (opt.trust_model == TM_ALWAYS) { if (!opt.quiet) log_info(_("WARNING: Using untrusted key!\n")); It is just a warning - use --quiet to silence this warning. > If I try to use python3-gpg to v

Bug#977909: gnupg: `--trust-model always` doesn't trust keys

2020-12-22 Thread Ansgar
Package: gnupg Version: 2.2.20-1 Severity: normal Tags: upstream Run: $ gpg --trust-model always \ --no-default-keyring \ --keyring /usr/share/keyrings/debian-archive-keyring.gpg \ --verify /var/lib/apt/lists/deb.debian.org_debian_dists_unstable_InRelease The output then contai