haveged: 1.9.20 -> 1.9.21

Fixes CVE-2026-41054 (LPE).

https://github.com/jirka-h/haveged/releases/tag/v1.9.21
https://www.openwall.com/lists/oss-security/2026/05/19/3
This commit is contained in:
Thomas Gerbet 2026-05-19 15:17:24 +02:00
commit 184da5f11c

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "haveged";
version = "1.9.20";
version = "1.9.21";
src = fetchFromGitHub {
owner = "jirka-h";
repo = "haveged";
rev = "v${finalAttrs.version}";
hash = "sha256-7ymilQktEsCUTujGC2KTXN5LI2KQRbAd/4tEMxOZxpo=";
hash = "sha256-ldJsB09xgACCI9ne10gxr2T2f20aVPXJXea32hoCYP8=";
};
strictDeps = true;