diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-01-03 16:57:29 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-01-03 16:57:29 +0000 |
commit | c77c064297efe1486dfdc1841a15df8f6c354230 (patch) | |
tree | 02346dde01394e489acc60d118cca50cb13d8243 /graphics/gimp-gmic-plugin/Makefile | |
parent | 68ef982e1b088f9f3eb01ef0f862ee3fbe16b8f8 (diff) |
graphics/openexr: really commit v2.5.4 update.
Unfortunately, this was missed with the ilmbase update, and
causes yet another PORTREVISION bump on all dependent ports.
repeating ilmbase's commit log here:
"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@!)
Reported by: VVD (IRC, #bsdports)
Notes
Notes:
svn path=/head/; revision=560022
Diffstat (limited to 'graphics/gimp-gmic-plugin/Makefile')
-rw-r--r-- | graphics/gimp-gmic-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index 255d40b7c9e8..ffb826661611 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.6.9 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= graphics MASTER_SITES= http://gmic.eu/files/source/ PKGNAMEPREFIX= gimp- |