Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-29 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: apt-pkg/acquire-item.cc | |||
2014-09-25 | rewrite compressed indexes test to check with all compressors | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-09-21 | generalize Acquire::GzipIndex | Michael Vogt | |
2014-05-09 | tests: be able to disable "Fetched …" statistics message | David Kalnischkies | |
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 | |||
2013-05-08 | merged patch from Daniel Hartwig to fix URI and proxy releated issues | Michael Vogt | |
2013-03-14 | * SECURITY UPDATE: InRelease verification bypass0.9.7.8 | Michael Vogt | |
- 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 | |||
2012-04-11 | use xz-utils in the testcases instead of lzma and ensure that we really | David Kalnischkies | |
ignore the presents (or absence) of lzma if we decided to use xz | |||
2011-10-11 | run integration tests on my new amd64 box without failures | David Kalnischkies | |
2011-08-22 | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies | |
invalid in most cases anyway | |||
2011-02-22 | test the xz compressor, too | David Kalnischkies | |
2011-02-10 | * merged lp:~evfool/apt/fix641673: | Michael Vogt | |
* merged lp:~evfool/apt/fix418552: - Grammar fix for bug LP: #418552, thanks to Robert Roth | |||
2011-01-28 | - download and use i18n/Index to choose which Translations to download | David Kalnischkies | |
* apt-pkg/aptconfiguration.cc: - remove the inbuilt Translation files whitelist | |||
2011-01-26 | - change the internal handling of Extensions in pkgAcqIndex | David Kalnischkies | |
- add a special uncompressed compression type to prefer those files * methods/{gzip,bzip}.cc: - print a good error message if FileSize() is zero | |||
2011-01-20 | - try downloading clearsigned InRelease before trying Release.gpg | David Kalnischkies | |
* apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles | |||
2010-11-30 | do not touch Packages and Sources in the framework if the files do | David Kalnischkies | |
not exist to not generate sources.list entries later for them | |||
2010-10-21 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- 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) | |||
2010-10-13 | tests/integration/test-*: remove a bunch of "local" that are used outside ↵ | Michael Vogt | |
funtions (bash complains) | |||
2010-09-29 | fix the testcases which were broken by the new space between number and unit | David Kalnischkies | |
2010-09-09 | add a simple testcase for the previously fixed bug 595691 to check | David Kalnischkies | |
in future that APT plays considerable well with empty archives |