pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 17 11:46:08 UTC 2021

Modified Files:
        pkgsrc/graphics/ilmbase: distinfo
        pkgsrc/graphics/openexr: Makefile.common distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/ilmbase/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/openexr/Makefile.common
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/openexr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ilmbase/distinfo
diff -u pkgsrc/graphics/ilmbase/distinfo:1.22 pkgsrc/graphics/ilmbase/distinfo:1.23
--- pkgsrc/graphics/ilmbase/distinfo:1.22       Mon Jan  4 12:38:05 2021
+++ pkgsrc/graphics/ilmbase/distinfo    Wed Mar 17 11:46:08 2021
@@ -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

Index: pkgsrc/graphics/openexr/Makefile.common
diff -u pkgsrc/graphics/openexr/Makefile.common:1.8 pkgsrc/graphics/openexr/Makefile.common:1.9
--- pkgsrc/graphics/openexr/Makefile.common:1.8 Mon Jan  4 12:38:05 2021
+++ pkgsrc/graphics/openexr/Makefile.common     Wed Mar 17 11:46:08 2021
@@ -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

Index: pkgsrc/graphics/openexr/distinfo
diff -u pkgsrc/graphics/openexr/distinfo:1.36 pkgsrc/graphics/openexr/distinfo:1.37
--- pkgsrc/graphics/openexr/distinfo:1.36       Mon Jan  4 12:38:05 2021
+++ pkgsrc/graphics/openexr/distinfo    Wed Mar 17 11:46:08 2021
@@ -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