| Port details on branch 2026Q3 |
- openexr High dynamic-range (HDR) image file format
- 3.4.15 graphics
=0 3.4.15Version of this port present on the latest quarterly branch. - Maintainer: mandree@FreeBSD.org
 - Port Added: 2026-08-14 10:03:14
- Last Update: 2026-08-22 08:41:50
- Commit Hash: b2f1a89
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://www.openexr.com/
- Description:
- OpenEXR is a high dynamic-range (HDR) image file format developed by
Industrial Light & Magic for use in computer imaging applications.
OpenEXR is used by ILM on all motion pictures currently in production.
The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone,
Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become
ILM's main image file format.
OpenEXR's features include:
* Higher dynamic range and color precision than existing 8- and 10-bit
image file formats.
* Support for 16-bit floating-point, 32-bit floating-point, and 32-bit
integer pixels. The 16-bit floating-point format, called "half", is compatible
with the half data type in NVIDIA's Cg graphics language and is supported
natively on their new GeForce FX and Quadro FX 3D graphics solutions.
* Multiple lossless image compression algorithms. Some of the included codecs
can achieve 2:1 lossless compression ratios on images with film grain.
* Extensibility. New compression codecs and image types can easily be added
by extending the C++ classes included in the OpenEXR software distribution.
New image attributes (strings, vectors, integers, etc.) can be added to
OpenEXR image headers without affecting backward compatibility with existing
OpenEXR applications.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- openexr>0:graphics/openexr
- To install the port:
- cd /usr/ports/graphics/openexr/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/openexr
- pkg install openexr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openexr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1787352131
SHA256 (openexr/openexr-3.4.15.tar.gz) = ab893d8003773ccd9a5556b2caf38da591ae37e20b06ee9d589a08984c5191f2
SIZE (openexr/openexr-3.4.15.tar.gz) = 25840011
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Slave ports:
-
- graphics/openexr-website-docs
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- help2man : misc/help2man
- openjph>=0.23.0 : graphics/openjph
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libImath-3_2.so.30 : math/Imath
- libdeflate.so : archivers/libdeflate
- libopenjph.so : graphics/openjph
- This port is required by:
- for Build
-
- graphics/openexr-website-docs
- for Libraries
-
- graphics/opencv
Configuration Options:
- ===> The following configuration options are available for openexr-3.4.15:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_openexr
- USES:
- cmake:testing compiler:c++14-lang cpe pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.4.15 22 Aug 2026 08:41:50
    |
Gleb Popov (arrowd)  Author: Matthias Andree |
graphics/openexr*: security fix update to v3.4.15
"v3.4.15 fixes two memory issues when parsing IDManifests. Corrupt
or maliciously formed OpenEXR images could trigger excessive memory
allocation, but only in code which decodes the idmanifest attribute.
Other code is unaffected, even when handling files with idmanifest
attributes [...] CVEs have been requested for these issues."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.4.15>
CVEs are not yet communicated.
Changelog: https://github.com/AcademySoftwareFoundation/openexr/blob/v3.4.15/CHANGES.md#version-3415-august-21-2026
Pull request: https://github.com/freebsd/freebsd-ports/pull/594
MFH: 2026Q3
PR: 297717
(cherry picked from commit e51c07e1f89545680baab090f517391137ca5834) |
3.4.14 14 Aug 2026 10:01:18
    |
Yusuf Yaman (nxjoseph)  Author: Matthias Andree |
graphics/openexr*: Security update 3.4.13 => 3.4.14
Changelog:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.4.14
PR: 297486
Reported by: mandree (maintainer)
Approved by: osa, vvd (Mentors, implicit)
Pull Request: https://github.com/freebsd/freebsd-ports/pull/580
MFH: 2026Q3
Security: CVE-2026-68514 PyOpenEXR deep prefixed literal RGB key collision heap
buffer overflow
Security: CVE-2026-68513 PyOpenEXR prefixed literal RGB key collision heap
buffer overflow
Security: CVE-2026-62986 PyOpenEXR deep prefixed RGB stale lane disclosure
Security: CVE-2026-61703 PyOpenEXR deep mixed RGB heap buffer overflow
Security: CVE-2026-61555 empty multiView viewFromChannelName file crash (Only the first 15 lines of the commit message are shown above ) |