Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-19 | use FileFd instead of int fds to tidy up the interface a bit | David Kalnischkies | |
2013-03-18 | * apt-pkg/deb/debindexfile.cc, | David Kalnischkies | |
apt-pkg/deb/deblistparser.cc: - use OpenMaybeClearSignedFile to be free from detecting and skipping clearsigning metadata in dsc and Release files We can't write a "clean" file to disk as not all acquire methods copy Release files before checking them (e.g. cdrom), so this reverts recombining, but uses the method we use for dsc files also in the two places we deal with Release files | |||
2013-03-18 | - add method to open (maybe) clearsigned files transparently | David Kalnischkies | |
* ftparchive/writer.cc: - use OpenMaybeClearSignedFile to be free from detecting and skipping clearsigning metadata in dsc files | |||
2013-03-18 | fix pkgTagSection::Exists() and add test | Michael Vogt | |
2013-03-16 | ensure that we fclose/unlink/free in the new gpg-code as soon as possible | David Kalnischkies | |
2013-03-15 | - if ExecGPGV deals with a clear-signed file it will split this file | David Kalnischkies | |
into data and signatures, pass it to gpgv for verification and recombines it after that in a known-good way without unsigned blocks and whitespaces resulting usually in more or less the same file as before, but later code can be sure about the format * apt-pkg/deb/debmetaindex.cc: - reenable InRelease by default | |||
2013-03-15 | split out a method to strip whitespaces only on the right side | Michael Vogt | |
2013-03-15 | * apt-pkg/acquire-item.cc: | David Kalnischkies | |
- keep the last good InRelease file around just as we do it with Release.gpg in case the new one we download isn't good for us | |||
2013-03-15 | don't close stdout/stderr if it is also the statusfd | David Kalnischkies | |
2013-03-15 | * apt-pkg/contrib/gpgv.cc: | David Kalnischkies | |
- ExecGPGV is a method which should never return, so mark it as such and fix the inconsistency of returning in error cases | |||
2013-03-15 | * apt-pkg/indexcopy.cc: | David Kalnischkies | |
- rename RunGPGV to ExecGPGV and move it to apt-pkg/contrib/gpgv.cc | |||
2013-03-14 | * SECURITY UPDATE: InRelease verification bypass0.9.7.8 | Michael Vogt | |
- CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw | |||
2013-03-13 | factor version string creation out of NewDepends, so we can easily reuse | David Kalnischkies | |
version strings e.g. for implicit multi-arch dependencies | |||
2013-03-12 | handle language tags for descriptions are unique strings to be shared | David Kalnischkies | |
2013-03-12 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- do not store the MD5Sum for every description language variant as it will be the same for all so it can be shared to save cache space | |||
2013-03-10 | various simple changes to fix cppcheck warnings | David Kalnischkies | |
2013-03-01 | merged lp:~mvo/apt/hash-order | Michael Vogt | |
2013-03-01 | include two missing patches to really fix bug #696225, thanks to | Michael Vogt | |
Guillem Jover | |||
2013-03-01 | merged lp:~mvo/apt/source-hashes | Michael Vogt | |
2013-03-01 | add changelog and make it a real abi break | Michael Vogt | |
2013-03-01 | merged lp:~mvo/apt/hash-order | Michael Vogt | |
2013-03-01 | merged from the lp:~mvo/apt/mvo branch | Michael Vogt | |
2013-03-01 | merged from the debian-sid branch | Michael Vogt | |
2013-02-28 | re-add compat pkgSrcRecords::File::MD5Hash | Michael Vogt | |
2013-02-24 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- prefer to install packages which have an already installed M-A:same sibling while choosing providers (LP: #1130419) | |||
2013-01-31 | cleanup the hash iteration. unfortunately there is no 1:1 mapping from ↵ | Michael Vogt | |
Hashes::SupporedHashes to the tag name | |||
2013-01-24 | * apt-pkg/indexrecords.cc: | Michael Vogt | |
- support '\r' in the Release file | |||
2013-01-14 | fix skipping of already downloaded files and add some FIXMEs | Michael Vogt | |
2013-01-14 | first iteration that adds support for checksums-{sha512,sha256} | Michael Vogt | |
2013-01-14 | ensure sha512 is really used when available (thanks to Tyler Hicks ) | Michael Vogt | |
2013-01-09 | * apt-pkg/contrib/progress.cc: | Michael Vogt | |
- Make "..." translatable to fix inconsistencies in the output of e.g. apt-get update. While this adds new translatable strings, not having translations for them will not break anything. Thanks to Guillem Jover. Closes: #696225 | |||
2013-01-08 | merged lp:~mvo/apt/fix-priority-abi-break | Michael Vogt | |
2013-01-08 | merged from the debian-sid branch | Michael Vogt | |
2013-01-08 | fix pkgProblemResolver::Scores, thanks to Paul Wise. | Michael Vogt | |
Closes: #697577 | |||
2013-01-08 | * [ABI BREAK] apt-pkg/pkgcache.h: | Michael Vogt | |
- adjust pkgCache::State::VerPriority enum, to match reality | |||
2013-01-08 | fix pkgProblemResolver::Scores, thanks to Paul Wise. | Michael Vogt | |
Closes: #697577 | |||
2013-01-04 | print error in log if tcgetattr() fails instead of writing | Michael Vogt | |
a empty file | |||
2013-01-04 | merged lp:~mvo/apt/mvo | Michael Vogt | |
2013-01-04 | merged from debian-sid | Michael Vogt | |
2012-12-27 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- use tcgetattr() on STDOUT instead of STDIN so that term.log works for redirected stdin | |||
2012-12-13 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2012-12-13 | change permissions of /var/log/apt/term.log to 0640 (LP: #975199) | Michael Vogt | |
2012-11-10 | * apt-pkg/algorithms.cc: | Jonathan Thomas | |
- fix package-pointer array memory leak in ResolveByKeepInternal() | |||
2012-11-09 | * apt-pkg/algorithms.cc: | David Kalnischkies | |
- ensure pkgProblemResolver calls MarkDelete without FromUser set so that it can't overrule holds and the protection flag | |||
2012-11-09 | no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk | David Kalnischkies | |
2012-11-09 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- don't call MarkInstall with the FromUser flag set for packages which are dependencies of APT::Never-MarkAuto-Sections matchers | |||
2012-10-24 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- do not do lock-step configuration for a M-A:same package if it isn't unpacked yet in SmartConfigure and do not unpack a M-A:same package again in SmartUnPack if we have already configured it (LP: #1062503) | |||
2012-10-17 | * lp:~mvo/apt/config-clear: | Michael Vogt | |
- support Configuration.Clear() for a clear of the entire configuration | |||
2012-10-17 | * lp:~mvo/apt/add-glob-function: | Michael Vogt | |
- add Glob() to fileutl.{cc,h} | |||
2012-10-17 | stop exporting the accidently exported parsenetrc() symbol | Michael Vogt | |