mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.BytesRandomSecure: add patch for CVE-2026-11625
This commit is contained in:
parent
de91ce9279
commit
f74dae8497
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue