summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16add export-dir and debian-branch0.9.8.1Michael Vogt1-0/+2
2013-05-16prepare uploadMichael Vogt1-3/+5
2013-05-16merged previous bzr commitMichael Vogt1-2/+2
2013-05-16moved to git, updated gbp.conf to match the bzr versionMichael Vogt2-2/+5
2013-05-16non-inline RunGPGV methods to restore ABI compatibility with previous ↵David Kalnischkies1-0/+9
versions to fix partial upgrades (Closes: #707771) The rename in 0.9.7.9~exp2 moved the method body to the class definition which means it became inline, which isn't ABI compatibile. The reverse of moving inline to non-inline is safe though.
2013-05-16add .gitignore and gbp.confMichael Vogt1-0/+3
2013-05-08releasing version 0.9.80.9.8Michael Vogt1-2/+2
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt1-0/+17
2013-05-08merged from the debian-wheezy branchMichael Vogt2-4/+14
2013-05-08* apt-pkg/algorithms.cc:Michael Vogt1-1/+7
- Do not propagate negative scores from rdepends. Propagating the absolute value of a negative score may boost obsolete packages and keep them installed instead of installing their successors. (Closes: #699759)
2013-05-08properly handle if-modfied-since with libcurl/https Michael Vogt2-1/+9
(closes: #705648)
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org1-0/+4
translations. Closes: #705087
2013-04-09Changelog entry for translation fixesbubulle@debian.org1-0/+6
2013-04-08releasing version 0.9.7.9~exp3Michael Vogt1-2/+2
2013-04-08merged bundle from davidMichael Vogt1-0/+20
2013-04-08merged lp:~mvo/apt/add-missing-dsc-hashesMichael Vogt1-1/+5
2013-04-08* debian/control:Michael Vogt2-1/+3
- replace manpages-it (closes: #704723)
2013-04-04* apt-pkg/sourcelist.cc:Michael Vogt1-0/+8
- fix segfault when a hostname contains a [, thanks to Tzafrir Cohen (closes: #704653)
2013-04-03share version strings between same versions (of different architectures)David Kalnischkies1-0/+2
to save some space and allow quick comparisions later on
2013-04-03* apt-pkg/cacheiterators.h:David Kalnischkies1-0/+2
- provide DepIterator::IsSatisfied as a nicer shorthand for DepCheck
2013-04-03releasing version 0.9.7.9~exp2Michael Vogt1-2/+2
2013-04-03 - sort group and package names in the hashtable on insertDavid Kalnischkies1-0/+3
* apt-pkg/pkgcache.cc: - assume sorted hashtable entries for groups/packages
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt1-2/+26
2013-04-01equal comparisions are used mostly in same-source relations,David Kalnischkies1-0/+2
so use this to try to reuse some version strings
2013-04-01* apt-pkg/deb/debversion.cc:David Kalnischkies1-0/+2
- add a string-equal shortcut for equal version comparisions
2013-03-25* doc/apt.conf.5.xml:Michael Vogt1-0/+2
- document Acquire::ForceIPv{4,6}
2013-03-25* methods/connect.cc:Michael Vogt1-0/+4
- use Errno() instead of strerror(), thanks to David Kalnischk
2013-03-25merge patches from daniel to fix merge artifact and test failureMichael Vogt2-2/+6
2013-03-25merge patch from Daniel HartwigMichael Vogt1-0/+5
2013-03-24* Update all PO files and apt-all.potbubulle@debian.org1-0/+8
* French translation completed (Christian Perrier)
2013-03-22releasing version 0.9.7.9~exp1Michael Vogt1-1/+1
2013-03-22prepare uploadMichael Vogt1-16/+16
2013-03-22merged lp:~mvo/apt/fix-tagfile-hashMichael Vogt1-0/+5
2013-03-22merged the debian-wheezy branchMichael Vogt2-2/+16
2013-03-22add new config options "Acquire::ForceIPv4" and Michael Vogt1-0/+5
"Acquire::ForceIPv6" to allow focing one or the other (closes: #611891)
2013-03-22Turkish (Mert Dirik). Closes: #703526bubulle@debian.org1-0/+3
2013-03-21merge patch from Colin to fix error message from getaddrinfo() (#703603)Michael Vogt1-0/+5
2013-03-18* apt-pkg/deb/debindexfile.cc,David Kalnischkies1-6/+5
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 transparentlyDavid Kalnischkies1-1/+5
* ftparchive/writer.cc: - use OpenMaybeClearSignedFile to be free from detecting and skipping clearsigning metadata in dsc files
2013-03-18* test/integration/framework:Michael Vogt1-0/+4
- continue after test failure but preserve exit status
2013-03-17* test/libapt/assert.h, test/libapt/run-tests:Michael Vogt1-0/+8
- exit with status 1 on test failure
2013-03-16add testcase and update changelogMichael Vogt1-0/+5
2013-03-15 - if ExecGPGV deals with a clear-signed file it will split this fileDavid Kalnischkies1-0/+7
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* apt-pkg/acquire-item.cc:David Kalnischkies1-0/+3
- 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-15don't close stdout/stderr if it is also the statusfdDavid Kalnischkies1-0/+1
2013-03-15* apt-pkg/contrib/gpgv.cc:David Kalnischkies1-0/+3
- 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 Kalnischkies1-0/+8
- rename RunGPGV to ExecGPGV and move it to apt-pkg/contrib/gpgv.cc
2013-03-14* SECURITY UPDATE: InRelease verification bypass0.9.7.8Michael Vogt2-2/+16
- 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-13factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies1-0/+2
version strings e.g. for implicit multi-arch dependencies
2013-03-12handle language tags for descriptions are unique strings to be sharedDavid Kalnischkies1-0/+1