file not exists, patch from George Danchev, thanks! (Closes: #511556)
// a Release.gpg without a Release should never happen
if(!FileExists(*I+"Release"))
+ {
+ delete MetaIndex;
continue;
+ }
// verify the gpg signature of "Release"
* apt-pkg/contrib/strutl.cc:
- enable thousand separator according to the current locale
(by Luca Bruno, Closes: #223712)
+ * apt-pkg/indexcopy.cc:
+ - fix a (hypothetical) memory leak then the Release file not exists
+ (by George Danchev, Closes: #511556)
-- David Kalnischkies <david@kalnischkies.com> Sat, 08 Aug 2009 09:40:08 +0200