From 13dba9f32a16a1b728eb9bf9d4b3696a105c1ca6 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Fri, 20 Dec 2024 22:42:58 +0100 Subject: [PATCH] gdal: switch to openexr_3 There are several CVEs affecting openexr v2 and it seems to disturb people. As gdal supports openexr v3, let's live in the future and upgrade this dep. Fix #366916 (cherry picked from commit 8112df3f902c2db910367c3b3c5295d3ba2bd674) --- pkgs/development/libraries/gdal/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix index b33641a3442a9..521915a7081bc 100644 --- a/pkgs/development/libraries/gdal/default.nix +++ b/pkgs/development/libraries/gdal/default.nix @@ -59,7 +59,7 @@ libxml2, lz4, netcdf, - openexr, + openexr_3, openjpeg, openssl, pcre2, @@ -177,7 +177,7 @@ stdenv.mkDerivation (finalAttrs: { nonDarwinDeps = lib.optionals (!stdenv.hostPlatform.isDarwin) ( [ # tests for formats enabled by these packages fail on macos - openexr + openexr_3 xercesc ] ++ arrowDeps