summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/indexfile.cc:Michael Vogt2010-05-031-0/+2
| | | | | | - If no "_" is found in the language code, try to find a "." This is required for languages like Esperanto that have no county associated with them (LP: #560956) Thanks to "Aisano" for the fix
* apt-pkg/policy.cc: yet another cout -> clog fixMichael Vogt2010-04-281-1/+1
|
* * apt-pkg/depcache.cc:Michael Vogt2010-04-281-2/+2
| | | - fix incorrect std::cout usage for debug output
* * [ Abi break ] apt-pkg/acquire-item.{cc,h}:Michael Vogt2010-04-282-3/+20
| | | | - add "IsIndexFile" to constructor of pkgAcqFile so that it sends the right cache control headers
* apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt2010-03-161-0/+5
|
* * apt-pkg/indexfile.cc:Michael Vogt2010-03-121-5/+13
| | | - deal correctly with three letter langcodes (LP: #391409)
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-02-251-0/+1
| | | - fix backgrounding when dpkg runs (closes: #486222)
* Change the package index Info methods to allow apt-cache policy to beMichael Vogt2010-02-183-6/+19
| | | | useful when using several different archives on the same host. (Closes: #329814, LP: #22354)
* merged from debian-sidMichael Vogt2010-02-1719-197/+364
|\
| * merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt2010-01-318-17/+11
| |
| * * cmdline/acqprogress.cc:Michael Vogt2010-01-312-23/+16
| | | | | | | | | | | | | | | | | | - Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243) * ftparchive/writer.cc: - generate sha1 and sha256 checksums for dsc (Closes: #567343) * cmdline/apt-get.cc: - don't mark as manually if in download only (Closes: #468180)
| * merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt2010-01-272-4/+4
| |
| * * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-238-30/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-221-21/+30
| | | | | | | | - fix UnmountCdrom() fails, give it a bit more time and try the umount again
| * * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt2010-01-092-9/+86
| | | | | | | | | | - add debug option Debug::pkgCacheGen - merge fix for apt-get source pkg=version regression (closes: #561971)
| * fix merge errorMichael Vogt2010-01-081-0/+2
| |
| * * French manpage translation updateMichael Vogt2010-01-088-131/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* | add Dir::Media::MountPath config optionMichael Vogt2010-01-261-1/+2
| |
* | * cmdline/apt-cdrom.cc:Michael Vogt2010-01-261-2/+0
| | | | | | | | | | | | | | | | - fixed signed/unsigned warning - create /media mount point if needed - fix initialization for res in DoAdd() * methods/cdrom.cc: - make AptMountPoint a variable
* | cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt2010-01-261-1/+2
| |
* | * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-221-21/+30
| | | | | | | | - fix UnmountCdrom() fails, give it a bit more time and try the umount again
* | * merged lp:~mvo/apt/historyMichael Vogt2009-12-183-16/+81
|\ \ | |/ |/| | | - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log)
| * apt-pkg/deb/dpkgpm.{cc,h}: refactor writing of the history tag, add ","Michael Vogt2009-12-182-17/+24
| |
| * apt-pkg/deb/dpkgpm.cc: fflush earlyMichael Vogt2009-12-181-0/+1
| |
| * fix order of upgrade, install check because for a upgrade "Install()" ↵Michael Vogt2009-12-181-5/+5
| | | | | | | | returns True as well
| * add /var/log/apt/history.log fileMichael Vogt2009-12-183-16/+73
| |
* | merge segfault fix from Mario Sanchez Prada, many thanksMichael Vogt2009-12-141-1/+2
| | | | | | (closes: #561109)
* | merged patches from david (many thanks)Michael Vogt2009-12-141-3/+1
|\ \
| * | revert this commit as fast as possible (aka next ABI break)David Kalnischkies2009-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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...
| * | * apt-pkg/init.h:Michael Vogt2009-12-101-1/+3
| | | | | | | | | - add compatibilty with old ABI name until the next ABI break
* | | * apt-pkg/init.h:Michael Vogt2009-12-101-1/+3
|/ / | | | | - add compatibilty with old ABI name until the next ABI break
* | merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt2009-12-105-23/+31
|\|
| * merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt2009-12-101-1/+7
| |
| * merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt2009-12-104-20/+24
| |\
| | * refactor the buildsystem to extract library versions from one file,David Kalnischkies2009-10-282-6/+10
| | | | | | | | | | | | | | | | | | so it is not needed to change x-files to just increase a version number (because this is far to easy to forget one of the files, which will not result in failures or is bad in general, but is inconsitent.)
| | * Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249)David Kalnischkies2009-10-242-5/+4
| | | | | | | | | | | | | | | Backported from lp:~mvo/apt/debian-experimental Based on patch by Eugene V. Lyubimkin
| | * Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2David Kalnischkies2009-10-241-6/+6
| | | | | | | | | | | | | | | Backported from lp:~mvo/apt/debian-experimental Patch by Eugene V. Lyubimkin
| | * add more description to the manpage for the Immediate-Configuration andDavid Kalnischkies2009-10-191-5/+6
| | | | | | | | | | | | change another message to be also translatable.
| * | merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt2009-12-101-6/+4
|/| | | |/
| * improve the documentation and errormessages regarding a failingDavid Kalnischkies2009-10-011-2/+4
| | | | | | | | | | immediate configuration as the old message was quite a bit scare and uninformative.
| * backout revno 1875 - as this aggressive immediate propergation is something ↵David Kalnischkies2009-10-011-4/+0
| | | | | | | | we want sometimes
* | * merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-105-3/+245
|\ \ | | | | | | | | | | | | | | | | | | /etc/apt/auth.conf that can be used to store username/passwords in a "netrc" style file (with the extension that it supports "/" in a machine definition). Based on the maemo git branch. * apt-pkg/deb/dpkgpm.cc: - add "purge" to list of known actions
| * | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2009-12-091-0/+1
| | | | | | | | | - add "purge" to list of known actions
| * | merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-074-3/+244
| |\ \ | | | | | | | | | | | | | | | | /etc/apt/auth.conf that can be used to store username/passwords in a "netrc" style file (with the extension that it supports "/" in a machine definition). Based on the maemo git branch.
| | * | if "/" is found in the machine, do a uri.startswith(host) substring match to ↵Michael Vogt2009-12-071-4/+8
| | | | | | | | | | | | | | | | support multiple user/passwds on the same host
| | * | * apt-pkg/contrib/netrc.cc:Michael Vogt2009-12-041-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - check for hostname and then host+path - better debug output * methods/https.cc: - fix bug in netrc integration
| | * | add ftp support, basic debuggingMichael Vogt2009-10-161-1/+4
| | | |
| | * | port netrc support from maemonMichael Vogt2009-10-164-3/+217
| | | |
* | | | * apt-pkg/packagemanager.cc:Michael Vogt2009-12-023-4/+14
|\| | | | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add output about pre-depends configuring when debug::pkgPackageManager is used * methods/https.cc: - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: - typo fix (LP: #462328) * cmdline/apt-key: - Emit a warning if removed keys keyring is missing and skip associated checks (LP: #218971)
| * | * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:Michael Vogt2009-10-292-4/+4
| | | | | | | | | | | | - typo fix (LP: #462328)