Age | Commit message (Collapse) | Author |
|
|
|
- fix potential hang when in a backgroud process group
|
|
|
|
|
|
|
|
|
|
- fix a merge modification (done by me) that prevents the
fallback to the uncompressed 'Packages' to work correctly
|
|
(generic) acquire-item.cc code
|
|
|
|
|
|
- Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
available. (Closes: #409284)
* apt-pkg/algorithm.cc:
- Strip username and password from source URL in error message.
(Closes: #425150)
|
|
- Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
available. (Closes: #409284)
* apt-pkg/algorithm.cc:
- Strip username and password from source URL in error message.
(Closes: #425150)
|
|
|
|
|
|
|
|
|
|
|
|
and Packages)
|
|
|
|
|
|
|
|
|
|
|
|
- move the state file writting into the Go() implementation
of dpkgpm (closes: #498799)
* apt-pkg/algorithms.cc:
- fix simulation performance drop (thanks to Ferenc Wagner
for reporting the issue)
|
|
The problem was that the size of pkgDpkgPM and its member offsets
changed because a map giving the names of the trigger states was
inserted into the middle of the structure. I fixed it by using a
statically allocated array instead. This changes the procedure for
looking up a string to a linear search, which should be fine (or
even faster than before) since there are only 4 state strings. If
it becomes a problem, sorting the array by key will allow us to use
std::equal_range(), but I would advise against this unless it's
really necessary, since sooner or later someone will forget to maintain
the sort order.
|
|
- do not add multiple identical descriptions for the same
language (closes: #400768)
|
|
|
|
|
|
- improve the filtering for duplicated apport reports (thanks
to seb128 for pointing that problem out)
|
|
- support having CDs with no Packages file (just a Packages.gz)
by not forcing a verification on non-existing files
(LP: #255545)
|
|
- support having CDs with no Packages file (just a Packages.gz)
by not forcing a verification on non-existing files
(LP: #255545)
|
|
* make "apt-get build-dep" installed packages marked automatic
by default. This can be changed by setting the value of
APT::Get::Build-Dep-Automatic to false (thanks to Aaron
Haviland, closes: #44874, LP: #248268)
|
|
checking (thanks to Arnaud Ebalard, closes: #485960)
* allow per-mirror specific https settings
(thanks to Arnaud Ebalard, closes: #485965)
* add doc/examples/apt-https-method-example.cof
(thanks to Arnaud Ebalard, closes: #485964)
* add DPkg::NoTriggers option so that applications that call
apt/aptitude (like the installer) defer trigger processing
(thanks to Joey Hess)
* document --install-recommends and --no-install-recommends
(thanks to Dereck Wonnacott, LP: #126180)
* apt-ftparchive might write corrupt Release files (LP: #46439)
* Apply --important option to apt-cache depends (LP: #16947)
|
|
|
|
- fix uninitialized variable that caused no apport reports
to be written sometimes (thanks to Matt Zimmerman)
|
|
apt/aptitude (like the installer) defer trigger processing
(thanks to Joey Hess)
|
|
apt/aptitude (like the installer) defer trigger processing
(thanks to Joey Hess)
|
|
|
|
- when checking for new important deps, skip critical ones
(closes: #485943)
|
|
|
|
Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
* Avoid using dbus if dbus-daemon isn't running. Closes: #438803
* apt-pkg/deb/dpkgpm.cc:
- improve apt progress reporting, display trigger actions
* apt-pkg/depcache.cc:
- when checking for new important deps, skip critical ones
(LP: #236360)
* Vietnamese updated. Closes: #479748
* Russian updated. Closes: #479777
* Galician updated. Closes: #479792
* Portuguese updated. Closes: #479847
* Swedish updated. Closes: #479871
* Dutch updated. Closes: #480125
* Kurdish added. Closes: #480150
* Brazilian Portuguese updated. Closes: #480561
* Hungarian updated. Closes: #480662
* Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
* Avoid using dbus if dbus-daemon isn't running. Closes: #438803
* debian/apt.cron.daily:
- apply patch based on the ideas of Francesco Poli for better
behavior when the cache can not be locked (closes: #459344)
|
|
(LP: #236360)
|
|
|
|
Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
|
|
|
|
* debian/apt.conf.ubuntu:
- remove APT::Install-Recommends-Sections (no longer needed)
* merged from debian/sid, remaining changes:
- authentication-reliable branch (to be merged into debian soon)
- mirror:// uri branch (breaks ABI in debian, not merged yet)
- apport failure reporting
- show warning on apt-get source with 'Vcs-' header
- proxy detection from gconf in apt.cron
|
|
|
|
|
|
|
|
- fix signaure removal on transient network failures
(thanks to Scott James Remnant)
|