summaryrefslogtreecommitdiff
path: root/graphics/ilmbase
AgeCommit message (Collapse)AuthorFilesLines
2021-07-08ilmbase: remove, superseeded by math/imathmarkd7-161/+0
2021-03-17ilmbase, openexr: update to 2.5.5wiz1-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
2021-01-04openexr, ilmbase: update to 2.5.4wiz1-5/+5
Patch release with various bug/sanitizer/security fixes, primarily related to reading corrupted input files.
2020-11-20Update ilmbase and openexr to 2.5.3:wiz1-5/+5
## 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
2020-05-21ilmbase, openexr: Update to 2.5.1ryoon3-7/+23
Changelog: 2.5.1: A patch release that corrects the SO version for the v2.5 release, which missed getting bumped in v2.5.0. This release also fixes an improper failure in IlmImfTest when running on ARMv7 and AAarch64. 2.5.0: Minor release with miscellaneous bug fixes and small features ## Summary * No more build-time header generation: toFloat.h, eLut.h, b44ExpLogTable.h, and dwaLookups.h are now ordinary header files, no longer generated on the fly. * New StdISSTream class, an "input" stringstream version of StdOSStream * New Matrix22 class in Imath * Chromaticity comparison operator now includes white (formerly ignored) * Various cmake fixes * Bug fixes for various memory leaks * Bug fixes for various invalid memory accesses * New checks to detect damaged input files * OpenEXR_Viewers has been deprecated, removed from the top-level cmake build and documentation.
2020-02-13openexr: Update to 2.4.1nia1-5/+5
Summary: Various fixes for memory leaks and invalid memory accesses Various fixes for integer overflow with large images. Various cmake fixes for build/install of python modules. ImfMisc.h is no longer installed, since it's a private header.
2019-09-22Fix POSIX shell portability issuesryoon2-2/+35
2019-09-21openexr: Update to 2.4.0nia8-211/+15
Summary of changes: All code compiles without warnings on gcc, clang, msvc Cleanup of license and copyright notices floating-point exception handling is disabled by default New Slice::Make method to reliably compute base pointer for a slice. Miscellaneous bug fixes This version fixes the following security vulnerabilities: CVE-2018-18444 Issue #351 Out of Memory CVE-2018-18443 Issue #350 heap-buffer-overflow
2019-07-08Follow some http->https redirects.nia1-2/+2
2018-11-20ilmbase, openexr: require GCC 6.xmaya1-1/+2
This needs a C++14 compiler. From Greg Oster in PR pkg/53665
2018-10-02ilmbase/openexr: updated to 2.3.0adam5-84/+137
OpenEXR v2.3.0 has been released and is available for download. Features/Improvements: ThreadPool overhead improvements, enable custom thread pool to be registered via ThreadPoolProvider class Fixes to enable custom namespaces for Iex, Imf Improve read performance for deep/zipped data, and SIMD-accelerated uncompress support Added rawPixelDataToBuffer() function for access to compressed scanlines Iex::BaseExc no longer derived from std::string. Imath throw() specifiers removed Initial Support for Python 3 Bugs: 25+ various bug fixes (see detailed Release Notes for the full list) Build Fixes: Various fixes to the cmake and autoconf build infrastructures Various changes to support compiling for C++11 / C++14 / C++17 and GCC 6.3.1 Various fixes to address Windows build issues 60+ total build-related fixes (see detailed Release Notes for the full list)
2018-01-10ilmbase: update to 2.2.1.wiz3-27/+26
Changes not found.
2017-05-15Bump PKGREVISONryoon3-22/+16
* Remove an incorrect POSIX shell portability fix and use bash as configure shell
2017-05-14Fix configure using kshryoon1-2/+3
The error is as follows. ./configure: 17376: Syntax error: no modifiers allowed with ${#var} From the commit log of r1.127 src/bin/sh/parser.c, it seems intentional. So use ksh explicitly.
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz2-3/+4
2014-08-11Changes 2.2.0:adam3-21/+6
* DreamWorks Lossy Compression A new high quality, high performance lossy compression codec contributed by DreamWorks Animation. This codec allows control over variable lossiness to balance visual quality and file size. This contribution also includes performance improvements that speed up the PIZ codec. * IlmImfUtil A new library intended to aid in development of image file manipulation utilities that support the many types of OpenEXR images.
2014-04-10recursive bump from ilmbase shlib version change.obache1-2/+2
2013-12-26Fix build with SunStudio compiler under Solaris.tron3-1/+34
2013-12-09Changes 2.1.0:adam4-17/+16
This release includes a refactoring of the optimised read paths for RGBA data, optimisations for some of the python bindings to Imath, improvements to the cmake build environment as well as additional documentation describing deep data in more detail.
2013-12-02Add #undef abs in ImathFun.h. On MirBSD, something (I don't know what)bsiegert3-2/+17
redefines abs and breaks the openexr build. Bump PKGREVISION.
2013-07-31Version 2.0.1adam4-43/+33
* Bumped version to track OpenEXR
2013-05-09This one should not be revbumped!adam1-2/+1
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam2-2/+4
2013-05-09Disable problematic ucontext supportadam2-4/+14
2013-05-08Version 2.0.0adam6-32/+78
* Bumped version to track OpenEXR * Numerous minor fixes, missing includes etc
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-26Do not try to use EOVERFLOW if it is equal to ERANGE, such as in MirBSD.bsiegert3-3/+17
Fixes MirBSD build. PKGREVISION++.
2011-01-03Since openexr wants ilmbase>=1.0.2nb1, let openexr demand itwiz1-2/+2
instead of changing ilmbase's bl3.mk.
2011-01-03Since ilmbase 1.0.2 is not reliably usable on some platforms, bump requireddsainty1-2/+2
version to 1.0.2nb1.
2011-01-03Include <cstring> to declare memset(), used from ImathMatrix.h indsainty3-2/+18
inlines. Bump PKGREVISION, as this modifies the installed header as used by other packages. Partially fixes building graphics/openexr under Ubuntu 10.10.
2010-12-14Changes 1.0.2:adam3-6/+36
* Added explicit copy constructors to Imath::Matrix33<T> and ImathMatrix44<T> to make conversions between float and double matrices more convenient. * Added slerpShortestArc() and euclideanInnerProduct() functions to Imath::Quat<T>. * Added 4D vector class template Imath::Vec4<T>. * Copy constructors and assignment operators for Matrix33<T> and Matrix44<T> are up to 25% faster. Added matrix constructors that do not initialize the matrix (this is faster in cases where the initial value of the matrix is immediately overwritten anyway). * Rewrote function closestPointOnBox(point,box). Shortened the code, improved numerical accuracy, fixed a bug where closestPointOnBox(box.center(),box) would return the center of the +Z side of the box, even if the +/-X or +/-Y sides were closer. * Rewrote function findEntryAndExitPoints() in ImathBoxAlgo.h. Results are now consistent with those from intersect(), also in ImathBoxAlgo.h. * Made Vec2<T>::length() and Vec3<T>::length() more accurate for vectors whose length is less than sqrt(limits<T>::smallest()); * Made Quat<T>::angle() more accurate for small angles.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-28Strip out obsolete compiler option "-Wno-long-double" to fix build withtron1-1/+3
GCC 4.2.1 under Mac OS X.
2008-02-12Needs -lm on Solaris.rillig1-1/+2
2008-02-03Added reference to upstream bug report.heinz2-3/+6
2008-02-03The package supports installation to DESTDIR.heinz1-1/+3
2007-11-30Initial import of ilmbase-1.0.1:wiz6-0/+121
Half is a class that encapsulates our 16-bit floating-point format. IlmThread is a thread abstraction library for use with OpenEXR and other software packages. It currently supports pthreads and Windows threads. Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. Iex is an exception-handling library.