perlPackages.BytesRandomSecure: add patch for CVE-2026-11625 (#535973)

This commit is contained in:
Marcus Ramberg 2026-06-27 11:28:26 +00:00 committed by GitHub
commit 7aba6643b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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