From: Eugene V. Lyubimkin Date: Sun, 2 Nov 2008 10:23:18 +0000 (+0200) Subject: Added APT::Get::AllowUnauthenticated to configure-index. X-Git-Tag: 0.7.21~71^2~11 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/8070717c2cf131cf0726366c9d6cf4c03fa0354f?hp=--cc Added APT::Get::AllowUnauthenticated to configure-index. --- 8070717c2cf131cf0726366c9d6cf4c03fa0354f diff --git a/debian/changelog b/debian/changelog index d21e4f488..529e0a337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -54,6 +54,8 @@ apt (0.7.17) unstable; urgency=low - Documented 'APT::Default-Release' in apt.conf. (Closes: #430399) - APT::Install-Recommends is now true by default, mentioned this in configure-index example. (Closes: #463268) + - Added 'APT::Get::AllowUnauthenticated' to configure-index. + (Closes: #320225) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 6af2c01ba..d0c453a1c 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -32,6 +32,7 @@ APT Get { Arch-Only "false"; + AllowUnauthenticated "false"; AutomaticRemove "false"; HideAutoRemove "false"; Download-Only "false";