| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
- show a debug why a package was kept by ResolveByKeep()
|
|
|
|
|
|
| |
* apt-pkg/deb/debmetaindex.cc:
- none is a separator, not a language: no need for Index (Closes: #624218)
* apt-pkg/aptconfiguration.cc:
- do not builtin languages only if none is forced (Closes: #643787)
|
|
|
| |
- accept generic release pin expressions again in -t (Closes: #644166)
|
|
|
| |
- silently ignore *.orig and *.save files by default
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- use std::vector instead of fixed size arrays to store args and
multiarch-packagename strings
- load the dpkg base arguments only one time and reuse them later
* cmdline/apt-get.cc:
- follow Provides in the evaluation of saving candidates, too, for
statisfying garbage package dependencies (Closes: #640590)
* apt-pkg/algorithms.cc:
- if a package is garbage, don't try to save it with FixByInstall
|
|
|
|
| |
- fix double delete (LP: #848907)
- ignore only the invalid regexp instead of all options
|
|
|
| |
packages first (LP: #835625)
|
|
|
|
|
| |
* doc/apt.conf.5.xml:
- reword Acquire::Max-ValidTime documentation to make clear
that it doesn't provide the new Min-ValidTime functionality
|
|
|
|
| |
- fix Acquire::Max-ValidTime option by interpreting it really
as seconds as specified in the manpage and not as days
|
|
|
|
|
| |
- prefer visiting packages marked for deletion in VisitProvides
if we are operating on a negative dependency so that we can
deal early with the fallout of this remove
|
| |
|
|
|
| |
invalid in most cases anyway
|
|
|
| |
- non-existing directories are by definition clean
|
|
|
|
| |
- if no Release.gpg file is found try to verify with hashes,
but do not fail if a hash can't be found
|
|
|
|
|
| |
- 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)
|
|\ |
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
fix a cosmetic warning from cppcheck:
[apt-pkg/depcache.h:462] -> [apt-pkg/depcache.h:122]:
(style) Variable 'Purge' hides enumerator with same name
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
done on the mirco-optimazation level, so lets fix them:
(performance) Possible inefficient checking for emptiness.
(performance) Prefer prefix ++/-- operators for non-primitive types.
|
| | |
| | |
| | |
| | | |
constructor.
|
| |/
|/|
| |
| |
| |
| |
| | |
is redundant in Redirect() as we can't reach the code with null anyway
[apt-pkg/acquire-method.cc:433]: (error) Possible null pointer dereference:
Queue - otherwise it is redundant to check if Queue is null at line 425
|
|\|
| |
| |
| |
| |
| | |
- add regression test for hashsum verification
* apt-pkg/acquire-item.cc:
- if no Release.gpg file is found, still load the hashes for
verification (closes: #636314) and add test
|
|/
|
|
| |
- if no Release.gpg file is found, still load the hashes for
verification (closes: #636314) and add test
|
| |
|
|\ |
|
| |\ |
|
| |/
| |
| | |
- do not assume that the last char on a line is a \n (Closes: #633350)
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- fix illegally casts of on-stack buffer to a type requiring more
alignment than it has resulting in segfaults on sparc (Closes: #634696)
The problem is how sha1.cc codes the SHA1 transform, it illegally
casts the on-stack workspace buffer to a type requiring more
alignment than 'workspace' is actually declared to have.
This only shows up recently because gcc-4.6 now does a really
aggressive optimization where it gets rid of the workspace
buffer entirely and just accesses 'buffer' directly, and assumes
it has the necessary alignment for 32-bit loads (which it
doesn't).
|
| | |
| | |
| | |
| | |
| | | |
- Strip only :any and :native if MultiArch should be stripped as it is
save to ignore them in non-MultiArch contexts but if the dependency
is a specific architecture (and not the native) do not strip
|
| | |
| | |
| | |
| | | |
- ensure that native architecture is if not specified otherwise the
first architecture in the Architectures vector
|
| | |
| | |
| | | |
- emit an error on unknown APT::Default-Release value (Closes: #407511)
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
- change default of APT::AutoRemove::SuggestsImportant to true
|
| |\ \ |
|
| | | |
| | | |
| | | | |
- use CndSet in pkgInitConfig (Closes: #629617)
|
| | | |
| | | |
| | | |
| | | | |
- fallback to memory if file is not writeable even if access()
told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
|
| | | | |
|
| | | |
| | | |
| | | | |
- save all stanzas which had no effect in Unmatched
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
- do not segfault in pinning if a package with this name doesn't exist.
Thanks to Ferdinand Thommes for the report!
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- use ref-to-ptr semantic in NewDepends() to ensure that the
libapt does not segfault if the cache is remapped in between
(LP: #812862)
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- add GetModificationTime() helper
* apt-pkg/pkgcachegen.cc:
- regenerate the cache if the sources.list changes to ensure
that changes in the ordering there will be honored by apt
* apt-pkg/sourcelist.{cc,h}:
- add pkgSourceList::GetLastModifiedTime() helper
|