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
This commit is contained in:
Augustin Trancart
2024-12-31 16:04:27 +01:00
parent 21e5bb92cd
commit 8112df3f90
+2 -2
View File
@@ -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