2023-06-16 23:17:06 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
openexr: update to 3.1.8.
## Version 3.1.8 (June 2, 2023)
Patch release that addresses miscellaneous build issues, for macOS in
particular, but also includes:
* Support for DWA compression in OpenEXRCore
* Fix for threadpool deadlocks during shutdown on Windows
This release also addresses:
* OSS-fuzz 59070 Stack-buffer-overflow in DwaCompressor_readChannelRules
|
2023-06-06 10:02:15 by Thomas Klausner | Files touched by this commit (67) |
Log message:
*: recursive bump for math/imath shlib version change
|
2023-05-28 19:04:38 by Thomas Klausner | Files touched by this commit (66) |
Log message:
*: recursive bump for imath shared library major version bump
|
2023-05-07 14:33:49 by Thomas Klausner | Files touched by this commit (67) |
Log message:
*: recursive bumpf ro math/imath shlib bump
|
2023-04-27 08:03:07 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
openexr: update to 3.1.7.
## Version 3.1.7 (March 28, 2023)
Patch release that fixes a regression on ARMv7, and fixes a build
issue with zlib.
|
2023-03-31 12:49:05 by Joerg Sonnenberger | Files touched by this commit (5) | |
Log message:
Drop patches again as they were against the version before the update
committed a few hours earlier.
|
2023-03-30 22:26:38 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Don't depend on system header polluting the namespace for finding
uint64_t.
|
2023-03-30 18:38:14 by Benny Siegert | Files touched by this commit (3) | |
Log message:
openexr: update to 3.1.6 (security)
Patch release that address various bug/build issues and optimizations:
- NEON optimizations for ZIP reading
- Enable fast Huffman & Huffman zig-zag transform for Arm Neon
- Support relative and absolute libdir/incluedir in pkg-config generation
- Fix for reading memory mapped files with DWA compression
- Enable SSE4 support on Windows
- Fast huf decoder
- CMake config for generating docs is now BUILD_DOC
Also, this release includes a major update and reorganization of the repo
documentation and the https://openexr.com website.
In addition, numerous typos and misspellings in comments and doxygen content
have been fixed via codespell.
Specific OSS-fuzz issues address:
- OSS-fuzz 52730 Heap-buffer-overflow in fasthuf_initialize
- OSS-fuzz 49698 Heap-buffer-overflow in fasthuf_decode
- OSS-fuzz 47517 Integer-overflow in reconstruct_chunk_table
- OSS-fuzz 47503 Heap-buffer-overflow in uncompress_b44_impl
- OSS-fuzz 47483 Heap-buffer-overflow in generic_unpack
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2022-04-20 22:29:55 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
openexr: update to 3.1.5.
## Version 3.1.5 (April 11, 2022)
Patch release that address various bug/build/doc issues:
* Add backwards-compatibilty flags to the core library to match
original behavior of the the c++ library. Fixes reading of certain
files by the new core.
* Fix build failures on MSVC14 and MSVC 2022
* Fix build failure on latest 64-bit Ubuntu
* Documentation refers to primary branch as "main"
* Update the CI workflow matrix to VFX-CY2022
* Update auto-fetch Imath version to v3.1.5
|