| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
- add regression test for hashsum verification
|
|\ |
|
| | |
|
| |
| |
| | |
- 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)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
- apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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
|
| |\ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | | |
- change default of APT::AutoRemove::SuggestsImportant to true
|
| |\ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
- use CndSet in pkgInitConfig (Closes: #629617)
|
| | | | |
| | | | |
| | | | | |
- restore all important dependencies for garbage packages (LP: #806274)
|
| | | | |
| | | | |
| | | | | |
- document APT::Architectures list (Closes: #612102)
|
| | | | |
| | | | |
| | | | | |
- document available [options] for sources.list entries (Closes: 632441)
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
- 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!
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | | |
- forgot 'mips' in the list for all architecture dependent symbols
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | | |
- explicitly state that net-update is not supported if no url is set
|
| | | | | |
| | | | | |
| | | | | | |
- create doxygen directory to avoid depending on magic (Closes: #628799)
|
| |\ \ \ \ \ |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- 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
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- add new DeEscapeString() similar to DeQuoteQuotedWord but
unescape charackter escapes like \0XXX and \xXX (plus add test)
|
| |_|_|_|/
|/| | | |
| | | | | |
- fix escape problem when looking for the mounted devices
|
| |_|_|/
|/| | |
| | | | |
- fix missing download progress in apt-get download
|
| |_|/
|/| |
| | | |
code (LP: #784473)
|