pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics ilmbase, openexr: update to 2.5.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7d0c33fb86d
branches:  trunk
changeset: 448875:c7d0c33fb86d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 17 11:46:08 2021 +0000

description:
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

diffstat:

 graphics/ilmbase/distinfo        |  10 +++++-----
 graphics/openexr/Makefile.common |   4 ++--
 graphics/openexr/distinfo        |  10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (46 lines):

diff -r b4f16d604969 -r c7d0c33fb86d graphics/ilmbase/distinfo
--- a/graphics/ilmbase/distinfo Wed Mar 17 11:24:52 2021 +0000
+++ b/graphics/ilmbase/distinfo Wed Mar 17 11:46:08 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2021/01/04 12:38:05 wiz Exp $
+$NetBSD: distinfo,v 1.23 2021/03/17 11:46:08 wiz Exp $
 
-SHA1 (openexr-2.5.4.tar.gz) = 13a75bed4e3bfc10ff1304599b8de3613844971b
-RMD160 (openexr-2.5.4.tar.gz) = 8ee37ad4d26a54cd5572d30ca9ccdc35b3fcbb07
-SHA512 (openexr-2.5.4.tar.gz) = f0fe305987981e0c7e5a854367702585e4935ad37b0e8c10dcbc7468ae3a6d34bf963ec9ec75cc3abe4cf00e359644476b643978d0289dca46c9785a25d3f7f1
-Size (openexr-2.5.4.tar.gz) = 27535491 bytes
+SHA1 (openexr-2.5.5.tar.gz) = f55bb2051b409fef1c983cbfa37c72be79038568
+RMD160 (openexr-2.5.5.tar.gz) = 9674c852e2efe80a84968e0e53164dd713baa49d
+SHA512 (openexr-2.5.5.tar.gz) = e511af26a8fe2175a641fd25d2dcc6ef807e00bee2aff06a4784125f916ffd47fe376fe0621d385b604180a239bbfee063f8ceee3f7b731fde3c38558e9fdcdf
+Size (openexr-2.5.5.tar.gz) = 27536865 bytes
 SHA1 (patch-IlmBase_configure.ac) = 563b483c24c1fa75f7fd203082ff872266d48d50
 SHA1 (patch-IlmBase_m4_threads.m4) = 7b1f38dbc733a2f324fd5800e9def6f040f33393
diff -r b4f16d604969 -r c7d0c33fb86d graphics/openexr/Makefile.common
--- a/graphics/openexr/Makefile.common  Wed Mar 17 11:24:52 2021 +0000
+++ b/graphics/openexr/Makefile.common  Wed Mar 17 11:46:08 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.8 2021/01/04 12:38:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2021/03/17 11:46:08 wiz Exp $
 # used by graphics/ilmbase/Makefile
 
-DISTNAME=      openexr-2.5.4
+DISTNAME=      openexr-2.5.5
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openexr/}
 GITHUB_PROJECT=        openexr
diff -r b4f16d604969 -r c7d0c33fb86d graphics/openexr/distinfo
--- a/graphics/openexr/distinfo Wed Mar 17 11:24:52 2021 +0000
+++ b/graphics/openexr/distinfo Wed Mar 17 11:46:08 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2021/01/04 12:38:05 wiz Exp $
+$NetBSD: distinfo,v 1.37 2021/03/17 11:46:08 wiz Exp $
 
-SHA1 (openexr-2.5.4.tar.gz) = 13a75bed4e3bfc10ff1304599b8de3613844971b
-RMD160 (openexr-2.5.4.tar.gz) = 8ee37ad4d26a54cd5572d30ca9ccdc35b3fcbb07
-SHA512 (openexr-2.5.4.tar.gz) = f0fe305987981e0c7e5a854367702585e4935ad37b0e8c10dcbc7468ae3a6d34bf963ec9ec75cc3abe4cf00e359644476b643978d0289dca46c9785a25d3f7f1
-Size (openexr-2.5.4.tar.gz) = 27535491 bytes
+SHA1 (openexr-2.5.5.tar.gz) = f55bb2051b409fef1c983cbfa37c72be79038568
+RMD160 (openexr-2.5.5.tar.gz) = 9674c852e2efe80a84968e0e53164dd713baa49d
+SHA512 (openexr-2.5.5.tar.gz) = e511af26a8fe2175a641fd25d2dcc6ef807e00bee2aff06a4784125f916ffd47fe376fe0621d385b604180a239bbfee063f8ceee3f7b731fde3c38558e9fdcdf
+Size (openexr-2.5.5.tar.gz) = 27536865 bytes
 SHA1 (patch-OpenEXR_IlmImf_ImfSystemSpecific.h) = a07e8ba50084e642a2f53371cdc53738b3e75995



Home | Main Index | Thread Index | Old Index