diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-01-04 00:57:29 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-01-04 00:57:29 +0800 |
commit | c77c064297efe1486dfdc1841a15df8f6c354230 (patch) | |
tree | 02346dde01394e489acc60d118cca50cb13d8243 /editors | |
parent | 68ef982e1b088f9f3eb01ef0f862ee3fbe16b8f8 (diff) | |
download | freebsd-ports-gnome-c77c064297efe1486dfdc1841a15df8f6c354230.tar.gz freebsd-ports-gnome-c77c064297efe1486dfdc1841a15df8f6c354230.tar.zst freebsd-ports-gnome-c77c064297efe1486dfdc1841a15df8f6c354230.zip |
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)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index d3f199c0c723..7476bfb87758 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.2.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} |