| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| | |
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 potential divide-by-zero
|
| | |\ \ |
|
| |\ \ \ \
| | |_|/ /
| |/| | /
| | | |/
| | |/| |
|
| | |\| |
|
| | | |\ |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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 check for a "Package" tag in optional index targets
like the translations index
|
| | | |
|
| |\| |
|
| | | |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
exists, so test before using that
|
| | | |
| | | |
| | | |
| | | | |
with libssl
|
| | | | |
|
| |\| | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- use ref-to-ptr semantic in NewDepends() to ensure that the
libapt does not segfault if the cache is remapped in between
(LP: #812862)
|
| | | |
| | | |
| | | | |
- install sha256.h compat header
|
| |\| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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
|
| | | |
| | | |
| | | |
| | | | |
depcache by caching the install-recommends and install-suggests
values
|
| | | |
| | | |
| | | |
| | | | |
RecordField() function in the pkgRecorder parser. Many thanks
Thomas
|
| | | |
| | | |
| | | | |
- cleanup around OptionalIndexTarget and SubIndexTarget
|
| | | |
| | | |
| | | | |
- cleanup old ABI break avoidance hacks
|
| |\ \ \
| | | |/
| | |/| |
|
| | |\ \ |
|
| | |/ /
| | | |
| | | | |
- do not assume that the last char on a line is a \n (Closes: #633350)
|
| |\| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* apt-pkg/contrib/sha1.cc:
- fix illegally casts of on-stack buffer to a type requiring more
alignment than it has resulting in segfaults on sparc (Closes: #634696)
* apt-pkg/contrib/cdromutl.cc:
- fix escape problem when looking for the mounted devices
* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
- add new DeEscapeString() similar to DeQuoteString but
unescape character escapes like \0XX and \xXX (plus added
test)
* refresh po/*
* cmdline/apt-get.cc:
- fix missing download progress in apt-get download
- do not require unused partial dirs in 'source' (Closes: #633510)
- buildconflicts effect all architectures
- implement MultiarchCross for build-dep and source (Closes: #632221)
* cmdline/apt-key:
- use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
* debian/apt.postinst:
- remove /etc/apt/secring.gpg if it is an empty file
* doc/apt-cache.8.xml:
- apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
* apt-pkg/policy.cc:
- emit an error on unknown APT::Default-Release value (Closes: #407511)
* apt-pkg/aptconfiguration.cc:
- ensure that native architecture is if not specified otherwise the
first architecture in the Architectures vector
* apt-pkg/deb/deblistparser.cc:
- 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
|
| | |\| |
|
| | | | |
|