From 8112df3f902c2db910367c3b3c5295d3ba2bd674 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 --- 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 d88527b138c2..f4d02c2c72aa 100644 --- a/pkgs/development/libraries/gdal/default.nix +++ b/pkgs/development/libraries/gdal/default.nix @@ -60,7 +60,7 @@ libxml2, lz4, netcdf, - openexr, + openexr_3, openjpeg, openssl, pcre2, @@ -167,7 +167,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