]> git.saurik.com Git - apt.git/commit - apt-pkg/contrib/hashes.cc
Allow lowering trust level of a hash via config
authorJulian Andres Klode <jak@debian.org>
Mon, 28 Mar 2016 01:34:54 +0000 (03:34 +0200)
committerJulian Andres Klode <jak@debian.org>
Mon, 28 Mar 2016 12:59:33 +0000 (14:59 +0200)
commit6a4958d3134a3a61c036bc9ccaccc393c2bb99f2
tree67d712b14a18d0dcd78df349cc1b8dea9556982d
parentf46a1d944896778ca705936e58a19a3a28bd1b95
Allow lowering trust level of a hash via config

Introduces APT::Hashes::<NAME> with entries Untrusted and Weak
which can be set to true to cause the hash to be treated as
untrusted and/or weak.
apt-pkg/contrib/hashes.cc
methods/gpgv.cc
test/integration/test-releasefile-verification