]>
git.saurik.com Git - apt.git/log
David Kalnischkies [Wed, 28 Jul 2010 19:47:42 +0000 (21:47 +0200)]
auto-install Packages and status file of the testcase
Julian Andres Klode [Tue, 27 Jul 2010 11:57:42 +0000 (13:57 +0200)]
* apt-pkg/cdrom.cc:
- Use link() instead of rename() for creating the CD database backup;
otherwise there would be a short time without any database.
Julian Andres Klode [Tue, 27 Jul 2010 11:27:26 +0000 (13:27 +0200)]
* cmdline/apt-get.cc:
- Support large filesystems by using statvfs64() instead of statvfs()
and statfs64() instead of statfs() (Closes: #590513).
David Kalnischkies [Mon, 26 Jul 2010 10:43:25 +0000 (12:43 +0200)]
- show in (r)depends the canidate per default instead of newest
- share the (r)depends code instead of codecopy
David Kalnischkies [Mon, 26 Jul 2010 08:53:32 +0000 (10:53 +0200)]
- add a 'newest' pseudo target release as in pkg/newest
*
David Kalnischkies [Mon, 26 Jul 2010 07:22:53 +0000 (09:22 +0200)]
add APT::Cache::ShowOnlyFirstOr option to print only the first
alternative in the apt-cache (r)depends commands
David Kalnischkies [Sun, 25 Jul 2010 18:04:16 +0000 (20:04 +0200)]
Strip the .sh extension from the libapt testrunner and
make it a bit more robust against calling from outside
David Kalnischkies [Sun, 25 Jul 2010 17:51:53 +0000 (19:51 +0200)]
- prefer non-virtual packages in FindPreferredPkg (Closes: #590041)
* test/integration/*:
- add with bug#590041 testcase a small test "framework"
David Kalnischkies [Sun, 25 Jul 2010 06:24:03 +0000 (08:24 +0200)]
* apt-pkg/pkgcache.cc:
- prefer non-virtual packages in FindPreferredPkg
Julian Andres Klode [Fri, 23 Jul 2010 14:13:15 +0000 (16:13 +0200)]
* apt-pkg/contrib/fileutl.cc:
- Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
Julian Andres Klode [Wed, 21 Jul 2010 15:19:16 +0000 (17:19 +0200)]
Add to history whether a change was automatic or not.
Julian Andres Klode [Wed, 21 Jul 2010 15:14:53 +0000 (17:14 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- Write architecture information to history file.
David Kalnischkies [Sat, 17 Jul 2010 18:04:44 +0000 (20:04 +0200)]
* apt-pkg/cacheset.cc:
- move them back to the library as they look stable now
David Kalnischkies [Sat, 17 Jul 2010 17:07:00 +0000 (19:07 +0200)]
factor regex package name matches into newly created cachefilter classes
David Kalnischkies [Fri, 16 Jul 2010 15:42:54 +0000 (17:42 +0200)]
* cmdline/apt-cache.cc:
- be able to omit dependency types in (r)depends (Closes: #319006)
David Kalnischkies [Wed, 14 Jul 2010 20:59:43 +0000 (22:59 +0200)]
* apt-pkg/depcache.cc:
- handle "circular" conflicts for "all" packages correctly
Michael Vogt [Mon, 12 Jul 2010 11:26:10 +0000 (13:26 +0200)]
merged from lp:~donkult/apt/sid
David Kalnischkies [Sun, 11 Jul 2010 21:07:58 +0000 (23:07 +0200)]
accidently prefilling the vectors results in segfaults
David Kalnischkies [Sun, 11 Jul 2010 19:57:51 +0000 (21:57 +0200)]
* methods/bzip2.cc:
- add a copycat of the old gzip.cc as we need it for bzip2 and lzma
David Kalnischkies [Sun, 11 Jul 2010 17:44:14 +0000 (19:44 +0200)]
mark all "Hash Sum mismatch" strings as translateable
David Kalnischkies [Sun, 11 Jul 2010 17:19:35 +0000 (19:19 +0200)]
rename ReOwn to ReMap in the cacheiterators
David Kalnischkies [Sun, 11 Jul 2010 16:58:54 +0000 (18:58 +0200)]
fix typo preventing display of architecture in Info()
David Kalnischkies [Sun, 11 Jul 2010 16:50:41 +0000 (18:50 +0200)]
* apt-pkg/deb/debmetaindex.cc:
- do not query each architecture for flat file archives
David Kalnischkies [Sun, 11 Jul 2010 10:55:51 +0000 (12:55 +0200)]
[ Martin Pitt ]
* debian/rules:
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
CXXFLAGS.
* apt-pkg/contrib/fileutl.{h,cc}:
- Add support for reading of gzipped files with the new "ReadOnlyGzip"
OpenMode. (Closes: #188407)
- Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
- [ABI BREAK] This adds a new private member to FileFd, but its
initialization is in the public header file.
* configure.in:
- Check for zlib library and headers.
* apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
cmdline/apt-cache.cc:
- Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
* apt-pkg/deb/debindexfile.cc:
- If we do not find uncompressed package/source/translation indexes, look
for gzip compressed ones.
* apt-pkg/acquire-item.cc:
- If the Acquire::GzipIndexes option is true and we download a gzipped
index file, keep it as it is (and rename to .gz) instead of
uncompressing it.
* doc/apt.conf.5.xml:
- Document the new Acquire::GzipIndexes option.
* doc/po/apt-doc.pot, doc/po/de.po:
- German translation of new Acquire::GzipIndexes option.
* Add test/test-indexes.sh:
- Test behaviour of index retrieval and usage, in particular with
uncompressed and gzip compressed indexes.
* methods/gzip.cc: With FileFd now being able to read gzipped files, there
is no need for the gzip method any more to spawn an external gzip process.
Rewrite it to use FileFd directly, which makes the code a lot simpler, and
also using less memory and overhead.
David Kalnischkies [Sat, 10 Jul 2010 11:51:47 +0000 (13:51 +0200)]
* apt-pkg/contrib/error.{cc,h}:
- remove constness of va_list parameter to fix build on amd64 and co
Thanks Eric Valette! (Closes: #588610)
Michael Vogt [Fri, 9 Jul 2010 20:53:15 +0000 (22:53 +0200)]
releasing version 0.7.26~exp9
Michael Vogt [Fri, 9 Jul 2010 19:54:02 +0000 (21:54 +0200)]
* doc/apt.conf.5.xml:
- add and document APT::Cache-{Start,Grow,Limit} options for mmap control
David Kalnischkies [Fri, 9 Jul 2010 19:46:42 +0000 (21:46 +0200)]
check the state of the FileFd before renaming as otherwise the rename
will be tried twice e.g. in an "apt-get update" run and every other piece
of code closing the FileFd manual before the destructor will do it again.
Michael Vogt [Fri, 9 Jul 2010 19:16:01 +0000 (21:16 +0200)]
releasing version 0.7.26~exp8
David Kalnischkies [Fri, 9 Jul 2010 17:51:19 +0000 (19:51 +0200)]
switch from std::set to std::vector as it is way more simple, a bit
faster and still provides everything we need for the Cache generator
Michael Vogt [Fri, 9 Jul 2010 17:14:44 +0000 (19:14 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
Michael Vogt [Fri, 9 Jul 2010 17:10:28 +0000 (19:10 +0200)]
merged from donkult
David Kalnischkies [Fri, 9 Jul 2010 15:00:28 +0000 (17:00 +0200)]
* doc/apt.conf.5.xml:
- add and document APT::Cache-{Start,Grow,Limit} options for mmap control
David Kalnischkies [Thu, 8 Jul 2010 13:28:53 +0000 (15:28 +0200)]
* apt-pkg/pkgcachegen.{cc,h}:
- make the used MMap moveable (and therefore dynamic resizeable) by
applying (some) mad pointer magic (Closes: #195018)
David Kalnischkies [Thu, 8 Jul 2010 09:10:46 +0000 (11:10 +0200)]
use references instead of copies in the Cache generation methods
Michael Vogt [Wed, 7 Jul 2010 14:47:09 +0000 (16:47 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
martin@piware.de [Tue, 6 Jul 2010 11:14:57 +0000 (13:14 +0200)]
methods/gzip.cc: With FileFd now being able to read gzipped files, there
is no need for the gzip method any more to spawn an external gzip process.
Rewrite it to use FileFd directly, which makes the code a lot simpler, and
also using less memory and overhead.
martin@piware.de [Tue, 6 Jul 2010 10:48:06 +0000 (12:48 +0200)]
FileFd(): Drop file name extension check in ReadOnlyGzip mode
Drop the ".gz" extension check in FileFd::Open() in ReadOnlyGzip mode, to not
depend on a particular file extension. This allows rewriting the gzip method
using internal decompression (on ".decomp" files).
This requires a zlib bug workaround in FileFd::Close(): When opening an empty
file with gzdopen(), gzclose() fails with Z_BUF_ERROR. Do not count this as a
failure.
David Kalnischkies [Tue, 6 Jul 2010 08:21:45 +0000 (10:21 +0200)]
wrap the mmap actions in the CacheGenerator in their own methods to
be able to react on condition changes later then we can move mmap
David Kalnischkies [Mon, 5 Jul 2010 10:12:40 +0000 (12:12 +0200)]
extends the ParseDepends testcase to have a look also at the Wildcards
David Kalnischkies [Mon, 5 Jul 2010 10:06:45 +0000 (12:06 +0200)]
merge with debian-experimental-ma
David Kalnischkies [Mon, 5 Jul 2010 10:00:46 +0000 (12:00 +0200)]
fix typos and add a proper Closes tag after the unmerge in debbugs
David Kalnischkies [Mon, 5 Jul 2010 09:42:57 +0000 (11:42 +0200)]
Try to use NotEquals for the MultiArch Breaks dependencies instead of
Less and Greater -> half the dependencies :)
David Kalnischkies [Mon, 5 Jul 2010 09:34:35 +0000 (11:34 +0200)]
make the specify order of packages irrelevant (half-close #196021)
David Kalnischkies [Sun, 4 Jul 2010 15:04:07 +0000 (17:04 +0200)]
clean deblistparser a bit by get the Architectures at one place
instead of distributed in a few methods
David Kalnischkies [Sun, 4 Jul 2010 12:23:20 +0000 (14:23 +0200)]
* apt-pkg/policy.h:
- add another round of const& madness as the previous round accidently
NOT override the virtual GetCandidateVer() method (Closes: #587725)
David Kalnischkies [Sat, 3 Jul 2010 22:32:52 +0000 (00:32 +0200)]
prefer the Policy if it is built instead of the DepCache and
if DepCache is not available as fallback built the Policy
David Kalnischkies [Sat, 3 Jul 2010 21:55:12 +0000 (23:55 +0200)]
reorder classes a bit and make TryToInstallBuildDep use them
David Kalnischkies [Sat, 3 Jul 2010 18:09:17 +0000 (20:09 +0200)]
Refactor TryToInstall to look a bit saner by splitting the Remove
and the Virtual packages part out of the loop.
The function still exists unchanged as TryToInstallBuildDep through
for the BuildDep installation method
David Kalnischkies [Fri, 2 Jul 2010 05:06:53 +0000 (07:06 +0200)]
add a ConstructedBy member to the PackageSet which can be used by the
e.g. FromString to tell the caller if the string was an exact match
or found by regex or task. The two later ones can match packages for
which we want to ignore failures in the VersionSet
David Kalnischkies [Tue, 29 Jun 2010 17:21:35 +0000 (19:21 +0200)]
if the package has no installed & candidate but is virtual see if only
one package provides it - if it is only one use this package instead
David Kalnischkies [Tue, 29 Jun 2010 17:10:47 +0000 (19:10 +0200)]
rename AddSelectedVersion() to a better public FromPackage()
Julian Andres Klode [Tue, 29 Jun 2010 15:28:33 +0000 (17:28 +0200)]
Fix the atomic replace.
Julian Andres Klode [Tue, 29 Jun 2010 15:23:24 +0000 (17:23 +0200)]
* apt-pkg/contrib/fileutl.cc:
- Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
David Kalnischkies [Tue, 29 Jun 2010 15:14:45 +0000 (17:14 +0200)]
for install, do all installs first and then the removes and vice versa
Julian Andres Klode [Tue, 29 Jun 2010 13:21:24 +0000 (15:21 +0200)]
debian/control: Set Standards-Version to 3.9.0
David Kalnischkies [Mon, 28 Jun 2010 20:13:17 +0000 (22:13 +0200)]
- factor out code to get a single package FromName()
- check in Grouped* first without modifier interpretation
Julian Andres Klode [Mon, 28 Jun 2010 15:38:08 +0000 (17:38 +0200)]
Also free regular expressions.
Julian Andres Klode [Mon, 28 Jun 2010 15:34:54 +0000 (17:34 +0200)]
Use _error->Warning() instead of writing to std::cerr.
Julian Andres Klode [Mon, 28 Jun 2010 15:30:40 +0000 (17:30 +0200)]
Remove debugging stuff, this was not meant to be here.
Julian Andres Klode [Mon, 28 Jun 2010 15:29:11 +0000 (17:29 +0200)]
Also support regular expressions and glob() patterns in "Pin: version".
Julian Andres Klode [Mon, 28 Jun 2010 15:21:14 +0000 (17:21 +0200)]
* apt-pkg/versionmatch.cc:
- Support matching pins by regular expressions or glob() like patterns,
regular expressions have to be put between to slashes; for example,
/.*/.
Julian Andres Klode [Sun, 27 Jun 2010 19:04:53 +0000 (21:04 +0200)]
deblistparser: Special-case *-armel, lpia and powerpcspe architectures.
Julian Andres Klode [Sat, 26 Jun 2010 21:01:49 +0000 (23:01 +0200)]
apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support.
Previously, linux-any was always matched, because the code simply
appended linux- to the APT::Architecture value. Now, it does this
only if the APT::Architecture value does not contain "-".
David Kalnischkies [Sat, 26 Jun 2010 19:17:34 +0000 (21:17 +0200)]
- only print errors if all tries to get a package by string failed
*
Julian Andres Klode [Sat, 26 Jun 2010 19:16:20 +0000 (21:16 +0200)]
debian/changelog: Fix a typo
Julian Andres Klode [Sat, 26 Jun 2010 18:56:44 +0000 (20:56 +0200)]
* apt-pkg/deb/deblistparser.cc:
- Handle architecture wildcards (Closes: #547724).
David Kalnischkies [Sat, 26 Jun 2010 18:49:47 +0000 (20:49 +0200)]
always mark the all package if a pseudo package is marked for install
David Kalnischkies [Sat, 26 Jun 2010 17:22:23 +0000 (19:22 +0200)]
give the APT::Cache::Generate option her effect back
David Kalnischkies [Sat, 26 Jun 2010 17:04:20 +0000 (19:04 +0200)]
do not override the user set quiet setting even if the target is not a tty
David Kalnischkies [Sat, 26 Jun 2010 16:42:42 +0000 (18:42 +0200)]
make the MMap Grow Error a fatal one as while in theory the code should
never segfault it still tend to do it so better show it directly
David Kalnischkies [Sat, 26 Jun 2010 16:40:15 +0000 (18:40 +0200)]
* apt-pkg/contrib/fileutl.cc:
- show notice about ignored file instead of being always silent
- add a Dir::Ignore-Files-Silently list option to control the notice
*
David Kalnischkies [Sat, 26 Jun 2010 11:29:24 +0000 (13:29 +0200)]
- use the new MatchAgainstConfig for the DefaultRootSetFunc
* apt-pkg/contrib/configuration.{cc,h}:
- add a wrapper to match strings against configurable regex patterns
David Kalnischkies [Sat, 26 Jun 2010 07:03:26 +0000 (09:03 +0200)]
* apt-pkg/aptconfiguration.cc:
- show a deprecation notice for APT::Acquire::Translation
David Kalnischkies [Fri, 25 Jun 2010 18:11:11 +0000 (20:11 +0200)]
print all messages if the application is in an interactive run
David Kalnischkies [Fri, 25 Jun 2010 17:16:12 +0000 (19:16 +0200)]
add a simple stack handling to be able to delay error handling
David Kalnischkies [Fri, 25 Jun 2010 06:01:48 +0000 (08:01 +0200)]
* apt-pkg/contrib/error.{cc,h}:
- complete rewrite but use the same API
- add NOTICE and DEBUG as new types of a message
martin@piware.de [Thu, 24 Jun 2010 20:59:48 +0000 (22:59 +0200)]
test-indexes.sh: EXFAIL: file:/ URIs currently decompress even with the GzipIndexes option; not a big deal for now
martin@piware.de [Thu, 24 Jun 2010 20:43:07 +0000 (22:43 +0200)]
apt-pkg/acquire-item.cc: Fix handling of local (file:/) sources
martin@piware.de [Thu, 24 Jun 2010 19:27:59 +0000 (21:27 +0200)]
test-indexes.sh: Test handling of local file:// archives
martin@piware.de [Thu, 24 Jun 2010 19:27:27 +0000 (21:27 +0200)]
Switch FileFd to not transparently gunzip, since that breaks code which expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed
Julian Andres Klode [Thu, 24 Jun 2010 08:57:45 +0000 (10:57 +0200)]
methods/ftp.h: Handle different logins are on the same server (Closes: #586904).
David Kalnischkies [Tue, 22 Jun 2010 16:01:11 +0000 (18:01 +0200)]
Use an abstract helper for error handling and output
instead of doing this directly in the CacheSets.
With this method an application like apt-get can change
the behavior of the CacheSets to his liking.
It can for example easily keep track of how packages
were added to the set: by names or with regex's…
martin@piware.de [Mon, 21 Jun 2010 11:22:40 +0000 (13:22 +0200)]
debian/changelog: it is an ABI break after all
David Kalnischkies [Sat, 19 Jun 2010 12:16:40 +0000 (14:16 +0200)]
* cmdline/apt-get.cc:
- use the cachsets in the install commands
David Kalnischkies [Sat, 19 Jun 2010 09:49:38 +0000 (11:49 +0200)]
get packages by task^ with FromTask()
David Kalnischkies [Sat, 19 Jun 2010 07:13:33 +0000 (09:13 +0200)]
fix the gcc warning about the initialisation order of variables caused
by moving Policy to public again (and therefore after SrcList)
martin@piware.de [Thu, 17 Jun 2010 11:58:39 +0000 (13:58 +0200)]
test-indexes.sh: quiesce apt-get source; we know that we cannot verify package signatures
martin@piware.de [Thu, 17 Jun 2010 11:41:48 +0000 (13:41 +0200)]
test-indexes.sh: Also test compressed index mode with apt.conf.d file
martin@piware.de [Thu, 17 Jun 2010 11:38:42 +0000 (13:38 +0200)]
test-indexes.sh: Just for paranoia, test that apt-cache is still working after apt-get update with previously existing indexes
martin@piware.de [Thu, 17 Jun 2010 11:36:52 +0000 (13:36 +0200)]
pkgAcqIndex::Done(): If we have an IMS-Hit, also rename the destination file in GzipIndexes mode, to avoid it being cleaned
martin@piware.de [Thu, 17 Jun 2010 11:35:23 +0000 (13:35 +0200)]
test-indexes.sh: fix check_indexes call in compressed mode
martin@piware.de [Thu, 17 Jun 2010 11:18:19 +0000 (13:18 +0200)]
test-indexes.sh: Actually test for non/pre-existing indexes in compressed mode
martin@piware.de [Thu, 17 Jun 2010 10:18:54 +0000 (12:18 +0200)]
test-indexes: Use /etc/apt from temporary work dir, not from system
martin@piware.de [Thu, 17 Jun 2010 09:47:51 +0000 (11:47 +0200)]
test-indexes.sh: Refactor common code into functions
martin@piware.de [Thu, 17 Jun 2010 09:17:13 +0000 (11:17 +0200)]
test-indexes.sh: More verbose failures on wrong/missing indexes
David Kalnischkies [Wed, 16 Jun 2010 15:48:37 +0000 (17:48 +0200)]
* apt-pkg/depcache.cc:
- SetCandidateVer for all pseudo packages
- SetReInstall for the "all" package of a pseudo package
David Kalnischkies [Wed, 16 Jun 2010 15:19:21 +0000 (17:19 +0200)]
add a simple method to VerIterator to check if two Versions are similar
David Kalnischkies [Tue, 15 Jun 2010 18:46:09 +0000 (20:46 +0200)]
* cmdline/cacheset.cc:
- doesn't include it in the library for now as it is too volatile
David Kalnischkies [Tue, 15 Jun 2010 18:29:50 +0000 (20:29 +0200)]
Add a GroupedFromCommandLine for the VersionSet similar to the
one for PackageSet and refactor the existing VersionSet methods
to simplify that.