summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-22uploaded to hardy-proposedMichael Vogt
2008-04-22* apt-pkg/acquire-item.cc:Michael Vogt
- fix signaure removal on transient network failures (thanks to Scott James Remnant)
2008-04-22apt-pkg/acquire-item.cc: fix breaking on unreachable networksMichael Vogt
2008-04-08* cmdline/apt-key:Michael Vogt
- only check against master-keys in net-update to not break custom CDs (thanks to Colin Watson)
2008-03-13* cmdline/apt-get.cc:Michael Vogt
- do two passes when installing tasks, first ignoring dependencies, then resolving them and run the problemResolver at the end so that it can correct any missing dependencies. This should fix livecd building for kubuntu (thanks to Jonathan Riddell for reporting the problem)
2008-03-11upload as 0.7.9ubuntu14Michael Vogt
2008-03-11 - run the problemResolver after a task was installedMichael Vogt
so that it can correct any missing dependencies
2008-03-11correct changelogMichael Vogt
2008-03-11* typo fixes (LP: #107960)Michael Vogt
2008-03-11* cmdline/apt-get.cc:Michael Vogt
- fix incorrect help output for -f (LP: #57487)
2008-03-04* doc/example/sources.list:Michael Vogt
- updated for hardy (LP: #195879)
2008-03-04* doc/apt_preferences.5.xml:Michael Vogt
- fix typo (LP: #150900)
2008-03-04* debian/apt.cron.daily:Michael Vogt
- only call gconftool if gcontool is installed (LP: #194281)
2008-02-25* debian/apt.cron.daily:Michael Vogt
- show update-notifier notification on authentication failure
2008-02-21* cmdline/apt-get.cc:Michael Vogt
- fix task installation (thanks to Colin Watson)
2008-02-21* apt-pkg/algorithms.cc: Michael Vogt
- add APT::Update::Post-Invoke-Success script slot (LP: #188127)
2008-02-21cmdline/apt-get.cc:Michael Vogt
- fix task installing (thanks to Colin Watson)
2008-02-20* debian/apt.cron.daily:Michael Vogt
- use admin user proxy settings
2008-02-13merged from apt--mvoMichael Vogt
2008-02-13cmdline/apt-key: import net_update key from the project/ directory for nowMichael Vogt
2008-02-13cmdline/apt-key: add explaination when importing new keysMichael Vogt
2008-02-13* debian/apt.cron.daily:Michael Vogt
- add apt-key net-update to the nightly cron job
2008-02-13merged net-update fixes from apt--mvoMichael Vogt
2008-02-13cmdline/apt-key: make net-update more robustMichael Vogt
2008-02-13merged from apt--mvoMichael Vogt
2008-02-13cmdline/apt-key: import from the correct keyring (ADD_KEYRING) in ↵Michael Vogt
add_keys_with_verify_against_master_keyring
2008-02-12* cmdline/apt-key:Michael Vogt
- 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)
2008-02-12* cmdline/apt-key:Michael Vogt
- add support for net-update command that verifies all keys against the master key keyring
2008-02-11* fix FTBFS due to incorrect intltool build-dependsMichael Vogt
2008-02-11debian/apt.cron.daily: show apt-auth-failure.note on auth failure in the ↵Michael Vogt
night cron job
2008-02-11add missing intltool build-dependencyMichael Vogt
2008-02-11* share/apt-auth-failure.note:Michael Vogt
- show update-notifier note if the nightly update fails with a authentication failure (apt-authentication-reliability spec)
2008-02-08merged from apt-authentication-reliablityMichael Vogt
2008-02-08make the test-suit more reliableMichael Vogt
2008-02-08merged from apt--mvoMichael Vogt
2008-02-08add test and background for networkless-install-fixesMichael Vogt
2008-02-08cmdline/apt-key: fix in the trusted key import scriptMichael Vogt
2008-02-08* methods/connect.cc:Michael Vogt
- remember hosts with Resolve failures or connect Timeouts see https://wiki.ubuntu.com/NetworklessInstallationFixes
2008-02-08* methods/connect.cc:Michael Vogt
- remember hosts with Resolve failures or connect Timeouts
2008-02-06merged from mvoMichael Vogt
2008-02-06 - Make the breaks handling use the kill list. This means, that aMichael Vogt
Breaks: Pkg (<< version) may put Pkg onto the remove list.
2008-02-04merged from apt-authentication-reliabilityMichael Vogt
2008-02-04add APT::Update::Auth-Failure scriptMichael Vogt
2008-02-04merged from apt--mvoMichael Vogt
2008-02-04* apt-pkg/deb/debmetaindex.cc:Michael Vogt
- add missing "Release" file uri when apt-get update --print-uris is run
2008-02-01* apt-pkg/algorithms.cc: Michael Vogt
- add APT::Update::Post-Invoke-Success script slot
2008-02-01* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- add APT::Apport::MaxReports to limit the maximum number of reports generated in a single run (default to 3)
2008-01-31* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- merged patch from Kees Cook to fix anoying upper-case display on amd64 in sbuild
2008-01-16cmdline/apt-key: refactor the master key checking into a functionMichael Vogt
2008-01-16* cmdline/apt-key:Michael Vogt
- 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.