ntk/apt.git
12 years agomerge with apt/experimental
David Kalnischkies [Tue, 6 Mar 2012 16:36:59 +0000 (17:36 +0100)]
merge with apt/experimental

* apt-pkg/packagemanager.cc:
  - fix bug in predepends handling - ensure that packages that needs
    unpackaging are unpacked before they are configured (LP: #927993)
[ Julian Andres Klode ]
* apt-pkg/deb/deblistparser.cc:
  - Set the Essential flag on APT instead of only Important
* apt-pkg/packagemanager.cc:
  - Do not use immediate configuration for packages with the Important flag
* Treat the Important flag like the Essential flag with those differences:
  - No Immediate configuration (see above)
  - Not automatically installed during dist-upgrade
  - No higher score for installation ordering

12 years ago* apt-pkg/packagemanager.cc:
Michael Vogt [Tue, 6 Mar 2012 13:06:38 +0000 (14:06 +0100)]
* apt-pkg/packagemanager.cc:
  - fix bug in predepends handling - ensure that packages that needs
    unpackaging are unpacked before they are configured (LP: #927993)

12 years ago* apt-pkg/contrib/fileutl.cc:
David Kalnischkies [Tue, 6 Mar 2012 09:53:35 +0000 (10:53 +0100)]
* apt-pkg/contrib/fileutl.cc:
  - do not warn about the ignoring of directories (Closes: #662762)

12 years agochangelog: Document scoring difference for Important flag
Julian Andres Klode [Mon, 5 Mar 2012 14:19:50 +0000 (15:19 +0100)]
changelog: Document scoring difference for Important flag

* Treat the Important flag like the Essential flag with those differences:
  - No higher score for installation ordering

12 years ago* Treat the Important flag like the Essential flag with two differences:
Julian Andres Klode [Mon, 5 Mar 2012 14:12:31 +0000 (15:12 +0100)]
* Treat the Important flag like the Essential flag with two differences:
  - No Immediate configuration (see above)
  - Not automatically installed during dist-upgrade

12 years ago* apt-pkg/packagemanager.cc:
Julian Andres Klode [Mon, 5 Mar 2012 14:10:54 +0000 (15:10 +0100)]
* apt-pkg/packagemanager.cc:
  - Do not use immediate configuration for packages with the Important flag

12 years ago* apt-pkg/deb/deblistparser.cc:
Julian Andres Klode [Mon, 5 Mar 2012 13:57:11 +0000 (14:57 +0100)]
* apt-pkg/deb/deblistparser.cc:
  - Set the Essential flag on APT instead of only Important

12 years agoas we parse datestrings from external sources a lot specify the length
David Kalnischkies [Sun, 4 Mar 2012 23:37:54 +0000 (00:37 +0100)]
as we parse datestrings from external sources a lot specify the length
of the integer fields as well to avoid crashes in scanf as cppchecks warns:
"(warning) scanf without field width limits can crash with huge input data"

12 years agofix "(style) The scope of the variable 'count' can be reduced"
David Kalnischkies [Sun, 4 Mar 2012 23:31:52 +0000 (00:31 +0100)]
fix "(style) The scope of the variable 'count' can be reduced"

12 years agomicro-optimize "(performance) Prefer prefix ++/-- operators for non-primitive types."
David Kalnischkies [Sun, 4 Mar 2012 23:28:39 +0000 (00:28 +0100)]
micro-optimize "(performance) Prefer prefix ++/-- operators for non-primitive types."

12 years agoset char-limits for the scanf parsing previous crash-reports
David Kalnischkies [Sun, 4 Mar 2012 23:25:32 +0000 (00:25 +0100)]
set char-limits for the scanf parsing previous crash-reports

12 years agofix "(performance) Possible inefficient checking for 'R' emptiness."
David Kalnischkies [Sun, 4 Mar 2012 23:21:25 +0000 (00:21 +0100)]
fix "(performance) Possible inefficient checking for 'R' emptiness."

12 years agofix "(style) Checking if unsigned variable 'Minor' is less than zero."
David Kalnischkies [Sun, 4 Mar 2012 23:20:28 +0000 (00:20 +0100)]
fix "(style) Checking if unsigned variable 'Minor' is less than zero."

12 years agoensure that (s)scanf doesn't parse a too long Code now that a previous
David Kalnischkies [Sun, 4 Mar 2012 23:19:50 +0000 (00:19 +0100)]
ensure that (s)scanf doesn't parse a too long Code now that a previous
commit lifted the Line-length limit

12 years agofix two "(style) Variable 'Res' is assigned a value that is never used"
David Kalnischkies [Sun, 4 Mar 2012 22:58:23 +0000 (23:58 +0100)]
fix two "(style) Variable 'Res' is assigned a value that is never used"

12 years agofix "(error) Possible null pointer dereference: BindAddr" by ensuring
David Kalnischkies [Sun, 4 Mar 2012 22:56:06 +0000 (23:56 +0100)]
fix "(error) Possible null pointer dereference: BindAddr" by ensuring
that BindAddr isn't NULL after getaddrinfo()

12 years agofix "(style) Statements following return, break, continue, goto or throw
David Kalnischkies [Sun, 4 Mar 2012 22:50:30 +0000 (23:50 +0100)]
fix "(style) Statements following return, break, continue, goto or throw
will never be executed." from cppcheck. The fd was closed only after a
return, so invert the order of lines and be happy

12 years agofix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies [Sun, 4 Mar 2012 22:47:05 +0000 (23:47 +0100)]
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
initialized in the constructor." messages (no functional change)

12 years agohandle a SIGINT in all modes as a break after the currently running
David Kalnischkies [Sun, 4 Mar 2012 22:01:59 +0000 (23:01 +0100)]
handle a SIGINT in all modes as a break after the currently running
dpkg transaction instead of ignoring it completely

12 years ago* apt-pkg/acquire-item.cc:
David Kalnischkies [Sun, 4 Mar 2012 21:50:21 +0000 (22:50 +0100)]
* 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)

Effected are all versions >= 0.8.11

Possible attack summary:
- Attacker needs to find a user which has run at least one successful
 'apt-get update' against an archive providing InRelease files.
- Create a Packages file with his preferred content.
- Attacker then prevents the download of InRelease, Release and
  Release.gpg (alternatively he creates a valid Release file and sends
  this, the other two files need to be missing either way).
- User updates against this, getting the modified Packages file without
  any indication of being unsigned (beside the "Ign InRelease" and
  "Ign Release.gpg" in the output of 'apt-get update').
=> deb files from this source are considered 'trusted' (and therefore the
   user isn't asked for an additional confirmation before install)

12 years agotestcase for CVE-2012-0214
Simon Ruderich [Sat, 3 Mar 2012 10:44:06 +0000 (11:44 +0100)]
testcase for CVE-2012-0214

12 years ago* apt-pkg/packagemanager.cc:
David Kalnischkies [Sat, 3 Mar 2012 10:43:21 +0000 (11:43 +0100)]
* apt-pkg/packagemanager.cc:
  - do not try to a void a breaks if the broken package pre-depends
    on the breaker, but let dpkg auto-deconfigure it

12 years agoallow msgtest to be used with only one parameter
David Kalnischkies [Sat, 3 Mar 2012 10:40:22 +0000 (11:40 +0100)]
allow msgtest to be used with only one parameter

12 years agoshow in the debug output if we are looping in the avoid breaks
David Kalnischkies [Sat, 3 Mar 2012 09:08:19 +0000 (10:08 +0100)]
show in the debug output if we are looping in the avoid breaks

12 years agoeanup the ordering-code avoiding a break (no function change)
David Kalnischkies [Sat, 3 Mar 2012 09:02:06 +0000 (10:02 +0100)]
eanup the ordering-code avoiding a break (no function change)

12 years ago* apt-pkg/packagemanager.cc:
Michael Vogt [Fri, 2 Mar 2012 21:01:51 +0000 (22:01 +0100)]
* apt-pkg/packagemanager.cc:
  - when calculating pre-dependencies ensure that both unpack and
    configure are considered (instead of only configure) LP: #927993

12 years agofix the string in the testcases
David Kalnischkies [Mon, 27 Feb 2012 11:51:31 +0000 (12:51 +0100)]
fix the string in the testcases

12 years ago* cmdline/apt-cache.cc:
David Kalnischkies [Sat, 25 Feb 2012 18:44:55 +0000 (19:44 +0100)]
* cmdline/apt-cache.cc:
  - correct --pre-depends option by using dash consistently (LP: #940837)

12 years agoimprove 'error' message for packages which are only referenced
David Kalnischkies [Sat, 18 Feb 2012 20:20:57 +0000 (21:20 +0100)]
improve 'error' message for packages which are only referenced
e.g. in a Depends line and are now requested for removal

12 years ago* cmdline/apt-get.cc:
David Kalnischkies [Sat, 18 Feb 2012 19:44:31 +0000 (20:44 +0100)]
* cmdline/apt-get.cc:
  - if a package can't be removed as it is not installed, suggest to
    the user an (installed) multiarch silbing with 'Did you mean?'

12 years agouse pdiff for Translation-* files if available (Closes: #657902)
David Kalnischkies [Sat, 18 Feb 2012 18:48:04 +0000 (19:48 +0100)]
use pdiff for Translation-* files if available (Closes: #657902)

Beware: pdiffs for Translation-* are only acquired if their
availability is advertised in the Release file.

12 years ago* apt-pkg/acquire-item.cc:
David Kalnischkies [Sat, 18 Feb 2012 18:40:13 +0000 (19:40 +0100)]
* apt-pkg/acquire-item.cc:
  - 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.

12 years agoensure that the cache-directories are really directories before
David Kalnischkies [Sat, 18 Feb 2012 18:17:57 +0000 (19:17 +0100)]
ensure that the cache-directories are really directories before
trying to get a list of included files from them

12 years ago* apt-pkg/indexrecords.cc:
David Kalnischkies [Sat, 18 Feb 2012 17:23:09 +0000 (18:23 +0100)]
* apt-pkg/indexrecords.cc:
  - do not create empty Entries as a sideeffect of Lookup()

12 years ago* apt-pkg/cachefile.cc:
David Kalnischkies [Sat, 11 Feb 2012 21:36:03 +0000 (22:36 +0100)]
* apt-pkg/cachefile.cc:
  - clean up lost atomic cachefiles with 'clean' (Closes: #650513)

12 years agojust in case: correct the header-guard for https to not match http
David Kalnischkies [Sat, 11 Feb 2012 20:26:42 +0000 (21:26 +0100)]
just in case: correct the header-guard for https to not match http

12 years agoremove the arbitrary MAXLEN limit for response lines (Closes: #658346)
David Kalnischkies [Sat, 11 Feb 2012 20:25:57 +0000 (21:25 +0100)]
remove the arbitrary MAXLEN limit for response lines (Closes: #658346)

12 years agosave the universe by not printing messages about apport if a package
David Kalnischkies [Sat, 11 Feb 2012 20:01:35 +0000 (21:01 +0100)]
save the universe by not printing messages about apport if a package
with this name is not installed (Closes: #619646)

12 years agofix the hold-testcase as it has problems with 'foreign' operations
David Kalnischkies [Sat, 11 Feb 2012 18:46:52 +0000 (19:46 +0100)]
fix the hold-testcase as it has problems with 'foreign' operations

12 years agocorrectly ignore already (un)hold packages
David Kalnischkies [Sat, 11 Feb 2012 17:54:48 +0000 (18:54 +0100)]
correctly ignore already (un)hold packages

12 years ago* cmdline/apt-mark.cc:
David Kalnischkies [Fri, 10 Feb 2012 18:34:35 +0000 (19:34 +0100)]
* cmdline/apt-mark.cc:
  - detect if dpkg has multiarch support before calling --set-selections

12 years agoFix the testcases to work with and configure dpkg correctly in a
David Kalnischkies [Fri, 10 Feb 2012 14:56:50 +0000 (15:56 +0100)]
Fix the testcases to work with and configure dpkg correctly in a
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

12 years agoensure that architectures are not added multiple times
David Kalnischkies [Fri, 10 Feb 2012 14:01:31 +0000 (15:01 +0100)]
ensure that architectures are not added multiple times

12 years agocall dpkg --assert-multi-arch with execvp instead of execv
David Kalnischkies [Thu, 9 Feb 2012 17:06:29 +0000 (18:06 +0100)]
call dpkg --assert-multi-arch with execvp instead of execv

12 years agorework previous patch to avoid changing the inline code
Michael Vogt [Fri, 3 Feb 2012 12:10:34 +0000 (13:10 +0100)]
rework previous patch to avoid changing the inline code

12 years ago* apt-pkg/contrib/fileutl.h:
Michael Vogt [Fri, 3 Feb 2012 11:14:39 +0000 (12:14 +0100)]
* apt-pkg/contrib/fileutl.h:
  - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode

12 years ago* apt-pkg/contrib/fileutl.h:
Michael Vogt [Fri, 3 Feb 2012 10:56:29 +0000 (11:56 +0100)]
* apt-pkg/contrib/fileutl.h:
  - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode

12 years agoFix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
Michael Vogt [Tue, 31 Jan 2012 16:50:58 +0000 (17:50 +0100)]
Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
handle compressed files again (LP: #924182, closes: #658096)

12 years agomerged from lp:~mvo/apt/mvo
Michael Vogt [Tue, 31 Jan 2012 10:22:24 +0000 (11:22 +0100)]
merged from lp:~mvo/apt/mvo

12 years agomerged from lp:~donkult/apt/experimental/
Michael Vogt [Tue, 31 Jan 2012 10:21:02 +0000 (11:21 +0100)]
merged from lp:~donkult/apt/experimental/

12 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 30 Jan 2012 19:58:13 +0000 (20:58 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - fix crash when a package is in removed but residual config state
    (LP: #923807)

12 years agomerged from donkult
Michael Vogt [Mon, 30 Jan 2012 19:22:18 +0000 (20:22 +0100)]
merged from donkult

12 years ago* apt-pkg/aptconfiguration.cc:
David Kalnischkies [Mon, 30 Jan 2012 18:17:58 +0000 (19:17 +0100)]
* apt-pkg/aptconfiguration.cc:
  - chroot if needed before calling dpkg --print-foreign-architectures

12 years ago* methods/http{s,}.cc:
David Kalnischkies [Mon, 30 Jan 2012 15:26:10 +0000 (16:26 +0100)]
* methods/http{s,}.cc:
  - 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)

12 years ago* apt-pkg/contrib/configuration.cc:
David Kalnischkies [Mon, 30 Jan 2012 12:13:29 +0000 (13:13 +0100)]
* apt-pkg/contrib/configuration.cc:
  - do not stop parent transversal in FindDir if the value is empty

See http://lists.debian.org/deity/2012/01/msg00053.html , too.

12 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Sun, 29 Jan 2012 14:25:02 +0000 (15:25 +0100)]
* apt-pkg/depcache.cc:
  - if a M-A:same package is marked for reinstall, mark all it's installed
    silbings for reinstallation as well (LP: #859188)

12 years ago* apt-pkg/algorithms.cc:
Colin Watson [Sun, 29 Jan 2012 13:47:34 +0000 (14:47 +0100)]
* apt-pkg/algorithms.cc:
  - use a signed int instead of short for score calculation as upgrades
    become so big now that it can overflow (Closes: #657732, LP: #917173)

12 years agoadd the testcase i wrote for revno 2209.1.2, to ensure that breaks on
David Kalnischkies [Sun, 29 Jan 2012 12:57:16 +0000 (13:57 +0100)]
add the testcase i wrote for revno 2209.1.2, to ensure that breaks on
not-installed versions are ignored while searching for breakage loops

12 years agoadd a very simple testcases for the previous commited fix for
David Kalnischkies [Sun, 29 Jan 2012 12:54:40 +0000 (13:54 +0100)]
add a very simple testcases for the previous commited fix for
Breaks handling in algorithms.cc by Colin Watson

12 years ago* apt-pkg/algorithms.cc:
Colin Watson [Sun, 29 Jan 2012 12:53:25 +0000 (13:53 +0100)]
* apt-pkg/algorithms.cc:
  - 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)

12 years ago* cmdline/apt-get.cc:
Steve Langasek [Sun, 29 Jan 2012 12:24:17 +0000 (13:24 +0100)]
* cmdline/apt-get.cc:
  - for cross-build-dependencies M-A: none should be DEB_HOST_ARCH,
    not DEB_BUILD_ARCH (Closes: #646288)

12 years agoensure that dpkg binary doesn't have the chroot-directory prefixed
David Kalnischkies [Sun, 29 Jan 2012 12:10:38 +0000 (13:10 +0100)]
ensure that dpkg binary doesn't have the chroot-directory prefixed

12 years ago* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies [Sun, 29 Jan 2012 11:59:42 +0000 (12:59 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - chroot if needed before dpkg --assert-multi-arch

12 years agoreleasing version 0.8.16~exp12
Michael Vogt [Tue, 24 Jan 2012 13:02:04 +0000 (14:02 +0100)]
releasing version 0.8.16~exp12

12 years agomerged from bzr+ssh://bazaar.launchpad.net/~donkult/apt/experimental/
Michael Vogt [Fri, 20 Jan 2012 09:27:03 +0000 (10:27 +0100)]
merged from bzr+ssh://bazaar.launchpad.net/~donkult/apt/experimental/

12 years ago* test/libapt/run-tests:
David Kalnischkies [Fri, 20 Jan 2012 01:00:48 +0000 (02:00 +0100)]
* test/libapt/run-tests:
  - 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

12 years ago* test/libapt/globalerror_test.cc:
Pino Toscano [Fri, 20 Jan 2012 00:34:31 +0000 (01:34 +0100)]
* test/libapt/globalerror_test.cc:
  - errno 0 has a different strerror on hurd, so generate the expected
    message dynamically instead of hardcoding 'Success' (Closes: #656530)

12 years agofix a few esoteric cppcheck errors/warnings/infos
David Kalnischkies [Fri, 20 Jan 2012 00:02:36 +0000 (01:02 +0100)]
fix a few esoteric cppcheck errors/warnings/infos

12 years agofix typos in comments reported by the lintian in very-picky-modes
David Kalnischkies [Thu, 19 Jan 2012 23:12:17 +0000 (00:12 +0100)]
fix typos in comments reported by the lintian in very-picky-modes

12 years ago* methods/https.cc:
David Kalnischkies [Thu, 19 Jan 2012 22:51:00 +0000 (23:51 +0100)]
* methods/https.cc:
  - 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)

12 years agoapply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)
David Kalnischkies [Thu, 19 Jan 2012 22:25:39 +0000 (23:25 +0100)]
apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)

12 years ago* debian/rules:
David Kalnischkies [Thu, 19 Jan 2012 22:20:45 +0000 (23:20 +0100)]
* debian/rules:
  - apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by
    Moritz Muehlenhoff, thanks! (Closes: #653504)

12 years ago* debian/control:
David Kalnischkies [Thu, 19 Jan 2012 22:15:29 +0000 (23:15 +0100)]
* debian/control:
  - remove APT from the short descriptions as lintian doesn't like it
    and it doesn't transport any information for a reader anyway

12 years ago* apt-pkg/packagemanager.cc:
David Kalnischkies [Thu, 19 Jan 2012 21:48:27 +0000 (22:48 +0100)]
* apt-pkg/packagemanager.cc:
  - ignore breaks on not-installed versions while searching for
    breakage loops as we don't have to avoid them

12 years agomerged from lp:~donkult/apt/experimental/
Michael Vogt [Thu, 19 Jan 2012 20:32:30 +0000 (21:32 +0100)]
merged from lp:~donkult/apt/experimental/

12 years ago* apt-pkg/cacheiterators.h:
David Kalnischkies [Thu, 19 Jan 2012 17:42:57 +0000 (18:42 +0100)]
* apt-pkg/cacheiterators.h:
  - return the correct version arch for all+foreign, too

The flag is interpreted at a few other places in different styles so
this commit ensures that the flag check is consistent everywhere
(checking for Same in flag style is a bit too much as it isn't used
 in combination with others anyway, but who knows and just for
 consistency)

12 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Thu, 19 Jan 2012 15:28:20 +0000 (16:28 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - fix segfault on pkg removal

12 years agoreleasing version 0.8.16~exp11
Michael Vogt [Thu, 19 Jan 2012 13:12:12 +0000 (14:12 +0100)]
releasing version 0.8.16~exp11

12 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Thu, 19 Jan 2012 12:46:09 +0000 (13:46 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - redirect out/input of dpkg --assert-multi-arch to /dev/null
  - if multi-arch is detected ensure that pkg:all is reported as pkg:all

12 years agoif multi-arch is detected ensure that pkg:all is reported as pkg:all
David Kalnischkies [Thu, 19 Jan 2012 12:12:14 +0000 (13:12 +0100)]
if multi-arch is detected ensure that pkg:all is reported as pkg:all

Versions with arch:all are added to the package with the native arch,
so we can't rely on Pkg.Arch() for the architecture

12 years ago* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies [Thu, 19 Jan 2012 11:40:38 +0000 (12:40 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - redirect out/input of dpkg --assert-multi-arch to /dev/null

12 years agoreleasing version 0.8.16~exp10
Michael Vogt [Thu, 19 Jan 2012 08:00:56 +0000 (09:00 +0100)]
releasing version 0.8.16~exp10

12 years ago* apt-pkg/contrib/fileutl.h:
Michael Vogt [Wed, 18 Jan 2012 09:27:15 +0000 (10:27 +0100)]
* apt-pkg/contrib/fileutl.h:
  - store the offset in the internal fd before calculate size of
    the zlib-handled file to jump back to this place again
* apt-pkg/contrib/fileutl.h:

12 years ago* apt-pkg/aptconfiguration.cc:
Michael Vogt [Wed, 18 Jan 2012 09:24:43 +0000 (10:24 +0100)]
* apt-pkg/aptconfiguration.cc:
  - parse dpkg --print-foreign-architectures correctly in
    case archs are separated by newline instead of space, too.
    (Closes: #655590)
* Slovak (Ivan Masar). Closes: #652985
* Russian (Yuri Kozlov). Closes: #654844
* Hungarian (Gabor Kelemen). Closes: #655238

12 years ago* apt-pkg/contrib/fileutils.h:
Michael Vogt [Wed, 18 Jan 2012 09:22:39 +0000 (10:22 +0100)]
* apt-pkg/contrib/fileutils.h:
  - fix segfault from python-apt testsuite

12 years ago* apt-pkg/contrib/fileutl.h:
David Kalnischkies [Tue, 17 Jan 2012 23:51:03 +0000 (00:51 +0100)]
* apt-pkg/contrib/fileutl.h:
  - store the offset in the internal fd before calculate size of
    the zlib-handled file to jump back to this place again

It jumped back to the position of the content - which is wrong as
the internal fd is compressed and even reseting to the beginning of
the file doesn't work as zlib uses an internal buffer, so while we
might haven't read anything yet zlib might have done so already…

12 years agoimprove error reporting in case of errors in combination with zlib
David Kalnischkies [Tue, 17 Jan 2012 23:40:38 +0000 (00:40 +0100)]
improve error reporting in case of errors in combination with zlib

12 years agomerge with lp:~mvo/apt
David Kalnischkies [Tue, 17 Jan 2012 23:37:19 +0000 (00:37 +0100)]
merge with lp:~mvo/apt

12 years ago* apt-pkg/contrib/fileutils.h:
Michael Vogt [Mon, 16 Jan 2012 21:19:54 +0000 (22:19 +0100)]
* apt-pkg/contrib/fileutils.h:
  - fix segfault from python-apt testsuite

12 years agomerged from debian-experimental2
Michael Vogt [Mon, 16 Jan 2012 21:17:23 +0000 (22:17 +0100)]
merged from debian-experimental2

12 years agomerged from lp:~donkult/apt/experimental/
Michael Vogt [Fri, 13 Jan 2012 16:35:44 +0000 (17:35 +0100)]
merged from lp:~donkult/apt/experimental/

12 years agoadd Closes tag for the --show-foreign newline change
David Kalnischkies [Fri, 13 Jan 2012 16:31:16 +0000 (17:31 +0100)]
add Closes tag for the --show-foreign newline change

12 years ago* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies [Fri, 13 Jan 2012 16:30:17 +0000 (17:30 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - check if dpkg supports multiarch with --assert-multi-arch
    and if it does be always explicit about the architecture

12 years agofactor out the detection of self-conflicts into Dep::IsIgnorable
David Kalnischkies [Fri, 13 Jan 2012 14:45:08 +0000 (15:45 +0100)]
factor out the detection of self-conflicts into Dep::IsIgnorable

12 years ago* apt-pkg/pkgcache.cc:
David Kalnischkies [Fri, 13 Jan 2012 11:48:41 +0000 (12:48 +0100)]
* apt-pkg/pkgcache.cc:
  - ignore implicit conflicts on providers in AllTarget, too

12 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Wed, 11 Jan 2012 17:05:15 +0000 (18:05 +0100)]
* apt-pkg/depcache.cc:
  - implicit conflicts (for multiarch) are supposed to conflict
    only with real packages, not with virtual providers

12 years ago/var/apt/cache is in reality /var/cache/apt
Sergio Cipolla [Tue, 10 Jan 2012 12:43:23 +0000 (13:43 +0100)]
/var/apt/cache is in reality /var/cache/apt

12 years agomerge with debian-sid
David Kalnischkies [Tue, 10 Jan 2012 12:39:35 +0000 (13:39 +0100)]
merge with debian-sid

12 years agoas Size() can be quiet expensive for compressed files lets store the result
David Kalnischkies [Tue, 10 Jan 2012 11:05:12 +0000 (12:05 +0100)]
as Size() can be quiet expensive for compressed files lets store the result

12 years agoHungarian (Gabor Kelemen). Closes: #655238
bubulle@debian.org [Mon, 9 Jan 2012 19:04:05 +0000 (20:04 +0100)]
Hungarian (Gabor Kelemen). Closes: #655238