mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.CryptPasswdMD5: 1.42 -> 1.43
Fixes CVE-2026-6659. Assisted-by: Claude Code (Claude Opus 4.8) Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
parent
5fb740257c
commit
62e6ec8536
1 changed files with 4 additions and 3 deletions
|
|
@ -7302,11 +7302,12 @@ with self;
|
|||
|
||||
CryptPasswdMD5 = buildPerlPackage {
|
||||
pname = "Crypt-PasswdMD5";
|
||||
version = "1.42";
|
||||
version = "1.43";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-1.42.tgz";
|
||||
hash = "sha256-/Tlubn9E7rkj6TyZOUC49nqa7Vb8dKrK8Dj8QFPvO1k=";
|
||||
url = "mirror://cpan/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-1.43.tgz";
|
||||
hash = "sha256-Qr+Sk0UQlYXUlWkCVX7ONdBh7aQ454lPhucHV0EoB1k=";
|
||||
};
|
||||
propagatedBuildInputs = [ CryptURandom ];
|
||||
meta = {
|
||||
description = "Provide interoperable MD5-based crypt() functions";
|
||||
license = with lib.licenses; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue