perlPackages.BytesRandomSecure: add patch for CVE-2026-11625
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user