summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
* | * cmdline/apt-get.cc:David Kalnischkies2012-04-161-0/+9
| | | | | | | | - if pkgCacheFile::Generate is disabled in 'update' don't remove the caches (and don't try to open them)
* | merge from the expermental2 branchMichael Vogt2012-04-1617-272/+1218
|\ \
| * | releasing version 0.9.0Michael Vogt2012-04-161-0/+6
| | |
| * | releasing version 0.9.0~exp1Michael Vogt2012-04-121-3/+4
| | |
| * | merged r1972 from lp:~paolorotolo/apt/fix-for-967393Michael Vogt2012-04-121-1/+4
| | |
| * | merged r1970 lp:~vorlon/apt/lp.968828Michael Vogt2012-04-121-0/+4
| | |
| * | prepare new experimtnal uploadMichael Vogt2012-04-114-3/+6
| | |
| * | merged from donkults experimental branchMichael Vogt2012-04-116-106/+236
| |\ \
| | * | use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies2012-04-111-0/+1
| | | |
| | * | * cmdline/apt-get.cc:David Kalnischkies2012-04-111-1/+3
| | | | | | | | | | | | - print list of autoremoves in alphabetical order (Closes: #639008)
| | * | suggest xz-utils instead of bzip2 and lzmaDavid Kalnischkies2012-04-052-3/+5
| | | |
| | * | - add libbz2-dev as new build-dependencyDavid Kalnischkies2012-04-052-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove the libz-dev alternative from zlib1g-dev build-dependency - do the same for bz2 builtin if available * apt-pkg/contrib/fileutl.cc: - use libz2 library for (de)compression instead of the bzip2 binary as the first is a dependency of dpkg and the later just priority:optional so we gain 'easier' access to bz2-compressed Translation files this way
| | * | if we have zlib builtin insert add a dummy gzip compressor for FileFDDavid Kalnischkies2012-04-051-1/+2
| | | |
| | * | * methods/bzip2.cc:David Kalnischkies2012-04-051-1/+4
| | | | | | | | | | | | | | | | - remove it as the functionality for all compressors can be provided by gzip.cc now with the usage of FileFD
| | * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-04-051-1/+3
| | | | | | | | | | | | - if present, prefer xz binary over lzma
| | * | * cmdline/apt-get.cc:Bogdan Purcareata2012-04-051-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | - distinguish information about 'apt-get autoremove' based on the number of auto-removed packages both before and after the list of packages (Closes: #665833)
| | * | * doc/*:David Kalnischkies2012-04-051-1/+5
| | | | | | | | | | | | | | | | | | | | - move the command synopsis out of each manpage into apt-verbatim.ent as they are a hell to translate and just single out the parameters which can be translated to apt.ent
| | * | [ Bogdan Purcareata ]Bogdan Purcareata2012-04-041-1/+5
| | | | | | | | | | | | | | | | | | | | * doc/apt-get.8.xml: - add 'download' to the usage line (Closes: #649340)
| | * | * debian/rules:David Kalnischkies2012-03-222-15/+5
| | | | | | | | | | | | | | | | | | | | - do not sed in configure.in to set the version-number * prepare-release: - add as a small script to lazy check and prepare releases
| | * | merge with debian-sid (some version screw going on here)David Kalnischkies2012-03-221-6/+19
| | |\ \
| | * | | * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:David Kalnischkies2012-03-222-29/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - drop instead of fix as it is only needed if you want to reimplement dpkg and comes straight from the beginning of last decade (Closes: #663372) * apt-inst/deb/debfile.cc: - {Extract,Merge}Control() is another instance of "lets reimplement dpkg" so shot of this code before someone ends up using this…
| | * | | * doc/apt-get.8.xml:Mike Erickson2012-03-221-2/+4
| | | | | | | | | | | | | | | | | | | | - typofix: respect → respecting, thanks Mike Erickson! (Closes: #664833)
| | * | | * debian/controlDavid Kalnischkies2012-03-222-2/+4
| | | | | | | | | | | | | | | - bump Standards-Version to 3.9.3 (no changes needed)
| | * | | use the correct line to get the currently configure.in versionDavid Kalnischkies2012-03-221-1/+1
| | | | |
| | * | | * debian/apt-utils.install:David Kalnischkies2012-03-222-3/+5
| | | | | | | | | | | | | | | | | | | | - ship the ftparchive, apt-extractemplates and apt-sortpkgs locales in the apt-utils package instead of the apt package
| | * | | the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | to the more standard PACKAGE_VERSION and make it work in every file
| | * | | do not update po and pot files in the process of the build as thisDavid Kalnischkies2012-03-211-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | causes timestamp changes for the mo files which therefore can't be refcounted by dpkg for your M-A: same packages (Closes: #659333, LP: #924628) The commit also enables a top-level 'make update-po' and does all the needed changes to let this work now that update-po might be called in a freshly checkout tree
| | * | | * methods/rred.cc:David Kalnischkies2012-03-201-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - check return of writev() as gcc recommends * methods/mirror.cc: - check return of chdir() as gcc recommends * apt-pkg/deb/dpkgpm.cc: - check return of write() a gcc recommends * apt-inst/deb/debfile.cc: - check return of chdir() as gcc recommends * apt-inst/deb/dpkgdb.cc: - check return of chdir() as gcc recommends
| | * | | * debian/libapt-pkg4.12:David Kalnischkies2012-03-202-50/+137
| | | | | | | | | | | | | | | - update symbols file
| | * | | * methods/makefile:David Kalnischkies2012-03-201-1/+4
| | | | | | | | | | | | | | | | | | | | - do not link rred against libz anymore as FileFd handles all this transparently now
| | * | | * apt-pkg/acquire-worker.cc:David Kalnischkies2012-03-201-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - check return of write() as gcc recommends * apt-pkg/acquire.cc: - check return of write() as gcc recommends * apt-pkg/cdrom.cc: - check return of chdir() and link() as gcc recommends * apt-pkg/clean.cc: - check return of chdir() as gcc recommends * apt-pkg/contrib/netrc.cc: - check return of asprintf() as gcc recommends
| * | | | * debian/control:Michael Vogt2012-04-112-1/+3
| | |_|/ | |/| | | | | | - suggest xz-lzma instead of lzma
| * | | add APT::pkgPackageManager::MaxLoopCount to ensure that theMichael Vogt2012-03-131-0/+3
| |/ / | | | | | | | | | ordering code does not get into a endless loop when it flip-flops between two states
| * | merged from lp:~donkult/apt/experimentalMichael Vogt2012-03-131-1/+8
| |\ \
| | * | recheck dependencies in SmartUnpack after a change, tooDavid Kalnischkies2012-03-131-1/+2
| | | |
| | * | * apt-pkg/packagemanager.cc:David Kalnischkies2012-03-131-0/+9
| | | | | | | | | | | | | | | | - recheck all dependencies if we changed a package in SmartConfigure as this could break an earlier dependency (LP: #940396)
| * | | * apt-pkg/packagemanager.cc:Michael Vogt2012-03-071-0/+7
| |/ / | | | | | | - fix inconsistent clog/cout usage in the debug output
| * | releasing version 0.8.16~exp13Michael Vogt2012-03-061-2/+2
| | |
| * | add Debug::pkgAcqArchive::NoQueue to disable package downloadingDavid Kalnischkies2012-03-061-1/+2
| | |
| * | merge with apt/experimentalDavid Kalnischkies2012-03-061-0/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * apt-pkg/packagemanager.cc: - fix bug in predepends handling - ensure that packages that needs unpackaging are unpacked before they are configured (LP: #927993) [ Julian Andres Klode ] * apt-pkg/deb/deblistparser.cc: - Set the Essential flag on APT instead of only Important * apt-pkg/packagemanager.cc: - Do not use immediate configuration for packages with the Important flag * Treat the Important flag like the Essential flag with those differences: - No Immediate configuration (see above) - Not automatically installed during dist-upgrade - No higher score for installation ordering
| | * \ * apt-pkg/packagemanager.cc:Michael Vogt2012-03-061-0/+3
| | |\ \ | | | | | | | | | | | | | | | - fix bug in predepends handling - ensure that packages that needs unpackaging are unpacked before they are configured (LP: #927993)
| | | * | * apt-pkg/packagemanager.cc:Michael Vogt2012-03-021-0/+3
| | | | | | | | | | | | | | | | | | | | - when calculating pre-dependencies ensure that both unpack and configure are considered (instead of only configure) LP: #927993
| | * | | changelog: Document scoring difference for Important flagJulian Andres Klode2012-03-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Treat the Important flag like the Essential flag with those differences: - No higher score for installation ordering
| | * | | * Treat the Important flag like the Essential flag with two differences:Julian Andres Klode2012-03-051-0/+3
| | | | | | | | | | | | | | | | | | | | - No Immediate configuration (see above) - Not automatically installed during dist-upgrade
| | * | | * apt-pkg/packagemanager.cc:Julian Andres Klode2012-03-051-0/+2
| | | | | | | | | | | | | | | - Do not use immediate configuration for packages with the Important flag
| | * | | * apt-pkg/deb/deblistparser.cc:Julian Andres Klode2012-03-051-0/+4
| | | | | | | | | | | | | | | - Set the Essential flag on APT instead of only Important
| * | | | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-03-061-1/+3
| | | | | | | | | | | | | | | - do not warn about the ignoring of directories (Closes: #662762)
| * | | | handle a SIGINT in all modes as a break after the currently runningDavid Kalnischkies2012-03-041-1/+3
| | | | | | | | | | | | | | | dpkg transaction instead of ignoring it completely
| * | | | * apt-pkg/acquire-item.cc:David Kalnischkies2012-03-041-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove 'old' InRelease file if we can't get a new one before proceeding with Release.gpg to avoid the false impression of a still trusted repository by a (still present) old InRelease file. Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214) Effected are all versions >= 0.8.11 Possible attack summary: - Attacker needs to find a user which has run at least one successful 'apt-get update' against an archive providing InRelease files. - Create a Packages file with his preferred content. - Attacker then prevents the download of InRelease, Release and Release.gpg (alternatively he creates a valid Release file and sends this, the other two files need to be missing either way). - User updates against this, getting the modified Packages file without any indication of being unsigned (beside the "Ign InRelease" and "Ign Release.gpg" in the output of 'apt-get update'). => deb files from this source are considered 'trusted' (and therefore the user isn't asked for an additional confirmation before install)
| * | | | * apt-pkg/packagemanager.cc:David Kalnischkies2012-03-031-1/+4
| | | | | | | | | | | | | | | | | | | | - do not try to a void a breaks if the broken package pre-depends on the breaker, but let dpkg auto-deconfigure it