Wed Mar 17 11:46:08 2021 UTC ()
ilmbase, openexr: update to 2.5.5

## Version 2.5.5 (February 12, 2021)

Patch release with various bug/sanitizer/security fixes, primarily
related to reading corrupted input files, but also a fix for universal
build support on macOS.

Specific OSS-fuzz issues include:

* OSS-fuzz [#30291](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30291)
* OSS-fuzz [#29106](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29106)
* OSS-fuzz [#28971](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28971)
* OSS-fuzz [#29829](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29829)
* OSS-fuzz [#30121](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30121)

### Merged Pull Requests

* [#914](https://github.com/AcademySoftwareFoundation/openexr/pull/914) additional verification of DWA data sizes
* [#910](https://github.com/AcademySoftwareFoundation/openexr/pull/910) update tileoffset sanitycheck to handle ripmaps
* [#903](https://github.com/AcademySoftwareFoundation/openexr/pull/903) prevent overflows by using Int64 for all vars in DWA initialize
* [#901](https://github.com/AcademySoftwareFoundation/openexr/pull/901) Use size_t for DWA buffersize calculation
* [#897](https://github.com/AcademySoftwareFoundation/openexr/pull/897) prevent overflow in RgbaFile cachePadding
* [#896](https://github.com/AcademySoftwareFoundation/openexr/pull/896) add buffer size validation to FastHuf decode
* [#893](https://github.com/AcademySoftwareFoundation/openexr/pull/893) Include <limits> where required by newer compilers
* [#889](https://github.com/AcademySoftwareFoundation/openexr/pull/889) Add explicit #include <limits> for numeric_limits
* [#854](https://github.com/AcademySoftwareFoundation/openexr/pull/854) Fix Apple Universal 2 (arm64/x86_64) builds


(wiz)
diff -r1.22 -r1.23 pkgsrc/graphics/ilmbase/distinfo
diff -r1.8 -r1.9 pkgsrc/graphics/openexr/Makefile.common
diff -r1.36 -r1.37 pkgsrc/graphics/openexr/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/graphics/ilmbase/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/ilmbase/Attic/distinfo 2021/01/04 12:38:05 1.22
+++ pkgsrc/graphics/ilmbase/Attic/distinfo 2021/03/17 11:46:08 1.23
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.22 2021/01/04 12:38:05 wiz Exp $ 1$NetBSD: distinfo,v 1.23 2021/03/17 11:46:08 wiz Exp $
2 2
3SHA1 (openexr-2.5.4.tar.gz) = 13a75bed4e3bfc10ff1304599b8de3613844971b 3SHA1 (openexr-2.5.5.tar.gz) = f55bb2051b409fef1c983cbfa37c72be79038568
4RMD160 (openexr-2.5.4.tar.gz) = 8ee37ad4d26a54cd5572d30ca9ccdc35b3fcbb07 4RMD160 (openexr-2.5.5.tar.gz) = 9674c852e2efe80a84968e0e53164dd713baa49d
5SHA512 (openexr-2.5.4.tar.gz) = f0fe305987981e0c7e5a854367702585e4935ad37b0e8c10dcbc7468ae3a6d34bf963ec9ec75cc3abe4cf00e359644476b643978d0289dca46c9785a25d3f7f1 5SHA512 (openexr-2.5.5.tar.gz) = e511af26a8fe2175a641fd25d2dcc6ef807e00bee2aff06a4784125f916ffd47fe376fe0621d385b604180a239bbfee063f8ceee3f7b731fde3c38558e9fdcdf
6Size (openexr-2.5.4.tar.gz) = 27535491 bytes 6Size (openexr-2.5.5.tar.gz) = 27536865 bytes
7SHA1 (patch-IlmBase_configure.ac) = 563b483c24c1fa75f7fd203082ff872266d48d50 7SHA1 (patch-IlmBase_configure.ac) = 563b483c24c1fa75f7fd203082ff872266d48d50
8SHA1 (patch-IlmBase_m4_threads.m4) = 7b1f38dbc733a2f324fd5800e9def6f040f33393 8SHA1 (patch-IlmBase_m4_threads.m4) = 7b1f38dbc733a2f324fd5800e9def6f040f33393

cvs diff -r1.8 -r1.9 pkgsrc/graphics/openexr/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/openexr/Attic/Makefile.common 2021/01/04 12:38:05 1.8
+++ pkgsrc/graphics/openexr/Attic/Makefile.common 2021/03/17 11:46:08 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile.common,v 1.8 2021/01/04 12:38:05 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.9 2021/03/17 11:46:08 wiz Exp $
2# used by graphics/ilmbase/Makefile 2# used by graphics/ilmbase/Makefile
3 3
4DISTNAME= openexr-2.5.4 4DISTNAME= openexr-2.5.5
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/}
7GITHUB_PROJECT= openexr 7GITHUB_PROJECT= openexr
8GITHUB_TAG= v${PKGVERSION_NOREV} 8GITHUB_TAG= v${PKGVERSION_NOREV}
9 9
10MAINTAINER= adam@NetBSD.org 10MAINTAINER= adam@NetBSD.org
11HOMEPAGE= https://www.openexr.com/ 11HOMEPAGE= https://www.openexr.com/
12COMMENT= High dynamic-range (HDR) image file format library and tools 12COMMENT= High dynamic-range (HDR) image file format library and tools
13LICENSE= modified-bsd 13LICENSE= modified-bsd
14 14
15CHECK_PORTABILITY_SKIP+= util/reformat.sh # unused file 15CHECK_PORTABILITY_SKIP+= util/reformat.sh # unused file
16 16
17WRKSRC= ${WRKDIR}/${DISTNAME} 17WRKSRC= ${WRKDIR}/${DISTNAME}

cvs diff -r1.36 -r1.37 pkgsrc/graphics/openexr/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/openexr/distinfo 2021/01/04 12:38:05 1.36
+++ pkgsrc/graphics/openexr/distinfo 2021/03/17 11:46:08 1.37
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.36 2021/01/04 12:38:05 wiz Exp $ 1$NetBSD: distinfo,v 1.37 2021/03/17 11:46:08 wiz Exp $
2 2
3SHA1 (openexr-2.5.4.tar.gz) = 13a75bed4e3bfc10ff1304599b8de3613844971b 3SHA1 (openexr-2.5.5.tar.gz) = f55bb2051b409fef1c983cbfa37c72be79038568
4RMD160 (openexr-2.5.4.tar.gz) = 8ee37ad4d26a54cd5572d30ca9ccdc35b3fcbb07 4RMD160 (openexr-2.5.5.tar.gz) = 9674c852e2efe80a84968e0e53164dd713baa49d
5SHA512 (openexr-2.5.4.tar.gz) = f0fe305987981e0c7e5a854367702585e4935ad37b0e8c10dcbc7468ae3a6d34bf963ec9ec75cc3abe4cf00e359644476b643978d0289dca46c9785a25d3f7f1 5SHA512 (openexr-2.5.5.tar.gz) = e511af26a8fe2175a641fd25d2dcc6ef807e00bee2aff06a4784125f916ffd47fe376fe0621d385b604180a239bbfee063f8ceee3f7b731fde3c38558e9fdcdf
6Size (openexr-2.5.4.tar.gz) = 27535491 bytes 6Size (openexr-2.5.5.tar.gz) = 27536865 bytes
7SHA1 (patch-OpenEXR_IlmImf_ImfSystemSpecific.h) = a07e8ba50084e642a2f53371cdc53738b3e75995 7SHA1 (patch-OpenEXR_IlmImf_ImfSystemSpecific.h) = a07e8ba50084e642a2f53371cdc53738b3e75995