perlPackages.GD: 2.78 -> 2.86

Fixes CVE-2026-11526.

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-18 14:41:21 +02:00
commit 55c68fd7a0

View file

@ -14767,10 +14767,10 @@ with self;
GD = buildPerlPackage {
pname = "GD";
version = "2.78";
version = "2.86";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RU/RURBAN/GD-2.78.tar.gz";
hash = "sha256-aDEFS/VCS09cI9NifT0UhEgPb5wsZmMiIpFfKFG+buQ=";
url = "mirror://cpan/authors/id/R/RU/RURBAN/GD-2.86.tar.gz";
hash = "sha256-bWTTvhQpzB606IqPICL+yRDqPgeS2k/ljT7fdpXEbKI=";
};
nativeBuildInputs = [
@ -14785,6 +14785,7 @@ with self;
pkgs.fontconfig
pkgs.libxpm
ExtUtilsPkgConfig
FileWhich
TestFork
TestNoWarnings
];