[ubuntu/trusty-proposed] pollinate 4.21-0ubuntu1~14.04 (Accepted)

Dustin Kirkland kirkland at ubuntu.com
Wed Jul 27 08:42:56 UTC 2016


pollinate (4.21-0ubuntu1~14.04) trusty-proposed; urgency=medium

  [ Dustin Kirkland ]
  * pollinate:
    - fix broken printing of binary data, this was breaking check_pollen
      nagios scripts on the server

  [ Junien Fridrick ]
  * entropy.ubuntu.com.pem:
    - simplify CA cert to just the DigiCert chain (drop GoDaddy)

pollinate (4.20-0ubuntu1) yakkety; urgency=medium

  * debian/control:
    - drop the anerd references, hasn't existed in basically forever
    - update description
    - add dummy | dh-apparmor dependency to get this building on precise,
      where dh-systemd doesn't exist
    - drop run-one dependency, no longer needed
    - make the bsdutils dependency (for logger) explicit, add epoch
  * debian/rules:
    - use systemd, when possible
  * pollinate:
    - fix breakage on older (trusty, precise) Ubuntu, where logger does not
      support --id=[ID]; check version of bsdutils (provides logger) to
      ensure that it's at least ubuntu wily
    - cloud-init version string
  * debian/pollinate.service, debian/pollinate.upstart:
    - improve the init messages logged

pollinate (4.19-0ubuntu1) yakkety; urgency=medium

  [ Martin Pitt ]
  * debian/pollinate.service: Move installation from network.target to
    multi-user.target. network.target is too early and causes dependency loops
    with e. g. NFS. (LP: #1576333)
  * debian/pollinate.preinst: Clean up old enablement symlink on upgrade. This
    needs to be kept until after 18.04 LTS.

pollinate (4.18-0ubuntu1) yakkety; urgency=medium

  * debian/pollinate.service:
    - move to later in boot, after network starts, but before ssh starts

pollinate (4.17-0ubuntu1) yakkety; urgency=medium

  * debian/pollinate.service:
    - use the right flag file for LP: #1578833

pollinate (4.16-0ubuntu1) yakkety; urgency=medium

  [ Martin Pitt ]
  * Don't run pollinate.service in containers (as containers can't and should
    not write the host's random pool) and when we already have a saved random
    seeds (i. e. only on first boot). (LP: #1578833)
  * Bump Standards-Version to 3.9.8 (no changes needed).

  [ Dustin Kirkland ]
  * pollinate: use timeout(1) to limit curl, related to LP: #1578833

pollinate (4.15-0ubuntu1) xenial; urgency=medium

  * pollinate: LP: #1555362
    - log the right pid

pollinate (4.14-0ubuntu1) xenial; urgency=medium

  * pollinate, pollinate.1: LP: #1554152
    - change the failure mode of pollinate, so as to more cleanly
      tolerate network failures
    - add a --strict option to re-enable the previous behavior,
      ie, strictly exit non-zero if pollinate fails for any reason
    - we've always promised that pollinate would operate on a best-effort
      basis, improving the prng seeding when possible, but failing
      gracefully when not possible; as such, we've made good on the first
      half of that promise, however, the latter half has proven
      troublesome;  this is due to the fact that if pollinate exits
      non-zero, then its callers (cloud-init, maas, etc.) may well
      interpret the behavior strictly as a failure to boot the system,
      when in fact that's not the case;  instead, we'll clearly print
      a warning to syslog, and we'll retry the seeding on next pollinate
      service start (e.g. a reboot);  moreover, we'll carry a --strict
      flag in the case that users want to opt into the previous behavior

pollinate (4.13-0ubuntu1) wily; urgency=medium

  [ Robie Basak ]
  * entropy.ubuntu.com.pem:
    - Add "DigiCert Global Root CA" certificate from ca-certificates
      package to entropy.ubuntu.com.pem. This is required to correctly
      verify against the new entropy.ubuntu.com SSL certificate.

pollinate (4.12-0ubuntu1) wily; urgency=medium

  * pollinate:
    - add cpu hardware model to user agent
  * entropy.ubuntu.com.pem:
    - entropy.ubuntu.com SSL is coming up for renewal on 2015-09-15
    - update the certs for the pollinate package
    - Note that this changes the issuing CA to DigiCert, which requires
      a new intermediary.

Date: Mon, 11 Jul 2016 10:52:57 -0500
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
https://launchpad.net/ubuntu/+source/pollinate/4.21-0ubuntu1~14.04
-------------- next part --------------
Format: 1.8
Date: Mon, 11 Jul 2016 10:52:57 -0500
Source: pollinate
Binary: pollinate
Architecture: source
Version: 4.21-0ubuntu1~14.04
Distribution: trusty-proposed
Urgency: medium
Maintainer: Dustin Kirkland <kirkland at ubuntu.com>
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Description:
 pollinate  - seed the pseudo random number generator
Launchpad-Bugs-Fixed: 1554152 1555362 1576333 1578833
Changes:
 pollinate (4.21-0ubuntu1~14.04) trusty-proposed; urgency=medium
 .
   [ Dustin Kirkland ]
   * pollinate:
     - fix broken printing of binary data, this was breaking check_pollen
       nagios scripts on the server
 .
   [ Junien Fridrick ]
   * entropy.ubuntu.com.pem:
     - simplify CA cert to just the DigiCert chain (drop GoDaddy)
 .
 pollinate (4.20-0ubuntu1) yakkety; urgency=medium
 .
   * debian/control:
     - drop the anerd references, hasn't existed in basically forever
     - update description
     - add dummy | dh-apparmor dependency to get this building on precise,
       where dh-systemd doesn't exist
     - drop run-one dependency, no longer needed
     - make the bsdutils dependency (for logger) explicit, add epoch
   * debian/rules:
     - use systemd, when possible
   * pollinate:
     - fix breakage on older (trusty, precise) Ubuntu, where logger does not
       support --id=[ID]; check version of bsdutils (provides logger) to
       ensure that it's at least ubuntu wily
     - cloud-init version string
   * debian/pollinate.service, debian/pollinate.upstart:
     - improve the init messages logged
 .
 pollinate (4.19-0ubuntu1) yakkety; urgency=medium
 .
   [ Martin Pitt ]
   * debian/pollinate.service: Move installation from network.target to
     multi-user.target. network.target is too early and causes dependency loops
     with e. g. NFS. (LP: #1576333)
   * debian/pollinate.preinst: Clean up old enablement symlink on upgrade. This
     needs to be kept until after 18.04 LTS.
 .
 pollinate (4.18-0ubuntu1) yakkety; urgency=medium
 .
   * debian/pollinate.service:
     - move to later in boot, after network starts, but before ssh starts
 .
 pollinate (4.17-0ubuntu1) yakkety; urgency=medium
 .
   * debian/pollinate.service:
     - use the right flag file for LP: #1578833
 .
 pollinate (4.16-0ubuntu1) yakkety; urgency=medium
 .
   [ Martin Pitt ]
   * Don't run pollinate.service in containers (as containers can't and should
     not write the host's random pool) and when we already have a saved random
     seeds (i. e. only on first boot). (LP: #1578833)
   * Bump Standards-Version to 3.9.8 (no changes needed).
 .
   [ Dustin Kirkland ]
   * pollinate: use timeout(1) to limit curl, related to LP: #1578833
 .
 pollinate (4.15-0ubuntu1) xenial; urgency=medium
 .
   * pollinate: LP: #1555362
     - log the right pid
 .
 pollinate (4.14-0ubuntu1) xenial; urgency=medium
 .
   * pollinate, pollinate.1: LP: #1554152
     - change the failure mode of pollinate, so as to more cleanly
       tolerate network failures
     - add a --strict option to re-enable the previous behavior,
       ie, strictly exit non-zero if pollinate fails for any reason
     - we've always promised that pollinate would operate on a best-effort
       basis, improving the prng seeding when possible, but failing
       gracefully when not possible; as such, we've made good on the first
       half of that promise, however, the latter half has proven
       troublesome;  this is due to the fact that if pollinate exits
       non-zero, then its callers (cloud-init, maas, etc.) may well
       interpret the behavior strictly as a failure to boot the system,
       when in fact that's not the case;  instead, we'll clearly print
       a warning to syslog, and we'll retry the seeding on next pollinate
       service start (e.g. a reboot);  moreover, we'll carry a --strict
       flag in the case that users want to opt into the previous behavior
 .
 pollinate (4.13-0ubuntu1) wily; urgency=medium
 .
   [ Robie Basak ]
   * entropy.ubuntu.com.pem:
     - Add "DigiCert Global Root CA" certificate from ca-certificates
       package to entropy.ubuntu.com.pem. This is required to correctly
       verify against the new entropy.ubuntu.com SSL certificate.
 .
 pollinate (4.12-0ubuntu1) wily; urgency=medium
 .
   * pollinate:
     - add cpu hardware model to user agent
   * entropy.ubuntu.com.pem:
     - entropy.ubuntu.com SSL is coming up for renewal on 2015-09-15
     - update the certs for the pollinate package
     - Note that this changes the issuing CA to DigiCert, which requires
       a new intermediary.
Checksums-Sha1:
 1c60e65912e9137c258efd3b0c0572cbb72990d1 1814 pollinate_4.21-0ubuntu1~14.04.dsc
 5f8b75cdf0bde92d06519becc767d4acfcc79dd8 91408 pollinate_4.21.orig.tar.gz
 43bb3db5c944cbf22c9c0e11eff3fae66d6972b0 12384 pollinate_4.21-0ubuntu1~14.04.debian.tar.xz
Checksums-Sha256:
 400238624d572fb3dd5faa32390d7be6fb173c0443ddcac953cffd2c36730dcc 1814 pollinate_4.21-0ubuntu1~14.04.dsc
 22bf7b85961fd2a51d7f04aac73133ff4e27607e9fae6a5fdb64e36a51c0cefc 91408 pollinate_4.21.orig.tar.gz
 4e505f62fbac1409fec7db4035e93fa337795b81b68c804a62f9fa9700f76ebb 12384 pollinate_4.21-0ubuntu1~14.04.debian.tar.xz
Files:
 534931159b03f422a6ff45d81e91d280 1814 admin optional pollinate_4.21-0ubuntu1~14.04.dsc
 9267302de2be2fa12657fba2280486ff 91408 admin optional pollinate_4.21.orig.tar.gz
 372881a6b65221f3b6d8357d7b4d8ed6 12384 admin optional pollinate_4.21-0ubuntu1~14.04.debian.tar.xz


More information about the Trusty-changes mailing list