mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.CryptScryptKDF: 0.010 -> 0.011
Fixes CVE-2026-8647. Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
parent
62e6ec8536
commit
4b37127ec0
1 changed files with 7 additions and 4 deletions
|
|
@ -7540,12 +7540,15 @@ with self;
|
|||
|
||||
CryptScryptKDF = buildPerlModule {
|
||||
pname = "Crypt-ScryptKDF";
|
||||
version = "0.010";
|
||||
version = "0.011";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MI/MIK/Crypt-ScryptKDF-0.010.tar.gz";
|
||||
hash = "sha256-fRbulczj61TBdGc6cpn0wIb7o6yF+EfQ4TT+7V93YBc=";
|
||||
url = "mirror://cpan/authors/id/M/MI/MIK/Crypt-ScryptKDF-0.011.tar.gz";
|
||||
hash = "sha256-IZLJ8E8rX/cHN/XNrz9PZ6VXE8MeoIVAOMvzXjttFrQ=";
|
||||
};
|
||||
propagatedBuildInputs = [ CryptOpenSSLRandom ];
|
||||
propagatedBuildInputs = [
|
||||
CryptOpenSSLRandom
|
||||
CryptX
|
||||
];
|
||||
meta = {
|
||||
description = "Scrypt password based key derivation function";
|
||||
homepage = "https://github.com/DCIT/perl-Crypt-ScryptKDF";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue