Skip to content

Commit

Permalink
gdal: switch to openexr_3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
autra committed Dec 31, 2024
1 parent 21e5bb9 commit 8112df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gdal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
libxml2,
lz4,
netcdf,
openexr,
openexr_3,
openjpeg,
openssl,
pcre2,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8112df3

Please sign in to comment.