* turn off "secure-acquire" when --allow-unauthenticated is given
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 9 Nov 2005 19:46:44 +0000 (19:46 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 9 Nov 2005 19:46:44 +0000 (19:46 +0000)
apt-pkg/acquire-item.cc
debian/changelog

index dea68f3..debd1fa 100644 (file)
@@ -770,6 +770,12 @@ pkgAcqArchive::pkgAcqArchive(pkgAcquire *Owner,pkgSourceList *Sources,
       }
    }
 
+   // "allow-unauthenticated" restores apts old fetching behaviour
+   // that means that e.g. unauthenticated file:// uris are higher
+   // priority than authenticated http:// uris
+   if (_config->FindB("APT::Get::AllowUnauthenticated",false) == true)
+      Trusted = false;
+
    // Select a source
    if (QueueNext() == false && _error->PendingError() == false)
       _error->Error(_("I wasn't able to locate file for the %s package. "
index 0b0343d..9e9b46a 100644 (file)
@@ -11,10 +11,12 @@ apt (0.6.42.3) unstable; urgency=low
     - patch-128: Danish translation update (closes: #337949)
     - patch-129: Basque translation update (closes: #338101)
   * cmdline/apt-get.cc:
-    - bufix in FindSrc  (closes: #335213)
+    - bufix in FindSrc  (closes: #335213, #337910)
   * added armeb to archtable (closes: #333599)
+  * with --allow-unauthenticated use the old fallback behaviour for
+    sources (closes: #335112)
    
- -- Michael Vogt <mvo@debian.org>  Wed,  9 Nov 2005 05:52:31 +0100
+ -- Michael Vogt <mvo@debian.org>  Wed,  9 Nov 2005 07:22:31 +0100
 
 apt (0.6.42.2) unstable; urgency=high