summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-15releasing version 0.8.16~exp12ubuntu6Michael Vogt
2012-03-13cherry pick a bunch of packagemanager.cc ordering fixesMichael Vogt
2012-03-13update changelogMichael Vogt
2012-03-13cherry pick 2217.1.39Michael Vogt
2012-03-13cherry pick from experimentalMichael Vogt
2012-03-13cherry pick r2226Michael Vogt
2012-03-13cherry pick r2225Michael Vogt
2012-03-13cherry pick 2217.1.26 (cppcheck fixes)Michael Vogt
2012-03-13cherry pick 2217.1.22Michael Vogt
2012-03-13cherry pick 2217.1.{19,20}Michael Vogt
2012-03-13* cherry pick r2222 from Michael Vogt
http://bzr.debian.org/bzr/bzr/apt/apt/debian-experimental2/: * apt-pkg/packagemanager.cc: - fix bug in predepends handling - ensure that packages that needs unpackaging are unpacked before they are configured (LP: #927993)
2012-03-06releasing version 0.8.16~exp12ubuntu5Michael Vogt
2012-03-06* merged from the debian-sid branch, most notably:Michael Vogt
- Correct fi translation for hash sum mismatches (LP: #420403) - remove 'old' InRelease file if we can't get a new one before proceeding with Release.gpg to avoid the false impression of a still trusted repository by a (still present) old InRelease file. Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214) * apt-pkg/acquire-item.cc: - remove 'old' InRelease file if we can't get a new one before proceeding with Release.gpg to avoid the false impression of a still trusted repository by a (still present) old InRelease file. Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214) * French: replace "étiquetage" by "épinglage" for "pinning"
2012-03-06* apt-pkg/acquire-item.cc:Michael Vogt
- remove 'old' InRelease file if we can't get a new one before proceeding with Release.gpg to avoid the false impression of a still trusted repository by a (still present) old InRelease file. Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
2012-03-03French: replace "étiquetage" by "épinglage" for "pinning"bubulle@debian.org
2012-03-01merged from the debian-sid branchMichael Vogt
2012-03-01merged patch from lp:~uusijani/apt/uusi-branch: Michael Vogt
Correct fi translation for hash sum mismatches (lp:420403) Thanks to Jani Uusitalo
2012-02-14releasing version 0.8.16~exp12ubuntu4Michael Vogt
2012-02-05Danish translation updatebubulle@debian.org
2012-02-03merged latest apt from experimentalMichael Vogt
2012-02-03rework previous patch to avoid changing the inline codeMichael 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-02-03* apt-pkg/contrib/fileutl.h:Michael Vogt
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
2012-01-31Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations toMichael Vogt
handle compressed files again (LP: #924182, closes: #658096)
2012-01-31releasing version 0.8.16~exp12ubuntu3Colin Watson
2012-01-31Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations toColin Watson
handle compressed files again (LP: #924182).
2012-01-31merged from lp:~mvo/apt/mvoMichael Vogt
2012-01-31merged from lp:~donkult/apt/experimental/Michael Vogt
2012-01-30releasing version 0.8.16~exp12ubuntu2Michael Vogt
2012-01-30merged from lp:~mvo/apt/mvo (and 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-30merged from donkultMichael 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-29add the testcase i wrote for revno 2209.1.2, to ensure that breaks onDavid Kalnischkies
not-installed versions are ignored while searching for breakage loops
2012-01-29add a very simple testcases for the previous commited fix forDavid 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-29ensure that dpkg binary doesn't have the chroot-directory prefixedDavid Kalnischkies
2012-01-29* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
- chroot if needed before dpkg --assert-multi-arch
2012-01-29releasing version 0.8.16~exp12ubuntu1Steve Langasek
2012-01-28Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH.Steve Langasek
Closes: #646288.
2012-01-28Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH.Steve Langasek
Closes: #646288.
2012-01-28fix an inverted check on build-deps: we were accidentally checking forSteve Langasek
host-arch packages whenever the build-dep *did* include a colon, instead of when it didn't.
2012-01-28apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, notSteve Langasek
a signed short, because large upgrades can result in an overflow for core packages. Thanks again to Colin Watson. Closes: #657732, LP: #917173.
2012-01-28apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so thatSteve Langasek
we resolve virtual package Breaks more effectively. Thanks to Colin Watson for the patch. Closes: #657695, LP: #922485.