summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:Michael Vogt2011-09-163-1/+11
| | | - fix fetching language information by adding OptionalSubIndexTarget
* * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-132-4/+8
| | | | - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options
* test/integration/Packages-hashsum-verification: commit the forgotten ↵Michael Vogt2011-08-121-0/+18
| | | | packages file
* * methods/mirror.cc:Michael Vogt2011-08-112-1/+20
| | | | - include the architecture(s) in the query string as well so that the server can make better decisions
* * apt-pkg/acquire.cc:Michael Vogt2011-08-092-1/+5
| | | - fix potential divide-by-zero
* merged from the debian-experimental2 branchMichael Vogt2011-08-09114-2169/+5478
|\
| * apt-pkg/acquire-item.cc: always init VerifyMichael Vogt2011-08-052-2/+6
| |
| * * apt-pkg/acquire-item.{cc,h}:Michael Vogt2011-08-054-3/+20
| | | | | | | | - do not check for a "Package" tag in optional index targets like the translations index
| * apt-pkg/pkgcachegen.cc: fix compiler errorMichael Vogt2011-08-051-1/+1
| |
| * fix crash when P.Arch() was used but the cache got remappedMichael Vogt2011-08-012-4/+7
| |\
| * | apt-pkg/sourcelist.cc: GetListOfFilesInDir() fails if the dir does not ↵Michael Vogt2011-08-011-2/+6
| | | | | | | | | | | | exists, so test before using that
| * | apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash ↵Michael Vogt2011-07-291-9/+0
| | | | | | | | | | | | with libssl
| * | test/libapt/hashsums_test.cc: add a test for HashString and VerifyFileMichael Vogt2011-07-291-0/+15
| | |
| * | apt-pkg/contrib/sha256.h: use #warning to warn about deprecated headerMichael Vogt2011-07-291-1/+1
| | |
| * | merge from lp:~mvo/apt/mvoMichael Vogt2011-07-293-2/+9
| |\ \
| * | | * apt-pkg/makefile:Michael Vogt2011-07-292-1/+8
| | | | | | | | | | | | - install sha256.h compat header
| * | | releasing version 0.8.16~exp4Michael Vogt2011-07-281-2/+2
| | | |
| * | | merged from lp:~mvo/apt/mvoMichael Vogt2011-07-286-4/+54
| |\ \ \
| * | | | [ABI break] merge patch from Jonathan Thomas to speed up theMichael Vogt2011-07-283-3/+14
| | | | | | | | | | | | | | | | | | | | depcache by caching the install-recommends and install-suggests values
| * | | | [ABI break] merged patch from Jonathan Thomas to have a newMichael Vogt2011-07-284-1/+19
| | | | | | | | | | | | | | | | | | | | RecordField() function in the pkgRecorder parser. Many thanks Thomas
| * | | | * [ABI break] apt-pkg/acquire-item.{cc,h}:Michael Vogt2011-07-283-15/+22
| | | | | | | | | | | | | | | - cleanup around OptionalIndexTarget and SubIndexTarget
| * | | | cmdline/makefile: ajust commentMichael Vogt2011-07-281-1/+1
| | | | |
| * | | | * apt-pkg/cdrom.{cc,h}:Michael Vogt2011-07-283-14/+6
| | | | | | | | | | | | | | | - cleanup old ABI break avoidance hacks
| * | | | merged from debian-aptMichael Vogt2011-07-283-5/+54
| |\ \ \ \
| * \ \ \ \ * merged latest fixes from debian-sidMichael Vogt2011-07-2876-18282/+23142
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | | | * apt-pkg/pkgcache.cc:Julian Andres Klode2011-07-202-0/+5
| | | | | | | | | | | | | | | | | | | | | - Check that cache is at least CacheFileSize bytes large (LP: #16467)
| * | | | | | apt-pkg/pkgcachegen.cc: Write the file size to the cacheJulian Andres Klode2011-07-202-0/+3
| | | | | | |
| * | | | | | apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache sizeJulian Andres Klode2011-07-203-0/+12
| | | | | | |
| * | | | | | releasing version 0.8.16~exp3Michael Vogt2011-07-151-2/+2
| | | | | | |
| * | | | | | merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt2011-07-1520-68/+322
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merged from donkultMichael Vogt2011-07-1534-332/+463
| |\ \ \ \ \ \ \
| | * | | | | | | * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-07-146-10/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add trusted=yes option to mark unsigned (local) repository as trusted based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498) Note that "apt-get update" still warns about unknown signatures even when [trusted=yes] is given for the source.
| | * | | | | | | replace the last standing double's with long longDavid Kalnischkies2011-07-143-14/+11
| | | | | | | | |
| | * | | | | | | * cmdline/apt-get.cc:David Kalnischkies2011-07-143-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | - add an --assume-no option for testing to say 'no' to everything
| | * | | | | | | fix sha512 calculation in Hashes::VerifyFiles()David Kalnischkies2011-07-141-10/+9
| | | | | | | | |
| | * | | | | | | * ftparchive/writer.cc:David Kalnischkies2011-07-132-27/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | - generate all checksums in one run over the file for Release
| | * | | | | | | enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies2011-07-134-12/+19
| | | | | | | | |
| | * | | | | | | test that AddFD for single summations works, tooDavid Kalnischkies2011-07-131-9/+34
| | | | | | | | |
| | * | | | | | | move hash test to libapt-testcases and add a few more testsDavid Kalnischkies2011-07-134-82/+129
| | | | | | | | |
| | * | | | | | | move implementation of checksums around by abstracting even moreDavid Kalnischkies2011-07-139-127/+66
| | | | | | | | |
| | * | | | | | | merge with debian-experimentalDavid Kalnischkies2011-07-1011-57/+187
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | merge lp:~mvo/apt/sha512-template to get fixes for the Michael Vogt2011-07-053-2/+4
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | sha1/md5 verifiation (closes: #632520)
| | * | | | | | | | apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) ↵Michael Vogt2011-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and avoiding a implicit cast this way
| | * | | | | | | | apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" ↵Michael Vogt2011-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoiding a implicit cast to string this way
| * | | | | | | | | merged from debian-sidMichael Vogt2011-06-309-54/+208
| |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | cherrypick sources.list option documentation from my sid branchDavid Kalnischkies2011-07-052-1/+51
| | | | | | | | | | |
| | | | * | | | | | | * apt-pkg/acquire*.{cc,h}:David Kalnischkies2011-07-058-43/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - try even harder to support really big files in the fetcher by converting (hopefully) everything to 'long long' (Closes: #632271)
| | | | * | | | | | | Make private sha2 functions staticMatt Emmerton2011-06-291-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (freebsd which can be considered the "official" upstream has applied it)
| | | | * | | | | | | fix compiler warning by reordering init-listDavid Kalnischkies2011-06-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apt-pkg/acquire.h: In constructor ‘pkgAcquire::pkgAcquire()’: apt-pkg/acquire.h:175:9: warning: ‘pkgAcquire::Running’ will be initialized after [-Wreorder] apt-pkg/acquire.h:96:8: warning: ‘int pkgAcquire::LockFD’ [-Wreorder]
| | | | * | | | | | | * apt-pkg/pkgcache.h:David Kalnischkies2011-06-292-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - readd All{Foreign,Allowed} as suggested by Julian to remain strictly API compatible