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 Nov 17 09:20:49 UTC 2024

Modified Files:
        pkgsrc/graphics/openexr: Makefile distinfo

Log Message:
openexr: update to 3.3.2.

## Version 3.3.2 (November 11, 2024)

Patch release that fixes several bugs and build issues:

* A recent change to CMake had the unintended consequence of
  installing headers and libraries from `libdeflate` when doing an
  internal build. This is now fixed.
* Fix custom namespaces
* Add thread control to `exrmetrics` tool
* Reintroduce single cache for successive scanline reads
* Allow empty filename when providing a custom stream
* Handle non-seekable stream in python module's `InputFile` object

This release fixes:

* OSS-fuzz [372524117](https://issues.oss-fuzz.com/issues/372524117)
Null-dereference WRITE in Imf_3_4::ScanLineProcess::run_fill


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/openexr/Makefile
cvs rdiff -u -r1.58 -r1.59 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.65 pkgsrc/graphics/openexr/Makefile:1.66
--- pkgsrc/graphics/openexr/Makefile:1.65       Wed Oct 23 15:18:13 2024
+++ pkgsrc/graphics/openexr/Makefile    Sun Nov 17 09:20:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2024/10/23 15:18:13 nia Exp $
+# $NetBSD: Makefile,v 1.66 2024/11/17 09:20:49 wiz Exp $
 
-DISTNAME=      openexr-3.3.1
+DISTNAME=      openexr-3.3.2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openexr/}
 GITHUB_PROJECT=        openexr

Index: pkgsrc/graphics/openexr/distinfo
diff -u pkgsrc/graphics/openexr/distinfo:1.58 pkgsrc/graphics/openexr/distinfo:1.59
--- pkgsrc/graphics/openexr/distinfo:1.58       Tue Oct 22 07:49:21 2024
+++ pkgsrc/graphics/openexr/distinfo    Sun Nov 17 09:20:49 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.58 2024/10/22 07:49:21 wiz Exp $
+$NetBSD: distinfo,v 1.59 2024/11/17 09:20:49 wiz Exp $
 
-BLAKE2s (openexr-3.3.1.tar.gz) = 70e6412f9c1d5f7e35aded46560d78ae699a6f172b07637e63a8d3307cf9f7cd
-SHA512 (openexr-3.3.1.tar.gz) = 78f237ce5ec6a4f122d0609bf48c2a9dfcb701e3ce5587906050fbf32d2115dae1984e7cce0f554edda0bd7ec35e4c7aacfc3d1dfb51ea8aa9feebb7f2b3db59
-Size (openexr-3.3.1.tar.gz) = 21318146 bytes
+BLAKE2s (openexr-3.3.2.tar.gz) = 21f3d7da39222376ca48ec67dd8bc3deb7aa239b7ce7e893dc29ebbf32d08c88
+SHA512 (openexr-3.3.2.tar.gz) = 0c43337fda2979b328202488a43711afb5d680781c933aa0d74970a3dcda1135fbd01228cb10e81e4628c0d19da2d3e5b781e147d609cdc8a796d2a51a90932f
+Size (openexr-3.3.2.tar.gz) = 21324765 bytes
 SHA1 (patch-src_bin_exrmetrics_exrmetrics.cpp) = 40446efe20ff1292b61b50a434527fa9368aebb9



Home | Main Index | Thread Index | Old Index