[ubuntu/bionic-proposed] unattended-upgrades 0.99ubuntu1 (Accepted)

Balint Reczey rbalint at ubuntu.com
Mon Feb 12 11:45:16 UTC 2018


unattended-upgrades (0.99ubuntu1) bionic; urgency=medium

  * Merge from Debian unstable (LP: #1722426)
    - Remaining changes:
      - unattended-upgrades: Do not automatically upgrade the development
        release of Ubuntu unless Unattended-Upgrade::DevRelease is true.
    - Dropped changes, included in Debian:
      - Fix version of test package in test_remove_unused_dependencies
      - Do not touch reboot-required on linux-image-extra removal
      - unattended-upgrades: Do not reboot during a dry-run.

unattended-upgrades (0.99) unstable; urgency=medium

  [ Peter Nowee ]
  * Fix Raspbian default config codename matching.
    Using `archive=${distro_codename}` does not match, at least not in
    Raspbian Stretch anymore. Changing it to `codename=${distro_codename}`.
    I tested that it now works and did not notice any regressions.
    Same change was made to the Debian-specific configuration 3 years ago,
    see commit 9a2afa5.
  * Enable RPi-specific upgrades on Raspbian.
    In addition to the Raspbian repository, Raspbian images distributed by
    the Raspberry Pi Foundation (RPF) depend on the RPF repository for
    kernel and firmware updates.
    This commit adds a pattern matching line for packages from the RPF
    repository to the Raspbian config file for unattended-upgrades.

  [ Alexandre Detiste ]
  * Drop unused dependency on apt-utils (Closes: #876425)

  [ Frans Spiesschaert ]
  * Dutch translation update

  [ Chris Leick ]
  * German translation update

  [ Ben Wong ]
  * Fix configuration file examples (Closes: #877395)

  [ Balint Reczey ]
  * Test for running systemd on Debian, too, when applying workaround for it
  * Fix calling dh_installinit during build
  * Tidy up d/control using cme fix
  * Fix log file location in man page.
    Thanks to Jaakov for the bug report (Closes: #817974)
  * Build-depend on debhelper (>= 9.20160709) instead of dh-systemd
  * Link unattended-upgrades.8 to unattended-upgrade.8 man page
  * Add Auto-Submitted header to email report (LP: #1230246)
  * Exit with error when package installation failed or u-u is signalled to
    stop (Closes: #838368)
  * Process packages needing smaller upgrade sets earlier in generating
    minimal upgrade sets.
    Inspired by Michael Vogt's partition pre-calculation code
  * Exit with printing error when apt errors prevent initialization
    (LP: #1737442)
  * Mark invalid UTF-8 characters in dpkg's log, but don't crash
    (LP: #1737635)
  * Try upgrading packages replacing configuration dir with configuration file
    (LP: #1737637)
  * Make unattended-upgrade-shutdown exit with error when apt config is
    invalid (LP: #1737717)
  * Exit when an apt error prevents checking a package for conffile prompt
  * Install upgrades from ${distro_codename}, label=Debian by default.
    This enables updates from stable point releases but also lets testing
    and sid being updated with the package updates.
    Fixes #33. (Closes: #787945, #597061)
  * Fix debian/NEWS.Debian's format
  * Add NEWS item about unattended-uprades installing stable/all updates
  * Stop asking debconf question about Origins-Pattern.
    50unattended-upgrades now contains multiple origins by default and setting
    them from debconf can't be made really easy. Users should change the
    configuration file itself instead. (LP: #1577215)
  * Update PO files about debconf templates
  * Don't log exceptions which did not happen
  * Add autopkgtest for upgrading unstable between two snapshots from
    snapshot.d.o
  * Remove tabs from Debian's configuration file
  * Catch SystemError instead of apt_pkg.Error for backwards compatibility
  * Check in autopkgtest if unattended-upgrades mark additional packages as
    manually installed
  * Test upgrading a full system with desktop packages in autopkgtest.
    Also pick different shapshots with which does not contain
    broken packages.
  * Test sending email after upgrading a full system
  * Show "please don't turn off the computer" while installing updates on
    shutdown.
    This is more informational for users than the original "sleeping for 5s".
    Thanks to Mario Loderer for the suggestion (LP: #1741579)
  * Use eatmydata for system upgrade autopkgtest
  * Run upgrade-between-snapshots autopkgtest even on other distros
  * Apt install built u-u in snapshot upgrade test
  * Update .pot file
  * Fix version of test package in test_remove_unused_dependencies
    (Closes: #886803)
  * Refresh cache after committing changes to avoid reinstalling packages
    (Closes: #875383)
  * Relax calculating truly minimal sets to sets expected to be minimal.
    This speeds up calculation by making it from ~O(n^2) to ~O(n) at the
    expense of creating slightly bigger sets in rare cases.

  [ Evilham ]
  * Add Devuan support.

  [ Brian Murray ]
  * unattended-upgrades: Do not reboot during a dry-run (LP: #1269177)

  [ Michael Vogt ]
  * enable pep484 test
  * mypy fixes
  * add two missing return values
  * tests: cleanup test_mail.py to use proper tmpdirs

  [ Julian Andres Klode ]
  * Do not touch reboot-required on linux-image-extra removal (LP: #1458204)

  [ Sjoerd Job Postmus ]
  * Adjust candidate version of packages to be newly installed (LP: #1446552)

Date: Mon, 12 Feb 2018 17:54:00 +0700
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/unattended-upgrades/0.99ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 12 Feb 2018 17:54:00 +0700
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source
Version: 0.99ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Description:
 unattended-upgrades - automatic installation of security upgrades
Closes: 597061 787945 817974 838368 875383 876425 877395 886803
Launchpad-Bugs-Fixed: 1230246 1269177 1446552 1458204 1577215 1722426 1737442 1737635 1737637 1737717 1741579
Changes:
 unattended-upgrades (0.99ubuntu1) bionic; urgency=medium
 .
   * Merge from Debian unstable (LP: #1722426)
     - Remaining changes:
       - unattended-upgrades: Do not automatically upgrade the development
         release of Ubuntu unless Unattended-Upgrade::DevRelease is true.
     - Dropped changes, included in Debian:
       - Fix version of test package in test_remove_unused_dependencies
       - Do not touch reboot-required on linux-image-extra removal
       - unattended-upgrades: Do not reboot during a dry-run.
 .
 unattended-upgrades (0.99) unstable; urgency=medium
 .
   [ Peter Nowee ]
   * Fix Raspbian default config codename matching.
     Using `archive=${distro_codename}` does not match, at least not in
     Raspbian Stretch anymore. Changing it to `codename=${distro_codename}`.
     I tested that it now works and did not notice any regressions.
     Same change was made to the Debian-specific configuration 3 years ago,
     see commit 9a2afa5.
   * Enable RPi-specific upgrades on Raspbian.
     In addition to the Raspbian repository, Raspbian images distributed by
     the Raspberry Pi Foundation (RPF) depend on the RPF repository for
     kernel and firmware updates.
     This commit adds a pattern matching line for packages from the RPF
     repository to the Raspbian config file for unattended-upgrades.
 .
   [ Alexandre Detiste ]
   * Drop unused dependency on apt-utils (Closes: #876425)
 .
   [ Frans Spiesschaert ]
   * Dutch translation update
 .
   [ Chris Leick ]
   * German translation update
 .
   [ Ben Wong ]
   * Fix configuration file examples (Closes: #877395)
 .
   [ Balint Reczey ]
   * Test for running systemd on Debian, too, when applying workaround for it
   * Fix calling dh_installinit during build
   * Tidy up d/control using cme fix
   * Fix log file location in man page.
     Thanks to Jaakov for the bug report (Closes: #817974)
   * Build-depend on debhelper (>= 9.20160709) instead of dh-systemd
   * Link unattended-upgrades.8 to unattended-upgrade.8 man page
   * Add Auto-Submitted header to email report (LP: #1230246)
   * Exit with error when package installation failed or u-u is signalled to
     stop (Closes: #838368)
   * Process packages needing smaller upgrade sets earlier in generating
     minimal upgrade sets.
     Inspired by Michael Vogt's partition pre-calculation code
   * Exit with printing error when apt errors prevent initialization
     (LP: #1737442)
   * Mark invalid UTF-8 characters in dpkg's log, but don't crash
     (LP: #1737635)
   * Try upgrading packages replacing configuration dir with configuration file
     (LP: #1737637)
   * Make unattended-upgrade-shutdown exit with error when apt config is
     invalid (LP: #1737717)
   * Exit when an apt error prevents checking a package for conffile prompt
   * Install upgrades from ${distro_codename}, label=Debian by default.
     This enables updates from stable point releases but also lets testing
     and sid being updated with the package updates.
     Fixes #33. (Closes: #787945, #597061)
   * Fix debian/NEWS.Debian's format
   * Add NEWS item about unattended-uprades installing stable/all updates
   * Stop asking debconf question about Origins-Pattern.
     50unattended-upgrades now contains multiple origins by default and setting
     them from debconf can't be made really easy. Users should change the
     configuration file itself instead. (LP: #1577215)
   * Update PO files about debconf templates
   * Don't log exceptions which did not happen
   * Add autopkgtest for upgrading unstable between two snapshots from
     snapshot.d.o
   * Remove tabs from Debian's configuration file
   * Catch SystemError instead of apt_pkg.Error for backwards compatibility
   * Check in autopkgtest if unattended-upgrades mark additional packages as
     manually installed
   * Test upgrading a full system with desktop packages in autopkgtest.
     Also pick different shapshots with which does not contain
     broken packages.
   * Test sending email after upgrading a full system
   * Show "please don't turn off the computer" while installing updates on
     shutdown.
     This is more informational for users than the original "sleeping for 5s".
     Thanks to Mario Loderer for the suggestion (LP: #1741579)
   * Use eatmydata for system upgrade autopkgtest
   * Run upgrade-between-snapshots autopkgtest even on other distros
   * Apt install built u-u in snapshot upgrade test
   * Update .pot file
   * Fix version of test package in test_remove_unused_dependencies
     (Closes: #886803)
   * Refresh cache after committing changes to avoid reinstalling packages
     (Closes: #875383)
   * Relax calculating truly minimal sets to sets expected to be minimal.
     This speeds up calculation by making it from ~O(n^2) to ~O(n) at the
     expense of creating slightly bigger sets in rare cases.
 .
   [ Evilham ]
   * Add Devuan support.
 .
   [ Brian Murray ]
   * unattended-upgrades: Do not reboot during a dry-run (LP: #1269177)
 .
   [ Michael Vogt ]
   * enable pep484 test
   * mypy fixes
   * add two missing return values
   * tests: cleanup test_mail.py to use proper tmpdirs
 .
   [ Julian Andres Klode ]
   * Do not touch reboot-required on linux-image-extra removal (LP: #1458204)
 .
   [ Sjoerd Job Postmus ]
   * Adjust candidate version of packages to be newly installed (LP: #1446552)
Checksums-Sha1:
 48bd07702b65ccc66887c911d875938c7a9070ae 1932 unattended-upgrades_0.99ubuntu1.dsc
 abe88cea7b297179b97646c830701f093eeb4f4d 230112 unattended-upgrades_0.99ubuntu1.tar.xz
 0d77c31e22598f6650cef0690cf7249b925a914e 6381 unattended-upgrades_0.99ubuntu1_source.buildinfo
Checksums-Sha256:
 578c04baf10a575f9179cea0b25506eb5b536820a4f60f2a6b6b8ee4b502b431 1932 unattended-upgrades_0.99ubuntu1.dsc
 f8c15ae9f73811d990a38c0c2068ba91c0baa21bffafbeaf8d2de4aac8fdf0c1 230112 unattended-upgrades_0.99ubuntu1.tar.xz
 2167441c89cb34556f08109196de9643392a804ddcd0391b41212b97821cae2c 6381 unattended-upgrades_0.99ubuntu1_source.buildinfo
Files:
 59e8a594dbfc54e3f516d948b2e41e75 1932 admin optional unattended-upgrades_0.99ubuntu1.dsc
 57d71b9af1cadd3993b1c03a5ad6f5c0 230112 admin optional unattended-upgrades_0.99ubuntu1.tar.xz
 2be8d49d864e0cd946d5dcc6eb406cca 6381 admin optional unattended-upgrades_0.99ubuntu1_source.buildinfo
Original-Maintainer: Michael Vogt <mvo at debian.org>

-----BEGIN PGP SIGNATURE-----

iQIwBAEBCAAaBQJagXofExxyYmFsaW50QHVidW50dS5jb20ACgkQ9mTSVrRpGn3g
7w/+PoOoI3BTmbU9rP4P/esu1QkKO3ixwbbKajA+HYb/+H2YoTGX/acyWi+HOFVf
kg1g4MjMWRnvEVvf2JovW4vW8APBnSHjChX/D5kc0vvxzLr82vUZLZ4hMlLYa8gl
JoASKvGsxyaFDEYrZ3+tUd6kFnFiHslMcooTCLpDAsstTuXQKxeWrnCukFYe16cv
aGiUNZQJlhp+YX2Mfw9X3oi5PGIF/p5L0f4nh4P/EjUasogeftqgzeZddmntgZ50
XY0M6bhASloLOySHqxwyv+NhQAPdNTjgU+io+WQvAuMHIMGllhsDTL06K2KFnNgZ
jVIiCSqw0BSAiFpKl94FJXKSAJYumXD7zzQ2DGXFhNXLFv6o/bODorRuc2aQOfmb
blFUa/EHPryz+MAriwmPKJVeH5LbZerzBgs3cqo6yaggC7nYtbsUzxR3hu9FTyQD
b0BtErlo5Ao2r/WCfRNwk76n303U10mYJTK12osJXEyn0N0I1BUMlo4xnJEZ7y/5
PfOcW/dClPaoYlhYqfe6c9x+V2APJ5aJqdcfHhGw2DLLsfYOE+sIiDXGnA+M+wt1
+jgyYl6iQxm64DxFuI+sh1vrYT+gSLRZpkCT3FJsnmQZnAAbe4d2LW/fPcjw2jwr
/fQV4E/tcp8AF1/pG5R8qi2IzuK6Tkq8chGe+6enWmSYIzY=
=jLrp
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list