]> git.saurik.com Git - apt.git/commit
detect and error out on conflicting Trusted settings
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 22 Jun 2015 10:34:11 +0000 (12:34 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:25:26 +0000 (17:25 +0200)
commit268ffcebb9ae4278b1e3c3f89f8167f229164dbd
treecd8e03aa1e1743481e05fe1195c1d4f3ce78e125
parent81460e32961bb0b9922bf8a1a27d87705d8c3e51
detect and error out on conflicting Trusted settings

A specific trust state can be enforced via a sources.list option, but it
effects all entries handled by the same Release file, not just the entry
it was given on so we enforce acknowledgement of this by requiring the
same value to be (not) set on all such entries.
apt-pkg/deb/debmetaindex.cc
apt-pkg/deb/debmetaindex.h
apt-pkg/metaindex.cc
apt-pkg/metaindex.h
doc/sources.list.5.xml
test/integration/test-bug-596498-trusted-unsigned-repo
test/integration/test-sourceslist-trusted-options