Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | M-A:same lockstep unpack should operate on installed | David Kalnischkies | 2011-09-09 | 3 | -10/+41 |
| | | | packages first (LP: #835625) | ||||
* | fix bashism (local outside function) and releasefile creation in testcases | David Kalnischkies | 2011-09-09 | 4 | -10/+20 |
| | |||||
* | - add an Acquire::Min-ValidTime option (Closes: #640122) | David Kalnischkies | 2011-09-05 | 1 | -0/+24 |
| | | | | | * doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality | ||||
* | * apt-pkg/indexrecords.cc: | David Kalnischkies | 2011-09-05 | 2 | -13/+84 |
| | | | | - fix Acquire::Max-ValidTime option by interpreting it really as seconds as specified in the manpage and not as days | ||||
* | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies | 2011-08-22 | 9 | -22/+8 |
| | | | invalid in most cases anyway | ||||
* | set the msglevel to a high dummy value if none is specified | David Kalnischkies | 2011-08-17 | 1 | -0/+4 |
| | |||||
* | for consistency allow the usage of 'make test' instead of './run-tests' | David Kalnischkies | 2011-08-17 | 1 | -0/+10 |
| | |||||
* | do not output color in the testcases if stdout/stderr are not a /dev/pts | David Kalnischkies | 2011-08-17 | 2 | -15/+31 |
| | |||||
* | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies | 2011-08-17 | 1 | -0/+24 |
| | | | | | - ignore "self"-conflicts for all architectures of a package instead of just for the architecture of the package locked at in the ordering of installations too (Closes: #802901) | ||||
* | support yet another webserver in the integration tests: gatling | David Kalnischkies | 2011-08-15 | 1 | -0/+5 |
| | |||||
* | cherry pick test/integration/Packages-hashsum-verification addition from ↵ | Michael Vogt | 2011-08-12 | 1 | -0/+18 |
| | | | | lp:~mvo/apt/mvo | ||||
* | * apt-pkg/acquire-item.cc: | Michael Vogt | 2011-08-05 | 1 | -0/+7 |
| | | | | - if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test | ||||
* | * test/integration/test-hashsum-verification: | Michael Vogt | 2011-08-05 | 1 | -0/+76 |
| | | | - add regression test for hashsum verification | ||||
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2011-07-27 | 1 | -0/+27 |
| | | | - do not assume that the last char on a line is a \n (Closes: #633350) | ||||
* | implement MultiarchCross for build-dep and source (Closes: #632221) | David Kalnischkies | 2011-07-25 | 2 | -0/+205 |
| | |||||
* | * apt-pkg/policy.cc: | David Kalnischkies | 2011-07-16 | 2 | -3/+67 |
| | | | - emit an error on unknown APT::Default-Release value (Closes: #407511) | ||||
* | merge with debian-sid 0.8.15.2 | David Kalnischkies | 2011-07-14 | 1 | -0/+20 |
|\ | |||||
| * | merged from debian-sid | Michael Vogt | 2011-07-14 | 1 | -0/+72 |
| |\ | |||||
| | * | * doc/makefile: | Michael Vogt | 2011-06-30 | 1 | -0/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - create doxygen directory to avoid depending on magic (Closes: #628799) * cmdline/apt-key: - explicitly state that net-update is not supported if no url is set - require to be root for add, rm, update and net-update - clarify update vs. net-update in different distros (Closes: #632043) * debian/apt.symbols: - forgot 'mips' in the list for all architecture dependent symbols - comment out gcc-4.5 specific symbols as gcc-4.6 is now default - the symbol for PrintStatus() is architecture dependent * apt-pkg/policy.cc: - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! - Defaults is a vector of Pin not of PkgPin - ensure that only the first specific stanza for a package is used - save all stanzas which had no effect in Unmatched - allow package:architecure in Package: | ||||
| * | | make ResolveByKeep() more clever and hold back packages that would go into a ↵ | Michael Vogt | 2011-07-14 | 1 | -0/+20 |
| |/ | | | | | | | broken policy state by the upgrade | ||||
* | | * cmdline/apt-get.cc: | David Kalnischkies | 2011-07-06 | 1 | -0/+81 |
| | | | | | | - restore all important dependencies for garbage packages (LP: #806274) | ||||
* | | allow package:architecure in Package: | David Kalnischkies | 2011-06-30 | 1 | -0/+15 |
| | | |||||
* | | - ensure that only the first specific stanza for a package is used | David Kalnischkies | 2011-06-29 | 1 | -1/+14 |
| | | | | | | - save all stanzas which had no effect in Unmatched | ||||
* | | * apt-pkg/policy.cc: | David Kalnischkies | 2011-06-29 | 1 | -0/+44 |
| | | | | | | | | - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! | ||||
* | | * apt-pkg/indexcopy.cc: | David Kalnischkies | 2011-06-06 | 1 | -0/+31 |
| | | | | | | | | | | - Verify that the first line of an InRelease file is a PGP header for a signed message. Otherwise a man-in-the-middle can prefix a valid InRelease file with his own data! (CVE-2011-1829) | ||||
* | | add a very dumb pause method to stop test-execution | David Kalnischkies | 2011-06-06 | 1 | -0/+6 |
|/ | |||||
* | log reinstall commands in history.log | David Kalnischkies | 2011-05-23 | 1 | -0/+6 |
| | |||||
* | * apt-pkg/packagemanager.cc: | David Kalnischkies | 2011-05-16 | 1 | -0/+32 |
| | | | | - ensure for Multi-Arch:same packages that they are unpacked in lock step even in immediate configuration (Closes: #618288) | ||||
* | rewrite new and previously satisfied important dependency detection in | David Kalnischkies | 2011-05-13 | 1 | -0/+172 |
| | | | | | MarkInstall to be a bit more easy to read and possibily a bit faster - and add a small testcase for these situations to ensure the same behaviour | ||||
* | if critical or-group can't be satisfied, exit directly. | David Kalnischkies | 2011-05-11 | 1 | -0/+108 |
| | |||||
* | dequote URL taken from Location in redirects as we will otherwise | David Kalnischkies | 2011-05-10 | 1 | -0/+36 |
| | | | quote an already quoted string in the request later (Closes: #602412) | ||||
* | support lighttpd as test webserver but still prefer weborf | David Kalnischkies | 2011-04-27 | 1 | -6/+15 |
| | |||||
* | * cmdline/apt-mark.cc: | David Kalnischkies | 2011-04-21 | 1 | -1/+1 |
| | | | - reimplement apt-mark in c++ | ||||
* | remove not existing packages left over from the testcase | David Kalnischkies | 2011-04-21 | 1 | -3/+3 |
| | |||||
* | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-04-16 | 1 | -0/+38 |
| | | | | - really include 'rc' packages in the delete count by fixing a typo which exists since 1999 in the source… (LP: #761175) | ||||
* | add sbin directories to PATH to avoid dpkg warnings | David Kalnischkies | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | be able to set priorities for created test packages | David Kalnischkies | 2011-04-15 | 1 | -21/+30 |
| | |||||
* | do not change protected packages in autoinstall (Closes: #618848) | David Kalnischkies | 2011-03-26 | 2 | -1/+33 |
| | |||||
* | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2011-03-26 | 1 | -0/+59 |
| | | | | - use dpkg --print-foreign-architectures to get multiarch configuration if non is specified with APT::Architectures (Closes: #612958) | ||||
* | * apt-pkg/cacheiterator.h: | David Kalnischkies | 2011-03-25 | 5 | -35/+35 |
| | | | | | | - return "all" instead of native architecture without breaking the abi (too much) by extending enum instead of using bitflags (LP: #733741) With the next abi break that enum should be a char bitflag instead | ||||
* | add a method to insert packages into dpkg's status file | David Kalnischkies | 2011-03-23 | 1 | -0/+23 |
| | |||||
* | reorganize the marker methods a bit by moving the common part to a | David Kalnischkies | 2011-03-20 | 1 | -1/+1 |
| | | | | seperate IsModeChangeOk which checks sanity and dpkg holds | ||||
* | enable buildsimplenativepackage to build packages for multiple | David Kalnischkies | 2011-03-16 | 1 | -9/+13 |
| | | | | | architectures in a row as it is needed for Multi-Arch:same that the shared files are the same | ||||
* | Remove the "pseudopackage" handling of Architecture: all packages for | David Kalnischkies | 2011-03-08 | 5 | -66/+69 |
| | | | | | | | | | Multi-Arch; instead, Arch: all packages only satisfy dependencies for the native arch, except where the Arch: all package is declared Multi-Arch: foreign. (Closes: #613584) This has the sideeffect that arch:all packages internally show up as coming from the native arch - so packages with the architecture "all" doesn't exist any longer in the pkgcache | ||||
* | test the xz compressor, too | David Kalnischkies | 2011-02-22 | 1 | -3/+5 |
| | |||||
* | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-22 | 1 | -4/+5 |
|\ | | | | | | | | | | | - support xz compressor to create xz-compressed Indexes and be able to open data.tar.xz files * ftparchive/writer.cc: - include xz-compressed Packages and Sources files in Release file | ||||
| * | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-22 | 1 | -3/+5 |
| | | | | | | | | - support xz compressor to create xz-compressed Indexes and be able to open data.tar.xz files | ||||
* | | * cmdline/apt-get.cc: | David Kalnischkies | 2011-02-15 | 2 | -0/+59 |
| | | | | | | - don't remove new dependencies of garbage packages (Closes: #613420) | ||||
* | | test/integration/: remove a bunch of "local" statements from the ↵ | Michael Vogt | 2011-02-15 | 12 | -12/+19 |
| | | | | | | | | shellscript, keep tests running even on failure but log failures | ||||
* | | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-02-14 | 7 | -45/+128 |
|\ \ |