Skip to content

Commit 7b42317

Browse files
authored
Remove haveged from all distribution (#6781)
Starting from Linux kernel v5.4, the HAVEGED inspired algorithm has been included in the Linux kernel, see the [LKML article](https://lore.kernel.org/lkml/[email protected]/T/) and the Linux Kernel [commit](torvalds/linux@50ee752). Additionally, since v5.6, as soon as the CRNG (the Linux cryptographic-strength random number generator) gets ready, /dev/random does not block on reads anymore: see this [commit](torvalds/linux@30c08ef). SOURCE: [jirka-h/haveged](https://github.com/jirka-h/haveged/blob/master/README.md)
1 parent eb152f4 commit 7b42317

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

config/cli/common/main/packages.additional

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ flex
2020
git
2121
gpiod
2222
gnupg2
23-
haveged
2423
hdparm
2524
htop
2625
html2text

config/cli/noble/main/packages.additional

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ flex
1818
git
1919
gpiod
2020
gnupg2
21-
haveged
2221
hdparm
2322
htop
2423
html2text

config/cli/sid/main/packages.additional

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ flex
1818
git
1919
gpiod
2020
gnupg2
21-
haveged
2221
hdparm
2322
htop
2423
html2text

config/cli/trixie/main/packages.additional

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ flex
1818
git
1919
gpiod
2020
gnupg2
21-
haveged
2221
hdparm
2322
htop
2423
html2text

0 commit comments

Comments
 (0)