Path to this page:
Subject: CVS commit: pkgsrc/graphics/openexr
From: Thomas Klausner
Date: 2024-11-17 10:20:49
Message id: 20241117092049.50917FC7D@cvs.NetBSD.org
Log Message:
openexr: update to 3.3.2.
## Version 3.3.2 (November 11, 2024)
Patch release that fixes several bugs and build issues:
* A recent change to CMake had the unintended consequence of
installing headers and libraries from `libdeflate` when doing an
internal build. This is now fixed.
* Fix custom namespaces
* Add thread control to `exrmetrics` tool
* Reintroduce single cache for successive scanline reads
* Allow empty filename when providing a custom stream
* Handle non-seekable stream in python module's `InputFile` object
This release fixes:
* OSS-fuzz [372524117](https://issues.oss-fuzz.com/issues/372524117)
Null-dereference WRITE in Imf_3_4::ScanLineProcess::run_fill
Files: