Skip to content

Commit

Permalink
openexr: update to 3.2.2.
Browse files Browse the repository at this point in the history
## Version 3.2.2 (February 11, 2024)

Patch release that addresses
[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.

This release also addresses:

* 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`

### Merged Pull Requests

* [1632](AcademySoftwareFoundation/openexr#1632)
adjust checks for core to better match c++ checks
* [1630](AcademySoftwareFoundation/openexr#1630)
fix issue with unpacking sample counts
* [1627](AcademySoftwareFoundation/openexr#1627)
Fix CVE 2023 5841
  • Loading branch information
0-wiz-0 committed Feb 25, 2024
1 parent 4410397 commit 204a775
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions graphics/openexr/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.58 2023/11/15 22:35:57 tnn Exp $
# $NetBSD: Makefile,v 1.59 2024/02/25 15:56:52 wiz Exp $

DISTNAME= openexr-3.2.1
DISTNAME= openexr-3.2.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/}
GITHUB_PROJECT= openexr
Expand Down
12 changes: 6 additions & 6 deletions graphics/openexr/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.25 2023/11/15 19:59:31 wiz Exp $
@comment $NetBSD: PLIST,v 1.26 2024/02/25 15:56:52 wiz Exp $
bin/exr2aces
bin/exrenvmap
bin/exrheader
Expand Down Expand Up @@ -157,23 +157,23 @@ lib/cmake/OpenEXR/OpenEXRTargets-release.cmake
lib/cmake/OpenEXR/OpenEXRTargets.cmake
lib/libIex-3_2.so
lib/libIex-3_2.so.31
lib/libIex-3_2.so.31.3.2.1
lib/libIex-3_2.so.31.3.2.2
lib/libIex.so
lib/libIlmThread-3_2.so
lib/libIlmThread-3_2.so.31
lib/libIlmThread-3_2.so.31.3.2.1
lib/libIlmThread-3_2.so.31.3.2.2
lib/libIlmThread.so
lib/libOpenEXR-3_2.so
lib/libOpenEXR-3_2.so.31
lib/libOpenEXR-3_2.so.31.3.2.1
lib/libOpenEXR-3_2.so.31.3.2.2
lib/libOpenEXR.so
lib/libOpenEXRCore-3_2.so
lib/libOpenEXRCore-3_2.so.31
lib/libOpenEXRCore-3_2.so.31.3.2.1
lib/libOpenEXRCore-3_2.so.31.3.2.2
lib/libOpenEXRCore.so
lib/libOpenEXRUtil-3_2.so
lib/libOpenEXRUtil-3_2.so.31
lib/libOpenEXRUtil-3_2.so.31.3.2.1
lib/libOpenEXRUtil-3_2.so.31.3.2.2
lib/libOpenEXRUtil.so
lib/pkgconfig/OpenEXR.pc
share/doc/OpenEXR/examples/deepExamples.cpp
Expand Down
8 changes: 4 additions & 4 deletions graphics/openexr/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.52 2023/11/15 19:59:31 wiz Exp $
$NetBSD: distinfo,v 1.53 2024/02/25 15:56:52 wiz Exp $

BLAKE2s (openexr-3.2.1.tar.gz) = 24602ed13f6dff1180a308671148a78bde9451869f8d0e01b80515be74fcfa10
SHA512 (openexr-3.2.1.tar.gz) = 7ee14487357ef6c350b2408ea99089f5dc49be03552ae0fa0a1c97ff38a45297b89c25e38a3c21798415287c75d918683717c480c81aed43e314e6b3c5d14e11
Size (openexr-3.2.1.tar.gz) = 18824332 bytes
BLAKE2s (openexr-3.2.2.tar.gz) = b1cc98fcf6bf63e0a5e887a9a52ae4eb62bb8b12b041795ad1e03dd93ffcb9e6
SHA512 (openexr-3.2.2.tar.gz) = b6537a8218686bfad7e6d29ae087d0548624cce81308d31581d99b4b741de3223b22fb8748fe9223e4e3609761815bef5e1bcc55e06302aeaf25d9d9a6134bab
Size (openexr-3.2.2.tar.gz) = 18825996 bytes

0 comments on commit 204a775

Please sign in to comment.