summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2012-04-19releasing version 0.8.16~exp12ubuntu9Michael Vogt
2012-04-19releasing version 0.8.16~exp12ubuntu9Michael Vogt
2012-04-12Set FD_CLOEXEC on history.log's FD (Closes: #610069, LP: #636010)Adam Conrad
2012-04-06releasing version 0.8.16~exp12ubuntu7Steve Langasek
2012-04-05For cross-build-dependencies, Architecture: all packages should beSteve Langasek
treated as implicitly Multi-Arch: foreign, because either they *are* M-A: foreign when used as a build-dependency, or they need to be updated to not be Architecture: all; and since cross-build-deps are new functionality in apt, we can safely make this change without breaking existing systems. Closes: #666772.
2012-04-04Merge fix for bug #924628Steve Langasek
2012-04-02Makefile, po/makefile: make sure our pot generation datestamp doesn'tSteve Langasek
change at build time, since this makes translations fail to be co-installable with multiarch. Based on a patch by David Kalnischkies. Closes: #659333, LP: #924628.
2012-03-30merge fix for bug #968828Steve Langasek
2012-03-30Build-depend on gettext:any for cross-building support.Steve Langasek
2012-03-29don't treat build-depends-indep as cross-build-dependencies; we shouldSteve Langasek
always install the host arch versions. LP: #968828.
2012-03-24clean up obsolete conffile /etc/apt/apt.conf.d/01ubuntu, which wasSteve Langasek
dropped in maverick.
2012-03-15releasing version 0.8.16~exp12ubuntu6Michael Vogt
2012-03-13update changelogMichael Vogt
2012-03-13cherry pick from experimentalMichael 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-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-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-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-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* 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-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.
2012-01-24merged from experimentalMichael Vogt
2012-01-24releasing version 0.8.16~exp12Michael Vogt
2012-01-23Polish (Michał Kułach). Closes: #656908bubulle@debian.org
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-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)