dwww Home | Show directory contents | Find package

haveged (1.9.14-1ubuntu1) impish; urgency=low

  * Merge from Debian unstable (LP: #1940439). 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
  * Dropped changes present in Debian:
    - allow haveged to actually output to stdout/stderr
    - remove -w param by default
    - d/t/control, d/t/dieharder, d/t/run-tests:
      + Remove dieharder test, as it takes hours (12+ on armhf)
        and doesn't really "test" any part of haveged
      + restore dieharder test, but with limited tests
      + skip dieharder tests on s390x, where dieharder is broken
      + fix run-tests to check installed haveged
  * Dropped changes merged upstream
    - d/p/lp1894865-Fixed-https-github.com-jirka-h-haveged-issues-29.patch:
      Fix segfault when using --Foreground param
    - d/p/lp1894877-don-t-fail-completely-if-we-can-t-set-write-wakeup-w.patch:
      Don't fail if -w is used in a container

 -- Simon Chopin <simon.chopin@canonical.com>  Wed, 18 Aug 2021 15:24:32 +0200

haveged (1.9.14-1) unstable; urgency=low

  * New upstram version (2021-01-01)
    Added --version and new subcommand to close communication socket

  * Upgrade to debhelper compatibility level 13
    dh_missing --fail-missing is now the default.

  * d/control: Declare compliance with policy v4.5.1.
    No change needed.

 -- nicoo <nicoo@debian.org>  Thu, 14 Jan 2021 00:56:44 +0100

haveged (1.9.13-1) unstable; urgency=medium

  [ nicoo ]
  * New upstream version (2020-06-28)
    + added support for --version [Jirka Hladky]
    + fix a memory leak in havege_destroy [Anakin Zhang]
    + libhavege2: Update symbols file

  * Setup Salsa CI for the packaging repository
  * haveged: Simplify handling of the Apparmor profile

  [ Dan Streetman ]
  * Add consoles to apparmor profile
    Support outputting logs when running inside a container
  * Improve autopkgtests.
  * Remove -w parameter from /etc/default/haveged

  [ Debian Janitor ]
  * Add missing ${misc:Depends} to Depends for haveged-udeb.
  * Set upstream metadata fields
    Bug-Database, Bug-Submit, Repository, Repository-Browse.

 -- nicoo <nicoo@debian.org>  Wed, 25 Nov 2020 02:09:10 +0100

haveged (1.9.8-4ubuntu5) hirsute; urgency=medium

  * No-change rebuild to drop the udeb package.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 25 Feb 2021 13:42:45 +0100

haveged (1.9.8-4ubuntu4) hirsute; urgency=medium

  * No-change rebuild to drop the udeb package.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 22 Feb 2021 10:34:07 +0100

haveged (1.9.8-4ubuntu3) groovy; urgency=medium

  * d/p/lp1894865-Fixed-https-github.com-jirka-h-haveged-issues-29.patch:
    - Fix segfault when using --Foreground param (LP: #1894809)
  * d/haveged.default:
    - remove -w param by default
  * d/apparmor-profile:
    - allow haveged to actually output to stdout/stderr (LP: #1894905)
    - allow haveged to bind to unix sockets
  * d/haveged.service:
    - add ConditionVirtualization=!container
  * d/t/control, d/t/dieharder, d/t/run-tests, d/t/check-service:
    - restore dieharder test, but with limited tests
    - verify haveged service is active
    - fix run-tests to check installed haveged
    - skip dieharder tests on s390x, where dieharder is broken

 -- Dan Streetman <ddstreet@canonical.com>  Fri, 11 Sep 2020 13:40:44 -0400

haveged (1.9.8-4ubuntu2) groovy; urgency=medium

  * d/t/control, d/t/dieharder, d/t/run-tests:
    - Remove dieharder test, as it takes hours (12+ on armhf)
      and doesn't really "test" any part of haveged
    - Add autopkgtest to just run make check
    - LP: #1894290

 -- Dan Streetman <ddstreet@canonical.com>  Fri, 04 Sep 2020 12:44:43 -0400

haveged (1.9.8-4ubuntu1) groovy; urgency=low

  [ Ubuntu Merge-o-Matic ]
  * 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.
    - 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.

 -- Dan Streetman <ddstreet@canonical.com>  Thu, 13 Aug 2020 10:18:48 -0400

haveged (1.9.8-4) unstable; urgency=high (RC bug fix)

  * debian/haveged.service: Break ordering cycle
    Drop ordering constraint with systemd-journald
    Closes: #950418, #950540

  * debian/control: Build-Depends on debhelper (>= 12.3)
    Closes: #944040

 -- nicoo <nicoo@debian.org>  Fri, 07 Feb 2020 14:34:56 +0100

haveged (1.9.8-3) unstable; urgency=medium

  * debian/haveged.service
    + Sync with upstream's version
      - Service ordering changes
        - Start after systemd-tmpfiles-setup-dev.service
          This is required, otherwise /dev/random might not yet exist.
        - Start before systemd-journald
        - Set WantedBy=sysinit.target (rather than multi-user.target)
      - Drop `NoNewPrivileges` (useless, as haveged keeps running as root)
      - Update SuccessExitStatus
      - Always restart the service
      - Allow running haveged in containers
      - Normalise on Boolean “true” instead of “yes”

    + Tighten-down security settings
      - Apply a syscall filter to the service
      - Set ProtectHostname, ProtectKernel{Logs,Modules}
      - Set Restrict{Namespaces,Realtime}, preventing access to
        potentially-vulnerable kernel features.
      - Set LockPersonality, MemoryDenyWriteExecute


  * Declare compliance with policy v4.5.0.
    No change required.

  * Remove obsolete debian/source/include-binaries

 -- nicoo <nicoo@debian.org>  Fri, 31 Jan 2020 05:16:40 +0100

# For older changelog entries, run 'apt-get changelog libhavege2'

Generated by dwww version 1.14 on Fri Jan 24 09:45:51 CET 2025.