Michael Vogt [Tue, 12 Feb 2008 13:17:02 +0000 (14:17 +0100)]
* cmdline/apt-key:
- add "net-update" command that fetches the
ubuntu-archive-keyring.gpg and add keys from it that are
signed by the ubuntu-master-keyring.gpg
(apt-archive-key-signatures spec)
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 [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: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 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 [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 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 [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
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.
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 [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
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.