summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-27merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt6-13/+94
2010-01-26add new "Acquire::cdrom::AutoDetect" config that enables/disablesMichael Vogt2-1/+5
the dlopen of libudev for automatic cdrom detection. Off by default currently, feedback/testing welcome
2010-01-25* ftparchive/writer.{cc,h}:Michael Vogt3-14/+22
- merge crash fix for apt-ftparchive on hurd, thanks to Samuel Thibault for the patch (closes: #566664)
2010-01-25* cmdline/apt-mark:Michael Vogt2-6/+13
- merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet (closes: #534920)
2010-01-25methods/cdrom.cc: fix compile errorMichael Vogt1-2/+2
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt31-4252/+6167
- Fix the newly introduced method GetListOfFilesInDir to not accept every file if no extension is enforced (= restore old behaviour). (Closes: #565213) * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here * apt-pkg/deb/dpkgpm.cc: - don't segfault if term.log file can't be opened. Thanks Sam Brightman for the patch! (Closes: #475770) * doc/*: - replace the per language addendum with a global addendum - add a explanation why translations include (maybe) english parts to the new global addendum (Closes: #561636) * apt-pkg/contrib/strutl.cc: - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
2010-01-22* methods/cdrom.cc:Michael Vogt2-11/+11
- fixes in multi cdrom setup code
2010-01-22* apt-pkg/contrib/cdromutl.cc:Michael Vogt2-21/+38
- fix UnmountCdrom() fails, give it a bit more time and try the umount again
2010-01-17Missing \nbubulle@debian.org1-1/+1
2010-01-16Completed translationbubulle@debian.org1-9/+39
2010-01-14French translation update (17 left)bubulle@debian.org3-60/+137
2010-01-11releasing version 0.7.25.10.7.25.1Michael Vogt1-2/+2
2010-01-09* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt4-10/+91
- add debug option Debug::pkgCacheGen - merge fix for apt-get source pkg=version regression (closes: #561971)
2010-01-09Update PO filesbubulle@debian.org43-7149/+7311
2010-01-09Russian translation updatebubulle@debian.org2-68/+90
2010-01-08fix merge errorMichael Vogt1-0/+2
2010-01-08* po/ru.po:Michael Vogt2-249/+250
- merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
2010-01-08* cmdline/apt-get.cc:Michael Vogt2-8/+22
- fix apt-get source pkg=version regression (closes: #561971)
2010-01-08* French manpage translation updateMichael Vogt35-656/+1144
* spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
2010-01-0844 strings leftbubulle@debian.org1-47/+65
2010-01-04Review continued by Stephane Blondonbubulle@debian.org1-37/+38
2010-01-03Reviewed by Philippe bataillerbubulle@debian.org1-51/+51
2010-01-03Review by Stephane Blondon and msgcatbubulle@debian.org1-252/+635
2009-12-29French translation updatebubulle@debian.org1-55/+156
2009-12-23Yet more Frenchbubulle@debian.org1-11/+49
2009-12-22Review by Philippe bataillerbubulle@debian.org1-26/+10
2009-12-20French translation updatebubulle@debian.org1-24/+18
2009-12-19French translation updatebubulle@debian.org1-7/+13
2009-12-16French translation updatebubulle@debian.org1-61/+35
2009-12-15releasing version 0.7.250.7.25Michael Vogt1-2/+2
2009-12-14merge segfault fix from Mario Sanchez Prada, many thanksMichael Vogt2-1/+4
(closes: #561109)
2009-12-14doc/sources.list.5.xml: merge typo fixesMichael Vogt1-2/+2
2009-12-14fix two other typos - this time in sources.list.5.xml:David Kalnischkies1-2/+2
* recongnizable --> recognizable * maintain --> maintains
2009-12-14apt-inst/makefile: include libversion.makMichael Vogt1-0/+3
2009-12-14merged patches from david (many thanks)Michael Vogt20-285/+619
2009-12-12fix to other oddities observed by Chris Leick while translatingDavid Kalnischkies2-3/+6
in doc/apt-get.8.xml, namely: - change equivalent "for" to "to the" (purge command) - clarify --fix-broken sentence about specifying packages
2009-12-12decrease the libapt-inst major version again to 1.1 as the increaseDavid Kalnischkies1-1/+1
was a backport error and is not needed (and destroys our non-abi-break hack)
2009-12-12remove informalexample tag which hides the programlisting in theDavid Kalnischkies2-2/+4
tree section of the apt-ftparchive manpage, thanks Chris Leick for noticing it!
2009-12-12refactor the current changelog a bitDavid Kalnischkies1-9/+9
2009-12-12French translation updatebubulle@debian.org1-58/+51
2009-12-12revert this commit as fast as possible (aka next ABI break)David Kalnischkies4-15/+22
This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear...
2009-12-11fix the backport of the https methods as they would require an ABI breakDavid Kalnischkies1-3/+3
otherwise in the Configuration class.
2009-12-11fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies7-9/+12
thanks Karl Goetz! (Closes: #558757)
2009-12-11check cache size even if we do nothing else otherwise in apt.cron.daily,David Kalnischkies2-1/+8
thanks Francesco Poli for patch(s) and patience! (Closes: #459344)
2009-12-11add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien JarnoDavid Kalnischkies2-0/+3
in his response to Bernhard R. Link's patch, thanks! (Closes: #505020)
2009-12-11add https options which default to the ones from http for the httpsDavid Kalnischkies4-67/+76
method as this is more sane than using only the http options without a possibility to override these for https.
2009-12-11add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies5-3/+18
thanks Timothy J. Miller! (Closes: #355782)
2009-12-11Backport rred patches from my own sid branch to the 0.7.25 branchDavid Kalnischkies2-184/+468
* rewrite and refactor rred method to be able to handle even big (>30 MB) patches (Closes: #554349) and hardening the method itself by using more constants and a return value which can't be misinterpreted as linenumber * Finally adope the patch from Morten Hustveit <morten@debian.org> to be able to optional use mmaps and iovec to increase patch speed - but as this increase memory usage we can always fall back to the "old" method which doesn't depend on mmaps.
2009-12-10* apt-pkg/init.h:Michael Vogt2-1/+5
- add compatibilty with old ABI name until the next ABI break
2009-12-10* apt-pkg/init.h:Michael Vogt2-1/+5
- add compatibilty with old ABI name until the next ABI break