unattended-upgrades 2.0 source package in Ubuntu

Changelog

unattended-upgrades (2.0) unstable; urgency=medium

  * Revert relying fully on pinning. APT's resolver can't be fully relied
    on because sometimes it does not find the solution.
  * Treat locally installed package versions as coming from a whitelisted origin
  * Don't list kept packages in dry-run mode.
    Since the kept packages are calculated based on the final system state
    all packages that would be upgraded would be listed as kept in dry-run mode.
  * Try installing/upgrading packages without any adjustment first.
    The applied pinning should be enough for APT's resolver to find the right
    candidate most of the time. The candidate version adjustments are still done
    in cases where APT's resolver fails
  * Report only higher available allowed versions with higher priority as kept
    (Closes: #952569)
  * Drop very long debug message about checking package list file
  * Honor pinning when listing origin of kept back packages

 -- Balint Reczey <email address hidden>  Thu, 12 Mar 2020 22:52:58 +0100

Upload details

Uploaded by:
Michael Vogt
Uploaded to:
Sid
Original maintainer:
Michael Vogt
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unattended-upgrades_2.0.dsc 1.9 KiB 571d4dae94668ba91f1bafaf983892e4b2e268102cff6b967b6c01f473a64b0a
unattended-upgrades_2.0.tar.xz 120.9 KiB 2e2d206fd37ea6a4f7dd00eaf80cad5ad09d3a0a12418a19202e97c55e026f90

Available diffs

No changes file available.

Binary packages built by this source

unattended-upgrades: automatic installation of security upgrades

 This package can download and install security upgrades automatically
 and unattended, taking care to only install packages from the
 configured APT source, and checking for dpkg prompts about
 configuration file changes.
 .
 This script is the backend for the APT::Periodic::Unattended-Upgrade
 option.