Revisions of openexr

buildservice-autocommit accepted request 1146590 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 107)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 106)
- version update to 3.2.2 [bsc#1219498]
  * [CVE-2023-5841](https://takeonme.org/cves/CVE-2023-5841.html).
    Note that this bug is present in the C++ API (since v3.1.0), although
    it is in a routine that is predominantly used for development and
    testing. It is not likely to appear in production code.
  * OSS-fuzz [66491](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66491)
    Out-of-memory in openexr_exrcorecheck_fuzzer
  * OSS-fuzz [66489](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66489)
    Null-dereference in `Imf_3_3::realloc_deepdata`
- deleted patches
  - openexr-CVE-2023-5841.patch (upstreamed)
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 1144872 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 105)
- 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
buildservice-autocommit accepted request 1108302 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 104)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 103)
- version update to 3.1.11
  ## Version 3.1.11 (August 13, 2023)
  Patch release that fixes a build failure with `-march=x86-64-v3`
  * Initialize `regs[]` to 0 in `check_for_x86_simd`
  * Fix CPUID detection with `-march=x86-64-v3`
  ## Version 3.1.10 (August 2, 2023)
  Patch release that addresses miscellaneous build issues, test
  failures, and performance regressions, as well as:
  * OSS-fuzz [59457](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=59457)
   Heap-buffer-overflow in `LossyDctDecoder_execute`
  * Readdress #1456: disallow NaNs in `testOptimizedInterleavePatterns`
  * Revert pre-computed values
  * Fix handling for corrupt number of DC components
  * Add `OPENEXR_MISSING_ARM_VLD1` workaround to `internal_dwa_simd.h`
  * Fix Huffman performance regression on Linux/clang
  * Fix range check in dwa compressor
  * Fix build with i386 and musl libc
  * Fix the code contains unhandled character
  * Fix cpu detection of sse2 on non-64 x86
  * Fix the code contains unhandled character
  * Fix gcc-11 warnings: signed/unsigned integer comparison, unused variables
  * Fix macOS and Windows build failures when threading is disabled
  * Fix build error on win_arm64
- deleted patches
  - 1488.patch (upstreamed)
buildservice-autocommit accepted request 1099246 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 102)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 1099245 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 101)
- Add patch to fix regression on non-SSE architectures 
  https://github.com/AcademySoftwareFoundation/openexr/issues/1460:
  * 1488.patch
- Also disable 'DWA[AB]Compression' test on aarch64 as the patch
  above fixes the issue for all targets, except aarch64
buildservice-autocommit accepted request 1095758 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 100)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 99)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 98)
- version update to 3.1.9
  * Patch release that addresses miscelleneous build and doc issues, as well as:
    . OSS-fuzz 59382 Heap-buffer-overflow in internal_huf_decompress
buildservice-autocommit accepted request 1094254 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 97)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 1094236 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 96)
- update to 3.1.8:
  * Support for DWA compression in OpenEXRCore
  * Fix OSS-fuzz 59070 Stack-buffer-overflow in
    DwaCompressor_readChannelRules
buildservice-autocommit accepted request 1080129 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 95)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 1079570 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 94)
- update to 3.1.7:
  * Patch release that fixes a build regression on ARMv7, and
    fixes a build issue with zlib.
buildservice-autocommit accepted request 1071520 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 93)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 1071437 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 92)
- update to 3.1.6:
  * NEON optimizations for ZIP reading
  * Enable fast Huffman & Huffman zig-zag transform for Arm Neon
  * Support relative and absolute libdir/includedir in pkg-config generation
  * Fix for reading memory mapped files with DWA compression
  * Enable SSE4 support on Windows
  * Fast huf decoder
- Drop gcc13-fix.patch
buildservice-autocommit accepted request 1069635 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 91)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 1069628 from Martin Liška's avatar Martin Liška (marxin) (revision 90)
- Add upstream fix gcc13-fix.patch.
buildservice-autocommit accepted request 1067985 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 89)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 88)
- fltk not needed (openexr-3.1.5/ASWF/tsc-meetings/2021-01-14.md)
Displaying revisions 1 - 20 of 107
openSUSE Build Service is sponsored by