]> git.saurik.com Git - apt.git/commit - doc/apt-secure.8.xml
forbid insecure repositories by default expect in apt-get
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 18 Mar 2016 13:46:24 +0000 (14:46 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 22 Jun 2016 12:05:01 +0000 (14:05 +0200)
commit952ee63b0af14a534c0aca00c11d1a99be6b22b2
tree098154a03b1616e00289074eda11d4bee72ead8c
parentb1bdfe682054ea6fc202416968c5342d59b403b1
forbid insecure repositories by default expect in apt-get

With this commit all APT-based clients default to refusing to work with
unsigned or otherwise insufficently secured repositories. In terms of
apt and apt-get this changes nothing, but it effects all tools using
libapt like aptitude, synaptic or packagekit.

The exception remains apt-get for stretch for now as this might break
too many scripts/usecases too quickly.

The documentation is updated and extended to reflect how to opt out or
in on this behaviour change.

Closes: 808367
apt-pkg/init.cc
apt-private/private-cmndline.cc
doc/apt-get.8.xml
doc/apt-secure.8.xml
doc/apt.conf.5.xml