graphics/openexr: bug fix update to 3.1.3
Note that the default zip compression level is changed from 6 to 4
by the upstream, to improve compression times by 2x "with only a tiny
drop in compression ratio."
Release notes:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.1.3
Changelog:
https://github.com/AcademySoftwareFoundation/openexr/blob/v3.1.3/CHANGES.md#version-313-october-27-2021
Note this was all cherry-picked to 2021Q4 in order to resolve the many
OSS-fuzz issues. See ChangeLog.
(cherry picked from commit 130a5d7e5a
)
This commit is contained in:
parent
7a96f5d917
commit
4a115e6fe7
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: nork@FreeBSD.org
|
||||
|
||||
PORTNAME= openexr
|
||||
PORTVERSION= 3.1.2
|
||||
PORTVERSION= 3.1.3
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
|
@ -27,7 +27,7 @@ PATCH_STRIP= -p0
|
|||
|
||||
_MAJORVER= 3_1
|
||||
_VER= 30
|
||||
_MINVER= 2
|
||||
_MINVER= 3
|
||||
_PLVER= 0
|
||||
|
||||
PLIST_SUB+= MAJORVER=${_MAJORVER} \
|
||||
|
@ -40,8 +40,8 @@ PORTEXAMPLES= *
|
|||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
OPTIONS_SUB= yes
|
||||
DOCS_CMAKE_BOOL=DOCS
|
||||
DOCS_BUILD_DEPENDS=breathe-apidoc:devel/py-breathe
|
||||
DOCS_CMAKE_BOOL=DOCS
|
||||
|
||||
_DOCSRCDIR1= ${WRKSRC}
|
||||
_DOC_FILES1= CHANGES.md CONTRIBUTING.md GOVERNANCE.md LICENSE.md SECURITY.md \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1634462340
|
||||
SHA256 (AcademySoftwareFoundation-openexr-3.1.2-v3.1.2_GH0.tar.gz) = f5c8f148e8f972e76b47e802aada1c59ef1837f0a9259c6677756e7cd347640f
|
||||
SIZE (AcademySoftwareFoundation-openexr-3.1.2-v3.1.2_GH0.tar.gz) = 20315253
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue