[ubuntu/plucky-proposed] haveged 1.9.19-9ubuntu1 (Accepted)

Simon Quigley tsimonq2 at ubuntu.com
Thu Feb 20 03:20:16 UTC 2025


haveged (1.9.19-9ubuntu1) plucky; urgency=medium

  * Merge from Debian Unstable. Remaining changes:
    - d/p/flush-startup-output.patch:
      Flush output after printing the startup message, to avoid
      confusion of the service "starting up" after receiving sigterm.
    - AppArmor:
      + allow haveged to bind to unix sockets
    - d/haveged.service:
      + Add Conflicts=shutdown.target, to actually stop haveged unit during
        the shutdown transaction, instead of relying on systemd-shutdown to
        kill haveged during the very late catch-all killall.
      + add ConditionVirtualization=!container
    - d/t/control, d/t/check-service:
      + verify haveged service is active, skipped in containers

haveged (1.9.19-9) unstable; urgency=medium

  * Adding vcs fields.
  * Wrap and sorting debian files.

haveged (1.9.19-8) unstable; urgency=medium

  * Adding patch to create /dev/shm in haveged itself if it is not
    existing (Closes: #1087324).
  * Removing haveged-udeb.postinst again.

haveged (1.9.19-7) unstable; urgency=medium

  * Using postinst in haveged-udeb to create /dev/shm at runtime (Closes:
    #1087324).

haveged (1.9.19-6) unstable; urgency=medium

  * Simplifying dpkg-maintscript calls by using debhelper maintscript
    file.
  * Correcting wrong version in maintscript file.

haveged (1.9.19-5) unstable; urgency=medium

  * Removing old init.d script on upgrade (Closes: #1089979).

haveged (1.9.19-4) unstable; urgency=medium

  * Adding empty /dev/shm in haveged-udeb to fix fail-to-start because
    /dev/shm/sem.haveged_sem cannot be created (Closes: #1087324).

haveged (1.9.19-3) unstable; urgency=medium

  * Udating apparmor profile, thanks to Giacomo Mulas
    <giacomo.mulas at inaf.it> (Closes: #1087318).

haveged (1.9.19-2) unstable; urgency=medium

  * Trimming previous changelog entry.
  * Correcting spelling typo in 1.9.14-1 changelog entries.

haveged (1.9.19-1) unstable; urgency=low

  * Merging upstream version 1.9.19 (Closes: #999811, #1078052):
    - haveged can be run as an application if also running as a daemon
      (Closes: #998382).
  * Removing unused gbp.conf.
  * Removing unused README.source.
  * Removing sysvinit remains.
  * Updating to standards version 4.7.0.
  * Removing vcs fields.
  * Adding explicit section for binary packages.
  * Updating watch file.
  * Prefixing debhelper files with package names.
  * Moving apparmor files to local subdirectory within packaging
    directory.
  * Wrap and sorting packaging files.
  * Updating SystemCall entries in service file to fix armel issues
    (Closes: #985196).

haveged (1.9.14-2) unstable; urgency=low

  * New maintainer (Closes: #1087263).

Date: Wed, 19 Feb 2025 21:18:30 -0600
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/haveged/1.9.19-9ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 19 Feb 2025 21:18:30 -0600
Source: haveged
Built-For-Profiles: noudeb
Architecture: source
Version: 1.9.19-9ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Closes: 985196 998382 999811 1078052 1087263 1087318 1087324 1089979
Changes:
 haveged (1.9.19-9ubuntu1) plucky; urgency=medium
 .
   * Merge from Debian Unstable. Remaining changes:
     - d/p/flush-startup-output.patch:
       Flush output after printing the startup message, to avoid
       confusion of the service "starting up" after receiving sigterm.
     - AppArmor:
       + allow haveged to bind to unix sockets
     - d/haveged.service:
       + Add Conflicts=shutdown.target, to actually stop haveged unit during
         the shutdown transaction, instead of relying on systemd-shutdown to
         kill haveged during the very late catch-all killall.
       + add ConditionVirtualization=!container
     - d/t/control, d/t/check-service:
       + verify haveged service is active, skipped in containers
 .
 haveged (1.9.19-9) unstable; urgency=medium
 .
   * Adding vcs fields.
   * Wrap and sorting debian files.
 .
 haveged (1.9.19-8) unstable; urgency=medium
 .
   * Adding patch to create /dev/shm in haveged itself if it is not
     existing (Closes: #1087324).
   * Removing haveged-udeb.postinst again.
 .
 haveged (1.9.19-7) unstable; urgency=medium
 .
   * Using postinst in haveged-udeb to create /dev/shm at runtime (Closes:
     #1087324).
 .
 haveged (1.9.19-6) unstable; urgency=medium
 .
   * Simplifying dpkg-maintscript calls by using debhelper maintscript
     file.
   * Correcting wrong version in maintscript file.
 .
 haveged (1.9.19-5) unstable; urgency=medium
 .
   * Removing old init.d script on upgrade (Closes: #1089979).
 .
 haveged (1.9.19-4) unstable; urgency=medium
 .
   * Adding empty /dev/shm in haveged-udeb to fix fail-to-start because
     /dev/shm/sem.haveged_sem cannot be created (Closes: #1087324).
 .
 haveged (1.9.19-3) unstable; urgency=medium
 .
   * Udating apparmor profile, thanks to Giacomo Mulas
     <giacomo.mulas at inaf.it> (Closes: #1087318).
 .
 haveged (1.9.19-2) unstable; urgency=medium
 .
   * Trimming previous changelog entry.
   * Correcting spelling typo in 1.9.14-1 changelog entries.
 .
 haveged (1.9.19-1) unstable; urgency=low
 .
   * Merging upstream version 1.9.19 (Closes: #999811, #1078052):
     - haveged can be run as an application if also running as a daemon
       (Closes: #998382).
   * Removing unused gbp.conf.
   * Removing unused README.source.
   * Removing sysvinit remains.
   * Updating to standards version 4.7.0.
   * Removing vcs fields.
   * Adding explicit section for binary packages.
   * Updating watch file.
   * Prefixing debhelper files with package names.
   * Moving apparmor files to local subdirectory within packaging
     directory.
   * Wrap and sorting packaging files.
   * Updating SystemCall entries in service file to fix armel issues
     (Closes: #985196).
 .
 haveged (1.9.14-2) unstable; urgency=low
 .
   * New maintainer (Closes: #1087263).
Checksums-Sha1:
 91ebf4ad593ec6fab7261629fc5e2a3a38b0bd11 2255 haveged_1.9.19-9ubuntu1.dsc
 c285864c1f8370c8241938d8221decae93538850 352280 haveged_1.9.19.orig.tar.xz
 2d6a129f407cb7035ef6d38604114e1b211ae581 12888 haveged_1.9.19-9ubuntu1.debian.tar.xz
 1ce7528be5ac11ad124c0e7d07db0f6109b7715f 7436 haveged_1.9.19-9ubuntu1_source.buildinfo
Checksums-Sha256:
 b6c4f286cade45324f8c2029fefa2843dc768bb9d4f8b2142baf73702a43564c 2255 haveged_1.9.19-9ubuntu1.dsc
 792b28a5318f73cc5f6558d026641aaaa1f5b6af778492db8841d08d64508755 352280 haveged_1.9.19.orig.tar.xz
 868db96e83d3a65fd4d9752b7ecb75db2cc256258b226d4ee1bf4c06d651c61f 12888 haveged_1.9.19-9ubuntu1.debian.tar.xz
 897056f04b807d950d7ad4b20224acdde64cbf36d624d31bf2a8389fc78c3c26 7436 haveged_1.9.19-9ubuntu1_source.buildinfo
Files:
 be2ce9faf2329d71dc505461146020a4 2255 misc optional haveged_1.9.19-9ubuntu1.dsc
 cb087580515ba90d7821bd4b05739ce8 352280 misc optional haveged_1.9.19.orig.tar.xz
 1939b34d3b218f32e126de4ec6523914 12888 misc optional haveged_1.9.19-9ubuntu1.debian.tar.xz
 27a387f0e496774f30509673db985aa2 7436 misc optional haveged_1.9.19-9ubuntu1_source.buildinfo
Original-Maintainer: Daniel Baumann <daniel at debian.org>


More information about the plucky-changes mailing list