Commit Graph

15 Commits

Author SHA256 Message Date
f8967db72e Accepting request 1144872 from home:pgajdos
- version update to 3.2.1
  ## Version 3.2.0 (August 30, 2023)
  * Zip compression via ``libdeflate``
  * New camdkit/camdkit-enabled standard attributes
  * Updated SO versioning policy
  * Python bindings & PyPI wheel
  * Miscellaneous improvements
  ## Version 3.2.1 (September 27, 2023)
  * Fix for linking statically against an external ``libdeflate``
  * Fix a compile error with ``OPENEXR_VERSION_HEX``
  * Fix various compiler warnings 
  * Pkg-config generation is now on by default for all systems, including Windows
- modified sources
  % baselibs.conf
- added patches
  fix CVE-2023-5841 [bsc#1219498], heap-based buffer overflow in generic_unpack_deep()
  + openexr-CVE-2023-5841.patch

OBS-URL: https://build.opensuse.org/request/show/1144872
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=105
2024-02-07 10:50:22 +00:00
2cfaf38996 OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=78 2021-11-11 07:16:31 +00:00
cc0ba60af5 - fix baselibs.conf
- modified sources
  % baselibs.conf

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=71
2021-08-13 10:23:39 +00:00
d357800950 Accepting request 911959 from home:pgajdos:openexr3
- version update to 3.1.1
  3.1.1
  * Patch release that fixes build failures on various systems,
    introduces CMake CMAKE_CROSSCOMPILING_EMULATOR support, and
    fixes a few other minor issues.
  3.1
  * The 3.1 release of OpenEXR introduces a new library, OpenEXRCore,
    which is the result of a significant re-thinking of how OpenEXR
    manages file I/O and provides access to image data. It begins
    to address long-standing scalability issues with multithreaded
    image reading and writing.
  3.0.1
  Major release with major build restructing, security improvements, and
  new features:
  * Restructuring:
    - The IlmBase/PyIlmBase submodules have been separated into the
      Imath project, now included by OpenEXR via a CMake submodule
      dependency, fetched automatically via CMake's FetchContent if
      necessary.
    - The library is now called ``libOpenEXR`` (instead of
      ``libIlmImf``).  No header files have been renamed, they retain
      the ``Imf`` prefix.
    - Symbol linkage visibility is limited to specific public symbols.
  * Build improvements:
    - No more simultaneous static/shared build option.
    - Community-provided support for bazel.
  * New Features:
    - ID Manifest Attributes, as described in ["A Scheme for Storing
      Object ID Manifests in OpenEXR
      Images"](https://doi.org/10.1145/3233085.3233086), Peter Hillman,

OBS-URL: https://build.opensuse.org/request/show/911959
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=70
2021-08-13 09:46:28 +00:00
a0340f9f7a - merge also baselibs.conf
- modified sources
  % baselibs.conf

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=62
2021-01-07 11:18:43 +00:00
e7ea672b17 - version update to 2.5.2
2.5.2
  * Invalid input could cause a heap-use-after-free error in DeepScanLineInputFile::DeepScanLineInputFile()
  * Invalid chunkCount attributes could cause heap buffer overflow in getChunkOffsetTableSize()
  * Invalid tiled input file could cause invalid memory access TiledInputFile::TiledInputFile()
  * OpenEXRConfig.h now correctly sets OPENEXR_PACKAGE_STRING to "OpenEXR" (rather than "IlmBase")
  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
  * 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.
- modified patches
  % 0001-Use-absolute-CMAKE_INSTALL_FULL_LIBDIR-for-libdir-in.patch (refreshed)
- modified sources
  % baselibs.conf

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=49
2020-06-29 12:44:27 +00:00
46df22f397 - version update to 2.4.0
* Completely re-written CMake configuration files
  * Improved support for building on Windows, via CMake
  * Improved support for building on macOS, via CMake
  * 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
  * CVE-2018-18444 Issue #351 Out of Memory
  * CVE-2018-18443 Issue #350 heap-buffer-overflow
- upstream does not provide gpg signature anymore
  https://github.com/openexr/openexr/issues/565
- modified sources
  % baselibs.conf
- deleted patches
  - testBox.patch (upstreamed)
  - testBoxAlgo.patch (upstreamed)
- deleted sources
  - ilmbase-2.3.0.tar.gz.sig (not needed)
  - ilmbase.keyring (not needed)

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=29
2019-09-26 08:30:24 +00:00
15a504cac2 - updated to 2.3.0
* 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
  * removed patch

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=12
2018-11-05 12:02:16 +00:00
OBS User mrdocs
4581e63e77 Accepting request 564464 from home:avindra
This depends on

https://build.opensuse.org/request/show/564463

- Update to 2.2.1
  * Fix reported OpenEXR security vulnerabilities: CVE-2017-9110,
    CVE-2017-9111, CVE-2017-9112, CVE-2017-9113, CVE-2017-9114,
    CVE-2017-9115 and CVE-2017-9116

OBS-URL: https://build.opensuse.org/request/show/564464
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=8
2018-01-21 05:41:23 +00:00
Ismail Dönmez
49a2a6b7cf Accepting request 283302 from home:mlin7442:branches:graphics
update to 2.2.0

OBS-URL: https://build.opensuse.org/request/show/283302
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=4
2015-01-29 14:34:51 +00:00
Stephan Kulow
97b4c8a7a9 Accepting request 246526 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/246526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=23
2014-08-28 19:05:10 +00:00
Stephan Kulow
d928bf9c9b Accepting request 208649 from devel:libraries:c_c++
- update to 2.1.0
  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.
- make tests conditional, enable fuzz test and huge test

OBS-URL: https://build.opensuse.org/request/show/208649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=20
2013-11-28 06:38:20 +00:00
Stephan Kulow
c82031a4f0 - fix library deps
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=17
2013-04-20 20:29:45 +00:00
Stephan Kulow
7e2748a5e3 Accepting request 136263 from devel:libraries:c_c++
license update: BSD-3-Clause
No GPL licensed files found in the package (forwarded request 136251 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/136263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=14
2012-10-03 07:20:45 +00:00
OBS User autobuild
437f07200b Accepting request 44520 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/openexr based on submit request 44520 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/44520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=1
2010-08-09 09:58:48 +00:00