perlPackages.CryptCBC: 2.33 -> 3.07

Fixes CVE-2025-2814.

Assisted-by: Claude Code (Claude Opus 4.8)
Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
Stig Palmquist
2026-06-26 22:23:47 +02:00
parent 2c79c8f23a
commit 49ef24302d
+8 -3
View File
@@ -6972,11 +6972,16 @@ with self;
CryptCBC = buildPerlPackage {
pname = "Crypt-CBC";
version = "2.33";
version = "3.07";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LD/LDS/Crypt-CBC-2.33.tar.gz";
hash = "sha256-anDeIbbMfysQAGfo4Yjblm6agAG122+pdufLWylK5kU=";
url = "mirror://cpan/authors/id/T/TI/TIMLEGGE/Crypt-CBC-3.07.tar.gz";
hash = "sha256-9N37TdasUBPfg0G/pzTZye4PEOLnEhXsj+W/eAt8kSc=";
};
propagatedBuildInputs = [
CryptPBKDF2
CryptURandom
CryptX
];
meta = {
description = "Encrypt Data with Cipher Block Chaining Mode";
license = with lib.licenses; [