summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* po/{ca,cs,ru}.po: fix merge artifacts harderMichael Vogt2013-04-023-30/+0
|
* * doc/apt.conf.5.xml:Michael Vogt2013-03-252-0/+14
| | | - document Acquire::ForceIPv{4,6}
* * methods/connect.cc:Michael Vogt2013-03-252-2/+6
| | | - use Errno() instead of strerror(), thanks to David Kalnischk
* merge patches from daniel to fix merge artifact and test failureMichael Vogt2013-03-256-3/+37
|
* merge patch from Daniel HartwigMichael Vogt2013-03-252-1/+6
|
* * Update all PO files and apt-all.potbubulle@debian.org2013-03-242-9/+15
| | | * French translation completed (Christian Perrier)
* Update POT and PO filesbubulle@debian.org2013-03-2443-1588/+2245
|
* releasing version 0.9.7.9~exp1Michael Vogt2013-03-223-3/+3
|
* prepare uploadMichael Vogt2013-03-221-16/+16
|
* merged lp:~mvo/apt/fix-tagfile-hashMichael Vogt2013-03-225-4/+81
|\
| * test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier)Michael Vogt2013-03-181-0/+1
| |
| * fix pkgTagSection::Exists() and add testMichael Vogt2013-03-184-4/+75
| |
* | merged the debian-wheezy branchMichael Vogt2013-03-2250-3667/+3749
|\|
| * * SECURITY UPDATE: InRelease verification bypassMichael Vogt2013-03-1451-3988/+4108
| | | | | | | | | | | | | | | | | | - 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
* | add new config options "Acquire::ForceIPv4" and Michael Vogt2013-03-222-0/+13
| | | | | | | | "Acquire::ForceIPv6" to allow focing one or the other (closes: #611891)
* | Turkish (Mert Dirik). Closes: #703526bubulle@debian.org2013-03-222-0/+3497
| |
* | merge patch from Colin to fix error message from getaddrinfo() (#703603)Michael Vogt2013-03-212-0/+8
| |
* | apt-pkg/edsp.cc: do not use stderr in WriteSolution at allMichael Vogt2013-03-201-3/+0
| |
* | apt-pkg/edsp.cc: do not spam stderr in WriteSolutionMichael Vogt2013-03-201-0/+2
| |
* | test/integration/framework: use EXIT_CODE to be consistent with the ↵Michael Vogt2013-03-181-5/+5
| | | | | | | | run-tests code
* | report failures via exit and ensure we don't overflowMichael Vogt2013-03-182-4/+10
| |
* | * test/integration/framework:Michael Vogt2013-03-182-2/+12
| | | | | | - continue after test failure but preserve exit status
* | * test/libapt/assert.h, test/libapt/run-tests:Michael Vogt2013-03-173-1/+18
| | | | | | - exit with status 1 on test failure
* | releasing version 0.9.7.8~exp2Michael Vogt2013-03-011-2/+2
| |
* | merged lp:~mvo/apt/hash-orderMichael Vogt2013-03-013-2/+4
|\ \
| * | add changelogMichael Vogt2013-03-011-0/+1
| | |
| * | ensure sha512 is really used when available (thanks to Tyler Hicks )Michael Vogt2013-01-142-2/+2
| | |
* | | include two missing patches to really fix bug #696225, thanks toMichael Vogt2013-03-015-1/+38
| | | | | | | | | Guillem Jover
* | | releasing version 0.9.7.8~exp1Michael Vogt2013-03-011-2/+2
| | |
* | | merged lp:~donkult/apt/sidMichael Vogt2013-03-013-0/+140
|\ \ \
| * | | * apt-pkg/depcache.cc:David Kalnischkies2013-02-243-0/+140
|/ / / | | | | | | | | | - prefer to install packages which have an already installed M-A:same sibling while choosing providers (LP: #1130419)
* | | Japanese (Kenshi Muto). Closes: #699783bubulle@debian.org2013-02-052-6/+9
| | |
* | | * apt-pkg/indexrecords.cc:Michael Vogt2013-01-242-2/+5
| | | | | | | | | - support '\r' in the Release file
* | | quote plus in filenames to work around a bug in the S3 serverMichael Vogt2013-01-242-1/+7
|/ / | | | | (LP: #1003633)
* | * methods/http.cc:Michael Vogt2013-01-112-1/+6
| | | | | | | | | | | | - quote spaces in filenames to ensure as the http method is also (potentially) used for non deb,dsc content that may contain spaces, thanks to Daniel Hartwig and Thomas Bushnell (LP: #1086997)
* | merged train fixesMichael Vogt2013-01-101-1/+1
|\ \
| * | instead of cut, use % 32767Michael Vogt2013-01-101-1/+1
|/ /
* | add missing curl_easy_cleanup()Michael Vogt2013-01-092-0/+6
| |
* | * methods/https.cc:Michael Vogt2013-01-092-2/+5
| | | | | | | | - reuse connection in https, thanks to Thomas Bushnell, BSG for the patch. LP: #1087543, Closes: #695359
* | merge train fixesMichael Vogt2013-01-094-4/+13
|\ \
| * | * debian/apt.cron.daily:Michael Vogt2013-01-092-1/+5
| | | | | | | | | | | | | | | - when reading from /dev/urandom, use less entropy and fix a rare bug when the random number chksum is less than 1000. Closes: #695285
| * | * apt-pkg/contrib/progress.cc:Michael Vogt2013-01-092-2/+7
| | | | | | | | | | | | | | | | | | - 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
| * | add missing translated apt.8 manpages, thanks to Helge Kreutzmann.Michael Vogt2013-01-082-1/+3
| | | | | | | | | Closes: #696923
* | | fix missing translated apt.8 manpages, thanks to Helge KreutzmannMichael Vogt2013-01-093-1/+5
|/ / | | | | for the report. Closes: #696923
* | doc/po/it.po: fix small XML errorsMichael Vogt2013-01-081-2/+2
| |
* | fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt2013-01-083-14/+22
|\ \ | | | | | | Closes: #697577
| * | fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt2013-01-083-13/+18
|/ / | | | | Closes: #697577
* / Italian translation update for manpagesbubulle@debian.org2012-12-242-532/+4184
|/
* releasing version 0.9.7.7Michael Vogt2012-12-133-4/+4
|
* merged from lp:~donkult/apt/sidMichael Vogt2012-12-136-32/+49
|\