* [ptxdist] [PATCH] haveged: version bump 1.9.19 -> 1.9.23
@ 2026-06-18 14:12 Alexander Dahl via ptxdist
2026-06-25 19:23 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-06-18 14:12 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
- v1.9.20 creates /dev/shm if missing
- v1.9.21 has fix for CVE-2026-41054 and some bugfixes
- v1.9.22 improves /dev/shm handling for systemd
- v1.9.23 is a security hardening release
Copyright years in header comment changed.
Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.20
Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.21
Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.22
Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.23
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/haveged.make | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules/haveged.make b/rules/haveged.make
index 65d815108..3bc978173 100644
--- a/rules/haveged.make
+++ b/rules/haveged.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HAVEGED) += haveged
#
# Paths and names
#
-HAVEGED_VERSION := 1.9.19
-HAVEGED_SHA256 := acbb05776668657012273be9bb3310e3140b79959aa4538e4cca8d30d40c0b8f
+HAVEGED_VERSION := 1.9.23
+HAVEGED_SHA256 := 376c9d6530c53274c5eadf220ae43d0658e15414150ea52711142f6743bbfd74
HAVEGED := haveged-$(HAVEGED_VERSION)
HAVEGED_SUFFIX := tar.gz
HAVEGED_URL := \
@@ -25,7 +25,7 @@ HAVEGED_DIR := $(BUILDDIR)/$(HAVEGED)
HAVEGED_LICENSE := GPL-3.0-or-later
HAVEGED_LICENSE_FILES := \
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
- file://src/haveged.c;startline=1;endline=20;md5=4d0277c50e7cdae7b14dc63ae1766eea
+ file://src/haveged.c;startline=1;endline=20;md5=0ce6ffc96bccb5c544cadfbe135ae91c
# ----------------------------------------------------------------------------
# Prepare
base-commit: 3d185e7c01807e7a2f58a89fe811ed572d267099
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] haveged: version bump 1.9.19 -> 1.9.23
2026-06-18 14:12 [ptxdist] [PATCH] haveged: version bump 1.9.19 -> 1.9.23 Alexander Dahl via ptxdist
@ 2026-06-25 19:23 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-06-25 19:23 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as 5f436bcfb9b7b251f6dbcf9904b93fc801b81823.
Michael
[sent from post-receive hook]
On Thu, 25 Jun 2026 21:23:30 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> - v1.9.20 creates /dev/shm if missing
> - v1.9.21 has fix for CVE-2026-41054 and some bugfixes
> - v1.9.22 improves /dev/shm handling for systemd
> - v1.9.23 is a security hardening release
>
> Copyright years in header comment changed.
>
> Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.20
> Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.21
> Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.22
> Link: https://github.com/jirka-h/haveged/releases/tag/v1.9.23
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260618141220.3850814-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/haveged.make b/rules/haveged.make
> index 65d815108a0b..3bc97817387b 100644
> --- a/rules/haveged.make
> +++ b/rules/haveged.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HAVEGED) += haveged
> #
> # Paths and names
> #
> -HAVEGED_VERSION := 1.9.19
> -HAVEGED_SHA256 := acbb05776668657012273be9bb3310e3140b79959aa4538e4cca8d30d40c0b8f
> +HAVEGED_VERSION := 1.9.23
> +HAVEGED_SHA256 := 376c9d6530c53274c5eadf220ae43d0658e15414150ea52711142f6743bbfd74
> HAVEGED := haveged-$(HAVEGED_VERSION)
> HAVEGED_SUFFIX := tar.gz
> HAVEGED_URL := \
> @@ -25,7 +25,7 @@ HAVEGED_DIR := $(BUILDDIR)/$(HAVEGED)
> HAVEGED_LICENSE := GPL-3.0-or-later
> HAVEGED_LICENSE_FILES := \
> file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
> - file://src/haveged.c;startline=1;endline=20;md5=4d0277c50e7cdae7b14dc63ae1766eea
> + file://src/haveged.c;startline=1;endline=20;md5=0ce6ffc96bccb5c544cadfbe135ae91c
>
> # ----------------------------------------------------------------------------
> # Prepare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-25 19:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-18 14:12 [ptxdist] [PATCH] haveged: version bump 1.9.19 -> 1.9.23 Alexander Dahl via ptxdist
2026-06-25 19:23 ` [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