git: ee0785dbfdef - 2022Q1 - graphics/openexr: security update to 3.1.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jan 2022 00:11:14 UTC
The branch 2022Q1 has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ee0785dbfdefdf50c7b39b4fd0e2dde1584ce0b4
commit ee0785dbfdefdf50c7b39b4fd0e2dde1584ce0b4
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-01-27 01:50:43 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-01-27 23:53:15 +0000
graphics/openexr: security update to 3.1.4
* Several bug fixes to properly reject invalid input upon read
* Miscellaneous documentation improvements
This addresses one public security vulnerability:
* CVE-2021-45942 Heap-buffer-overflow in Imf_3_1::LineCompositeTask::execute
Changelog:
https://github.com/AcademySoftwareFoundation/openexr/blob/v3.1.4/CHANGES.md#version-314-january-26-2022
Security: CVE-2021-45942
MFH: 2022Q1
(cherry picked from commit c67fbf11b4bd1c8b3cbbf2abc99deadf4cec2892)
---
graphics/openexr/Makefile | 6 +++---
graphics/openexr/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 32aa958d08eb..049ba5410364 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,7 +1,7 @@
# Created by: nork@FreeBSD.org
PORTNAME= openexr
-PORTVERSION= 3.1.3
+PORTVERSION= 3.1.4
CATEGORIES= graphics devel
MAINTAINER= mandree@FreeBSD.org
@@ -27,8 +27,8 @@ PATCH_STRIP= -p0
_MAJORVER= 3_1
_VER= 30
-_MINVER= 3
-_PLVER= 0
+_MINVER= 4
+_PLVER= 1
PLIST_SUB+= MAJORVER=${_MAJORVER} \
VER=${_VER} \
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo
index 68b2094878f1..f15ce8f369e8 100644
--- a/graphics/openexr/distinfo
+++ b/graphics/openexr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1635764727
-SHA256 (AcademySoftwareFoundation-openexr-3.1.3-v3.1.3_GH0.tar.gz) = 6f70a624d1321319d8269a911c4032f24950cde52e76f46e9ecbebfcb762f28c
-SIZE (AcademySoftwareFoundation-openexr-3.1.3-v3.1.3_GH0.tar.gz) = 20322346
+TIMESTAMP = 1643245066
+SHA256 (AcademySoftwareFoundation-openexr-3.1.4-v3.1.4_GH0.tar.gz) = cb019c3c69ada47fe340f7fa6c8b863ca0515804dc60bdb25c942c1da886930b
+SIZE (AcademySoftwareFoundation-openexr-3.1.4-v3.1.4_GH0.tar.gz) = 20323658