mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] haveged: version bump 1.9.23 -> 1.9.26
@ 2026-07-06 10:33 Alexander Dahl via ptxdist
  2026-07-15 10:01 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-07-06 10:33 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Changelog:

v1.9.26 (Jun 24, 2026) [Jirka Hladky]
* Fix 100% CPU spin when --no-command is used (BZ#2492029)
* Initialize socket_fd to -1 so daemon loop skips accept() correctly

v1.9.25 (Jun 24, 2026) [Jirka Hladky]
* Add haveged-initramfs.service for use inside the initramfs (BZ#2491739)
* Update dracut module to use initramfs-specific service file
* Fix: --no-command in initramfs broke switch-root handoff, causing
  emergency mode on systems where haveged was started but not enabled

v1.9.24 (Jun 19, 2026) [Jirka Hladky]
* Add --no-command / -C flag to disable command mode at runtime
* Disable command mode in haveged.service and haveged-once.service
* Enable PrivateNetwork=true and remove ReadWritePaths=/dev/shm in service files

Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.24
Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.25
Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.26
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/haveged.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/haveged.make b/rules/haveged.make
index 3bc978173..9d89517d4 100644
--- a/rules/haveged.make
+++ b/rules/haveged.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HAVEGED) += haveged
 #
 # Paths and names
 #
-HAVEGED_VERSION	:= 1.9.23
-HAVEGED_SHA256	:= 376c9d6530c53274c5eadf220ae43d0658e15414150ea52711142f6743bbfd74
+HAVEGED_VERSION	:= 1.9.26
+HAVEGED_SHA256	:= 74bc6052506451ca9f23ba186f72cf81b124f859351f8a4b777ead32d9bdd4da
 HAVEGED		:= haveged-$(HAVEGED_VERSION)
 HAVEGED_SUFFIX	:= tar.gz
 HAVEGED_URL	:= \

base-commit: ad8c2c3283df6fc624b7dfeb83a0449e2f4b92ed
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] haveged: version bump 1.9.23 -> 1.9.26
  2026-07-06 10:33 [ptxdist] [PATCH] haveged: version bump 1.9.23 -> 1.9.26 Alexander Dahl via ptxdist
@ 2026-07-15 10:01 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-07-15 10:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as 1c203cbf81081170d25d1a75292a68fdb4e2f86a.

Michael

[sent from post-receive hook]

On Wed, 15 Jul 2026 12:01:48 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Changelog:
> 
> v1.9.26 (Jun 24, 2026) [Jirka Hladky]
> * Fix 100% CPU spin when --no-command is used (BZ#2492029)
> * Initialize socket_fd to -1 so daemon loop skips accept() correctly
> 
> v1.9.25 (Jun 24, 2026) [Jirka Hladky]
> * Add haveged-initramfs.service for use inside the initramfs (BZ#2491739)
> * Update dracut module to use initramfs-specific service file
> * Fix: --no-command in initramfs broke switch-root handoff, causing
>   emergency mode on systems where haveged was started but not enabled
> 
> v1.9.24 (Jun 19, 2026) [Jirka Hladky]
> * Add --no-command / -C flag to disable command mode at runtime
> * Disable command mode in haveged.service and haveged-once.service
> * Enable PrivateNetwork=true and remove ReadWritePaths=/dev/shm in service files
> 
> Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.24
> Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.25
> Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.26
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260706103322.1462878-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/haveged.make b/rules/haveged.make
> index 3bc97817387b..9d89517d4368 100644
> --- a/rules/haveged.make
> +++ b/rules/haveged.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HAVEGED) += haveged
>  #
>  # Paths and names
>  #
> -HAVEGED_VERSION	:= 1.9.23
> -HAVEGED_SHA256	:= 376c9d6530c53274c5eadf220ae43d0658e15414150ea52711142f6743bbfd74
> +HAVEGED_VERSION	:= 1.9.26
> +HAVEGED_SHA256	:= 74bc6052506451ca9f23ba186f72cf81b124f859351f8a4b777ead32d9bdd4da
>  HAVEGED		:= haveged-$(HAVEGED_VERSION)
>  HAVEGED_SUFFIX	:= tar.gz
>  HAVEGED_URL	:= \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-15 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 10:33 [ptxdist] [PATCH] haveged: version bump 1.9.23 -> 1.9.26 Alexander Dahl via ptxdist
2026-07-15 10:01 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox