Michael Vogt [Mon, 11 Feb 2008 13:05:12 +0000 (14:05 +0100)]
* share/apt-auth-failure.note:
- show update-notifier note if the nightly update fails with a
authentication failure (apt-authentication-reliability spec)
Michael Vogt [Fri, 8 Feb 2008 13:31:29 +0000 (14:31 +0100)]
merged from apt-authentication-reliablity
Michael Vogt [Fri, 8 Feb 2008 13:30:39 +0000 (14:30 +0100)]
make the test-suit more reliable
Michael Vogt [Fri, 8 Feb 2008 13:13:13 +0000 (14:13 +0100)]
merged from apt--mvo
Michael Vogt [Fri, 8 Feb 2008 13:10:29 +0000 (14:10 +0100)]
add test and background for networkless-install-fixes
Michael Vogt [Fri, 8 Feb 2008 13:08:55 +0000 (14:08 +0100)]
cmdline/apt-key: fix in the trusted key import script
Michael Vogt [Fri, 8 Feb 2008 11:30:54 +0000 (12:30 +0100)]
* methods/connect.cc:
- remember hosts with Resolve failures or connect Timeouts
see https://wiki.ubuntu.com/NetworklessInstallationFixes
Michael Vogt [Fri, 8 Feb 2008 10:31:11 +0000 (11:31 +0100)]
* methods/connect.cc:
- remember hosts with Resolve failures or connect Timeouts
Michael Vogt [Wed, 6 Feb 2008 17:48:34 +0000 (18:48 +0100)]
merged from mvo
Michael Vogt [Wed, 6 Feb 2008 13:04:38 +0000 (14:04 +0100)]
- Make the breaks handling use the kill list. This means, that a
Breaks: Pkg (<< version) may put Pkg onto the remove list.
Michael Vogt [Mon, 4 Feb 2008 14:36:11 +0000 (15:36 +0100)]
merged from apt-authentication-reliability
Michael Vogt [Mon, 4 Feb 2008 13:15:17 +0000 (14:15 +0100)]
add APT::Update::Auth-Failure script
Michael Vogt [Mon, 4 Feb 2008 11:29:57 +0000 (12:29 +0100)]
merged from apt--mvo
Michael Vogt [Mon, 4 Feb 2008 09:49:15 +0000 (10:49 +0100)]
* apt-pkg/deb/debmetaindex.cc:
- add missing "Release" file uri when apt-get update --print-uris
is run
Michael Vogt [Fri, 1 Feb 2008 15:55:44 +0000 (16:55 +0100)]
* apt-pkg/algorithms.cc:
- add APT::Update::Post-Invoke-Success script slot
Michael Vogt [Fri, 1 Feb 2008 14:46:07 +0000 (15:46 +0100)]
* apt-pkg/deb/dpkgpm.cc:
- add APT::Apport::MaxReports to limit the maximum number
of reports generated in a single run (default to 3)
Michael Vogt [Thu, 31 Jan 2008 09:06:00 +0000 (10:06 +0100)]
* apt-pkg/deb/dpkgpm.cc:
- merged patch from Kees Cook to fix anoying upper-case display
on amd64 in sbuild
Michael Vogt [Wed, 16 Jan 2008 15:48:13 +0000 (16:48 +0100)]
cmdline/apt-key: refactor the master key checking into a function
Michael Vogt [Wed, 16 Jan 2008 15:41:06 +0000 (16:41 +0100)]
* cmdline/apt-key:
- add support for a master-keyring that contains signing keys
that can be used to sign the archive signing keys. This should
make key-rollover easier.
Michael Vogt [Wed, 16 Jan 2008 09:36:46 +0000 (10:36 +0100)]
* Merged apt-authentication-reliabilty branch. This means
that apt will refuse to update and use the old lists if
the authentication of a repository that used to be
authenticated fails. See
https://wiki.ubuntu.com/AptAuthenticationReliability
for more details.
Michael Vogt [Thu, 10 Jan 2008 11:08:21 +0000 (12:08 +0100)]
* apt-pkg/algorithms.cc:
- Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
true, the effect of the compatibility code was to require both of them
to be set to false in order to disable list cleanup; this broke the
installer. Instead, disable list cleanup if either of them is set to
false.
Colin Watson [Wed, 9 Jan 2008 22:35:39 +0000 (22:35 +0000)]
releasing version 0.7.9ubuntu4
Colin Watson [Wed, 9 Jan 2008 22:34:05 +0000 (22:34 +0000)]
adjust changelog trailer to match upload
Colin Watson [Wed, 9 Jan 2008 22:31:09 +0000 (22:31 +0000)]
po files from uploaded 0.7.9ubuntu3
Colin Watson [Wed, 9 Jan 2008 22:24:22 +0000 (22:24 +0000)]
* apt-pkg/algorithms.cc:
- Since APT::Get::List-Cleanup and APT::List-Cleanup both default to
true, the effect of the compatibility code was to require both of them
to be set to false in order to disable list cleanup; this broke the
installer. Instead, disable list cleanup if either of them is set to
false.
Michael Vogt [Mon, 7 Jan 2008 20:41:08 +0000 (21:41 +0100)]
finalize changelog and upload as 0.7.10
Michael Vogt [Mon, 7 Jan 2008 17:49:53 +0000 (18:49 +0100)]
merged from apt--mvo
Michael Vogt [Mon, 7 Jan 2008 17:48:47 +0000 (18:48 +0100)]
* merged the apt--DoListUpdate branch, this provides a common interface
for "apt-get update" like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
* merged the apt--DoListUpdate branch, this provides a common interface
for "apt-get update" like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
Michael Vogt [Mon, 7 Jan 2008 17:45:30 +0000 (18:45 +0100)]
* apt-pkg/acquire-worker.cc, methods/connect.cc:
- consider a ResolveError a transient-network problem
Michael Vogt [Mon, 7 Jan 2008 15:47:40 +0000 (16:47 +0100)]
* move the ListUpdate() code from cachefile.h into algorithms.{cc,h}
as it does not require a cachefile at all
Michael Vogt [Fri, 4 Jan 2008 20:45:54 +0000 (21:45 +0100)]
support optional PulseInterval in ListUpdate
Michael Vogt [Fri, 4 Jan 2008 20:33:09 +0000 (21:33 +0100)]
* merged the apt--DoListUpdate branch, this provides a common interface
for apt-get update like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
Michael Vogt [Thu, 3 Jan 2008 14:22:44 +0000 (15:22 +0100)]
methods/makefile: remove duplicated entry for https
Michael Vogt [Thu, 3 Jan 2008 12:55:39 +0000 (13:55 +0100)]
merged with apt--mvo
Michael Vogt [Thu, 3 Jan 2008 12:48:03 +0000 (13:48 +0100)]
merge from apt--mvo
Michael Vogt [Thu, 3 Jan 2008 12:46:54 +0000 (13:46 +0100)]
add missing changelog entry
Michael Vogt [Thu, 3 Jan 2008 10:25:58 +0000 (11:25 +0100)]
* apt-pkg/packagemanager.{cc,h}:
- propergate the Immediate flag to make hitting the
"E: Internal Error, Could not perform immediate configuration (2)"
harder
Michael Vogt [Thu, 3 Jan 2008 08:55:53 +0000 (09:55 +0100)]
* debian/control:
- build against libdb-dev (instead of libdb4.4-dev)
Michael Vogt [Wed, 2 Jan 2008 13:04:11 +0000 (14:04 +0100)]
* test/authReliability/sources.list.good:
- add missing file to make the tests work again
* apt-pkg/acquire-item.cc:
- fix I-M-S hits with file:// uris
* test/pre-upload-check.py:
- better error messages
- use "apt-get" by default (instead of ../bin/apt-get)
Michael Vogt [Wed, 2 Jan 2008 12:50:56 +0000 (13:50 +0100)]
test/authReliability/sources.list.good:
- add missing file to make the test/pre-upload-check.py work again
apt-pkg/acquire-item.cc:
- fix auth-reliable code when file:// uris are used
test/pre-upload-check.py:
- use the standard apt, not "../bin/apt-get" by default
- make the error messages more useful on test-failure
Michael Vogt [Fri, 21 Dec 2007 12:56:19 +0000 (13:56 +0100)]
implement AptAuthenticationReliabtlity spec
Michael Vogt [Fri, 21 Dec 2007 12:26:33 +0000 (13:26 +0100)]
merged with mvo branch
Michael Vogt [Wed, 19 Dec 2007 13:57:39 +0000 (14:57 +0100)]
merged from bzr.debian.net
bubulle@debian.org [Tue, 18 Dec 2007 18:46:08 +0000 (00:16 +0530)]
Japanese translation updated
Michael Vogt [Mon, 17 Dec 2007 19:49:50 +0000 (20:49 +0100)]
apt-pkg/deb/dpkgpm.cc: fix types
bubulle@debian.org [Mon, 17 Dec 2007 05:13:34 +0000 (10:43 +0530)]
French translation update
bubulle@debian.org [Mon, 17 Dec 2007 05:09:03 +0000 (10:39 +0530)]
Update PO and POT files
bubulle@debian.org [Mon, 17 Dec 2007 04:46:21 +0000 (10:16 +0530)]
Fix wording of 'after unpacking'
Otavio Salvador [Sun, 16 Dec 2007 20:53:32 +0000 (18:53 -0200)]
* apt-pkg/contrib/configuration.cc:
- if RootDir is set, then FindFile and FindDir will return paths
relative to the directory stored in RootDir, closes: #456457.
Otavio Salvador [Sun, 16 Dec 2007 20:46:43 +0000 (18:46 -0200)]
* Fix cron.daily job to not call fail if apt isn't installed, closes:
#443286.
Otavio Salvador [Sun, 16 Dec 2007 20:37:12 +0000 (18:37 -0200)]
remove wrong changelog entry
Otavio Salvador [Sun, 16 Dec 2007 20:35:58 +0000 (18:35 -0200)]
* Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
grammatical error ("manual installed" -> "manually installed"),
closes: #438136.
*
Otavio Salvador [Sun, 16 Dec 2007 20:25:29 +0000 (18:25 -0200)]
* Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
apt-get to ignore time conflicts, closes: #451328.
Otavio Salvador [Sun, 16 Dec 2007 20:22:24 +0000 (18:22 -0200)]
* Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
work properly in initramfs, closes: #448316.
bubulle@debian.org [Sat, 15 Dec 2007 18:10:32 +0000 (23:40 +0530)]
French translation update
bubulle@debian.org [Sat, 15 Dec 2007 18:08:46 +0000 (23:38 +0530)]
Document changes
bubulle@debian.org [Sat, 15 Dec 2007 12:54:34 +0000 (18:24 +0530)]
Update PO files
Michael Vogt [Thu, 13 Dec 2007 13:47:10 +0000 (14:47 +0100)]
update changelog to inlucde details about the diff with debian
Michael Vogt [Thu, 13 Dec 2007 13:09:34 +0000 (14:09 +0100)]
merged from debian-sid
Otavio Salvador [Sat, 8 Dec 2007 14:15:21 +0000 (12:15 -0200)]
* Applied patch from Alexander Winston <alexander.winston@comcast.net>
to use 'min' as symbol for minute, closes: #219034.
Otavio Salvador [Sat, 8 Dec 2007 14:11:15 +0000 (12:11 -0200)]
Amend patch from #452862 using a fix proposed by Robert Millan <rmh@aybabtu.com> to fix parallel buildings
Otavio Salvador [Sat, 8 Dec 2007 14:05:48 +0000 (12:05 -0200)]
mark as unreleased since it has not been uploaded yet
Michael Vogt [Fri, 7 Dec 2007 21:54:41 +0000 (22:54 +0100)]
update ABI, the homepage change broke it
Michael Vogt [Fri, 7 Dec 2007 21:46:14 +0000 (22:46 +0100)]
do not enable install-recommends just yet
Michael Vogt [Fri, 7 Dec 2007 15:21:47 +0000 (16:21 +0100)]
* apt-pkg/acquire-item.{cc,h}:
- make the authentication download code more robust against
servers/proxies with broken If-Range implementations
Michael Vogt [Fri, 7 Dec 2007 14:55:22 +0000 (15:55 +0100)]
* apt-pkg/acquire-item.{cc,h}:
- make the authentication download code more robust against
servers/proxies with broken If-Range implementations
Michael Vogt [Thu, 6 Dec 2007 18:47:36 +0000 (19:47 +0100)]
we do not break the abi
Michael Vogt [Thu, 6 Dec 2007 18:34:08 +0000 (19:34 +0100)]
* methods/gpgv.cc:
- remove cruft code that caused timestamp/I-M-S issues
* ftparchive/contents.cc:
- fix error output
* methods/mirror.{cc,h}:
- only update mirror list on IndexFile updates
* ftparchive/contents.cc:
- support lzma data members
* ftparchive/multicompress.cc:
- support lzma output
Michael Vogt [Thu, 6 Dec 2007 17:40:09 +0000 (18:40 +0100)]
* methods/gpgv.cc:
- remove cruft code that caused timestamp/I-M-S issues
Michael Vogt [Thu, 6 Dec 2007 13:58:20 +0000 (14:58 +0100)]
* debian/apt.conf.daily:
- print warning if the cache can not be locked (closes: #454561),
thanks to Bastian Kleineidam
Michael Vogt [Fri, 30 Nov 2007 12:00:15 +0000 (13:00 +0100)]
* ftparchive/contents.cc:
- fix error output
* ftparchive/contents.cc:
- support lzma data members
* ftparchive/multicompress.cc:
- support lzma output
Michael Vogt [Thu, 29 Nov 2007 10:34:24 +0000 (11:34 +0100)]
test/pre-upload-check.py:
- remove bogus "testLocalRepo2" test case
Michael Vogt [Thu, 29 Nov 2007 09:47:10 +0000 (10:47 +0100)]
* debian/rules
- fix https install location
Michael Vogt [Thu, 29 Nov 2007 09:34:34 +0000 (10:34 +0100)]
* debian/rules
- fix https install location
Michael Vogt [Wed, 28 Nov 2007 17:27:56 +0000 (18:27 +0100)]
* debian/rules
- fix https install location
Michael Vogt [Wed, 28 Nov 2007 15:46:46 +0000 (16:46 +0100)]
merge with the debian tree
Michael Vogt [Wed, 28 Nov 2007 14:58:45 +0000 (15:58 +0100)]
* methods/mirror.{cc,h}:
- only update mirror list on IndexFile updates
Michael Vogt [Wed, 28 Nov 2007 14:54:17 +0000 (15:54 +0100)]
methods/mirror.{cc,h}:
- improve the mirror method so that it only updates the mirror list
from the server if we get new indexfiles
- code cleanup
Michael Vogt [Wed, 28 Nov 2007 13:00:40 +0000 (14:00 +0100)]
merge from the debian apt branch
bubulle@debian.org [Tue, 27 Nov 2007 17:40:14 +0000 (17:40 +0000)]
Basque translation update
Otavio Salvador [Mon, 26 Nov 2007 17:47:45 +0000 (15:47 -0200)]
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
with newest dpkg-shlibdeps changing the packaging building order,
closes: #452862.
Otavio Salvador [Mon, 26 Nov 2007 17:44:46 +0000 (15:44 -0200)]
* Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
getting crazy when /dev/null is redirected to stdin (which breaks
buildds), closes: #452858.
Otavio Salvador [Mon, 19 Nov 2007 19:53:41 +0000 (17:53 -0200)]
* Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
note about some frontends in apt.8 manpage, closes: #438545.
Michael Vogt [Wed, 14 Nov 2007 05:08:45 +0000 (06:08 +0100)]
debian/README.ubuntu-dev:
- add some documentation how to build the package
Otavio Salvador [Fri, 2 Nov 2007 15:44:00 +0000 (13:44 -0200)]
* Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
apt-mark, closes: #430207.
bubulle@debian.org [Thu, 1 Nov 2007 17:47:04 +0000 (18:47 +0100)]
Preventive unfuzzy after removal of an extra space in source
Otavio Salvador [Wed, 31 Oct 2007 15:38:08 +0000 (13:38 -0200)]
releasing version 0.7.9
Otavio Salvador [Wed, 31 Oct 2007 15:36:54 +0000 (13:36 -0200)]
Minor fixes on racy_pselect
bubulle@debian.org [Tue, 30 Oct 2007 21:26:49 +0000 (22:26 +0100)]
Swedish translation update
Peter Karlsson [Tue, 30 Oct 2007 09:33:13 +0000 (10:33 +0100)]
Updated Swedish translation to 536t.
Otavio Salvador [Mon, 29 Oct 2007 20:29:39 +0000 (18:29 -0200)]
* Umount CD-ROM when calling apt-cdrom ident, except when called with
-m, closes: #448521.
Otavio Salvador [Mon, 29 Oct 2007 18:52:30 +0000 (16:52 -0200)]
* Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
to add backward support for arches that lacks pselect support,
closes: #448406.
bubulle@debian.org [Mon, 29 Oct 2007 18:48:41 +0000 (19:48 +0100)]
Galician and Korean updates
Otavio Salvador [Mon, 29 Oct 2007 12:16:13 +0000 (10:16 -0200)]
* Fix configure script to check for CURL library and headers presense.
bubulle@debian.org [Sun, 28 Oct 2007 08:16:07 +0000 (09:16 +0100)]
Document the addition of missing languages to LINGUAS
bubulle@debian.org [Sun, 28 Oct 2007 08:12:32 +0000 (09:12 +0100)]
Add missing languages to LINGUAS
bubulle@debian.org [Sun, 28 Oct 2007 07:02:13 +0000 (08:02 +0100)]
Complete French translation
bubulle@debian.org [Sun, 28 Oct 2007 06:59:40 +0000 (07:59 +0100)]
Update PO(T) files
Otavio Salvador [Fri, 26 Oct 2007 20:28:08 +0000 (18:28 -0200)]
releasing version 0.7.8
Otavio Salvador [Fri, 26 Oct 2007 20:08:18 +0000 (18:08 -0200)]
* Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
space after cd label, closes: #448187.