Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A35E884D01 for ; Fri, 16 Jun 2023 21:17:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id s_cZ1VocZRTL for ; Fri, 16 Jun 2023 21:17:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C466984CE8 for ; Fri, 16 Jun 2023 21:17:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BDB28FA89; Fri, 16 Jun 2023 21:17:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686950226213170" MIME-Version: 1.0 Date: Fri, 16 Jun 2023 21:17:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/openexr To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230616211706.BDB28FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686950226213170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jun 16 21:17:06 UTC 2023 Modified Files: pkgsrc/graphics/openexr: Makefile PLIST distinfo Added Files: pkgsrc/graphics/openexr/patches: patch-src_test_OpenEXRCoreTest_compression.cpp 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 To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/openexr/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/openexr/PLIST cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/openexr/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/graphics/openexr/patches/patch-src_test_OpenEXRCoreTest_compression.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686950226213170 Content-Disposition: inline Content-Length: 4064 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/openexr/Makefile diff -u pkgsrc/graphics/openexr/Makefile:1.52 pkgsrc/graphics/openexr/Makefile:1.53 --- pkgsrc/graphics/openexr/Makefile:1.52 Tue Jun 6 08:02:12 2023 +++ pkgsrc/graphics/openexr/Makefile Fri Jun 16 21:17:06 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2023/06/06 08:02:12 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2023/06/16 21:17:06 wiz Exp $ -DISTNAME= openexr-3.1.7 -PKGREVISION= 3 +DISTNAME= openexr-3.1.8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/} GITHUB_PROJECT= openexr Index: pkgsrc/graphics/openexr/PLIST diff -u pkgsrc/graphics/openexr/PLIST:1.22 pkgsrc/graphics/openexr/PLIST:1.23 --- pkgsrc/graphics/openexr/PLIST:1.22 Thu Apr 27 06:03:07 2023 +++ pkgsrc/graphics/openexr/PLIST Fri Jun 16 21:17:06 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2023/04/27 06:03:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.23 2023/06/16 21:17:06 wiz Exp $ bin/exr2aces bin/exrenvmap bin/exrheader @@ -153,23 +153,23 @@ lib/cmake/OpenEXR/OpenEXRTargets-release lib/cmake/OpenEXR/OpenEXRTargets.cmake lib/libIex-3_1.so lib/libIex-3_1.so.30 -lib/libIex-3_1.so.30.7.1 +lib/libIex-3_1.so.30.8.1 lib/libIex.so lib/libIlmThread-3_1.so lib/libIlmThread-3_1.so.30 -lib/libIlmThread-3_1.so.30.7.1 +lib/libIlmThread-3_1.so.30.8.1 lib/libIlmThread.so lib/libOpenEXR-3_1.so lib/libOpenEXR-3_1.so.30 -lib/libOpenEXR-3_1.so.30.7.1 +lib/libOpenEXR-3_1.so.30.8.1 lib/libOpenEXR.so lib/libOpenEXRCore-3_1.so lib/libOpenEXRCore-3_1.so.30 -lib/libOpenEXRCore-3_1.so.30.7.1 +lib/libOpenEXRCore-3_1.so.30.8.1 lib/libOpenEXRCore.so lib/libOpenEXRUtil-3_1.so lib/libOpenEXRUtil-3_1.so.30 -lib/libOpenEXRUtil-3_1.so.30.7.1 +lib/libOpenEXRUtil-3_1.so.30.8.1 lib/libOpenEXRUtil.so lib/pkgconfig/OpenEXR.pc share/doc/OpenEXR/examples/drawImage.cpp Index: pkgsrc/graphics/openexr/distinfo diff -u pkgsrc/graphics/openexr/distinfo:1.49 pkgsrc/graphics/openexr/distinfo:1.50 --- pkgsrc/graphics/openexr/distinfo:1.49 Thu Apr 27 06:03:07 2023 +++ pkgsrc/graphics/openexr/distinfo Fri Jun 16 21:17:06 2023 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.49 2023/04/27 06:03:07 wiz Exp $ +$NetBSD: distinfo,v 1.50 2023/06/16 21:17:06 wiz Exp $ -BLAKE2s (openexr-3.1.7.tar.gz) = 0f10f36cd4dbf6d51bdec825df8cd1827c8cba00081b400c1bffdf0c49f7adbe -SHA512 (openexr-3.1.7.tar.gz) = f72f5e728f10c06fca0172c9b4c1df752225c3aed7384b4eaa502f92f8547bb1df93fe96d4d132a81eb32b729cb9fd615be825aa6c5de78481d3038c0d47c4d5 -Size (openexr-3.1.7.tar.gz) = 20494812 bytes +BLAKE2s (openexr-3.1.8.tar.gz) = 328fe1ffae13dced1df567997b65a58349d547346ee4583a7931bff864a86607 +SHA512 (openexr-3.1.8.tar.gz) = ec60e79341695452e05f50bbcc0d55e0ce00fbb64cdec01a83911189c8643eb28a8046b14ee4230e5f438f018f2f1d0714f691983474d7979befd199f3f34758 +Size (openexr-3.1.8.tar.gz) = 20537550 bytes SHA1 (patch-src_lib_OpenEXR_ImfSystemSpecific.h) = 87c234bc497cd1fe34d38dfcdaa943486f8971e5 +SHA1 (patch-src_test_OpenEXRCoreTest_compression.cpp) = 3f25a41cf987fa4cc388a3916559409a9ebc40ba Added files: Index: pkgsrc/graphics/openexr/patches/patch-src_test_OpenEXRCoreTest_compression.cpp diff -u /dev/null pkgsrc/graphics/openexr/patches/patch-src_test_OpenEXRCoreTest_compression.cpp:1.1 --- /dev/null Fri Jun 16 21:17:06 2023 +++ pkgsrc/graphics/openexr/patches/patch-src_test_OpenEXRCoreTest_compression.cpp Fri Jun 16 21:17:06 2023 @@ -0,0 +1,16 @@ +$NetBSD: patch-src_test_OpenEXRCoreTest_compression.cpp,v 1.1 2023/06/16 21:17:06 wiz Exp $ + +error: 'isnan' was not declared in this scope; did you mean 'std::isnan' +https://github.com/AcademySoftwareFoundation/openexr/commit/729f42648d5a522bba0d8f52061c0368a5d31bbb + +--- src/test/OpenEXRCoreTest/compression.cpp.orig 2023-06-01 04:56:14.000000000 +0000 ++++ src/test/OpenEXRCoreTest/compression.cpp +@@ -159,7 +159,7 @@ inline bool + withinDWAErrorBounds (const uint16_t a, const uint16_t b) + { + float a1 = imath_half_to_float (a); +- if (!isnan (a1)) ++ if (!std::isnan (a1)) + { + float a2 = imath_half_to_float (b); + float denominator = --_----------=_1686950226213170--