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:           Fri Nov 20 18:13:18 UTC 2020

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

Log Message:
Update ilmbase and openexr to 2.5.3:

## Version 2.5.3 (August 12, 2020)

Patch release with various bug/security fixes and build/install fixes, plus a performance optimization:

### Summary

* Various sanitizer/fuzz-identified issues related to handling of invalid input
* Fixes to misc compiler warnings
* Cmake fix for building on arm64 macOS (#772)
* Read performance optimization (#782)
* Fix for building on non-glibc (#798)
* Fixes to tests

## Version 2.5.2 (June 15, 2020)

Patch release with various bug/security fixes and build/install fixes.

### Summary

* [CVE-2020-15305] Invalid input could cause a heap-use-after-free error in DeepScanLineInputFile::DeepScanLineInputFile()
* [CVE-2020-15306] Invalid chunkCount attributes could cause heap buffer overflow in getChunkOffsetTableSize()
* [CVE-2020-15304] Invalid tiled input file could cause invalid memory access TiledInputFile::TiledInputFile()
* OpenEXRConfig.h now correctly sets OPENEXR_PACKAGE_STRING to "OpenEXR" (rather than "IlmBase")
* Various Windows build fixes


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/ilmbase/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/openexr/Makefile.common
cvs rdiff -u -r1.34 -r1.35 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.20 pkgsrc/graphics/ilmbase/distinfo:1.21
--- pkgsrc/graphics/ilmbase/distinfo:1.20       Thu May 21 20:58:32 2020
+++ pkgsrc/graphics/ilmbase/distinfo    Fri Nov 20 18:13:18 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2020/05/21 20:58:32 ryoon Exp $
+$NetBSD: distinfo,v 1.21 2020/11/20 18:13:18 wiz Exp $
 
-SHA1 (openexr-2.5.1.tar.gz) = c32ffdf5a2f11e588562c268c873f96fa5ab8c1c
-RMD160 (openexr-2.5.1.tar.gz) = 5a12003fda09e145964a9235a1a56767455aab1e
-SHA512 (openexr-2.5.1.tar.gz) = d7ff156481a0b0c26282b5b839e8d88e3f19a9d11c8d16113faa38409145670b379d8c5629efa2c6bd7719e095c07fe2bcd9fc8bedd15f48da77c1ce94705714
-Size (openexr-2.5.1.tar.gz) = 27522285 bytes
+SHA1 (openexr-2.5.3.tar.gz) = 29ca69ddea74aa14a580140646adeea1e0427842
+RMD160 (openexr-2.5.3.tar.gz) = febfd4a4f840167520ec7fb4d56bd892c6b0b19c
+SHA512 (openexr-2.5.3.tar.gz) = 6da03193d4fea1e97e35008f59304ab408c521ead8495ba411cde5c172cf953be97999971f57398b813d14f1af1d722539a6b74d5ee54b9e74769ea8258d36ba
+Size (openexr-2.5.3.tar.gz) = 27534825 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.6 pkgsrc/graphics/openexr/Makefile.common:1.7
--- pkgsrc/graphics/openexr/Makefile.common:1.6 Thu May 21 20:58:32 2020
+++ pkgsrc/graphics/openexr/Makefile.common     Fri Nov 20 18:13:18 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.6 2020/05/21 20:58:32 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.7 2020/11/20 18:13:18 wiz Exp $
 # used by graphics/ilmbase/Makefile
 
-DISTNAME=      openexr-2.5.1
+DISTNAME=      openexr-2.5.3
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openexr/}
 GITHUB_PROJECT=        openexr

Index: pkgsrc/graphics/openexr/distinfo
diff -u pkgsrc/graphics/openexr/distinfo:1.34 pkgsrc/graphics/openexr/distinfo:1.35
--- pkgsrc/graphics/openexr/distinfo:1.34       Thu May 21 20:58:32 2020
+++ pkgsrc/graphics/openexr/distinfo    Fri Nov 20 18:13:18 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.34 2020/05/21 20:58:32 ryoon Exp $
+$NetBSD: distinfo,v 1.35 2020/11/20 18:13:18 wiz Exp $
 
-SHA1 (openexr-2.5.1.tar.gz) = c32ffdf5a2f11e588562c268c873f96fa5ab8c1c
-RMD160 (openexr-2.5.1.tar.gz) = 5a12003fda09e145964a9235a1a56767455aab1e
-SHA512 (openexr-2.5.1.tar.gz) = d7ff156481a0b0c26282b5b839e8d88e3f19a9d11c8d16113faa38409145670b379d8c5629efa2c6bd7719e095c07fe2bcd9fc8bedd15f48da77c1ce94705714
-Size (openexr-2.5.1.tar.gz) = 27522285 bytes
+SHA1 (openexr-2.5.3.tar.gz) = 29ca69ddea74aa14a580140646adeea1e0427842
+RMD160 (openexr-2.5.3.tar.gz) = febfd4a4f840167520ec7fb4d56bd892c6b0b19c
+SHA512 (openexr-2.5.3.tar.gz) = 6da03193d4fea1e97e35008f59304ab408c521ead8495ba411cde5c172cf953be97999971f57398b813d14f1af1d722539a6b74d5ee54b9e74769ea8258d36ba
+Size (openexr-2.5.3.tar.gz) = 27534825 bytes
 SHA1 (patch-OpenEXR_IlmImf_ImfSystemSpecific.h) = a07e8ba50084e642a2f53371cdc53738b3e75995



Home | Main Index | Thread Index | Old Index