Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-03 | testcase for CVE-2012-0214 | Simon Ruderich | |
2012-03-03 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- do not try to a void a breaks if the broken package pre-depends on the breaker, but let dpkg auto-deconfigure it | |||
2012-03-03 | allow msgtest to be used with only one parameter | David Kalnischkies | |
2012-03-03 | show in the debug output if we are looping in the avoid breaks | David Kalnischkies | |
2012-03-03 | eanup the ordering-code avoiding a break (no function change) | David Kalnischkies | |
2012-02-27 | fix the string in the testcases | David Kalnischkies | |
2012-02-25 | * cmdline/apt-cache.cc: | David Kalnischkies | |
- correct --pre-depends option by using dash consistently (LP: #940837) | |||
2012-02-18 | improve 'error' message for packages which are only referenced | David Kalnischkies | |
e.g. in a Depends line and are now requested for removal | |||
2012-02-18 | * cmdline/apt-get.cc: | David Kalnischkies | |
- if a package can't be removed as it is not installed, suggest to the user an (installed) multiarch silbing with 'Did you mean?' | |||
2012-02-18 | use pdiff for Translation-* files if available (Closes: #657902) | David Kalnischkies | |
Beware: pdiffs for Translation-* are only acquired if their availability is advertised in the Release file. | |||
2012-02-18 | * apt-pkg/acquire-item.cc: | David Kalnischkies | |
- drop support for i18n/Index file (introduced in 0.8.11) and use the Release file instead to get the Translations (Closes: #649314) * ftparchive/writer.cc: - add 'Translation-*' to the default patterns i18n/Index was never used outside debian - and even here it isn't used consistently as only 'main' has such a file. As the Release file now includes the Translation-* files we therefore drop support for i18n/Index. A version supporting it was never part of a debian release and still supporting it would mean that we get 99% of the time a 404 as response to the request anyway and confuse archive maintainers who want to provide all files APT tries to acquire. | |||
2012-02-18 | ensure that the cache-directories are really directories before | David Kalnischkies | |
trying to get a list of included files from them | |||
2012-02-18 | * apt-pkg/indexrecords.cc: | David Kalnischkies | |
- do not create empty Entries as a sideeffect of Lookup() | |||
2012-02-11 | * apt-pkg/cachefile.cc: | David Kalnischkies | |
- clean up lost atomic cachefiles with 'clean' (Closes: #650513) | |||
2012-02-11 | just in case: correct the header-guard for https to not match http | David Kalnischkies | |
2012-02-11 | remove the arbitrary MAXLEN limit for response lines (Closes: #658346) | David Kalnischkies | |
2012-02-11 | save the universe by not printing messages about apport if a package | David Kalnischkies | |
with this name is not installed (Closes: #619646) | |||
2012-02-11 | fix the hold-testcase as it has problems with 'foreign' operations | David Kalnischkies | |
2012-02-11 | correctly ignore already (un)hold packages | David Kalnischkies | |
2012-02-10 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- detect if dpkg has multiarch support before calling --set-selections | |||
2012-02-10 | Fix the testcases to work with and configure dpkg correctly in a | David Kalnischkies | |
multi-arch environment It's not a complete and the "fixed" test is fixed more like a hack as we have communication problems with dpkg if dpkg and APT disagree on the interpretation of the native architecture, see also: http://lists.debian.org/debian-dpkg/2012/02/msg00051.html | |||
2012-02-10 | ensure that architectures are not added multiple times | David Kalnischkies | |
2012-02-09 | call dpkg --assert-multi-arch with execvp instead of execv | David Kalnischkies | |
2012-02-03 | rework previous patch to avoid changing the inline code | Michael Vogt | |
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt | |
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode | |||
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt | |
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode | |||
2012-01-31 | Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to | Michael Vogt | |
handle compressed files again (LP: #924182, closes: #658096) | |||
2012-01-31 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2012-01-31 | merged from lp:~donkult/apt/experimental/ | Michael Vogt | |
2012-01-30 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix crash when a package is in removed but residual config state (LP: #923807) | |||
2012-01-30 | merged from donkult | Michael Vogt | |
2012-01-30 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- chroot if needed before calling dpkg --print-foreign-architectures | |||
2012-01-30 | * methods/http{s,}.cc: | David Kalnischkies | |
- if a file without an extension is requested send an 'Accept: text/*' header to avoid that the server chooses unsupported compressed files in a content-negotation attempt (Closes: #657560) | |||
2012-01-30 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies | |
- do not stop parent transversal in FindDir if the value is empty See http://lists.debian.org/deity/2012/01/msg00053.html , too. | |||
2012-01-29 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- if a M-A:same package is marked for reinstall, mark all it's installed silbings for reinstallation as well (LP: #859188) | |||
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson | |
- use a signed int instead of short for score calculation as upgrades become so big now that it can overflow (Closes: #657732, LP: #917173) | |||
2012-01-29 | add the testcase i wrote for revno 2209.1.2, to ensure that breaks on | David Kalnischkies | |
not-installed versions are ignored while searching for breakage loops | |||
2012-01-29 | add a very simple testcases for the previous commited fix for | David Kalnischkies | |
Breaks handling in algorithms.cc by Colin Watson | |||
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson | |
- don't break out of the main-resolver loop for Breaks to deal with all of them in a single iteration (Closes: #657695, LP: #922485) | |||
2012-01-29 | * cmdline/apt-get.cc: | Steve Langasek | |
- for cross-build-dependencies M-A: none should be DEB_HOST_ARCH, not DEB_BUILD_ARCH (Closes: #646288) | |||
2012-01-29 | ensure that dpkg binary doesn't have the chroot-directory prefixed | David Kalnischkies | |
2012-01-29 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- chroot if needed before dpkg --assert-multi-arch | |||
2012-01-24 | releasing version 0.8.16~exp12 | Michael Vogt | |
2012-01-20 | merged from bzr+ssh://bazaar.launchpad.net/~donkult/apt/experimental/ | Michael Vogt | |
2012-01-20 | * test/libapt/run-tests: | David Kalnischkies | |
- hurd doesn't have dmesg yet and we don't really need it either, so use with $0 a more stable data source for hashsumming | |||
2012-01-20 | * test/libapt/globalerror_test.cc: | Pino Toscano | |
- errno 0 has a different strerror on hurd, so generate the expected message dynamically instead of hardcoding 'Success' (Closes: #656530) | |||
2012-01-20 | fix a few esoteric cppcheck errors/warnings/infos | David Kalnischkies | |
2012-01-20 | fix typos in comments reported by the lintian in very-picky-modes | David Kalnischkies | |
2012-01-19 | * methods/https.cc: | David Kalnischkies | |
- use curls list append instead of appending Range and If-Range by hand which generates malformed requests, thanks Mel Collins for the hint! (Closes: #646381) | |||
2012-01-19 | apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835) | David Kalnischkies | |