]> git.saurik.com Git - apt.git/commit - apt-pkg/contrib/gpgv.cc
use apt-key adv (+ gnupg) instead of gpgv for verify
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 24 Jan 2014 22:48:11 +0000 (23:48 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:12:14 +0000 (00:12 +0200)
commit12841e8320aa499554ac50b102b222900bb1b879
tree7c3fa2da7a8c765e68363ff89d0fcc5d05aa50b5
parent5beb682d2de2003e1c022cb298d6c2ec0cf91c0d
use apt-key adv (+ gnupg) instead of gpgv for verify

apt-key does the keyring merge as we need it, so we just call it instead
of reimplementing it to do the merging before gpgv. This means we don't
use gpgv anymore (we never depended on it explicitly - bad style), but
it also means that the message in apt-cdrom add is a bit less friendly
as it says loudly "untrusted key", but for a one-time command its okay.
apt-pkg/contrib/gpgv.cc
test/integration/framework
test/integration/test-apt-cdrom
test/integration/test-apt-key-net-update
test/integration/test-bug-733028-gpg-resource-limit [new file with mode: 0755]