]> git.saurik.com Git - apt.git/commitdiff
update comments and add one FIXME for the next ABI break
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 21 Jun 2012 11:19:04 +0000 (13:19 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 21 Jun 2012 11:19:04 +0000 (13:19 +0200)
apt-pkg/acquire-item.cc
apt-pkg/contrib/fileutl.h

index 9723cddac59e41b5fe081bd474367e5036a9a3d2..ddd3300f91b50b12dc0532c20c86b41b0a0be439 100644 (file)
@@ -1235,10 +1235,14 @@ void pkgAcqMetaIndex::Done(string Message,unsigned long long Size,string Hash,  /
       }
       else
       {
+         // FIXME: move this into pkgAcqMetaClearSig::Done on the next
+         //        ABI break
+
          // if we expect a ClearTextSignature (InRelase), ensure that
          // this is what we get and if not fail to queue a 
          // Release/Release.gpg, see #346386
-         if (SigFile == DestFile && !IsPgpClearTextSignature(DestFile))
+         if (SigFile == DestFile && 
+             !IsPgpClearTextSignature(DestFile))
          {
             Failed(Message, Cfg);
             return;
index c51add66e7417491826039bff919e08dab6e4389..a9cb45e9aab48b08b97be51460128e3d25fab2ba 100644 (file)
@@ -179,6 +179,7 @@ bool WaitFd(int Fd,bool write = false,unsigned long timeout = 0);
 pid_t ExecFork();
 bool ExecWait(pid_t Pid,const char *Name,bool Reap = false);
 
+// check if the given file starts with a PGP cleartext signature
 bool IsPgpClearTextSignature(std::string const &FileName);
 
 // File string manipulators