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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user