pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/openexr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 25 15:56:52 UTC 2024

Modified Files:
        pkgsrc/graphics/openexr: Makefile PLIST distinfo

Log Message:
openexr: update to 3.2.2.

## 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](https://github.com/AcademySoftwareFoundation/openexr/pull/1632)
adjust checks for core to better match c++ checks
* [1630](https://github.com/AcademySoftwareFoundation/openexr/pull/1630)
fix issue with unpacking sample counts
* [1627](https://github.com/AcademySoftwareFoundation/openexr/pull/1627)
Fix CVE 2023 5841


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/openexr/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/openexr/PLIST
cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/openexr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/openexr/Makefile
diff -u pkgsrc/graphics/openexr/Makefile:1.58 pkgsrc/graphics/openexr/Makefile:1.59
--- pkgsrc/graphics/openexr/Makefile:1.58       Wed Nov 15 22:35:57 2023
+++ pkgsrc/graphics/openexr/Makefile    Sun Feb 25 15:56:52 2024
@@ -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

Index: pkgsrc/graphics/openexr/PLIST
diff -u pkgsrc/graphics/openexr/PLIST:1.25 pkgsrc/graphics/openexr/PLIST:1.26
--- pkgsrc/graphics/openexr/PLIST:1.25  Wed Nov 15 19:59:31 2023
+++ pkgsrc/graphics/openexr/PLIST       Sun Feb 25 15:56:52 2024
@@ -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
@@ -157,23 +157,23 @@ lib/cmake/OpenEXR/OpenEXRTargets-release
 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

Index: pkgsrc/graphics/openexr/distinfo
diff -u pkgsrc/graphics/openexr/distinfo:1.52 pkgsrc/graphics/openexr/distinfo:1.53
--- pkgsrc/graphics/openexr/distinfo:1.52       Wed Nov 15 19:59:31 2023
+++ pkgsrc/graphics/openexr/distinfo    Sun Feb 25 15:56:52 2024
@@ -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



Home | Main Index | Thread Index | Old Index