Date: Sun, 05 Apr 2026 20:02:32 +0000 From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Matthias Andree <mandree@FreeBSD.org> Subject: git: ff3b84dc9b80 - main - graphics/openexr*: Security update to 3.4.9 Message-ID: <69d2bfd8.37d0a.3d87196b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff3b84dc9b80acb9e6a7a86b837898d4e7687580 commit ff3b84dc9b80acb9e6a7a86b837898d4e7687580 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2026-04-02 09:27:40 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2026-04-05 19:50:36 +0000 graphics/openexr*: Security update to 3.4.9 Addresses several security vulnerabilities Changelog: https://github.com/AcademySoftwareFoundation/openexr/blob/v3.4.9/CHANGES.md#version-349-april--3-2026 PR: 294197 Security: CVE-2026-34589, CVE-2026-34588, CVE-2026-34380, CVE-2026-34379, CVE-2026-34378, adb096d4-2e72-11f1-acc1-339a1a6999b0 --- graphics/openexr-website-docs/Makefile | 6 +++--- graphics/openexr-website-docs/distinfo | 6 +++--- graphics/openexr/Makefile | 11 ++++++----- graphics/openexr/distinfo | 6 +++--- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/graphics/openexr-website-docs/Makefile b/graphics/openexr-website-docs/Makefile index add9b70c9a0b..d96462a9dea8 100644 --- a/graphics/openexr-website-docs/Makefile +++ b/graphics/openexr-website-docs/Makefile @@ -1,7 +1,7 @@ PORTNAME= openexr-website-docs -PORTVERSION= 3.4.8 +DISTVERSION= 3.4.9 PORTREVISION= 0 -MASTER_SITES= https://github.com/AcademySoftwareFoundation/openexr/releases/download/v${PORTVERSION}/:DEFAULT \ +MASTER_SITES= https://github.com/AcademySoftwareFoundation/openexr/releases/download/v${DISTVERSION}/:DEFAULT \ https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr-images/main/:website \ LOCAL/mandree/openexr/:DEFAULT \ LOCAL/mandree/openexr/:website @@ -130,7 +130,7 @@ ALL_TARGET= website MASTERDIR= ${.CURDIR}/../../graphics/openexr PATCHDIR= ${.CURDIR}/files PKGDIR= ${.CURDIR} -WRKSRC= ${WRKDIR}/openexr-${PORTVERSION} +WRKSRC= ${WRKDIR}/openexr-${DISTVERSION} BINARY_ALIAS= python3=${PYTHON_CMD} diff --git a/graphics/openexr-website-docs/distinfo b/graphics/openexr-website-docs/distinfo index 815693590392..5ee3cc631e57 100644 --- a/graphics/openexr-website-docs/distinfo +++ b/graphics/openexr-website-docs/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1774556708 -SHA256 (openexr/openexr-3.4.8.tar.gz) = 30c823db7632f131fbbf1c0be3ddad3f681f9ecaa7d1016ac6114543d5e3c818 -SIZE (openexr/openexr-3.4.8.tar.gz) = 25725499 +TIMESTAMP = 1775289199 +SHA256 (openexr/openexr-3.4.9.tar.gz) = 0af2c6bd41d5c61511ee521fd091e45410e35d1acbaf2ef674e0993fee8aafe9 +SIZE (openexr/openexr-3.4.9.tar.gz) = 25734572 SHA256 (openexr/TestImages/README.rst) = 3cbb0a9ab20868940de1b9bf582bdc5ff4244cc585c682d6e40b9befb8fd593c SIZE (openexr/TestImages/README.rst) = 2588 SHA256 (openexr/TestImages/AllHalfValues.exr) = eede573a0b59b79f21de15ee9d3b7649d58d8f2a8e7787ea34f192db3b3c84a4 diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index cd21f7971139..a90767baece7 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -1,10 +1,10 @@ PORTNAME?= openexr -PORTVERSION?= 3.4.8 # ALSO update openexr-website-docs! -- verify sigstore: make makesum verify-sigstore +DISTVERSION?= 3.4.9 # ALSO update openexr-website-docs! -- verify sigstore: make makesum verify-sigstore PORTREVISION?= 0 CATEGORIES= graphics devel .if !defined(MASTERDIR) MASTER_SITES= https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr-images/v1.0/:testimages \ - https://github.com/AcademySoftwareFoundation/openexr/releases/download/v${PORTVERSION}/:DEFAULT \ + https://github.com/AcademySoftwareFoundation/openexr/releases/download/v${DISTVERSION}/:DEFAULT \ LOCAL/mandree/openexr/:DEFAULT \ LOCAL/mandree/openexr/:testimages DISTFILES= ${EXTRACT_ONLY}:DEFAULT @@ -26,7 +26,7 @@ DISTFILES+= v2/LeftView/Balls.exr:testimages DISTFILES+= v2/Stereo/Trunks.exr:testimages .endif DIST_SUBDIR= openexr # hardcode - not using ${PORTNAME} - so we can share the distdir with openexr-website-docs, avoiding double download of ... -EXTRACT_ONLY= openexr-${PORTVERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= openexr-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= mandree@FreeBSD.org COMMENT= High dynamic-range (HDR) image file format @@ -47,7 +47,7 @@ LIB_DEPENDS?= libImath-3_2.so.30:math/Imath \ USES?= cmake:testing compiler:c++14-lang cpe pathfix pkgconfig #USE_GITHUB= yes -#GH_TUPLE= AcademySoftwareFoundation:openexr:v${PORTVERSION} +#GH_TUPLE= AcademySoftwareFoundation:openexr:v${DISTVERSION} USE_LDCONFIG= yes @@ -70,7 +70,8 @@ LDFLAGS+= -pthread _MAJORVER= 3_4 _VER= 33 -_REL= ${PORTVERSION} +#_REL= ${PORTVERSION} +_REL= 3.4.9 PLIST_SUB+= MAJORVER=${_MAJORVER} \ VER=${_VER} \ REL=${_REL} diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo index 92375b9c218d..db93fe360bc6 100644 --- a/graphics/openexr/distinfo +++ b/graphics/openexr/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1774555189 -SHA256 (openexr/openexr-3.4.8.tar.gz) = 30c823db7632f131fbbf1c0be3ddad3f681f9ecaa7d1016ac6114543d5e3c818 -SIZE (openexr/openexr-3.4.8.tar.gz) = 25725499 +TIMESTAMP = 1775289025 +SHA256 (openexr/openexr-3.4.9.tar.gz) = 0af2c6bd41d5c61511ee521fd091e45410e35d1acbaf2ef674e0993fee8aafe9 +SIZE (openexr/openexr-3.4.9.tar.gz) = 25734572 SHA256 (openexr/Beachball/multipart.0001.exr) = 0cd032069fbaa14a2766861fef9893ea66a6494ff64650725d3b26a500df774b SIZE (openexr/Beachball/multipart.0001.exr) = 2894260 SHA256 (openexr/Beachball/singlepart.0001.exr) = 29719942ed3c095a8f8f111fc139fc4c28f446007f5bfce00177cae585b1a87ahome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d2bfd8.37d0a.3d87196b>
