summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * test/integration/test-hashsum-verification:Michael Vogt2011-08-051-0/+2
| | | - add regression test for hashsum verification
* merged from debian-sidMichael Vogt2011-07-294-15/+85
|\
| * releasing version 0.8.15.5Michael Vogt2011-07-281-2/+2
| |
| * * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-07-271-0/+8
| | | | | | - do not assume that the last char on a line is a \n (Closes: #633350)
| * releasing version 0.8.15.4Michael Vogt2011-07-261-2/+2
| |
| * refresh po/*Michael Vogt2011-07-261-0/+1
| |
| * merged from lp:~mvo/apt/mvoMichael Vogt2011-07-261-2/+10
| |\
| * | * apt-pkg/contrib/sha1.cc:David Miller2011-07-261-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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).
| * | merged from lp:~donkult/apt/sidMichael Vogt2011-07-251-2/+11
| |\ \
| | * | implement MultiarchCross for build-dep and source (Closes: #632221)David Kalnischkies2011-07-251-1/+2
| | | |
| | * | * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-07-251-1/+5
| | | | | | | | | | | | | | | | | | | | - 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
| | * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-07-251-1/+4
| | | | | | | | | | | | | | | | - ensure that native architecture is if not specified otherwise the first architecture in the Architectures vector
| | * | buildconflicts effect all architecturesDavid Kalnischkies2011-07-241-1/+2
| | | |
| * | | merged from donkultMichael Vogt2011-07-222-1/+15
| |\| |
| | * | * apt-pkg/policy.cc:David Kalnischkies2011-07-161-1/+3
| | | | | | | | | | | | - emit an error on unknown APT::Default-Release value (Closes: #407511)
| | * | do not require unused partial dirs in 'source' (Closes: #633510)David Kalnischkies2011-07-161-1/+2
| | | |
| | * | * doc/apt-cache.8.xml:John Feuerstein2011-07-161-1/+3
| | | | | | | | | | | | | | | | - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
| | * | * cmdline/apt-key:David Kalnischkies2011-07-162-1/+10
| | | | | | | | | | | | | | | | | | | | - 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
| * | | merged from the mvo branchMichael Vogt2011-07-221-0/+2
| |\ \ \ | | |/ / | |/| |
| * | | * apt-pkg/depcache.cc:David Kalnischkies2011-07-151-1/+3
| | | | | | | | | | | | - change default of APT::AutoRemove::SuggestsImportant to true
| * | | merge with debian-sid 0.8.15.2David Kalnischkies2011-07-141-2/+16
| |\ \ \
| | * | | merged from the mvo branch and add proper changelogMichael Vogt2011-07-141-0/+10
| | | | |
| * | | | * apt-pkg/init.cc:David Kalnischkies2011-07-061-1/+3
| | | | | | | | | | | | | | | - use CndSet in pkgInitConfig (Closes: #629617)
| * | | | * cmdline/apt-get.cc:David Kalnischkies2011-07-061-1/+3
| | | | | | | | | | | | | | | - restore all important dependencies for garbage packages (LP: #806274)
| * | | | * doc/apt.conf.5.xml:David Kalnischkies2011-07-051-1/+3
| | | | | | | | | | | | | | | - document APT::Architectures list (Closes: #612102)
| * | | | * doc/sources.list.5.xml:David Kalnischkies2011-07-051-1/+3
| | | | | | | | | | | | | | | - document available [options] for sources.list entries (Closes: 632441)
| * | | | remove empty line dpkg-gensymbols complains aboutDavid Kalnischkies2011-06-301-1/+0
| | | | |
| * | | | * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-06-301-0/+9
| | | | | | | | | | | | | | | | | | | | - fallback to memory if file is not writeable even if access() told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
| * | | | merge with debian-sid 0.8.15.1David Kalnischkies2011-06-301-1/+1
| |\ \ \ \
| * | | | | allow package:architecure in Package:David Kalnischkies2011-06-301-1/+2
| | | | | |
| * | | | | - ensure that only the first specific stanza for a package is usedDavid Kalnischkies2011-06-291-1/+3
| | | | | | | | | | | | | | | | | | - save all stanzas which had no effect in Unmatched
| * | | | | Defaults is a vector of Pin not of PkgPinDavid Kalnischkies2011-06-291-1/+2
| | | | | |
| * | | | | * apt-pkg/policy.cc:David Kalnischkies2011-06-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report!
| * | | | | the symbol for PrintStatus() is architecture dependentDavid Kalnischkies2011-06-292-1/+9
| | | | | |
| * | | | | comment out gcc-4.5 specific symbols as gcc-4.6 is now defaultDavid Kalnischkies2011-06-292-7/+8
| | | | | |
| * | | | | * debian/apt.symbols:David Kalnischkies2011-06-292-5/+7
| | | | | | | | | | | | | | | | | | - forgot 'mips' in the list for all architecture dependent symbols
| * | | | | clarify update vs. net-update in different distros (Closes: #632043)David Kalnischkies2011-06-291-1/+2
| | | | | |
| * | | | | require to be root for add, rm, update and net-updateDavid Kalnischkies2011-06-291-1/+2
| | | | | |
| * | | | | * cmdline/apt-key:David Kalnischkies2011-06-291-1/+3
| | | | | | | | | | | | | | | | | | - explicitly state that net-update is not supported if no url is set
| * | | | | * doc/makefile:David Kalnischkies2011-06-291-0/+8
| | | | | | | | | | | | | | | | | | - create doxygen directory to avoid depending on magic (Closes: #628799)
| * | | | | merge with debian-sid release 0.8.15David Kalnischkies2011-06-292-6/+34
| |\ \ \ \ \
| * | | | | | revert 2114.1.12 as doxygen does this for use nowDavid Kalnischkies2011-06-062-6/+1
| | | | | | |
| * | | | | | * apt-pkg/indexcopy.cc:David Kalnischkies2011-06-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | | | | | * apt-pkg/pkgcachegen.{cc,h}:Michael Vogt2011-07-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use ref-to-ptr semantic in NewDepends() to ensure that the libapt does not segfault if the cache is remapped in between (LP: #812862)
* | | | | | | * apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2011-07-281-0/+7
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt2011-07-261-2/+3
| | | | | |
* | | | | | * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt2011-07-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | - add new DeEscapeString() similar to DeQuoteQuotedWord but unescape charackter escapes like \0XXX and \xXX (plus add test)
* | | | | | * apt-pkg/contrib/cdromutl.cc:Michael Vogt2011-07-251-0/+2
| |_|_|_|/ |/| | | | | | | | | - fix escape problem when looking for the mounted devices
* | | | | * cmdline/apt-get.cc:Michael Vogt2011-07-221-0/+2
| |_|_|/ |/| | | | | | | - fix missing download progress in apt-get download
* | | | fix from David Kalnischkies for the InRelease gpg verification Michael Vogt2011-07-131-0/+7
| |_|/ |/| | | | | code (LP: #784473)