diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-01-03 10:30:56 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-01-03 10:30:56 +0000 |
commit | db0013e446bc29ac0a3307c7399e226c6e116c86 (patch) | |
tree | 0ada58ec7dbc6a0a7edbef13f5c3abcd813e9190 /misc | |
parent | 3328c40d3f21abeb2ba35407f34202f1a86298d1 (diff) | |
download | freebsd-ports-db0013e446bc29ac0a3307c7399e226c6e116c86.zip |
graphics/openexr: graphics/ilmbase: v2.5.4 update
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openvdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index cf18fa7b1442..08a10fb028d0 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -3,6 +3,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v DISTVERSION= 8.0.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org |