perlPackages.BytesRandomSecure: add patch for CVE-2026-11625

(cherry picked from commit f74dae8497)
This commit is contained in:
Stig Palmquist 2026-06-27 11:59:49 +02:00 committed by github-actions[bot]
commit 98143898b6

View file

@ -2886,6 +2886,13 @@ with self;
url = "mirror://cpan/authors/id/D/DA/DAVIDO/Bytes-Random-Secure-0.29.tar.gz";
hash = "sha256-U7vTOeahHvygfGGaYVx8GIpouyvoSaHLfvw91Nmuha4=";
};
patches = [
(fetchpatch {
name = "CVE-2026-11625.patch";
url = "https://security.metacpan.org/patches/B/Bytes-Random-Secure/0.29/CVE-2026-11625-r1.patch";
hash = "sha256-EDPFvFjqGtN5/TiJlarqKMrtH6kEQD6rOA7B2moBkiA=";
})
];
propagatedBuildInputs = [
CryptRandomSeed
MathRandomISAAC