| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
consistently using Item::Failed in all specializec classes helps setting
up some information bits otherwise unset, so some errors had an empty
reason as an error. Ign is upgraded to display the error message we
ignored to further help in understanding what happens.
|
|\
| |
| |
| |
| | |
Conflicts:
apt-pkg/acquire-item.cc
|
| |
| |
| |
| | |
Git-Dch: Ignore
|
| | |
|
|/
|
|
|
|
|
|
| |
The line contains everchanging execution statistics which is harmful for
testcases as they need to filter out such lines, but this is hard so we
can just add an option to disable them instead and be done.
Git-Dch: Ignore
|
| |
|
|
|
|
|
|
|
|
|
| |
- CVE-2013-1051
* apt-pkg/deb/debmetaindex.cc,
test/integration/test-bug-595691-empty-and-broken-archive-files,
test/integration/test-releasefile-verification:
- disable InRelease downloading until the verification issue is
fixed, thanks to Ansgar Burchardt for finding the flaw
|
|
|
|
| |
ignore the presents (or absence) of lzma if we decided to use xz
|
| |
|
|
|
| |
invalid in most cases anyway
|
| |
|
|
|
|
| |
* merged lp:~evfool/apt/fix418552:
- Grammar fix for bug LP: #418552, thanks to Robert Roth
|
|
|
|
| |
* apt-pkg/aptconfiguration.cc:
- remove the inbuilt Translation files whitelist
|
|
|
|
|
| |
- add a special uncompressed compression type to prefer those files
* methods/{gzip,bzip}.cc:
- print a good error message if FileSize() is zero
|
|
|
|
| |
* apt-pkg/deb/deblistparser.cc:
- rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
|
|
|
|
| |
not exist to not generate sources.list entries later for them
|
|
|
|
|
|
|
| |
- Add a FileFd::FileSize() method to get the size of the underlying
file and not the size of the content in the file as FileFd::Size()
does - the sizes can differ since the direct gzip integration
* methods/{gzip,bzip2}.cc:
- use FileSize() to determine if the file is invalid (Closes: #600852)
|
|
|
|
| |
funtions (bash complains)
|
| |
|
|
in future that APT plays considerable well with empty archives
|